Bob Weinand
466cd2aa7d
Merge sapi/phpdbg into PHP-5.6
12 years ago
Bob Weinand
467b19a948
Fixed startup segfault in non-debug builds
Fixes issue #87
12 years ago
Anatol Belski
b416537917
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed regression introduced by patch for bug #67072
12 years ago
Anatol Belski
e2710310a0
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed regression introduced by patch for bug #67072
12 years ago
Anatol Belski
20568e5028
Fixed regression introduced by patch for bug #67072
This applies to 5.4 and 5.5 only as a legacy fix.
12 years ago
Anatol Belski
f3f22ff5c6
Fixed bug #67329 fileinfo: NULL pointer deference flaw by processing certain CDF files
12 years ago
Remi Collet
9e16493e72
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
(re)add cve number in NEWS, from 5.4.29
12 years ago
Remi Collet
97b86c3c4a
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
(re)add cve number in NEWS, from 5.4.29
12 years ago
Remi Collet
0817a2c767
(re)add cve number in NEWS, from 5.4.29
12 years ago
Remi Collet
0e25448e6b
NEWS
12 years ago
Remi Collet
e61f7727d4
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
NEWS
NEWS
Fix bug #67326 fileinfo: cdf_read_short_sector insufficient boundary check
12 years ago
Remi Collet
f5333418d7
NEWS
12 years ago
Remi Collet
2d59b87527
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
NEWS
Fix bug #67326 fileinfo: cdf_read_short_sector insufficient boundary check
12 years ago
Remi Collet
21986f98db
NEWS
12 years ago
Remi Collet
4fcb9a9d1b
Fix bug #67326 fileinfo: cdf_read_short_sector insufficient boundary check
Upstream fix 6d209c1c48 .patch
Only revelant part applied
12 years ago
Ferenc Kovacs
6538dab85f
add NEWS block for 5.6.0RC1
12 years ago
Xinchen Hui
f41ab36e5c
Update NEWs
12 years ago
Xinchen Hui
c4e7c7d50e
Merge branch 'PHP-5.5' into PHP-5.6
12 years ago
Xinchen Hui
0218e4eb19
Update NEWs
12 years ago
Xinchen Hui
9bb5867fad
Merge branch 'PHP-5.4' into PHP-5.5
12 years ago
Xinchen Hui
38be99b739
Fixed bug #67359 (Segfault in recursiveDirectoryIterator)
12 years ago
Adam Harvey
b8042acdde
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Check for zero-length keys in spl_array_skip_protected and don't skip them.
added CVEs in NEWS
12 years ago
Adam Harvey
43e3a83d51
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Check for zero-length keys in spl_array_skip_protected and don't skip them.
12 years ago
Adam Harvey
b5d9983ff4
Check for zero-length keys in spl_array_skip_protected and don't skip them.
Fixes bug #67360 (Missing element after ArrayObject::getIterator).
12 years ago
Julien Pauli
4ef561c7ba
added CVEs in NEWS
12 years ago
Anatol Belski
fb991bd7fd
updated libmagic.patch for 5.6+
12 years ago
Anatol Belski
e844055761
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated libmagic.patch for 5.4+
12 years ago
Anatol Belski
546797f329
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
updated libmagic.patch for 5.4+
Conflicts:
ext/fileinfo/libmagic.patch
12 years ago
Anatol Belski
d2765e4b8c
updated libmagic.patch for 5.4+
12 years ago
Stanislav Malyshev
13a3826687
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
update NEWS
Fix bug #67249 : printf out-of-bounds read
5.5.13 release date
12 years ago
Stanislav Malyshev
a2f8c9c1ae
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
update NEWS
Fix bug #67249 : printf out-of-bounds read
12 years ago
Stanislav Malyshev
76b06780d5
update NEWS
12 years ago
Stanislav Malyshev
091b7642c2
Fix bug #67249 : printf out-of-bounds read
12 years ago
Julien Pauli
3b8bdb7164
5.5.13 release date
12 years ago
Matteo Beccati
eb2bd85004
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Escape non-printable characters in the junit XML output
12 years ago
Matteo Beccati
abfd977410
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Escape non-printable characters in the junit XML output
12 years ago
Matteo Beccati
92d54f81d6
Escape non-printable characters in the junit XML output
XML doesn't allow most of the characters < 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.
12 years ago
Matteo Beccati
cc3a1af62a
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed broken XML junit output due to escaping of CDATA sections
12 years ago
Matteo Beccati
56bcb22afb
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed broken XML junit output due to escaping of CDATA sections
12 years ago
Matteo Beccati
1696166466
Fixed broken XML junit output due to escaping of CDATA sections
I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792
12 years ago
Stanislav Malyshev
49662be30b
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix #50444 : PDO-ODBC changes for 64-bit
12 years ago
Andrew Kehrig
91e7b3b84f
Fix #50444 : PDO-ODBC changes for 64-bit
This bug is also referenced in
[#61777 ](https://bugs.php.net/bug.php?id=61777 ) and is still present in
the latest stable release of the 5.5 branch. I see two tickets exist for
this problem already, and I'm just submitting these changes via github
as a reminder that this is a serious problem for anyone using PDO_ODBC
on the x64 builds.
12 years ago
Stanislav Malyshev
4c64bb27b1
update NEWS
12 years ago
Stanislav Malyshev
bc87ba8ee6
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
backport this piece from 5.6, related to the #66307 fix
Fixed bug #66307 Fileinfo crashes with powerpoint files
Fix bug #67328 (fileinfo: numerous file_printf calls resulting in performance degradation)
Fix bug #67327 : fileinfo: CDF infinite loop in nelements DoS
fix my last commit with some locales
12 years ago
Stanislav Malyshev
076c25bfec
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
backport this piece from 5.6, related to the #66307 fix
Fixed bug #66307 Fileinfo crashes with powerpoint files
12 years ago
Anatol Belski
d184f07b3c
backport this piece from 5.6, related to the #66307 fix
12 years ago
Anatol Belski
15ee33eb21
Fixed bug #66307 Fileinfo crashes with powerpoint files
12 years ago
Stanislav Malyshev
5ce11c2698
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #67328 (fileinfo: numerous file_printf calls resulting in performance degradation)
Fix bug #67327 : fileinfo: CDF infinite loop in nelements DoS
12 years ago
Stanislav Malyshev
4005f06df6
Fix bug #67328 (fileinfo: numerous file_printf calls resulting in performance degradation)
Upstream patch: b8acc83781
12 years ago
Stanislav Malyshev
57225f09ed
Fix bug #67327 : fileinfo: CDF infinite loop in nelements DoS
Upstream fix: f97486ef5d
12 years ago