diff --git a/package.xml b/package.xml index 2487acf..79318cd 100644 --- a/package.xml +++ b/package.xml @@ -7,7 +7,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> runkit_object_id pecl.php.net Get an integer id for objects. - Get an integer id for objects. (Similar to spl_object_hash, which returns a hexadecimal string) + Get an integer id for objects. (Similar to spl_object_hash, which returns a hexadecimal string. Same as spl_object_id, which will be built into php 7.2+) Tyson Andre @@ -15,10 +15,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> yes - 2017-06-14 + 2017-08-16 - 1.0.6 - 1.0.6 + 1.1.0 + 1.1.0 stable @@ -26,12 +26,13 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD License (3 Clause) - Initial release, based on runkit7/runkit7 1.0.5 + Add spl_object_id() alias, for PHP 7.1 and below. + @@ -54,6 +55,21 @@ http://pear.php.net/dtd/package-2.0.xsd"> runkit_object_id + + 2017-08-16 + + 1.1.0 + 1.1.0 + + + stable + stable + + BSD License (3 Clause) + + Add fast native alias for spl_object_id by default, in PHP 5.0-7.1 (unnecessary starting in PHP 7.2) + + 2017-06-14 diff --git a/php_runkit_object_id.h b/php_runkit_object_id.h index 277ca5b..606918a 100644 --- a/php_runkit_object_id.h +++ b/php_runkit_object_id.h @@ -35,7 +35,7 @@ #include "ext/standard/info.h" #include "ext/standard/php_string.h" -#define PHP_RUNKIT_OBJECT_ID_VERSION "1.0.6" +#define PHP_RUNKIT_OBJECT_ID_VERSION "1.1.0" #ifndef phpext_runkit_object_id_ptr extern zend_module_entry runkit_object_id_module_entry;