Remi Collet
|
a0ecb3794f
|
Fix Bug #67530 error_log=syslog ignored
As for Bug #64915
Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
|
2014-06-27 09:45:53 +02:00 |
|
Stanislav Malyshev
|
2db96fea2d
|
update the date
|
2014-06-26 21:15:47 -07:00 |
|
Stanislav Malyshev
|
b23460063f
|
better explanation
|
2014-06-26 15:25:19 -07:00 |
|
Stanislav Malyshev
|
ad9ed232e7
|
more extensive note on unserialize() change
|
2014-06-26 10:35:47 -07:00 |
|
Stanislav Malyshev
|
9d1d25e625
|
Fix test - because of big #67397 we don't allow overlong locales anymore
|
2014-06-24 11:21:43 -07:00 |
|
Stanislav Malyshev
|
3488cf6fd8
|
Merge branch 'PHP-5.4.30' into PHP-5.4
* PHP-5.4.30:
5.4.30
Better fix for bug #67072 with more BC provisions
Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability
update CVE
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
Fix bug #67349: Locale::parseLocale Double Free
add CVEs
Fix potential segfault in dns_get_record()
Fix bug #66127 (Segmentation fault with ArrayObject unset)
5.4.30 rc1
Conflicts:
configure.in
main/php_version.h
|
2014-06-24 10:23:36 -07:00 |
|
Stanislav Malyshev
|
08e7252abf
|
update NEWS
|
2014-06-24 10:20:33 -07:00 |
|
Stanislav Malyshev
|
79457d1964
|
5.4.30
|
2014-06-24 10:17:49 -07:00 |
|
Stanislav Malyshev
|
6d97b4b2b3
|
Better fix for bug #67072 with more BC provisions
|
2014-06-23 22:16:25 -07:00 |
|
Stanislav Malyshev
|
fb0128af2a
|
Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability
|
2014-06-23 00:22:59 -07:00 |
|
Stanislav Malyshev
|
f3dd77714d
|
update CVE
|
2014-06-23 00:07:08 -07:00 |
|
Stanislav Malyshev
|
c42d5cf5de
|
Better fix for bug #67072 with more BC provisions
|
2014-06-21 21:29:11 -07:00 |
|
Stanislav Malyshev
|
88223c5245
|
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
|
2014-06-21 19:46:16 -07:00 |
|
Stanislav Malyshev
|
6027c56fd7
|
Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
|
2014-06-21 18:44:14 -07:00 |
|
Stanislav Malyshev
|
aef6432fbe
|
Fix bug #67349: Locale::parseLocale Double Free
|
2014-06-21 18:38:41 -07:00 |
|
Stanislav Malyshev
|
300e0418a4
|
add CVEs
|
2014-06-21 18:37:08 -07:00 |
|
Dmitry Stogov
|
680ddabac1
|
Fixed MarinaDB support
|
2014-06-20 13:56:32 +04:00 |
|
Lior Kaplan
|
4106d48d1c
|
Update copyright year to 2014
|
2014-06-17 23:57:20 +03:00 |
|
Lior Kaplan
|
945938d33c
|
Update copyright year to 2014
|
2014-06-17 23:56:46 +03:00 |
|
Lior Kaplan
|
6f3bcb0d6e
|
Update copyright year for re2c generated files
|
2014-06-16 23:28:36 +03:00 |
|
Lior Kaplan
|
2d576c2a99
|
Update copyright year to 2014
|
2014-06-16 23:27:45 +03:00 |
|
Lior Kaplan
|
e667d23178
|
Update copyright year for re2c files as well
|
2014-06-16 23:26:50 +03:00 |
|
Bob Weinand
|
0a3979e08b
|
Fix patch for bug #67436
|
2014-06-16 11:10:50 +02:00 |
|
Bob Weinand
|
4053dbe29f
|
Merge branch 'pull-request/695' into PHP-5.4
|
2014-06-16 00:35:20 +02:00 |
|
Levi Morrison
|
6c9c44905e
|
Added tests for bug 67436
|
2014-06-15 16:31:39 -06:00 |
|
Bob Weinand
|
a84a2d4ace
|
Fixed wrong XFAIL test - already fixed
|
2014-06-15 23:52:41 +02:00 |
|
Lior Kaplan
|
d9432d6a50
|
Fix typo in Bug #67406 NEWS entry
|
2014-06-16 00:26:01 +03:00 |
|
Bob Weinand
|
85d3ac5763
|
Updated NEWS
|
2014-06-15 22:32:47 +02:00 |
|
Bob Weinand
|
ca29063da5
|
Fix bug #67436
|
2014-06-15 22:18:25 +02:00 |
|
Sara Golemon
|
21525d0413
|
Fix potential segfault in dns_get_record()
If the remote sends us a packet with a malformed TXT record,
we could end up trying to over-consume the packet and wander
off into overruns.
|
2014-06-15 01:04:24 -07:00 |
|
Stanislav Malyshev
|
b053c4f4f6
|
update NEWS
|
2014-06-15 00:46:31 -07:00 |
|
Derick Rethans
|
ce70b920e4
|
- Updated to version 2014.5 (2014e)
|
2014-06-13 23:26:42 +01:00 |
|
Adam Harvey
|
b51f82f260
|
Follow 308 Permanent Redirect responses.
Fixes bug #67430 (http:// wrapper doesn't follow 308 redirects).
|
2014-06-12 18:12:53 -07:00 |
|
Adam Harvey
|
fe67674809
|
Add 308 and 426 to the HTTP response code map in the CLI server.
Implements FR #67429 (CLI server is missing some new HTTP response codes).
|
2014-06-12 17:54:29 -07:00 |
|
Adam Harvey
|
1b9cbab9a7
|
Keep 308-399 HTTP response codes when header('Location:') is called.
Fixes bug #67428 (header('Location: foo') will override a 308-399 response
code).
|
2014-06-12 17:35:05 -07:00 |
|
Sara Golemon
|
5f2a30e111
|
NEWS entry for "Fix potential segfault in dns_get_record()"
|
2014-06-11 14:24:13 -07:00 |
|
Sara Golemon
|
4f73394fdd
|
Fix potential segfault in dns_get_record()
If the remote sends us a packet with a malformed TXT record,
we could end up trying to over-consume the packet and wander
off into overruns.
|
2014-06-11 13:37:04 -07:00 |
|
Stanislav Malyshev
|
2b04d68972
|
Fix bug #66127 (Segmentation fault with ArrayObject unset)
php-5.4.30RC1
|
2014-06-10 23:24:11 -07:00 |
|
Stanislav Malyshev
|
317bcb96d0
|
Fix bug #66127 (Segmentation fault with ArrayObject unset)
|
2014-06-10 23:17:30 -07:00 |
|
Stanislav Malyshev
|
979eed5c6b
|
5.4.31 next
|
2014-06-10 23:03:40 -07:00 |
|
Stanislav Malyshev
|
0235a8acdc
|
5.4.30 rc1
|
2014-06-10 21:17:37 -07:00 |
|
Remi Collet
|
6256b79a35
|
NEWS
|
2014-06-10 14:35:14 +02:00 |
|
Remi Collet
|
25b1dc917a
|
Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary chec
Upstream:
93e063ee37
Adapted for C standard.
|
2014-06-10 14:33:37 +02:00 |
|
Remi Collet
|
da5d40bae6
|
NEWS
|
2014-06-10 14:23:31 +02:00 |
|
Remi Collet
|
40ef6e07e0
|
Bug #67412 fileinfo: cdf_count_chain insufficient boundary check
Upstream:
40bade80cb
|
2014-06-10 14:22:04 +02:00 |
|
Remi Collet
|
2b33a41162
|
NEWS
|
2014-06-10 14:16:00 +02:00 |
|
Remi Collet
|
5c9f967999
|
Fixed Bug #67411 fileinfo: cdf_check_stream_offset insufficient boundary check
Upstream:
36fadd2984
|
2014-06-10 14:13:14 +02:00 |
|
Remi Collet
|
d02aa44090
|
NEWS
|
2014-06-10 14:04:27 +02:00 |
|
Remi Collet
|
e77659a8c8
|
Fixed Bug #67410 fileinfo: mconvert incorrect handling of truncated pascal string size
Upstream
27a14bc7ba
|
2014-06-10 14:02:36 +02:00 |
|
Remi Collet
|
949cab09f2
|
NEWS
|
2014-06-10 10:31:17 +02:00 |
|