mickys Posted November 4, 2007 Report Posted November 4, 2007 (edited) Sveiki Man ir gatavs uzstādīts Apache webserveris ar MySQL un PHP, tagad gribu pielikt tam vēl cURL atbalstu bet īsti nevaru atrast tuoriālus netā.. varbūt kāds var palīdzēt? Edited November 4, 2007 by mickys
andrisp Posted November 4, 2007 Report Posted November 4, 2007 Uz Win ? Tad visticamāk pietiks, ja iekš php.ini atkomentēsi rindiņu (noņemsi ;): ;extension=php_curl.dll Un tad pārstartē apaci.
mickys Posted November 4, 2007 Author Report Posted November 4, 2007 tad nu to itkā izdarīju, bet tāpat neiet... http://paste.php.lv/6363 tas ir tas ko gribu palaist.. bet met aaraa taapat - "Fatal error: Call to undefined function curl_init() in C:\web\htdocs\Dinamik.avatar\statdinamik.php on line 12"
mickys Posted November 4, 2007 Author Report Posted November 4, 2007 laikam te tā problēma PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\web\\php\\ext\\php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0
andrisp Posted November 4, 2007 Report Posted November 4, 2007 Bet citi paplašinājumi normāli ielādējas ? Pārliecinies vai iekš tās direktorijas tiešām ir tas php_curl.dll fails.
mickys Posted November 4, 2007 Author Report Posted November 4, 2007 (edited) ir fails \r\n in Unknown on line 0 ko tas noziimee? jā normāli ielādējas mysql piemēram Edited November 4, 2007 by mickys
ray Posted November 5, 2007 Report Posted November 5, 2007 ir fails \r\n in Unknown on line 0 ko tas noziimee? jā normāli ielādējas mysql piemēram kurš tev php?
mickys Posted November 5, 2007 Author Report Posted November 5, 2007 (edited) anybody? Edited November 5, 2007 by mickys
gurkjis Posted November 5, 2007 Report Posted November 5, 2007 Ir vajadzīgi OpenSSL DLL faili. Note to Win32 Users: In order to enable this module on a Windows environment, libeay32.dll and ssleay32.dll must be present in your PATH. Manuālis: http://lv2.php.net/curl Iekš Apaches ir jāpalaiž mod_ssl. Iekš httpd.conf faila atkomentē rindiņu (noņem # sākumā): LoadModule ssl_module modules/mod_ssl.so OpenSSL Windows binaries (instalāciju) var dabūt no: http://www.slproweb.com/products/Win32OpenSSL.html
Recommended Posts