summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare 5.5.14php-5.5.14PHP-5.5.14Julien Pauli2014-06-252-3/+3
|
* Update NEWS will all cherrypicked commits infoJulien Pauli2014-06-251-8/+22
|
* Fix test - because of big #67397 we don't allow overlong locales anymoreStanislav Malyshev2014-06-251-3/+4
|
* Better fix for bug #67072 with more BC provisionsStanislav Malyshev2014-06-253-34/+120
|
* Fix bug #67498 - phpinfo() Type Confusion Information Leak VulnerabilityStanislav Malyshev2014-06-252-4/+19
|
* Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type ConfusionStanislav Malyshev2014-06-253-3/+6
|
* Fix bug #67397 (Buffer overflow in ↵Stanislav Malyshev2014-06-252-1/+30
| | | | locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
* Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-252-5/+8
|
* Fix potential segfault in dns_get_record()Sara Golemon2014-06-251-0/+4
| | | | | | 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.
* prepare for 5.5.14RC1php-5.5.14RC1Julien Pauli2014-06-113-4/+4
|
* update NEWSStanislav Malyshev2014-06-101-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-103-1/+28
|\ | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #66127 (Segmentation fault with ArrayObject unset) 5.4.31 next Conflicts: configure.in main/php_version.h
| * Fix bug #66127 (Segmentation fault with ArrayObject unset)Stanislav Malyshev2014-06-104-1/+29
| |
| * 5.4.31 nextStanislav Malyshev2014-06-103-4/+6
| |
* | Remove unused included fileXinchen Hui2014-06-101-2/+0
| |
* | NEWSRemi Collet2014-06-101-1/+4
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-101-1/+5
|\ \ | |/ | | | | | | | | * PHP-5.4: NEWS Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary chec
| * NEWSRemi Collet2014-06-101-1/+3
| |
| * Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary checRemi Collet2014-06-101-1/+5
| | | | | | | | | | | | | | Upstream: https://github.com/file/file/commit/93e063ee374b6a75729df9e7201fb511e47e259d Adapted for C standard.
* | NEWSRemi Collet2014-06-101-2/+4
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-101-3/+4
|\ \ | |/ | | | | | | | | * PHP-5.4: NEWS Bug #67412 fileinfo: cdf_count_chain insufficient boundary check
| * NEWSRemi Collet2014-06-101-2/+4
| |
| * Bug #67412 fileinfo: cdf_count_chain insufficient boundary checkRemi Collet2014-06-101-3/+4
| | | | | | | | | | Upstream: https://github.com/file/file/commit/40bade80cbe2af1d0b2cd0420cebd5d5905a2382
* | NEWSRemi Collet2014-06-101-0/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-101-2/+4
|\ \ | |/ | | | | | | | | * PHP-5.4: NEWS Fixed Bug #67411 fileinfo: cdf_check_stream_offset insufficient boundary check
| * NEWSRemi Collet2014-06-101-0/+2
| |
| * Fixed Bug #67411 fileinfo: cdf_check_stream_offset insufficient boundary checkRemi Collet2014-06-101-2/+4
| | | | | | | | | | Upstream: https://github.com/file/file/commit/36fadd29849b8087af9f4586f89dbf74ea45be67
* | NEWSRemi Collet2014-06-101-0/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-101-3/+11
|\ \ | |/ | | | | | | | | * PHP-5.4: NEWS Fixed Bug #67410 fileinfo: mconvert incorrect handling of truncated pascal string size
| * NEWSRemi Collet2014-06-101-0/+2
| |
| * Fixed Bug #67410 fileinfo: mconvert incorrect handling of truncated pascal ↵Remi Collet2014-06-101-3/+11
| | | | | | | | | | | | | | string size Upstream https://github.com/file/file/commit/27a14bc7ba285a0a5ebfdb55e54001aa11932b08
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-101-3/+3
|\ \ | |/ | | | | | | | | * PHP-5.4: NEWS Fixed bug #67406 built-in web-server segfaults on startup
| * NEWSRemi Collet2014-06-101-0/+3
| |
| * Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
| | | | | | | | | | | | | | | | Reproduce on aarch64. From select man page: "select() may update the timeout argument to indicate how much time was left." So "const" is not ok.
* | NEWSRemi Collet2014-06-101-0/+3
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-080-0/+0
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #67399 (putenv with empty variable may lead to crash)
| * Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-083-56/+65
| |
* | Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-083-56/+65
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-06-093-0/+6
|\ \ | |/ | | | | | | * PHP-5.4: Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191
| * Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-093-0/+6
| | | | | | | | | | DOMDocument::substituteEntities needs to be set to true in order for external entities to be parsed.
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-084-0/+43
|\ \ | |/ | | | | | | | | * PHP-5.4: add news Bug 49898 __getCookies() method implementation
| * add newsStanislav Malyshev2014-06-082-0/+5
| |
| * Bug 49898Boro Sitnikovski2014-06-082-0/+37
| | | | | | | | __getCookies() method implementation
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-080-0/+0
|\ \ | |/ | | | | | | * PHP-5.4: fix order
| * fix orderStanislav Malyshev2014-06-081-2/+2
| |
* | fix orderStanislav Malyshev2014-06-081-2/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-081-0/+2
|\ \ | |/ | | | | | | * PHP-5.4: Fix bug 666222
| * Fix bug 666222Levi Morrison2014-06-085-5/+56
| | | | | | | | | | | | | | | | This also adds some smaller, isolated tests related to bug 66622. Conflicts: Zend/zend_vm_def.h Zend/zend_vm_execute.h
* | Fix bug 666222Levi Morrison2014-06-0812-5/+226
| | | | | | | | This also adds some smaller, isolated tests related to bug 66622.
* | Merge branch 'PHp-5.4' into PHP-5.5Stanislav Malyshev2014-06-081-16/+16
|\ \ | |/ | | | | | | | | * PHp-5.4: Fixed identation on file Fix align indentation