Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version | Stanislav Malyshev | 2015-09-01 | 1 | -3/+3 |
| | |||||
* | 5.4.45 next | Stanislav Malyshev | 2015-08-04 | 1 | -3/+3 |
| | |||||
* | 5.4.44 next | Stanislav Malyshev | 2015-07-07 | 1 | -3/+3 |
| | |||||
* | 5.4.43 next | Stanislav Malyshev | 2015-06-11 | 1 | -3/+3 |
| | |||||
* | 5.4.42 next | Stanislav Malyshev | 2015-05-12 | 1 | -3/+3 |
| | |||||
* | Fixed bug #69364 - use smart_str to assemble strings | Stanislav Malyshev | 2015-05-09 | 1 | -24/+27 |
| | |||||
* | 5.4.41 next | Stanislav Malyshev | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | 5.4.40 next | Stanislav Malyshev | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | 5.4.39 next | Stanislav Malyshev | 2015-02-17 | 1 | -3/+3 |
| | |||||
* | Update header handling to RFC 7230 | Stanislav Malyshev | 2015-02-05 | 1 | -7/+2 |
| | |||||
* | Use better constant since MAXHOSTNAMELEN may mean shorter name | Stanislav Malyshev | 2015-01-31 | 2 | -5/+5 |
| | |||||
* | Add mitigation for CVE-2015-0235 (bug #68925) | Stanislav Malyshev | 2015-01-31 | 1 | -1/+11 |
| | |||||
* | add protection against nulls | Stanislav Malyshev | 2015-01-20 | 1 | -0/+5 |
| | |||||
* | 5.4.38 next | Stanislav Malyshev | 2015-01-20 | 1 | -4/+3 |
| | |||||
* | 5.4.37 | Stanislav Malyshev | 2014-12-16 | 1 | -3/+3 |
| | |||||
* | 5.4.36-dev | Stanislav Malyshev | 2014-11-11 | 1 | -3/+3 |
| | |||||
* | fix NEWS & version | Stanislav Malyshev | 2014-10-22 | 1 | -3/+3 |
| | |||||
* | 5.4.34 is next | Stanislav Malyshev | 2014-09-02 | 1 | -3/+3 |
| | |||||
* | Revert "Fix bug #67644 - Memory corruption & crash during ob_start function ↵ | Stanislav Malyshev | 2014-09-02 | 1 | -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 callback | Stanislav Malyshev | 2014-09-02 | 1 | -0/+6 |
| | |||||
* | Fix stream_select() issue with OpenSSL buffer | Chris Wright | 2014-08-27 | 2 | -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.4 | Stanislav Malyshev | 2014-08-19 | 1 | -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.32 | Stanislav Malyshev | 2014-08-19 | 1 | -2/+2 |
| | | |||||
| * | fix potentially missing NUL termination | Stanislav Malyshev | 2014-08-18 | 1 | -0/+2 |
| | | |||||
| * | 5.4.32 RC1php-5.4.32RC1 | Stanislav Malyshev | 2014-08-05 | 1 | -2/+2 |
| | | |||||
* | | 5.4.33-dev now | Stanislav Malyshev | 2014-08-05 | 1 | -3/+3 |
|/ | |||||
* | Undo inadvertent commit of php_version | Keyur Govande | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | Corrected patch for bug #60616 | Keyur Govande | 2014-07-30 | 1 | -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.31 | Stanislav Malyshev | 2014-07-08 | 1 | -3/+3 |
| | |||||
* | Keep 308-399 HTTP response codes when header('Location:') is called. | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| | | | | | Fixes bug #67428 (header('Location: foo') will override a 308-399 response code). | ||||
* | 5.4.31 next | Stanislav Malyshev | 2014-06-10 | 1 | -3/+3 |
| | |||||
* | 5.4.30 next | Stanislav Malyshev | 2014-05-13 | 1 | -3/+4 |
| | |||||
* | fix dll export | Anatol Belski | 2014-04-24 | 2 | -2/+2 |
| | |||||
* | Fix bug #65701: Do not use cache for file file copy | Boro Sitnikovski | 2014-04-20 | 2 | -22/+27 |
| | |||||
* | 5.4.29 is next | Stanislav Malyshev | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | fix typo | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Made usage of php_hash_environment useful by updating instead of just adding ↵ | Bob Weinand | 2014-04-12 | 1 | -1/+1 |
| | | | | argc | ||||
* | Fix Bug #66736 fpassthru broken | Michael Wallner | 2014-04-03 | 2 | -2/+21 |
| | |||||
* | Fixed bug #61019 (Out of memory on command stream_get_contents) | Michael Wallner | 2014-04-02 | 1 | -0/+4 |
| | |||||
* | Fix bug #64330 | Michael Wallner | 2014-04-02 | 1 | -1/+2 |
| | | | | stream_socket_server() creates wrong Abstract Namespace UNIX sockets | ||||
* | prep for 5.4.27 rc1 | Stanislav Malyshev | 2014-03-18 | 1 | -3/+3 |
| | |||||
* | 5.4.27 now | Stanislav Malyshev | 2014-02-17 | 1 | -3/+3 |
| | |||||
* | 5.4.26 next | Stanislav Malyshev | 2014-01-21 | 1 | -3/+3 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 66 | -66/+66 |
| | |||||
* | fix #66375 bad logic in sapi header callback routine | krakjoe | 2014-01-01 | 1 | -18/+25 |
| | |||||
* | 5.4.25 next | Stanislav Malyshev | 2013-12-24 | 1 | -3/+3 |
| | |||||
* | Fixed bug #61645 (fopen and O_NONBLOCK) | Michael Wallner | 2013-12-06 | 1 | -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 now | Stanislav Malyshev | 2013-11-27 | 1 | -3/+3 |
| | |||||
* | 5.4.23-dev | Stanislav Malyshev | 2013-10-29 | 1 | -3/+3 |
| | |||||
* | 5.4.22-dev now | Stanislav Malyshev | 2013-10-01 | 1 | -3/+3 |
| |