#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
e41ec2cf |
| 19-Aug-2014 |
Anatol Belski |
ported ext/simplexml
|
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1 |
|
#
2ed8a170 |
| 07-Jul-2014 |
Dmitry Stogov |
Refactored run_time_cache usage in object handlers
|
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4 |
|
#
45d7ab1a |
| 30-May-2014 |
Dmitry Stogov |
Avoid in-place modification
|
Revision tags: php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
c575ab0c |
| 10-May-2014 |
Felipe Pena |
- Move checking
|
#
345f6d90 |
| 10-May-2014 |
Felipe Pena |
- Fixed missing NULL check in SimpleXMLElement::xpath()
|
#
5bd443a4 |
| 10-May-2014 |
Felipe Pena |
- Fixed missing NULL check
|
#
41f68894 |
| 04-May-2014 |
Xinchen Hui |
Fixed SimpleXMl build with DOM
|
#
42d4adab |
| 03-May-2014 |
Nikita Popov |
Fix SXE->string cast for __toString in inheriting class This issue was originally hacked around in zend_make_printable_zval. I've now moved the overridden __toString() handling into the
Fix SXE->string cast for __toString in inheriting class This issue was originally hacked around in zend_make_printable_zval. I've now moved the overridden __toString() handling into the SXE cast_object handler, so everything invoking that handler (zend_make_printable_zval, convert_to_string, zval_get_string, and various other more obscure usages) see the same behavior.
show more ...
|
#
d8651fbe |
| 03-May-2014 |
Xinchen Hui |
Make they are in the same style of Z_ISREF
|
Revision tags: php-5.6.0beta2 |
|
#
17d027ed |
| 30-Apr-2014 |
Dmitry Stogov |
Split IS_BOOL into IS_FALSE and IS_TRUE
|
Revision tags: php-5.5.12, php-5.4.28 |
|
#
59d45e69 |
| 17-Apr-2014 |
Nikita Popov |
Fix libxml/sxe/dom node import/export Also fix sxe zts.
|
#
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, php-5.5.12RC1 |
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round)
|
#
8bfc0373 |
| 15-Apr-2014 |
Xinchen Hui |
Fixed invaid write/read
|
#
541842d8 |
| 15-Apr-2014 |
Xinchen Hui |
Fixed return uninitialized_zval
|
#
84ce66f1 |
| 15-Apr-2014 |
Xinchen Hui |
Fixed Typo
|
#
a0690ff2 |
| 15-Apr-2014 |
Xinchen Hui |
Fixed zend_object_get_t in simpleXML
|
#
76825a71 |
| 14-Apr-2014 |
Xinchen Hui |
Fixed SXE iterator(14 tests fail)
|
#
30a974f4 |
| 14-Apr-2014 |
Xinchen Hui |
Fixed sxe object clone
|
#
1f207e73 |
| 14-Apr-2014 |
Xinchen Hui |
Fixed double free
|
#
a975c7e0 |
| 14-Apr-2014 |
Xinchen Hui |
Refactor simpleXML (compilable, but incompleted)
|
Revision tags: php-5.6.0beta1 |
|
#
a0beddf5 |
| 05-Apr-2014 |
Anatol Belski |
Fixed bug #66084 simplexml_load_string() mangles empty node name
|
Revision tags: 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, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|