Activate CSKamp http php streams?

is there any possibility to activate http streams in PHP registered streams in CSKamp Coolstack 1.1? or should be re-compile?cause all application that user fopen(http://....) can't run well...always get an error: error open streamsthank you
[270 byte] By [ot00nga] at [2007-11-27 7:55:56]
# 1
Since PHP has been built with curl, fopen needs to have the curl extension enabled. Add the following to your php.ini :extension="curl.so"Shanti
shantiSa at 2007-7-12 19:37:26 > top of Java-index,Open Source Technologies,OpenSPARC...
# 2
thank U shanty http streams appear when I'm enable curl.so extension...and all fopen part running well...:)regard Arisandy
ot00nga at 2007-7-12 19:37:26 > top of Java-index,Open Source Technologies,OpenSPARC...