- missing definition. I'll post any others I find as I come across them (trying to make PHP-GTK 2 build against PHP_5_2 branch).

- Steph
Index: main/php.h
===================================================================
RCS file: /repository/php-src/main/php.h,v
retrieving revision 1.221.2.4
diff -u -r1.221.2.4 php.h
--- main/php.h  7 Mar 2006 22:37:53 -0000       1.221.2.4
+++ main/php.h  25 May 2006 17:07:35 -0000
@@ -334,6 +334,7 @@

/* PHP-named Zend macro wrappers */
#define PHP_FN                                  ZEND_FN
+#define PHP_MN                                 ZEND_MN
#define PHP_NAMED_FUNCTION              ZEND_NAMED_FUNCTION
#define PHP_FUNCTION                    ZEND_FUNCTION
#define PHP_METHOD                      ZEND_METHOD

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to