Jump to content

Apache v2.26 + PHP v5.25


Recommended Posts

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!!!

Link to comment
https://forums.phpfreaks.com/topic/78940-apache-v226-php-v525/
Share on other sites

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"

Link to comment
https://forums.phpfreaks.com/topic/78940-apache-v226-php-v525/#findComment-399474
Share on other sites

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 

 

 

Link to comment
https://forums.phpfreaks.com/topic/78940-apache-v226-php-v525/#findComment-399485
Share on other sites

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!!!

Link to comment
https://forums.phpfreaks.com/topic/78940-apache-v226-php-v525/#findComment-399491
Share on other sites

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

Link to comment
https://forums.phpfreaks.com/topic/78940-apache-v226-php-v525/#findComment-399552
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.