Edit report at https://bugs.php.net/bug.php?id=61016&edit=1
ID: 61016 Updated by: ras...@php.net Reported by: jbnance at tresgeek dot net Summary: ZEND_EXTENSION_API_NO typo Status: Not a bug Type: Bug Package: Dynamic loading PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: The comment in the code just above that #define is: /* The first number is the engine version and the rest is the date. * This way engine 2/3 API no. is always greater than engine 1 API no.. */ Previous Comments: ------------------------------------------------------------------------ [2012-02-08 17:21:09] der...@php.net Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php No, it's correct. The first 2 is for "zend engine 2". ------------------------------------------------------------------------ [2012-02-08 17:10:15] jbnance at tresgeek dot net Description: ------------ There appears to be a typo in the version number for the ZEND_EXTENSION_API_NO: Zend/zend_extensions.h:#define ZEND_EXTENSION_API_NO 220090626 I believe that is supposed to be "20090626". Patch included. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61016&edit=1