Commit:    7c0bdb9a4ff80ec3023be3a0c6c2a4df90c42036
Author:    Stanislav Malyshev <s...@php.net>         Sun, 24 Mar 2013 19:54:10 
-0700
Parents:   439424988148aa9bb4ecabcb6b0f6ac89614f9b1
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=7c0bdb9a4ff80ec3023be3a0c6c2a4df90c42036

Log:
add definition for 5.5

Changed paths:
  M  ext/opcache/ZendAccelerator.h


Diff:
diff --git a/ext/opcache/ZendAccelerator.h b/ext/opcache/ZendAccelerator.h
index ddcb7a1..5a2e530 100644
--- a/ext/opcache/ZendAccelerator.h
+++ b/ext/opcache/ZendAccelerator.h
@@ -88,6 +88,7 @@
 #define PHP_5_2_X_API_NO               220060519
 #define PHP_5_3_X_API_NO               220090626
 #define PHP_5_4_X_API_NO               220100525
+#define PHP_5_5_X_API_NO               220121212
 
 /*** file locking ***/
 #ifndef ZEND_WIN32


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

Reply via email to