Revision tags: php-5.6.0beta1 |
|
#
91aa9fbb |
| 05-Apr-2014 |
Kalle Sommer Nielsen |
Remove call_user_method() and call_user_method_array() from master, long time deprecated in favour of call_user_func*().
|
Revision tags: php-5.4.27 |
|
#
6b2ed577 |
| 01-Apr-2014 |
Dmitry Stogov |
Avoid unnecessry reallocations
|
Revision tags: php-5.5.11 |
|
#
887189ca |
| 26-Mar-2014 |
Dmitry Stogov |
Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1 |
|
#
f1ed4f6b |
| 09-Mar-2014 |
Xinchen Hui |
Fixed parse_ini_file
|
#
7668f7f9 |
| 09-Mar-2014 |
Xinchen Hui |
Fixed double free in parse_ini_string
|
#
2d45dce4 |
| 06-Mar-2014 |
Xinchen Hui |
Second argument of call_user_method is ref
|
#
00cf4e5a |
| 06-Mar-2014 |
Xinchen Hui |
Have no idea why I changed it to 0 in 70ddc853
|
#
95d31d77 |
| 06-Mar-2014 |
Xinchen Hui |
Fixed refcounted on INTERNED string
|
#
da75df6f |
| 05-Mar-2014 |
Dmitry Stogov |
Fixed string lengths
|
Revision tags: php-5.5.10 |
|
#
37337373 |
| 05-Mar-2014 |
Dmitry Stogov |
Handle interned strings as non-refcounted scalars
|
Revision tags: php-5.4.26 |
|
#
040dea8b |
| 05-Mar-2014 |
Dmitry Stogov |
Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.
|
#
d5fa6b24 |
| 05-Mar-2014 |
Xinchen Hui |
Fixed name length in get_include_path
|
#
fe8c0b88 |
| 03-Mar-2014 |
Dmitry Stogov |
Fixed return_value destruction
|
#
70ddc853 |
| 03-Mar-2014 |
Xinchen Hui |
Refactor php_escape_shell_* to return zend_string
|
#
d5078228 |
| 03-Mar-2014 |
Xinchen Hui |
Fixed get_cfg_var
|
#
3e93cd9f |
| 03-Mar-2014 |
Xinchen Hui |
Fixed serval segfaults
|
#
4865ec6f |
| 28-Feb-2014 |
Dmitry Stogov |
Fixed ini_get_all()
|
#
3f475951 |
| 27-Feb-2014 |
Dmitry Stogov |
Fixed memory leak
|
Revision tags: php-5.6.0alpha3 |
|
#
639e4e1a |
| 25-Feb-2014 |
Dmitry Stogov |
Changes zend_is_callable() to use zend_string* instead of char*
|
#
71dac3d5 |
| 25-Feb-2014 |
Xinchen Hui |
Don't add_ref in add_*_str functions
|
#
d149228b |
| 21-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
Revision tags: php-5.4.26RC1, php-5.5.10RC1 |
|
#
7428cac6 |
| 18-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
Revision tags: 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 |
|
#
417dbfba |
| 28-Dec-2013 |
Rouven Weßling |
Declare a number of functions as variadic.
|
#
00244bab |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
5b906ce6 |
| 18-Jan-2014 |
Will Fitch |
Fix bug #66509: copy() arginfo incorrect since 5.4 Since 5.4, the ZEND_BEGIN_ARG_INFO_EX was replaced by non _EX, causing Reflection to assume the $context parameter is required.
|