Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1 |
|
#
d59eb9fc |
| 06-Nov-2015 |
Anatol Belski |
fix decrement_function regarding bug #70863
|
#
8155ecba |
| 06-Nov-2015 |
Anatol Belski |
Fixed bug #70863 Incorect logic to increment_function for proxy objects
|
Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
8732ead9 |
| 12-Oct-2015 |
Xinchen Hui |
Double declaration
|
#
b8b335c4 |
| 07-Oct-2015 |
Dmitry Stogov |
Restored the original (php-5) behavior of convert_to_cstring(). It was broken in php7 by mistake and caused problems in ext/pgsql/tests/bug46408.phpt.
|
#
24e88348 |
| 06-Oct-2015 |
Dmitry Stogov |
Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-src" This reverts commit a6be0f3fd6cdd59ac00ecd76630c6c04fee03417.
|
#
a6be0f3f |
| 05-Oct-2015 |
Bob Weinand |
Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-src
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3 |
|
#
f3e8675d |
| 10-Sep-2015 |
Xinchen Hui |
Added folder marks
|
#
c174e4cd |
| 09-Sep-2015 |
Dmitry Stogov |
Change array sorting implementation to avoid two level callbacks system. Simplify zval comparion API.
|
#
2ea18cd4 |
| 09-Sep-2015 |
Dmitry Stogov |
Better array_compare improvement
|
Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45 |
|
#
37f0c6b5 |
| 31-Aug-2015 |
Dmitry Stogov |
Add myself into list of authors of the most refactored files.
|
#
9d31b297 |
| 25-Aug-2015 |
Dmitry Stogov |
Avoid array duplication
|
Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2 |
|
#
0039a3e9 |
| 17-Jul-2015 |
Nikita Popov |
Fixed signed/unsigned warnings in wddx Also added extra const annotation to zend_memnstr.
|
#
e5a996f2 |
| 13-Jul-2015 |
Xinchen Hui |
Fixed bug #70057 (Build failure on 32-bit Mac OS X 10.6.8: recursive inlining)
|
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
5df893ce |
| 07-Jul-2015 |
Aaron Piotrowski |
Use NULL where possible for exception class Matches usage of zend_throw_exception()/zend_throw_exception_ex().
|
#
a97f7644 |
| 05-Jul-2015 |
Anatol Belski |
bring back the division by zero warning
|
#
22c38b2e |
| 03-Jul-2015 |
Aaron Piotrowski |
Remove need to pass error level
|
#
5a99c07e |
| 03-Jul-2015 |
Aaron Piotrowski |
Enable throwing custom exceptions from errors
|
#
94722e12 |
| 02-Jul-2015 |
Bob Weinand |
Introduce ArithmeticError
|
#
ba91bc36 |
| 02-Jul-2015 |
Xinchen Hui |
Same here
|
#
ba711aec |
| 02-Jul-2015 |
Xinchen Hui |
Use one_char_string
|
#
0e68e278 |
| 02-Jul-2015 |
Xinchen Hui |
Use one_char_string
|
#
007d7ac7 |
| 01-Jul-2015 |
Bob Weinand |
Use DivisionByZeroError instead of exception for %/intdiv()
|
#
f9724b93 |
| 01-Jul-2015 |
Bob Weinand |
Remove warning upon division by zero
|
#
d2d326a3 |
| 01-Jul-2015 |
Dmitry Stogov |
Cleanup (avoid reallocatios and side effects in php_strip_tags)
|
#
7aa76271 |
| 30-Jun-2015 |
Dmitry Stogov |
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
|