wez             Sat Dec 25 23:46:09 2004 EDT

  Modified files:              
    /php-src/main       php.h 
  Log:
  bump PHP API number.
  
  This is so that we can work around the signature change in the get_method
  overloaded object handler in our portable extensions.
  
  Yes, you could argue that the zend api number needs bumping, but then you 
could
  argue which one to bump, as neither of them is specific or generic enough.
  
  Besides all that, the PHP API number really needs a good old bump anyway.
  
  
  
http://cvs.php.net/diff.php/php-src/main/php.h?r1=1.209&r2=1.210&ty=u
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.209 php-src/main/php.h:1.210
--- php-src/main/php.h:1.209    Sun Nov 28 07:44:28 2004
+++ php-src/main/php.h  Sat Dec 25 23:46:09 2004
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.209 2004/11/28 12:44:28 sesser Exp $ */
+/* $Id: php.h,v 1.210 2004/12/26 04:46:09 wez Exp $ */
 
 #ifndef PHP_H
 #define PHP_H
@@ -26,7 +26,7 @@
 #include <dmalloc.h>
 #endif
 
-#define PHP_API_VERSION 20031224
+#define PHP_API_VERSION 20041225
 #define PHP_HAVE_STREAMS
 #define YYDEBUG 0
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to