Commit Graph

473 Commits

Author SHA1 Message Date
Anatol Belski
af7174f05b fix typo 2016-01-26 16:41:00 +01:00
Anatol Belski
9a33f6583b add note on readline support 2016-01-26 08:55:49 +01:00
Jakub Zelenka
1091cec28f Update NEWS and UPGRADING for PR #1701 2016-01-22 19:41:11 +00:00
Anatol Belski
e1540044e9 add UPGRADING note for PHP_FCGI_CHILDREN on Windows 2016-01-18 08:26:58 +01:00
Julien Pauli
96c1325092 Updated NEWS 2015-12-22 18:12:56 +01:00
Xinchen Hui
098af9e559 typo agian :< 2015-12-19 18:40:58 -08:00
Xinchen Hui
9591468a49 Added note to upgrading 2015-12-19 05:45:44 -08:00
Yasuo Ohgaki
283cbebe5b Improve FR #48532 implementation (Allow pg_fetch_all() to index numerically).
Made result type option be consistent with pg_fetch_row().
2015-12-18 15:50:57 +09:00
Yasuo Ohgaki
5835593dfc Improve FR #31021 implementation (pg_last_notice() is needed to get all notice messages).
Now pg_last_notice() can clear stored notices.
2015-12-18 13:04:34 +09:00
Yasuo Ohgaki
b6935efc8e Implemented FR #48532 (Allow pg_fetch_all() to index numerically). 2015-12-17 09:15:57 +09:00
Yasuo Ohgaki
57d9da8790 Implemented FR #31021 (pg_result_notice() is needed to get all notice messages). 2015-12-17 07:31:19 +09:00
Xinchen Hui
e670374053 Typo 2015-12-14 17:14:41 +08:00
Xinchen Hui
9b148d31d3 Fixed bug #71100 (long2ip() doesn't accept integers in strict mode) 2015-12-14 14:55:44 +08:00
Andrea Faulds
366ba41334 Add void return type 2015-11-18 17:30:49 +00:00
Ferenc Kovacs
40038d7c5c update NEWS and UPGRADING 2015-10-16 19:01:22 +02:00
Anatol Belski
9d3f6f4319 update UPGRADING 2015-10-10 18:20:56 +02:00
Ferenc Kovacs
0e7ce86d03 update NEWS/UPGRADING 2015-10-08 10:38:46 +02:00
Anatol Belski
0f71d006e8 make room for next UPGRADING notes 2015-09-17 13:19:30 +02:00
Dmitry Stogov
24fc74d412 Update information about new opcache features 2015-09-17 12:58:08 +03:00
Sebastian Bergmann
486848168c Fugbix typo 2015-09-15 08:58:50 -07:00
Xinchen Hui
a261938d50 Add Note about huge_code_pages 2015-09-15 08:28:32 -07:00
Christoph M. Becker
1b344f55f4 Revert "Fix #70029: nodeValue of DOMElement list content of children nodes"
This reverts commit 25a52d98d7.
2015-09-06 15:36:43 +02:00
Christoph M. Becker
8355dfc41a updated NEWS and UPGRADING 2015-09-05 02:03:23 +02:00
Anatol Belski
03f6ffd1d7 note to UPGRADING 2015-08-21 10:48:25 +02:00
Christoph M. Becker
1b5e87a579 Fix #70289: Different sort in php7 (and hhvm) compared to php5
We add a respective note to UPGRADING. Furthermore, as renaming of zend_qsort()
and the new zend_insert_sort() are irrelevant for user-land, we move this
info to UPGRADING.INTERNALS.
2015-08-18 13:44:14 +02:00
Adam Harvey
d6db83816c We don't need CVS/SVN keywords in UPGRADING. 2015-08-13 12:40:46 -07:00
Adam Harvey
edafed6b68 We did eventually decide it was PHP 7.0, so make it so. 2015-08-13 12:39:41 -07:00
Dmitry Stogov
fef086d113 Revert "Simplify ZEND_EXIT and count boolean values to it as exit status"
This reverts commit 7c003948c6.
2015-08-12 02:58:21 +03:00
Bob Weinand
7c003948c6 Simplify ZEND_EXIT and count boolean values to it as exit status 2015-08-11 22:36:47 +02:00
Nicolas Grekas
948bb1aa26 Update UPGRADING about new substr() behavior 2015-08-07 09:12:02 +02:00
Christoph M. Becker
b4bd31b7a0 updated UPGRADING
The ZipArchive::setCompressionIndex() and ::setCompressionName() methods
introduced with 3a55ea02 were missing.
2015-08-03 00:24:39 +02:00
Xinchen Hui
d00acdc312 update UPGRADING 2015-07-30 15:23:15 +08:00
Christoph M. Becker
8f7d816b0d updated UPGRADING 2015-07-29 18:28:18 +02:00
Remi Collet
0014b9eda6 UPGRADING 2015-07-27 15:26:31 +02:00
Anatol Belski
1767992e4e update UPGRADING 2015-07-21 11:12:08 +02:00
Anatol Belski
aaee58ecc4 added info about the user space stream context for pipes 2015-07-07 17:11:24 +02:00
Bob Weinand
23242fd61d Rectify information about invalid shift warning being now ArithmeticError 2015-07-06 18:09:36 +02:00
Anatol Belski
79ca2b06b6 update UPGRADING infos 2015-07-02 16:32:57 +02:00
jrchamp
edb3ab2a2a UPGRADING typos/wording 2015-06-29 16:16:51 +02:00
Tjerk Meesters
3bf012a98d Feature: Enhanced array_column() to also work with object elements. 2015-06-27 07:35:44 +08:00
Xinchen Hui
eca7f28796 Fixed typo 2015-06-18 13:22:39 +08:00
Xinchen Hui
d8c9b1f7ad Seems UPGRADING is not merged... 2015-06-18 13:12:01 +08:00
Andrew Smith
60e658be81 Remove incorrect use of 'irregardless'
Correct word should be simply regardless
2015-06-16 00:31:37 +02:00
Xinchen Hui
556423fcd0 Add an entry for dc37d3e8c2 2015-06-15 23:19:32 +08:00
Dmitry Stogov
562bffe60e Few more lines about opcache file cache. 2015-06-15 14:44:21 +03:00
Dmitry Stogov
ea14c20ffb Added notes about opcahce.file_cache. 2015-06-15 13:39:45 +03:00
Dmitry Stogov
0a21a0c752 Removed opcache.load_comments configuration directive. Now doc comments loading costs nothing and always enabled. 2015-06-15 13:18:52 +03:00
vlakoff
6cb7b48846 Fix typo in PHP 7 upgrade notes 2015-06-14 18:35:16 +02:00
Anatol Belski
a0556ea64a update UPGRADING 2015-06-14 13:45:40 +02:00
Anatol Belski
241bba9dd9 update UPGRADING 2015-06-14 12:54:19 +02:00