helly Sun Jan 11 19:19:41 2004 EDT
Modified files:
/php-src/main php.h
Log:
Add missing macro
# by popular demand, more and more exts need this
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.202 php-src/main/php.h:1.203
--- php-src/main/php.h:1.202 Thu Jan 8 12:33:04 2004
+++ php-src/main/php.h Sun Jan 11 19:19:40 2004
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php.h,v 1.202 2004/01/08 17:33:04 sniper Exp $ */
+/* $Id: php.h,v 1.203 2004/01/12 00:19:40 helly Exp $ */
#ifndef PHP_H
#define PHP_H
@@ -355,6 +355,7 @@
#define PHP_FE ZEND_FE
#define PHP_FALIAS ZEND_FALIAS
#define PHP_ME ZEND_ME
+#define PHP_ME_MAPPING ZEND_ME_MAPPING
#define PHP_MODULE_STARTUP_N ZEND_MODULE_STARTUP_N
#define PHP_MODULE_SHUTDOWN_N ZEND_MODULE_SHUTDOWN_N
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php