@ndres Posted November 26, 2007 Share Posted November 26, 2007 Hello to everyone!!! My Installation: Apache v2.26 + PHP v5.25 (Windows XP SP2 Build) I have some problems... Some libraries like: bz2,gd2, mbstring and pgsql are loading but other extensions like: mysql, oci8 and pspell are not loading... I don't know what to do to solve this problem!!! :-( Please help me!!! Quote Link to comment Share on other sites More sharing options...
trq Posted November 26, 2007 Share Posted November 26, 2007 What OS are you using and what steps did you take to install? Quote Link to comment Share on other sites More sharing options...
@ndres Posted November 26, 2007 Author Share Posted November 26, 2007 What OS are you using and what steps did you take to install? Windows XP SP2 Apache's Config File: ================ ############################################################# # PHP 5 Support ############ LoadModule php5_module "D:/SOFTWARE/PHP-v5.25/PROGRAM/php5apache2_2.dll" LoadFile "D:/SOFTWARE/PHP-v5.25/PROGRAM/php5ts.dll" AddOutputFilter PHP php PHPIniDir "D:/SOFTWARE/PHP-v5.25/PROGRAM" ############################################################# PHP's Config INI File: ================ extension_dir = "D:/SOFTWARE/PHP-v5.25/PROGRAM/ext" upload_tmp_dir = "D:/SOFTWARE/PHP-v5.25/PROGRAM/Uploads" Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted November 26, 2007 Share Posted November 26, 2007 Download WAMP or XAMPP and install, you don't have to configure and it is bundled with phpMyAdmin http://www.wampserver.com (for WAMP) p.s : It took 2 days for me to manually configure and run PHP and 30 minutes to install WAMP and run my first PHP code "Hello World" ..... just based on my experience Quote Link to comment Share on other sites More sharing options...
@ndres Posted November 26, 2007 Author Share Posted November 26, 2007 n~ link=topic=169313.msg747084#msg747084 date=1196094160] Download WAMP or XAMPP and install, you don't have to configure and it is bundled with phpMyAdmin http://www.wampserver.com (for WAMP) p.s : It took 2 days for me to manually configure and run PHP and 30 minutes to install WAMP and run my first PHP code "Hello World" ..... just based on my experience Thank you But in a production enviroment you can't use a LAMPP or WAMPP installation for security reasons!!! Quote Link to comment Share on other sites More sharing options...
trq Posted November 26, 2007 Share Posted November 26, 2007 Hehe, in a production environment I would hardly be using winsdows either but anyway. Have these extensions been uncommented within your php.ini? Quote Link to comment Share on other sites More sharing options...
@ndres Posted November 26, 2007 Author Share Posted November 26, 2007 Hehe, in a production environment I would hardly be using winsdows either but anyway. Have these extensions been uncommented within your php.ini? Quote Link to comment Share on other sites More sharing options...
@ndres Posted November 26, 2007 Author Share Posted November 26, 2007 OK I've just restarted the O.S. and the PHP recognized all the extensions less OCI8 :-( "Path (System) Variable" values: ========================= C:\SOFTWARE\Oracle\Client-9i\PROGRAM\bin; C:\Archivos de programa\Oracle\jre\1.3.1\bin; C:\Archivos de programa\Oracle\jre\1.1.8\bin; C:\WINDOWS\system32;C:\WINDOWS; C:\WINDOWS\System32\Wbem; D:\SOFTWARE\PHP-v5.25\PROGRAM; D:\SOFTWARE\MySQL-v5.045\PROGRAM\bin Quote Link to comment Share on other sites More sharing options...
@ndres Posted November 28, 2007 Author Share Posted November 28, 2007 I've finally solved the problem!!! The last versions of PHP (php_oci.dll) are compiled with the last versions of Oracle ( 10g in this case )!!! Thanx!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.