helly Fri Feb 24 13:30:21 2006 UTC
Modified files:
/php-src/main php.h
Log:
- Add deprecation function/function alias macros
http://cvs.php.net/viewcvs.cgi/php-src/main/php.h?r1=1.226&r2=1.227&diff_format=u
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.226 php-src/main/php.h:1.227
--- php-src/main/php.h:1.226 Sun Jan 1 13:09:57 2006
+++ php-src/main/php.h Fri Feb 24 13:30:21 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php.h,v 1.226 2006/01/01 13:09:57 sniper Exp $ */
+/* $Id: php.h,v 1.227 2006/02/24 13:30:21 helly Exp $ */
#ifndef PHP_H
#define PHP_H
@@ -338,7 +338,9 @@
#define PHP_NAMED_FE ZEND_NAMED_FE
#define PHP_FE ZEND_FE
+#define PHP_DEP_FE ZEND_DEP_FE
#define PHP_FALIAS ZEND_FALIAS
+#define PHP_DEP_FALIAS ZEND_DEP_FALIAS
#define PHP_ME ZEND_ME
#define PHP_MALIAS ZEND_MALIAS
#define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php