View Single Post
  #1  
Old 10-06-2010, 07:08 PM
sicute sicute is offline
New Member
 
Join Date: Oct 2010
Posts: 6
Unhappy [Resolved] php 5.3.3 with curl not working

hi ..
i try recomplier php become 5.3.3 and curl , i using compile php in admin section here my config :

'./configure' '--prefix=/usr/local/lsws/lsphp5' '--with-mysqli' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--enable-curl' '--enable-suhosin' '--with-litespeed'

i check curl not active also i have error notice
Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in /usr/local/lsws/DEFAULT/html/phpinfo.php on line

Last edited by NiteWave; 10-07-2010 at 02:26 AM.. Reason: wrong word
Reply With Quote