Commit Graph

384 Commits

Author SHA1 Message Date
Nikita Popov
31287f0317 More UPGRADING, in particular on foreach
Only doing a shallow description of foreach changes, describing
them completely is too complicated.
2015-02-17 16:02:33 +01:00
Nikita Popov
9d1e36e4b6 Some more UPGRADING changes 2015-02-13 21:44:22 +01:00
Nikita Popov
bfeae649f6 More extensive UPGRADING
I'd like UPGRADING to have a complete list of changes including
code samples and suggested changes. Right now it's only a list
of bullet points, where it is often required to read a linked
RFC to understand the difference.
2015-02-13 20:52:55 +01:00
Anatol Belski
c97afe2195 updated UPGRADING 2015-02-10 08:56:18 +01:00
Jakub Zelenka
898f42ec6a Add missing NEWS and UPGRADING for bug #68938 2015-02-08 16:13:22 +00:00
Jakub Zelenka
f2825042b4 Merge branch 'master' into jsond
Conflicts:
	ext/json/json.c
2015-02-08 14:08:31 +00:00
Michael Wallner
ef058b7cb5 Add note aout $HTTP_RAW_POST_DATA 2015-02-04 10:22:52 +01:00
Jakub Zelenka
3e4c1717ee Merge branch 'master' into jsond 2015-02-02 19:53:32 +00:00
Yasuo Ohgaki
f90f6108c8 Merge branch 'master' into master-rfc-session-lock4
Conflicts:
	UPGRADING
2015-01-29 09:55:36 +09:00
Nikita Popov
d133e68bab Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
Nikita Popov
e05993dfa2 Remove dl() on fpm-fcgi 2015-01-26 21:00:23 +01:00
Nikita Popov
cb9c99ebd0 Remove preg_replace /e modifier 2015-01-26 21:00:23 +01:00
Nikita Popov
4d3e4d3bf9 Remove assignment of new by reference 2015-01-26 21:00:22 +01:00
Yasuo Ohgaki
b45872c2ec Fix typo in doc 2015-01-26 10:24:12 +09:00
Yasuo Ohgaki
7b17980875 Update UPGRADING and UPGRADING.INTERNALS 2015-01-26 06:14:40 +09:00
Jakub Zelenka
22394b7942 Add jsond BC-breaking changes to UPGRADING 2015-01-25 18:56:36 +00:00
Andrea Faulds
6c5b3df5fb Move intdiv() UPGRADING entry to New Functions 2015-01-19 05:55:55 +00:00
Andrea Faulds
5f29b98051 Error on invalid octal (fixes PHPSadness #31)
Further error checks
2015-01-17 18:50:28 +00:00
Nikita Popov
ca11bc0325 Remove set_socket_blocking 2015-01-17 18:26:45 +01:00
Nikita Popov
a60efc5e11 Remove set_magic_quotes_runtime
And the alias magic_quotes_runtime
2015-01-17 18:26:45 +01:00
Nikita Popov
4c115b6b71 Remove string category support in setlocale() 2015-01-17 18:26:45 +01:00
Nikita Popov
9c5eaac18b Remove mktime() and gmmktime() $is_dst parameter 2015-01-17 18:26:45 +01:00
Nikita Popov
83391b5518 Remove for #-style comments in ini files 2015-01-17 18:26:44 +01:00
Nikita Popov
dc9991b167 Remove static calls from incompatible $this context 2015-01-17 18:26:44 +01:00
Xinchen Hui
2193de0d18 Faster sorting algo 2015-01-14 18:02:41 +08:00
Xinchen Hui
2f1ddff2a5 Faster strrpos implementation 2015-01-12 17:24:37 +08:00
Xinchen Hui
31817447cc Faster zend_memnstr for long text 2015-01-12 15:34:46 +08:00
Kalle Sommer Nielsen
ff7e8e94d7 Implemented FR #55428 (E_RECOVERABLE_ERROR when output buffering in output buffering handler)
## Can probably go in lower branches, but I'd like to keep it in
## master for now
2014-12-27 20:56:39 +01:00
Dmitry Stogov
2646f7bcb9 Don't count variadic argument in zend_func.common.num_args. This allows faster CALL/RETURN code. 2014-12-22 16:44:39 +03:00
Andrea Faulds
e5eb9530ab Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
Andrea Faulds
dca2e96885 UPGRADING and NEWS cleanups 2014-12-21 03:08:29 +00:00
Dmitry Stogov
0833fd4619 Allow arrays with define(), to match const syntax support 2014-12-21 03:03:49 +00:00
Andrea Faulds
489961d02c More UPGRADING, NEWS 2014-12-19 01:06:46 +00:00
Andrea Faulds
ccebf60db3 UPGRADING for Unicode Codepoint Escape Syntax 2014-12-19 00:58:49 +00:00
Stanislav Malyshev
a4ddd3a636 add more BC breaks 2014-12-16 11:00:51 -08:00
Stanislav Malyshev
b65d184d5e add BC breaks from PHPNG RFC 2014-12-15 11:33:28 -08:00
Stanislav Malyshev
33b0349ed8 small fixes to UPGRADING 2014-12-14 23:49:43 -08:00
Stanislav Malyshev
cd55c19695 Merge branch 'pull-request/877'
* pull-request/877:
  gmp_random_seed()
2014-11-30 20:28:25 -08:00
Remi Collet
95a609c5d1 FPM: change "listen = port" behavior from IPv4 catch-all to IPv6 catch-all (+ IPv4-mapped) 2014-11-24 09:38:36 +01:00
Stanislav Malyshev
77f172725a Add NEWS & UPGRADING 2014-11-22 22:25:57 -08:00
Veres Lajos
4b9535341a typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-19 20:23:00 +00:00
Andrea Faulds
73a34fed93 Fixed Closure::call() NEWS/UPGRADING 2014-10-25 17:05:52 +01:00
Tjerk Meesters
35314a416a Updated NEWS and UPGRADING
PHP RFC: Catchable "call to a member function of a non-object"
2014-10-06 05:54:32 +08:00
Nikita Popov
24315f2dd7 Add UPGRADING stubs for a number of recent changes 2014-10-05 22:10:11 +02:00
Nikita Popov
bb0c142156 Drop support for GMP 4.1
* Consistent base conversion support (max: 62)
 * mpz_remroot always available
 * Use gmp_randinit_mt instead of LCG
2014-09-28 20:46:22 +02:00
Leigh
581c86c07f Make gmp_setbit and gmp_clrbit return values consistent 2014-09-28 20:18:14 +02:00
Andrea Faulds
16404d0cac UPGRADING for Integer Semantics 2014-09-21 00:47:25 +01:00
Dmitry Stogov
98b8050433 Revert "Updated UPGRADING for ext/ereg removal"
This reverts commit 610ef5d7ec.
2014-09-11 11:06:47 +04:00
Tjerk Meesters
610ef5d7ec Updated UPGRADING for ext/ereg removal 2014-09-11 10:22:44 +08:00
Tjerk Meesters
aa759743b3 Revert "Updated UPGRADING"
This reverts commit 300c0cf1c4.
2014-09-02 07:58:51 +08:00