Revision tags: php-5.5.12, php-5.4.28 |
|
#
93f9518a |
| 25-Apr-2014 |
Nikita Popov |
Align zval_get_long/double with zval_get_string
|
#
c1aa9baf |
| 25-Apr-2014 |
Anatol Belski |
Fixed bug #67118 DateTime constructor crash with invalid data
|
#
5864ce8a |
| 22-Apr-2014 |
Dmitry Stogov |
Fixed compilation warnings
|
#
e96073b1 |
| 17-Apr-2014 |
Dmitry Stogov |
Moved zend_literal->cache_slot right into zval. It should be accessed using Z_CACHE_SLOT() macro. zend_literal structure is removed. API functions that accepted pointer to zend_literal no
Moved zend_literal->cache_slot right into zval. It should be accessed using Z_CACHE_SLOT() macro. zend_literal structure is removed. API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly. Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.
show more ...
|
Revision tags: php-5.4.28RC1 |
|
#
6cf5e51f |
| 15-Apr-2014 |
Dmitry Stogov |
Reduced memory realocations
|
#
7a1a6092 |
| 15-Apr-2014 |
Nikita Popov |
Add functions for extracting long/double/string from zval These function get the long / double / string value of a zval with usual cast semantics, but without actually modifying the zval
Add functions for extracting long/double/string from zval These function get the long / double / string value of a zval with usual cast semantics, but without actually modifying the zval. Didn't go on a killing spree for convert_to_* yet...
show more ...
|
#
f9b26bc3 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (2-nd round)
|
Revision tags: php-5.5.12RC1 |
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round)
|
Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1 |
|
#
8c88b6e8 |
| 17-Feb-2014 |
Boro Sitnikovski |
Fix bug #66721 Add NULL check to php_date_parse_tzfile's retval
|
#
20f2e598 |
| 09-Apr-2014 |
Nikita Popov |
Fix ZTS build This only makes it compile, it doesn't actually work, presumably because interned strings are assumed in some places.
|
#
7402af38 |
| 08-Apr-2014 |
Dmitry Stogov |
Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and o
Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.
show more ...
|
#
76cc99fe |
| 03-Apr-2014 |
Dmitry Stogov |
Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)
|
#
d8099d04 |
| 02-Apr-2014 |
Dmitry Stogov |
Changed data layout to allow more efficient operations
|
#
ea85451b |
| 27-Mar-2014 |
Dmitry Stogov |
Refactored data structures to keep zend_object* instead of a whole zval in some places
|
#
7ce06ee5 |
| 21-Mar-2014 |
Dmitry Stogov |
don't keep useless objects till the end of the script (destroy them immediately)
|
#
b7938ab1 |
| 19-Mar-2014 |
Dmitry Stogov |
Refactored GC (incomplete)
|
#
5ec42e9d |
| 16-Mar-2014 |
Xinchen Hui |
Fixed memory leak while cloning (All tests passes now in ext/date)
|
#
6956d7e3 |
| 16-Mar-2014 |
Xinchen Hui |
Refactor date to fixed bug after default_properties changed
|
#
ab3d1e0d |
| 07-Mar-2014 |
Dmitry Stogov |
Temporary fix memory leaks
|
#
97156bc1 |
| 07-Mar-2014 |
Dmitry Stogov |
Fixed string length
|
#
dfe1fd73 |
| 06-Mar-2014 |
Dmitry Stogov |
Fixed uninitialized value
|
#
9a81b6de |
| 06-Mar-2014 |
Xinchen Hui |
Fixed memory leak in ext/standard/tests/time/strptime_parts.php
|
#
574f230d |
| 02-Mar-2014 |
Derick Rethans |
Added DateTimeImmutable::createFromMutable.
|
#
a5ce7d52 |
| 28-Feb-2014 |
Xinchen Hui |
Revert "Move zend_objects_store_put out of zend_object_std_init" This reverts commit 8ced4f0ac906fd9a28b968801487630326c45bc8.
|
#
8ced4f0a |
| 28-Feb-2014 |
Xinchen Hui |
Move zend_objects_store_put out of zend_object_std_init
|