On Sat, Oct 13, 2001 at 08:38:21PM +0200, Tarjei Huse wrote:
> > A correction to my previous question: what does
> > fgrep -r ZEND_MODULE_API_NO /path/to/php/headers
> > return?
> /usr/include/php4/Zend/zend_modules.h:#define ZEND_MODULE_API_NO 20010901
> /usr/include/php4/Zend/zend_modules.h:#define STANDARD_MODULE_PROPERTIES_EX 0,
> 0, 0, NULL, 0, ZEND_DEBUG, USING_ZTS, ZEND_MODULE_API_NO
> 
> Running: Debian unstable, PHP4.0.7RC3.
Understood. API change was introduced in Zend _after_ RC3 release
but ZEND_MODULE_API_NO was kept the same.
Solutions:
 - downgrade to RC2 (Or 4.0.6), or
 - update to latest checkout of PHP_4_0_7 branch from PHP CVS.

This is PHP team problem with breaks in API on both source and binary
compatibility. I tried to make a workaround but you've trapped into
release inconsistency of PHP.

P.S. PHP 4.0.6 works fine, as well as current PHP_4_0_7 and HEAD branches.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to