andrei Tue Jan 16 22:18:39 2007 UTC Modified files: /php-src/main php.h Log: Update PHP API version. # Wonder why it hasn't been done already. http://cvs.php.net/viewvc.cgi/php-src/main/php.h?r1=1.237&r2=1.238&diff_format=u Index: php-src/main/php.h diff -u php-src/main/php.h:1.237 php-src/main/php.h:1.238 --- php-src/main/php.h:1.237 Mon Jan 1 09:29:35 2007 +++ php-src/main/php.h Tue Jan 16 22:18:39 2007 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php.h,v 1.237 2007/01/01 09:29:35 sebastian Exp $ */ +/* $Id: php.h,v 1.238 2007/01/16 22:18:39 andrei Exp $ */ #ifndef PHP_H #define PHP_H @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20050809 +#define PHP_API_VERSION 20070116 #define PHP_HAVE_STREAMS #define YYDEBUG 0
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php