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
Anatol Belski
d6eff6655c
update NEWS
2016-03-23 12:32:16 +01:00
Xinchen Hui
a3946de339
Fixed Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)
2016-03-23 16:16:26 +08:00
Rasmus Lerdorf
1efcdaf092
Disable huge pages in the Zend allocator by default
...
As per the discussion on internals, this is an expert feature
that needs special system-level configuration and care.
2016-03-22 08:04:53 -07:00
Nikita Popov
dc842bbf8d
Fixed bug #71871
2016-03-21 22:49:18 +01:00
Julien Pauli
cb240fe711
Updated NEWS
2016-03-21 15:40:01 +01:00
Julien Pauli
abbe1551d6
Updated NEWS
2016-03-21 15:26:21 +01:00
Xinchen Hui
a9a46f17be
Update NEWS
2016-03-21 16:44:30 +08:00
Xinchen Hui
c9c8e70463
Update NEWS for efacdc3
2016-03-21 16:43:30 +08:00
Stanislav Malyshev
c4517b2a5e
Fix bug #71750 : use zend_string_safe_alloc for calculated allocations
2016-03-20 22:39:17 -07:00
Stanislav Malyshev
28a6ed9f9a
Fix bug #71735 : Double-free in SplDoublyLinkedList::offsetSet
2016-03-20 22:29:08 -07:00