1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00
Commit Graph

8909 Commits

Author SHA1 Message Date
Bob Weinand
672a99597c Add NEWS entry for ?? in constant scalar expressions 2016-04-21 01:24:56 +02:00
Nikita Popov
77bb96d7c9 Fix bug #71737
Also improve the error message for $this used in parameters.
2016-04-20 18:38:40 +02:00
Xinchen Hui
ede06b7e20 Update NEWS 2016-04-20 08:42:06 -07:00
Xinchen Hui
7648f20de3 Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected) 2016-04-19 10:59:10 +08:00
Bob Weinand
6bb81d2c5f Fix non-/Zend tests too 2016-04-16 20:57:28 +02:00
Bob Weinand
15d1d4f45b Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice) 2016-04-16 20:36:19 +02:00
Nikita Popov
c0d8dc5bd7 Fixed bug #72031 2016-04-16 09:58:57 +02:00
Xinchen Hui
7e01c518b6 Fixed bug #72028 (pg_query_params(): NULL converts to empty string)
I don't have a pgsql server by hand, so no test script, but the fix must
be right.
2016-04-15 21:29:27 -07:00
Xinchen Hui
05d53dee7d Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object) 2016-04-15 21:08:51 -07:00
Lior Kaplan
edb569b439 Align NEWS entry format 2016-04-15 22:17:37 +03:00
Anatol Belski
c0de35273a update NEWS 2016-04-15 13:41:09 +02:00
Xinchen Hui
8a17b1a241 Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error) 2016-04-14 20:21:19 +08:00
Christopher Jones
12cd25bb1a Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns) (Tian Yang) 2016-04-14 14:09:16 +10:00
Anatol Belski
8e6549c354 update NEWS 2016-04-12 19:37:36 +02:00
Anatol Belski
57ffb2bd80 prepare next 2016-04-12 06:49:30 +02:00
Anatol Belski
a1e9de227d update NEWS 2016-04-11 15:37:45 +02:00
Anatol Belski
190db69109 update NEWS 2016-04-10 19:10:45 +02:00
Xinchen Hui
5db4d9a71c Fixed bug #71995 (Returning the same var twice from __sleep() produces broken serialized data) 2016-04-09 10:01:04 -07:00
Anatol Belski
f691fe343c update NEWS 2016-04-08 13:51:29 +02:00
Xinchen Hui
c45f7b97a3 Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables) 2016-04-08 17:57:51 +08:00
Anatol Belski
94e889299b update NEWS 2016-04-08 11:01:42 +02:00
Anatol Belski
f042c5f726 update NEWS 2016-04-08 09:28:41 +02:00
Nikita Popov
aad4ecebf8 Fixed bug #71980 2016-04-07 12:29:59 +02:00
Xinchen Hui
7e042224a2 Fixed bug #71940 (Unserialize crushes on restore object reference) 2016-04-07 13:56:55 +08:00
Xinchen Hui
4e1d435bd1 Fixed order 2016-04-06 10:21:05 +08:00
Xinchen Hui
e95782ed5e Fixed bug #71969 (str_replace returns an incorrect resulting array after a foreach by reference) 2016-04-06 10:19:24 +08:00
Anatol Belski
6ae3915eee update NEWS 2016-04-05 18:21:25 +02:00
Anatol Belski
df8f927446 update NEWS 2016-04-05 15:12:12 +02:00
Anatol Belski
dedc9a4200 update NEWS 2016-04-05 11:55:36 +02:00
Matteo Beccati
4090e709aa Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Fixed bug #71447 (Quotes inside comments not properly handled)
  Fixed a few PDO tests to conform to PDO Common standards
  news entry #69537
  Fix #69537: __debugInfo with empty string for key gives error

Conflicts:
	Zend/zend_compile.c
2016-04-05 00:07:02 +02:00
Matteo Beccati
30925cd498 Fixed bug #71447 (Quotes inside comments not properly handled) 2016-04-04 23:50:28 +02:00
Anatol Belski
d2948d4b71 update NEWS 2016-04-04 17:42:06 +02:00
Joe Watkins
9a65c69c62 news entry #71428 2016-04-04 10:30:23 +01:00
Joe Watkins
0797cfdda9 news entry #69537 2016-04-04 10:23:19 +01:00
Joe Watkins
cd038cc5eb news entry #69537 2016-04-04 10:22:13 +01:00
Joe Watkins
922a4048e4 news entry 71609 2016-04-04 10:20:26 +01:00
Joe Watkins
4d5bb45b3b magical notation is magical 2016-04-04 09:33:20 +01:00
Joe Watkins
860c55466e move this to standard [ci skip] 2016-04-04 09:26:17 +01:00
Joe Watkins
c1dec143d6 news updates 2016-04-04 09:21:06 +01:00
Xinchen Hui
5b1bb41c0b Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed) 2016-04-01 22:27:29 +08:00
Lior Kaplan
3b26af59d4 Align NEWS entry format 2016-03-31 01:01:11 +03:00
Lior Kaplan
cef40c0c3f Align NEWS entry format 2016-03-31 00:52:53 +03:00
Nikita Popov
b1e854f776 Fix bug #71334
Always duplicate the array before doing a sort with user-defined
comparison function, to avoid access to the intermediate
inconsistent state.

I've also dropped the "array modification" warning, as protection
against modifications is no longer relevant if we're always working
on a copy anyway.

This also required some changes to how SplArray forwards calls to
sorting functions.
2016-03-30 22:49:27 +02:00
Ferenc Kovacs
abd59c0e40 update NEWS 2016-03-30 22:28:28 +02:00
Nikita Popov
ed06d130f7 Fixed bug #71922 2016-03-29 19:29:19 +02:00
Anatol Belski
3b08638340 update NEWS 2016-03-29 12:05:36 +02:00
Xinchen Hui
2e6d70787c Fixed bug #71914 (Reference is lost in "switch") 2016-03-29 17:14:36 +08:00
Nikita Popov
bd90f5507f Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
	ext/standard/crypt.c
2016-03-25 20:23:04 +01:00
Nikita Popov
54da966883 Fixed bug #67512 2016-03-25 20:18:46 +01:00
Xinchen Hui
1929fc9b16 Fixed bug #71891 (header_register_callback() and register_shutdown_function())
Actually, this fixed the memleak not the behavior(it is expected
behavior that "shutdown" is not outputed)
2016-03-25 12:34:22 +08:00