PDA

View Full Version : PHP Startup:Unable to load dynamic library 'C:\php\ext\php_zip.dll' little help here.


jj011185
04-18-2005, 01:17 PM
im using php-5.0.2-Win32(2) and apache2 the apache2 server is working fine but when apache loads the php.exe it gives an error on startup "PHP Startup:Unable to load dynamic library 'C:\php\ext\php_zip.dll'" whats the problem with php5 or am i lacking something.

any help would be great, thanks...

devinemke
04-18-2005, 03:18 PM
the zip extension is not part of the default PHP5 build, you must configure it yourself. read up on Installation of extensions on Windows (http://www.php.net/manual/en/install.windows.extensions.php).

marek_mar
04-18-2005, 05:28 PM
The zip library is not included with php5. You have to DL the pecl modules (also on php.net).

jj011185
04-19-2005, 01:13 AM
done, but it still has some errors on it so i tried to comment php_zip.dll and all other php_*.dll too and tried to run php.exe no errors but when i tried to make a simple php program it wont work i think there is still something wrong or maybe my installation was a mess can someone sumarize the install.txt in php5 because its really giving me a headache now. i need a step by step process to install php5.

thanks to all the replies.

Velox Letum
04-19-2005, 01:46 AM
If you wish to receive help it would be prudent to post the errors along with it. With them we may be able to help solve your problem.

Tutorial for installing PHP5 on Windows (I havn't used it, I simply Google'd it.)

http://www.devside.net/web/server/windows/php5

jj011185
04-19-2005, 03:01 AM
thanks Velox Letum for the link it worked.