From:             paolo dot sfredda at aruba dot it
Operating system: Windows XP
PHP version:      4.4.4
PHP Bug Type:     Apache2 related
Bug description:  Apache 2.2.2 and PHP 4.4.x as module don't work together

Description:
------------
My configuration:
OS: Windows XP Pro
Apache: 2.2
PHP: 4.4.4 and/or several patches (stable, cvs, latest and so on)

Problem: the Loadmodule command in http.conf get a sintax error due to it
can't find the dll.

I need to use THIS VERSION of PHP because my internet provider use that.
So i need to reproduce an exact local test environment.

I read in this site that the problem is many times reported but you don't
have a resolutive answer.

Reproduce code:
---------------
As written in your install.txt, in my http.conf:
LoadModule php4_module "C:/Programmi/PHP/php4apache2.dll"
ScriptAlias /php/ "C:/Programmi/PHP/" 
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4


Expected result:
----------------
Using PHP 4.4.4 (NOT AN ANOTHER VERSION!!!) as a module with Apache 2.2

Actual result:
--------------
Sintax error at the line where placed Loadmodule statement becouse it
cant'find the dll file

-- 
Edit bug report at http://bugs.php.net/?id=39586&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39586&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39586&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39586&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39586&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39586&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39586&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39586&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39586&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39586&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39586&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39586&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39586&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39586&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39586&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39586&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39586&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39586&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39586&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39586&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39586&r=mysqlcfg

Reply via email to