Apache 2.3.12-beta Released

Started by Gregg, June 02, 2011, 04:31:00 AM

Previous topic - Next topic

mario

Well the first calls are maybe slow. But after starting it is as fast as the module for me.
On my W2k8r2 with PHP 5.3.6 NTS VC9 I load

- mbstring
- mysql
- mysqli
- openssl
- pdo_mysql
- pdo_sqlite
- soap
- sockets
- sqlite
- sqlite3
- xmlrpc
- xsl


extension_dir = "/server2/php-nts/ext"


Sob

I tried it on XP and W2k8, Apache 2.3.12, PHP 5.3.6 under mod_fcgid. Php.ini copied from php.ini-development.

At first any extension failed with popup:
QuotePHP Startup: Unable to load dynamic library 'C:\php\php_extname.dll' - The specified module could not be found.
The problem was obvious, even if PHP was in c:\php (my wasn't), extensions were in ext subdirectory. Giving full path to ext directory to extension_dir in php.ini helped.

After that I was able to load all extensions listed in php.ini, except few database ones (because of some missing dlls, but I believe that those would be present, if I had databases installed) and three that were listed in ini, but not present in ext directory (phar, pspell and zip), but two of those are now compiled in php.

DnvrSysEngr

SOB:

I am getting something similar to what you are showing.  I am going to reload Apache 2.3.12 and PHP on a test machine today and I will report later what I get (or don't get).  In the mean time, happy 4th everyone.

- S

DnvrSysEngr

Here is what I get when trying to run PHP 5.3 or 5.4 with Apache 2.3.12:

The Apache service named  reported the following error:
>>> httpd.exe: Syntax error on line 167 of C:/Program Files/Apache/conf/httpd.conf: Cannot load C:/Program Files/PHP/php5apache2_2.dll into server: The specified procedure could not be found.     .


mod_fcgid is configured and running and all is well until I try to run PHP.

DnvrSysEngr

OK.  I got it figured out.  Mod_fcgid does what I need it to do --- it allows me to run PHP.  No need to load PHP as a module. 

Sorry everyone for being so slow to figure it out.

- S

mario

Well the module for apache 2.4 will come soon. The PHP dev guys are working on it. I guess with the release of 2.4 it will be there.