#
7cb871d6 |
| 17-Jun-2016 |
Anatol Belski |
fix SQLite info
|
#
0d01f61b |
| 17-Jun-2016 |
Anatol Belski |
update NEWS and UPGRADING
|
#
f3998d23 |
| 02-Jun-2016 |
Anatol Belski |
update UPGRADING
|
#
f6e79af3 |
| 30-May-2016 |
Anatol Belski |
update UPGRADING
|
Revision tags: php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35 |
|
#
91f59403 |
| 24-Apr-2016 |
Nikita Popov |
Forbid dynamic calls to scope introspection functions Per RFC: https://wiki.php.net/rfc/forbid_dynamic_scope_introspection
|
Revision tags: php-5.6.21RC1, php-7.0.6RC1 |
|
#
4f077aee |
| 04-Apr-2016 |
Bob Weinand |
Allow for [] = $array; (alias for list())
|
Revision tags: php-5.6.20, php-5.5.34, php-7.0.5 |
|
#
660e88c1 |
| 25-Mar-2016 |
Andrea Faulds |
Fix bug #71897
|
#
0105bd20 |
| 30-Mar-2016 |
Andrea Faulds |
Correct error messages
|
#
5be14000 |
| 30-Mar-2016 |
Andrea Faulds |
Expand UPGRADING and NEWS re: numeric strings changes
|
#
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 ...
|
#
37c8bb58 |
| 25-Mar-2016 |
Andrea Faulds |
Allow specifying keys on list() elements Squashed commit of the following: commit 0361dbe35616722fbe51b446ab7b43a9ca01f455 Author: Andrea Faulds <ajf@ajf.me> Date: Fri Mar
Allow specifying keys on list() elements Squashed commit of the following: commit 0361dbe35616722fbe51b446ab7b43a9ca01f455 Author: Andrea Faulds <ajf@ajf.me> Date: Fri Mar 25 16:59:20 2016 +0000 UPGRADING and NEWS commit dca9d4a36c845bfe4fbcb9db18e184469110ea5a Author: Andrea Faulds <ajf@ajf.me> Date: Fri Mar 25 16:45:18 2016 +0000 Add tests contributed by @jesseschalken commit e557f77eab692ed8bb18dbdff48777d80b6f6cbd Author: Andrea Faulds <ajf@ajf.me> Date: Fri Mar 25 16:44:51 2016 +0000 Rebuild VM commit 70942e4c3cbb6b4fe6305b27e1e1b2bed78e76df Author: Andrea Faulds <ajf@ajf.me> Date: Wed Feb 24 13:12:26 2016 +0000 Add test for evaluation order of nested list() keys commit ed3592e80c5231d9e9a95558aa768a42b75bdebc Author: Andrea Faulds <ajf@ajf.me> Date: Wed Feb 24 12:42:04 2016 +0000 Add test for evaluation order commit 589756cbcccbb4702c90b5aa9c091af446058ca1 Author: Andrea Faulds <ajf@ajf.me> Date: Tue Jan 19 17:29:34 2016 +0000 Allow arbitrary expressions for key commit 3f622077c32fcd82fcf27a41bd0f22e2552ec4c5 Author: Andrea Faulds <ajf@ajf.me> Date: Tue Jan 19 17:45:10 2016 +0000 Remove compile-time HANDLE_NUMERIC (see bug #63217) commit bab758119aec63289a2c5bef6a5f90a7bc6441a2 Author: Andrea Faulds <ajf@ajf.me> Date: Sun Jan 17 01:20:26 2016 +0000 Handle numeric strings commit 14bfe93ddc34d1175bccb42a158be8842c472a9c Author: Andrea Faulds <ajf@ajf.me> Date: Sun Jan 17 01:09:36 2016 +0000 Allow trailing comma commit f4c8b2cb30fc074b15b5f7aabef5444382403b5d Author: Andrea Faulds <ajf@ajf.me> Date: Sat Jan 16 23:47:11 2016 +0000 Add tests commit 0085884a6176c3a981b53131fbb4fa0c44db2670 Author: Andrea Faulds <ajf@ajf.me> Date: Sat Jan 16 22:24:23 2016 +0000 Handle non-integer/string opcodes commit e572d2d0ada6a64b36a2c6f5e8cb57439f51b55e Author: Andrea Faulds <ajf@ajf.me> Date: Sat Jan 16 21:10:33 2016 +0000 Disallow mixing keyed and unkeyed list() elements commit cede13ccfe0c486591fa84764271ac1b8cb90d0b Author: Andrea Faulds <ajf@ajf.me> Date: Sun Jan 10 20:46:44 2016 +0000 list() with keys (no foreach or tests)
show more ...
|
Revision tags: php-5.6.20RC1, php-7.0.5RC1 |
|
#
77515803 |
| 15-Mar-2016 |
Chris Brown |
Small typo in UPGRADING doc
|
#
f65486f1 |
| 09-Mar-2016 |
Nikita Popov |
Add NEWS/UPGRADING for negative string offsets
|
#
a9a26100 |
| 03-Mar-2016 |
Dmitry Stogov |
unpack() function accepts an additional optional argument $offset.
|
Revision tags: 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 |
|
#
af7174f0 |
| 26-Jan-2016 |
Anatol Belski |
fix typo
|
#
9a33f658 |
| 26-Jan-2016 |
Anatol Belski |
add note on readline support
|
#
1091cec2 |
| 22-Jan-2016 |
Jakub Zelenka |
Update NEWS and UPGRADING for PR #1701
|
Revision tags: php-5.6.18RC1, php-7.0.3RC1 |
|
#
e1540044 |
| 18-Jan-2016 |
Anatol Belski |
add UPGRADING note for PHP_FCGI_CHILDREN on Windows
|
Revision tags: php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
96c13250 |
| 22-Dec-2015 |
Julien Pauli |
Updated NEWS
|
Revision tags: php-7.0.2RC1 |
|
#
098af9e5 |
| 20-Dec-2015 |
Xinchen Hui |
typo agian :<
|
#
9591468a |
| 19-Dec-2015 |
Xinchen Hui |
Added note to upgrading
|
#
283cbebe |
| 18-Dec-2015 |
Yasuo Ohgaki |
Improve FR #48532 implementation (Allow pg_fetch_all() to index numerically). Made result type option be consistent with pg_fetch_row().
|
#
5835593d |
| 18-Dec-2015 |
Yasuo Ohgaki |
Improve FR #31021 implementation (pg_last_notice() is needed to get all notice messages). Now pg_last_notice() can clear stored notices.
|
#
b6935efc |
| 17-Dec-2015 |
Yasuo Ohgaki |
Implemented FR #48532 (Allow pg_fetch_all() to index numerically).
|
#
57d9da87 |
| 16-Dec-2015 |
Yasuo Ohgaki |
Implemented FR #31021 (pg_result_notice() is needed to get all notice messages).
|