summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.6.14php-5.6.14PHP-5.6.14Ferenc Kovacs2015-09-303-4/+10
|
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-303-3/+5
| | | | | | | | * PHP-5.5: Better fix for bug #70433 Conflicts: ext/phar/dirstream.c
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-304-1/+25
| | | | | | | | | * PHP-5.5: fix memory leak FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/" Conflicts: ext/phar/dirstream.c
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-303-1/+45
| | | | | * PHP-5.5: Fix bug #69720: Null pointer dereference in phar_get_fp_offset()
* add testAnatol Belski2015-09-301-0/+24
|
* expose openssl config path so it can be testedAnatol Belski2015-09-301-0/+1
|
* 5.6.14RC1php-5.6.14RC1Ferenc Kovacs2015-09-173-4/+4
|
* Add test XFAIL for bug #70470Xinchen Hui2015-09-111-0/+41
|
* Added support of LDAP_OPT_TIMEOUT, fixes #69574Côme Bernigaud2015-09-092-0/+40
|
* Add entry for #70284 in 5.6.13Lior Kaplan2015-09-091-0/+4
|
* Merge branch 'PHP-5.5' into PHP-5.6Côme Bernigaud2015-09-092-2/+217
|\ | | | | | | | | * PHP-5.5: Fix bug in LDAP extensions' saving TIMELIMIT and DEREF
| * Merge branch 'pull-request/1512' into PHP-5.5Côme Bernigaud2015-09-092-2/+217
| |\ | | | | | | | | | | | | * pull-request/1512: Fix bug in LDAP extensions' saving TIMELIMIT and DEREF
| | * Fix bug in LDAP extensions' saving TIMELIMIT and DEREFTyson Andre2015-09-082-2/+217
| |/ | | | | | | | | | | | | | | LDAP_OPT_TIMELIMIT and LDAP_OPT_DEREF's original values weren't saved properly because of a bug introduced when copy and pasting. This lead to the original timeout being changed when specifying a temporary override (e.g. for ldap_search(..., $timeout))
* | Skip test for old glibc iconvChristoph M. Becker2015-09-091-0/+2
| | | | | | | | | | | | | | bug32001.phpt has a high failure rate for the submitted reports. According to several samples it seems the iconv implementation of glibc 2.12 (released 2010-05) is the culprit. It seems appropriate to skip the test for such old versions.
* | updated NEWSChristoph M. Becker2015-09-091-0/+4
| |
* | Fix #70456: mysqlnd doesn't activate TCP keep-alive when connecting to a serverSergei Turchanov2015-09-091-0/+23
| | | | | | | | | | libmysqlclient activates TCP keep-alive when connecting to a server. PHP mysqlnd extension must do the same to maintain compatibility.
* | Fix buildRemi Collet2015-09-071-2/+2
| | | | | | | | | | php_zip.c:1647:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] php_zip.c:1648:3: error: format not a string literal and no format arguments [-Werror=format-security]
* | Fix bug #60632: openssl_seal fails with AESJakub Zelenka2015-09-063-0/+30
| |
* | updated NEWSChristoph M. Becker2015-09-051-0/+3
| |
* | Fix #68291: 404 on urls with '+'Christoph M. Becker2015-09-052-2/+23
| | | | | | | | | | URI paths have to be treated according to RFC 3986 by the CLI web server, not as application/x-www-form-urlencoded.
* | updated NEWSChristoph M. Becker2015-09-051-0/+1
| |
* | Fix #70395: Missing ARG_INFO for openssl_seal()Christoph M. Becker2015-09-052-1/+21
| | | | | | | | This patch adds the missing ARG_INFO for the optional 5th parameter $method.
* | updated NEWSChristoph M. Becker2015-09-051-0/+4
| |
* | Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-052-4/+20
| | | | | | | | | | | | Assigning to DOMNode::textContent encodes entities, what does not match the behavior of DOMText::__construct() and DOMDocument::createTextNode. This patch changes the behavior of DOMNode::textContent in this regard.
* | updated NEWSChristoph M. Becker2015-09-051-0/+3
| |
* | Fix #70322: ZipArchive::close() doesn't indicate errorsChristoph M. Becker2015-09-053-3/+39
| | | | | | | | | | | | If an archive can't be written, ZipArchive::close() nonetheless returns TRUE. We fix the return value to properly return success, and additionally raise a warning on failure.
* | Fix #70361: HTTP stream wrapper doesn't close keep-alive connectionsNiklas Keller2015-09-049-31/+70
| |
* | move the phpdbg NEWS entry to the correct versionFerenc Kovacs2015-09-031-3/+3
| |
* | add missing news entriesFerenc Kovacs2015-09-031-0/+28
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-09-020-0/+0
|\ \ | |/ | | | | | | | | * PHP-5.5: Merge branch 'PHP-5.6' bump version
| * Merge branch 'PHP-5.4' into PHP-5.5Julien Pauli2015-09-021-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Merge branch 'PHP-5.6' bump version Conflicts: configure.in main/php_version.h
| | * Merge branch 'PHP-5.6'PHP-5.4Matteo Beccati2015-09-021-0/+2
| | | | | | | | | | | | | | | * PHP-5.6: Added missing skipif for phar+zlib test
| | * bump versionStanislav Malyshev2015-09-013-4/+6
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-09-020-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: 5.5.30 next Conflicts: configure.in main/php_version.h
| * | 5.5.30 nextJulien Pauli2015-09-022-4/+4
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-013-3/+52
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: More fixes for bug #70219
| * | Merge branch 'PHP-5.5' into PHP-5.5.29Stanislav Malyshev2015-09-013-3/+3
| |\ \ | | | | | | | | | | | | | | | | * PHP-5.5: fix unit tests
| * \ \ Merge branch 'PHP-5.5' into PHP-5.5.29Stanislav Malyshev2015-09-011-4/+42
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update NEWS add NEWS for fixes
| * \ \ \ Merge branch 'PHP-5.5' into PHP-5.5.29Stanislav Malyshev2015-09-013-1/+72
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Improve fix for #70172 Add CVE IDs asigned (post release) to PHP 5.4.43 Add CVE IDs asigned to #69085 (PHP 5.4.39) Conflicts: ext/pcre/php_pcre.c
| * \ \ \ \ Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-012-5/+23
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.45: Fix bug #70312 - HAVAL gives wrong hashes in specific cases
| * \ \ \ \ \ Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.45: fix test
| * \ \ \ \ \ \ Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-0116-267/+587
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.45: add test Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage Fix bug #70172 - Use After Free Vulnerability in unserialize() Fix bug #70388 - SOAP serialize_function_call() type confusion Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories Improve fix for #70385 Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes) Conflicts: ext/pcre/php_pcre.c ext/standard/var_unserializer.c
| * | | | | | | | More fixes for bug #70219Stanislav Malyshev2015-08-282-2/+51
| | | | | | | | |
| * | | | | | | | Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-08-257-564/+298
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.45: Fix bug #70219 (Use after free vulnerability in session deserializer) Fix for bug #69782 5.4.45 next Conflicts: configure.in ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_version.h
* | \ \ \ \ \ \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-013-3/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fix unit tests
| * | | | | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-013-3/+3
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | | * PHP-5.4: fix unit tests
| | * | | | | | | fix unit testsStanislav Malyshev2015-09-013-3/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-0124-827/+970
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update NEWS add NEWS for fixes Improve fix for #70172 Fix bug #70312 - HAVAL gives wrong hashes in specific cases fix test add test Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage Fix bug #70172 - Use After Free Vulnerability in unserialize() Fix bug #70388 - SOAP serialize_function_call() type confusion Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories Improve fix for #70385 Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes) Fix bug #70219 (Use after free vulnerability in session deserializer) Fix for bug #69782 Add CVE IDs asigned (post release) to PHP 5.4.43 Add CVE IDs asigned to #69085 (PHP 5.4.39) 5.4.45 next Conflicts: ext/pcre/php_pcre.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re ext/zip/php_zip.c
| * | | | | | | | update NEWSStanislav Malyshev2015-09-011-4/+42
| | | | | | | | |
| * | | | | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-010-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | * PHP-5.4: add NEWS for fixes