Hello all.
On one computer running WindowsXP I decided to intall Apache 2.2.2
HTTP server (current stable version at this moment), and MySQL
5.0.22 GA database server (last released version too).
PHP 5.2.x-dev (from http://snaps.php.net) runs as a module in
Apache 2.2.x without problems, but due it isn't obviously a
released version and there aren't MySQL 5.x PHP/connectors for PHP
5.2.x-dev, I use PHP 5.1.4 until the suitable release.
All in a development enviroment, of course.
I knew about PHP 5.1.4 and Apache 2.2.x problems, and read about
some "patches" (e.g. Apachelounge.co m). But, instead of download
and install third-party modules, libraries or other files, i tried
to use the php5apache2_2.d ll (included in 5.2.x-dev) for the
LoadModule directive (in httpd.conf).
Seemingly, all is running smoothly. So, in your oppinion, could i
expect serious problems? Could this alternative be a good choice
with regard to the Apachelounge proposal?
Regards.
On one computer running WindowsXP I decided to intall Apache 2.2.2
HTTP server (current stable version at this moment), and MySQL
5.0.22 GA database server (last released version too).
PHP 5.2.x-dev (from http://snaps.php.net) runs as a module in
Apache 2.2.x without problems, but due it isn't obviously a
released version and there aren't MySQL 5.x PHP/connectors for PHP
5.2.x-dev, I use PHP 5.1.4 until the suitable release.
All in a development enviroment, of course.
I knew about PHP 5.1.4 and Apache 2.2.x problems, and read about
some "patches" (e.g. Apachelounge.co m). But, instead of download
and install third-party modules, libraries or other files, i tried
to use the php5apache2_2.d ll (included in 5.2.x-dev) for the
LoadModule directive (in httpd.conf).
Seemingly, all is running smoothly. So, in your oppinion, could i
expect serious problems? Could this alternative be a good choice
with regard to the Apachelounge proposal?
Regards.
Comment