From:             mcrogerm at stjohn dot ac dot th
Operating system: Win2k Pro
PHP version:      5CVS-2007-02-01 (snap)
PHP Bug Type:     Unknown/Other Function
Bug description:  PHP module compiled with different version API

Description:
------------
After I installed ver. 5.2.0, I found a warning message on the command
line. I downloaded and installed the latest snapshot version, and the
error message is the same except for the version number.

I checked, and the file date on php5ts.dll is 2/1/2007, the same as on
php.exe.

Reproduce code:
---------------
c:\PHP>php --version


Expected result:
----------------
PHP 5.2.1RC5-dev (cli) (built: Feb  1 2007 04:24:39)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

Actual result:
--------------
PHP Warning:  PHP Startup: dbg: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=1
PHP    compiled with module API=20060613, debug=0, thread-safety=1
These options need to match
 in Unknown on line 0
PHP 5.2.1RC5-dev (cli) (built: Feb  1 2007 04:24:39)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

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

Reply via email to