#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
Revision tags: php-7.1.1, php-5.6.29 |
|
#
e8109e09 |
| 06-Dec-2016 |
Dmitry Stogov |
Fixed memory leaks caused by exceptions thrown from destructors.
|
Revision tags: php-7.0.14 |
|
#
a983b728 |
| 05-Dec-2016 |
Dmitry Stogov |
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).
|
#
8f7325fc |
| 02-Dec-2016 |
Nikita Popov |
Fix leak in shift_right_function
|
#
2b70d44b |
| 02-Dec-2016 |
Dmitry Stogov |
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).
|
#
dbf39cdd |
| 02-Dec-2016 |
Dmitry Stogov |
Fixed behavior of failing compound assignments (they shouldn't change the source value).
|
#
67d90a48 |
| 02-Dec-2016 |
Dmitry Stogov |
Fixed possible memory leak in &=, |=, ^=.
|
#
22cebaf8 |
| 02-Dec-2016 |
Dmitry Stogov |
Revert "Fix return value memory leaks upon exceptions in opcode operand freeing" This reverts commit 9ad9d7ae375a6e8847ceaab287d3d23e0963a06e.
|
Revision tags: php-7.1.0 |
|
#
9ad9d7ae |
| 28-Nov-2016 |
Bob Weinand |
Fix return value memory leaks upon exceptions in opcode operand freeing
|
Revision tags: php-5.6.29RC1, php-7.0.14RC1 |
|
#
a0502b89 |
| 14-Nov-2016 |
Andrea Faulds |
Convert numeric keys in object/array casts RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts This converts key types as appropriate in object to array and arr
Convert numeric keys in object/array casts RFC: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts This converts key types as appropriate in object to array and array to object casts, as well as in get_object_vars().
show more ...
|
Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11 |
|
#
bbdff7ea |
| 04-Sep-2016 |
Nikita Popov |
Sync convert_to_null with VM cast behavior Do not call cast_object, this is useless and we haven't been doing it in the VM as of 7.0.
|
Revision tags: php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1 |
|
#
1b4946e6 |
| 01-Jun-2016 |
Dmitry Stogov |
Use "fast" assembler functions in "slow" ones. Mark assembler functions that changes memory.
|
Revision tags: php-5.6.22, php-5.5.36, php-7.0.7 |
|
#
287f9489 |
| 21-May-2016 |
Lauri Kenttä |
Fix bug #72221 (segfault, past-the-end access)
|
#
26fa27d7 |
| 21-May-2016 |
Lauri Kenttä |
Fix bug #72221 (segfault, past-the-end access)
|
#
7b94b958 |
| 12-May-2016 |
Dmitry Stogov |
Intern some known (and offten used) strings.
|
Revision tags: php-5.6.22RC1, php-7.0.7RC1 |
|
#
41fc3c76 |
| 10-May-2016 |
Stanislav Malyshev |
Add check for string overflow to all string add operations
|
#
c19cb70d |
| 06-May-2016 |
Dmitry Stogov |
Revert "Refactor zval cleanup into single function" This reverts commit bac6fdb0c52c924e726c5a78de8858bf27b6586b.
|
#
bac6fdb0 |
| 05-May-2016 |
Bob Weinand |
Refactor zval cleanup into single function Also use zval_ptr_dtor_nogc() everywhere in Zend in favor of zval_dtor()
|
#
2578d080 |
| 29-Apr-2016 |
Dmitry Stogov |
Fixed compilation warnings
|
Revision tags: php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1 |
|
#
64f91774 |
| 10-Apr-2016 |
Nikita Popov |
Remove IS_VAR_RET_REF flag Instead decide whether a function returned by reference or by value by checking whether the return value has REFERENCE type. This means that functions retu
Remove IS_VAR_RET_REF flag Instead decide whether a function returned by reference or by value by checking whether the return value has REFERENCE type. This means that functions returning by reference must always return a reference and functions returning by value must not return a reference.
show more ...
|
#
0b3e2fe2 |
| 12-Apr-2016 |
Dmitry Stogov |
Delay IS_UNDEF check for FETCH_DIM_R and family
|
Revision tags: php-5.6.20 |
|
#
1e82ad80 |
| 30-Mar-2016 |
Andrea Faulds |
Warn about invalid strings in arithmetic Squashed commit of the following: commit e05d3b67325d4521418483ed924ac9211a188919 Author: Andrea Faulds <ajf@ajf.me> Date: Wed Mar
Warn about invalid strings in arithmetic Squashed commit of the following: commit e05d3b67325d4521418483ed924ac9211a188919 Author: Andrea Faulds <ajf@ajf.me> Date: Wed Mar 30 01:43:35 2016 +0100 UPGRADING and NEWS commit 6caf1d4585207d1b02fb06a216cd7da1a1f5e12d Author: Andrea Faulds <ajf@ajf.me> Date: Sun Mar 20 21:18:33 2016 +0000 Fixes commit 6dadb1b0efe5e2ed071e95a55c806519e61377ac Author: Andrea Faulds <ajf@ajf.me> Date: Sun Feb 14 02:15:01 2016 +0000 Add test for numeric string errors in assignment commit bd5f04e8dd576f92a48d25546f4f9a0f57f374de Author: Andrea Faulds <ajf@ajf.me> Date: Sat Feb 13 23:53:05 2016 +0000 Add test for numeric string errors commit c72e92f16d512bcae30cc9639c89bcb08d971742 Author: Andrea Faulds <ajf@ajf.me> Date: Tue Jan 26 23:28:33 2016 +0000 Add test for scientific notation in integer operations commit d94c08852d405b3a7ef6c84d24bf7915c890ce78 Author: Andrea Faulds <ajf@ajf.me> Date: Sun Feb 14 01:25:57 2016 +0000 Disable optimiser evaluation for numeric string errors commit 30ee954ed13d933e766c68605d683c8ebae3d8ee Author: Andrea Faulds <ajf@ajf.me> Date: Sun Feb 14 01:46:25 2016 +0000 fixup commit a6403b79e054c95e2b7345d787f3092b261eed27 Author: Andrea Faulds <ajf@ajf.me> Date: Sat Feb 13 22:00:27 2016 +0000 Do not convert error-causing numeric strings ahead-of-time commit f9dc35401471ef3035954cb6f171826769297548 Author: Andrea Faulds <ajf@ajf.me> Date: Sat Feb 13 19:15:38 2016 +0000 Disable compile-time evaluation for numeric string errors commit e05b0cc8496ea082c6db27efd8b8277ef1f785b5 Author: Andrea Faulds <ajf@ajf.me> Date: Fri Feb 5 11:42:26 2016 +0000 Make _zval_get_long_func_noisy function for inlining commit 84d66321a57e579759109650c8bb7e3d5002854a Author: Andrea Faulds <ajf@ajf.me> Date: Tue Jan 26 23:10:00 2016 +0000 Update tests commit 5ac4a0cc4bff282e3a15eaa8ab44b67391881a6d Author: Andrea Faulds <ajf@ajf.me> Date: Tue Jan 26 22:08:19 2016 +0000 Use is_numeric_string_ex for zval_get_long etc. commit c21f08848533723331012a62a153de3577731d6a Author: Andrea Faulds <ajf@ajf.me> Date: Thu Jan 7 21:13:04 2016 +0000 Update tests commit 63e214cf8160420bfc51c6a2b4ae32f09ad8e8af Author: Andrea Faulds <ajf@ajf.me> Date: Wed Jan 6 00:28:01 2016 +0000 Warn on non-/bad numeric strings in arithmetic
show more ...
|
Revision tags: php-5.5.34, php-7.0.5 |
|
#
9712a974 |
| 21-Mar-2016 |
Xinchen Hui |
Also protects object to array cast
|
Revision tags: php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
97a9470d |
| 02-Jan-2016 |
Xinchen Hui |
bump year which is missed in rev 49493a2
|
#
3537e95d |
| 02-Jan-2016 |
Xinchen Hui |
bump year which is missed in rev 49493a2
|