History log of /PHP-7.4/ext/simplexml/simplexml.c (Results 76 – 100 of 422)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# db4a6def 26-May-2015 Christoph M. Becker

fixed whitespace depending (mis)behavior of var_dump'ing and print_r'ing SimpleXMLElements


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41
# f6663c72 05-May-2015 Dmitry Stogov

Loop splitting and specialization


# 81dd375b 05-May-2015 Dmitry Stogov

Fixed compilation warning


# 275afbac 05-May-2015 Dmitry Stogov

Use zend heap instead of system


# a610e8c4 05-May-2015 Dmitry Stogov

Use better zend_hash_*() functions.


# 17e4c628 05-May-2015 Dmitry Stogov

Removed check for count() in SXE class


# 5f8bc73f 05-May-2015 Xinchen Hui

fixed comment


# 7b9e4e19 05-May-2015 Xinchen Hui

Unused macros


# 8c0ebb4c 05-May-2015 Xinchen Hui

Optimize cast simplexml to IS_BOOL


# b6e893c1 05-May-2015 Xinchen Hui

Unused var


# 859aa062 05-May-2015 Dmitry Stogov

Avoid repeatable lookups for count() method in the same class entry.


Revision tags: php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40
# 122d7596 02-Apr-2015 Nikita Popov

Always throw TypeException on throwing zpp failures

Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to
report FAILURE errors using a TypeException instead of a Warning,

Always throw TypeException on throwing zpp failures

Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to
report FAILURE errors using a TypeException instead of a Warning,
like it would happen in strict mode.

Adds a zend_parse_parameters_throw() convenience function, which
invokes zpp with this flag.

Converts all cases I could identify, where we currently have
throwing zpp usage in constructors and replaces them with this API.
Error handling is still replaced to EH_THROW in some cases to handle
other, domain-specific errors in constructors.

show more ...


Revision tags: php-5.6.8RC1, php-5.5.24RC1
# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# 9e70d767 04-Feb-2015 Dmitry Stogov

Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced.


# 960d103d 30-Jan-2015 Michael Wallner

fix warnings


Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 6ec5ab77 23-Dec-2014 Dmitry Stogov

Improved trim/ltrim/rtrim functions.
Now php_trim() operates on zend_string and returns zend_string (it may return the same zend_string).


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# a58e9c41 22-Oct-2014 Xinchen Hui

Fixed zval copying


Revision tags: php-5.5.18, php-5.4.34
# b3a779de 09-Oct-2014 Nikita Popov

Remove get_class_entry object handler


Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# 257ed406 27-Aug-2014 Anatol Belski

's' works with size_t round 2


12345678910>>...17