summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* bump versionStanislav Malyshev2015-09-011-3/+3
|
* 5.4.45 nextStanislav Malyshev2015-08-041-3/+3
|
* 5.4.44 nextStanislav Malyshev2015-07-071-3/+3
|
* 5.4.43 nextStanislav Malyshev2015-06-111-3/+3
|
* 5.4.42 nextStanislav Malyshev2015-05-121-3/+3
|
* Fixed bug #69364 - use smart_str to assemble stringsStanislav Malyshev2015-05-091-24/+27
|
* 5.4.41 nextStanislav Malyshev2015-04-141-3/+3
|
* 5.4.40 nextStanislav Malyshev2015-03-171-3/+3
|
* 5.4.39 nextStanislav Malyshev2015-02-171-3/+3
|
* Update header handling to RFC 7230Stanislav Malyshev2015-02-051-7/+2
|
* Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-312-5/+5
|
* Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-1/+11
|
* add protection against nullsStanislav Malyshev2015-01-201-0/+5
|
* 5.4.38 nextStanislav Malyshev2015-01-201-4/+3
|
* 5.4.37Stanislav Malyshev2014-12-161-3/+3
|
* 5.4.36-devStanislav Malyshev2014-11-111-3/+3
|
* fix NEWS & versionStanislav Malyshev2014-10-221-3/+3
|
* 5.4.34 is nextStanislav Malyshev2014-09-021-3/+3
|
* Revert "Fix bug #67644 - Memory corruption & crash during ob_start function ↵Stanislav Malyshev2014-09-021-6/+0
| | | | | | | callback" This reverts commit 53fa6c5b6b5b09059ba54c8912d0c0aef57aa4ff. The change breaks tests, so not putting it into 5.4.
* Fix bug #67644 - Memory corruption & crash during ob_start function callbackStanislav Malyshev2014-09-021-0/+6
|
* Fix stream_select() issue with OpenSSL bufferChris Wright2014-08-272-4/+7
| | | | | | | | | | | | Ensure data from OpenSSL internal buffer has been transfered to PHP stream buffer before a select() emulation operation is performed Addresses bug #65137 https://bugs.php.net/bug.php?id=65137 Conflicts: ext/openssl/xp_ssl.c
* Merge tag 'PHP-5.4.32' into PHP-5.4Stanislav Malyshev2014-08-191-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5.4.32 * tag 'PHP-5.4.32': 5.4.32 fix potentially missing NUL termination Fix bug #67730 - Null byte injection possible with imagexxx functions Fixed bug #67717 - segfault in dns_get_record Fix bug #67716 - Segfault in cdf.c 5.4.32 RC1 Conflicts: configure.in main/php_version.h
| * 5.4.32Stanislav Malyshev2014-08-191-2/+2
| |
| * fix potentially missing NUL terminationStanislav Malyshev2014-08-181-0/+2
| |
| * 5.4.32 RC1php-5.4.32RC1Stanislav Malyshev2014-08-051-2/+2
| |
* | 5.4.33-dev nowStanislav Malyshev2014-08-051-3/+3
|/
* Undo inadvertent commit of php_versionKeyur Govande2014-07-301-0/+1
|
* Corrected patch for bug #60616Keyur Govande2014-07-301-1/+0
| | | | | | | | | | | For unixODBC, use ODBC version as defined by it (as of v2.2.14 it is 3.5). This allows us to use newer features like SQL_DESC_OCTET_LENGTH (which returns the number of bytes required to store the data). This fixes the issue in #60616. If the newer version is not available, over-allocate to accomodate 4-byte Unicode characters for CHAR and VARCHAR datatypes (and their Wide counterparts). version. Fixed a couple of failing tests.
* 5.4.31Stanislav Malyshev2014-07-081-3/+3
|
* Keep 308-399 HTTP response codes when header('Location:') is called.Adam Harvey2014-06-121-1/+1
| | | | | Fixes bug #67428 (header('Location: foo') will override a 308-399 response code).
* 5.4.31 nextStanislav Malyshev2014-06-101-3/+3
|
* 5.4.30 nextStanislav Malyshev2014-05-131-3/+4
|
* fix dll exportAnatol Belski2014-04-242-2/+2
|
* Fix bug #65701: Do not use cache for file file copyBoro Sitnikovski2014-04-202-22/+27
|
* 5.4.29 is nextStanislav Malyshev2014-04-151-3/+3
|
* fix typoFerenc Kovacs2014-04-131-1/+1
|
* Made usage of php_hash_environment useful by updating instead of just adding ↵Bob Weinand2014-04-121-1/+1
| | | | argc
* Fix Bug #66736 fpassthru brokenMichael Wallner2014-04-032-2/+21
|
* Fixed bug #61019 (Out of memory on command stream_get_contents)Michael Wallner2014-04-021-0/+4
|
* Fix bug #64330Michael Wallner2014-04-021-1/+2
| | | | stream_socket_server() creates wrong Abstract Namespace UNIX sockets
* prep for 5.4.27 rc1Stanislav Malyshev2014-03-181-3/+3
|
* 5.4.27 nowStanislav Malyshev2014-02-171-3/+3
|
* 5.4.26 nextStanislav Malyshev2014-01-211-3/+3
|
* Bump yearXinchen Hui2014-01-0366-66/+66
|
* fix #66375 bad logic in sapi header callback routinekrakjoe2014-01-011-18/+25
|
* 5.4.25 nextStanislav Malyshev2013-12-241-3/+3
|
* Fixed bug #61645 (fopen and O_NONBLOCK)Michael Wallner2013-12-061-5/+7
| | | | | | if a mode like "rn" was passed to fopen(), then php_stream_parse_fopen_modes() would assign O_WRONLY to flags, because O_NONBLOCK tainted flags for the r/w/+ check
* 5.4.24-dev nowStanislav Malyshev2013-11-271-3/+3
|
* 5.4.23-devStanislav Malyshev2013-10-291-3/+3
|
* 5.4.22-dev nowStanislav Malyshev2013-10-011-3/+3
|