Commit Graph

463 Commits

Author SHA1 Message Date
Anatol Belski
2f62ad16a4 remove older UPGRADING entry, bug #38409 is already fixed in 5.6 2015-12-01 11:32:52 +01:00
Colin O'Dell
55abf6dfb2 Fix description of a BC break 2015-11-07 17:48:02 -05:00
Anatol Belski
d1b67af3ab update UPGRADING 2015-10-13 11:47:30 +02:00
Dmitry Stogov
1198c5d8bb Revert "Update NEWS"
This reverts commit 60bb51c0d3.
2015-10-06 23:47:49 +03:00
Bob Weinand
60bb51c0d3 Update NEWS 2015-10-06 01:03:04 +02:00
Matteo Beccati
8039063d95 ReflectionGenerator and ReflectionType are new classes
I've added them to the new classes paragraph for the sake of completeness, even
though they are mentioned before as new features.
2015-09-30 15:50:01 +02:00
Dmitry Stogov
27a5f66da4 Added information about Zend Extension API chabges 2015-09-29 14:08:03 +03:00
Anatol Belski
b98d09a6a9 add note about minimum openssl version 2015-09-25 09:11:33 +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
Christoph M. Becker
336cfac7f3 ext/mysql has been removed as of PHP 7.0.0
So remove all related settings from php.ini-*, and add a respective entry in
UPGRADING (strangly, this part of fd1578c has been lost).
2015-06-13 16:44:52 +02:00
Anthony Ferrara
c8723564d4 Add line about scalar type declarations to UPGRADING 2015-06-12 10:05:07 -04:00
Ferenc Kovacs
e4aa5c0510 fix typo 2015-06-09 23:14:11 +02:00
Anatol Belski
4cdfbbd399 updated UPGRADING and NEWS 2015-06-08 10:15:03 +02:00
Matteo Beccati
ec281fef48 Reflection support for type hints and return types 2015-06-08 08:46:30 +02:00
Anatol Belski
a71dce77c6 updated UPGRADING 2015-05-30 09:37:08 +02:00
Antony Dovgal
bcd5853a0b NEWS and UPGRADING entries for PR #1309 2015-05-29 18:16:07 +03:00
Kalle Sommer Nielsen
7dcfdbbee4 Remove T1Lib support (see #69698)
# Also removes imagepscopyfont() which was never available (commented out)
2015-05-29 09:18:36 +02:00
Kalle Sommer Nielsen
0e079f9358 Note getrusage() for Windows in UPGRADING 2015-05-29 09:12:25 +02:00
Bob Weinand
21ccdf6304 Rebuild scanner, add NEWS/UPGRADING 2015-05-25 19:00:08 +02:00