ID: 42187
User updated by: mike dot kloc at reuters dot com
Reported By: mike dot kloc at reuters dot com
-Status: Bogus
+Status: Closed
Bug Type: PHP options/info functions
Operating System: Windows 2003 Server SP2
PHP Version: 5.2.3
New Comment:
Found that HP System Monitoring Homepage utility had php4ts.dll under
its modules folder and that was causing conflict with PHP 5. I renamed
that file and no errors occur.
Previous Comments:
------------------------------------------------------------------------
[2007-08-02 19:21:17] [EMAIL PROTECTED]
Module compiled with module API=20060613, debug=0, thread-safety=1
PHP compiled with module API=20020429, debug=0, thread-safety=1
°°°°°°°°°°°°
The API dates differ. You are trying to load a module compiled for a
given version php using another (5.2.3). You certainly left some old
extension dll from the old install/php versions.
not a bug > bogus.
------------------------------------------------------------------------
[2007-08-02 19:17:21] mike dot kloc at reuters dot com
Description:
------------
Installed PHP 5.2.3 to connect to MySQL server using PHPmyAdmin. This
is under IIS 6. Everything works fine but when the system is restarted,
the console displays 4 errors boxes:
Unknown(): (null): Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHP compiled with module API=20020429, debug=0, thread-safety=1
These options need to match
I installed from the MSI file and do not have any other versions or
modules loaded. The only modules added as part of the install are MySQL
and Multi-Byte String. Is there anything I can do to resolve this or is
it a bug?
Reproduce code:
---------------
n/a
Expected result:
----------------
n/a
Actual result:
--------------
n/a
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=42187&edit=1