Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.5.19 GAphp-5.5.19PHP-5.5.19 | Julien Pauli | 2014-11-12 | 3 | -4/+6 |
| | |||||
* | Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in ↵ | Dmitry Stogov | 2014-11-12 | 1 | -1/+1 |
| | | | | zend_hash_copy) | ||||
* | Fixed wrong entry line in NEWS | Julien Pauli | 2014-11-07 | 1 | -2/+4 |
| | |||||
* | 5.5.19RC1php-5.5.19RC1 | Julien Pauli | 2014-10-28 | 3 | -4/+4 |
| | |||||
* | Ensure we have enough input data before parsing date | Remi Collet | 2014-10-28 | 1 | -1/+5 |
| | | | | | | | | This check have be removed in http://git.php.net/?p=php-src.git;a=commit;h=ba2f87b50667f147c198abd31fc31eb09522f3d7 But the parser really need 17 char. And the string need to be nul terminated for this check So avoid reading random byte from memory. | ||||
* | Fix bug #68095 - invalid read in php_getopt() | Stanislav Malyshev | 2014-10-27 | 2 | -0/+10 |
| | | | | | It's a hacky solution and incomplete, but I don't see other way without refactoring the whole getopt protocol. | ||||
* | NEWS | Remi Collet | 2014-10-27 | 1 | -0/+4 |
| | |||||
* | Fix bug #63595 GMP memory management conflicts with other libraries using GMP | Remi Collet | 2014-10-27 | 1 | -26/+0 |
| | | | | | | | | | | | | | | | | | | Drop use of php memory allocators as this raise various conflicts with other extensions and libraries which use libgmp. No other solution found. We cannot for ensure correct use of allocator with shared lib. Some memory can allocated before php init Some memory can be freed after php shutdown Known broken run cases - php + curl + gnutls + gmp - mod_gnutls + mod_php + gnutls + gmp - php + freetds + gnutls + gmp - php + odbc + freetds + gnutls + gmp - php + php-mapi (zarafa) + gnutls + gmp | ||||
* | - Updated to version 2014.9 (2014i) | Derick Rethans | 2014-10-26 | 1 | -379/+394 |
| | |||||
* | updated libmagic.patch in 5.5 | Anatol Belski | 2014-10-25 | 1 | -48/+156 |
| | |||||
* | NEWS | Remi Collet | 2014-10-25 | 1 | -0/+2 |
| | |||||
* | Fix bug #68283: fileinfo: out-of-bounds read in elf note headers | Remi Collet | 2014-10-25 | 1 | -0/+7 |
| | | | | | | | | | Upstream commit https://github.com/file/file/commit/39c7ac1106be844a5296d3eb5971946cc09ffda0 CVE -2014-3710 (cherry picked from commit 1803228597e82218a8c105e67975bc50e6f5bf0d) | ||||
* | initialize lineno before calling compile file file in phar | Anatol Belski | 2014-10-20 | 1 | -0/+1 |
| | |||||
* | News entry for new curl constants | Rasmus Lerdorf | 2014-10-16 | 1 | -1/+5 |
| | |||||
* | TLS 1.0, 1.1 and 1.2 Curl constants - bug #68247 | Rasmus Lerdorf | 2014-10-16 | 1 | -0/+6 |
| | |||||
* | cleanup NEWS | Remi Collet | 2014-10-15 | 1 | -5/+8 |
| | |||||
* | NEWS | Remi Collet | 2014-10-15 | 1 | -0/+3 |
| | |||||
* | Fixed Bug #65171 imagescale() fails | Remi Collet | 2014-10-15 | 1 | -2/+14 |
| | | | | | | | Third param (height) is set as optional, but default value = -1 is incorrect Compute correct height to preserve ratio. | ||||
* | Revert "Bug #41631: Observe socket read timeouts in SSL streams" | Julien Pauli | 2014-10-15 | 1 | -46/+0 |
| | | | | | | | This reverts commit 6569db88081562f68a4f79e52cba83482bdf05fc. Conflicts: ext/openssl/xp_ssl.c | ||||
* | Fix return code (merges are hard :( ) | Stanislav Malyshev | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Fix bug #68113 (Heap corruption in exif_thumbnail()) | Stanislav Malyshev | 2014-10-14 | 3 | -2/+19 |
| | |||||
* | Fix bug #68089 - do not accept options with embedded \0 | Stanislav Malyshev | 2014-10-14 | 2 | -0/+23 |
| | | | | | Conflicts: ext/curl/interface.c | ||||
* | Fixed bug #68044: Integer overflow in unserialize() (32-bits only) | Stanislav Malyshev | 2014-10-14 | 3 | -3/+15 |
| | |||||
* | Fix bug #68027 - fix date parsing in XMLRPC lib | Stanislav Malyshev | 2014-10-14 | 2 | -5/+52 |
| | |||||
* | Fixed bug #68128 | Tjerk Meesters | 2014-10-14 | 9 | -283/+184 |
| | | | | | | | | | | | | | Three issues are addressed: - RecursiveRegexIterator::accept() should accept non-empty arrays without applying any regular expression and RegexIterator::accept() should not accept an array. - RegexIterator::accept() should not accept an atom that fails to match anything, even when PREG_PATTERN_ORDER is used (which would return an array of empty arrays). - RecursiveRegexIterator::getChildren() should pass all constructor arguments to its child iterator instead of just the regular expression. | ||||
* | update NEWS | Ard Biesheuvel | 2014-10-10 | 1 | -0/+3 |
| | | | | Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | ||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Ard Biesheuvel | 2014-10-10 | 0 | -0/+0 |
|\ | |||||
| * | update NEWS | Ard Biesheuvel | 2014-10-10 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | ||||
| * | Fixed a bug that causes crash when environment variable is access while ↵ | George Wang | 2014-10-03 | 1 | -1/+2 |
| | | | | | | | | parsing php.ini | ||||
* | | Updated NEWS for #68129 | Tjerk Meesters | 2014-10-09 | 1 | -1/+2 |
| | | |||||
* | | Fixed bug #68129 | Tjerk Meesters | 2014-10-09 | 5 | -81/+155 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Empty usernames and passwords are now treated differently from no username or password For example, empty password: ftp://user:@example.org Empty username: ftp://:password@example.org Empty username and empty password ftp://:@example.org | ||||
* | | Added info about ext/opcache | Dmitry Stogov | 2014-10-08 | 1 | -0/+6 |
| | | |||||
* | | Add to NEWS | Keyur Govande | 2014-10-07 | 1 | -0/+3 |
| | | |||||
* | | Fix for bug #68087 (ODBC not reading DATE columns correctly) | Keyur Govande | 2014-10-07 | 2 | -2/+60 |
| | | | | | | | | | | | | | | | | Temporary variable indicating column field type ID should be reset to default for loop iteration (i.e. every column in the record set. The old buggy code made it persist across all columns leading to invalid reads from the buffer, if for example a DATE column was preceded by a VARCHAR column. | ||||
* | | Add to NEWS | Keyur Govande | 2014-10-07 | 1 | -0/+3 |
| | | |||||
* | | Fix for bug #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2014-10-07 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc (i686-apple-darwin10-gcc-4.2.1) on OS X cannot link fixed-width decimals and fails with undefined symbols errors like ___extendsddf. If configure used gcc for compiling it would notice and mark the feature HAVE_DECIMAL_FP_SUPPORT as unsupported. But configure seems to use cc (i686-apple-darwin10-llvm-gcc-4.2) instead, which doesn't support fixed-width decimals either, but the code compiles and links just fine. I suspect it may have something to do with the llvm backend printed in the version. Lacking the time to debug this further, the patch fixes the issue by checking the expected output when fixed-width decimal support is present and correctly implemented. | ||||
* | | Fix accidental edit in previous commit | Johannes Schlüter | 2014-10-04 | 1 | -1/+1 |
| | | |||||
* | | Fix arginfo | Johannes Schlüter | 2014-10-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Derick Rethans | 2014-10-04 | 5 | -63/+76 |
|\ \ | |||||
| * | | DateTimeZone::getOffset() now accepts a DateTimeInterface | Florian MARGAINE | 2014-10-04 | 5 | -63/+76 |
| | | | | | | | | | | | | Fixes #68062 | ||||
* | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 | George Wang | 2014-10-03 | 35 | -735/+1380 |
|\ \ \ | |||||
| * | | | Fix bug number | Nikita Popov | 2014-10-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix bug #68188 | Nikita Popov | 2014-10-03 | 3 | -3/+30 |
| | | | | |||||
| * | | | NEWS entry for previous commit | Ferenc Kovacs | 2014-10-03 | 1 | -0/+2 |
| | | | | |||||
| * | | | add IPv6 support to php-fpm | Robin Gloster | 2014-10-03 | 4 | -48/+98 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.4' into PHP-5.5 | Sara Golemon | 2014-10-02 | 1 | -0/+6 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | * PHP-5.4: Add hash to EXTENSIONS file | ||||
| | * | | Add hash to EXTENSIONS file | Sara Golemon | 2014-10-02 | 1 | -0/+6 |
| | | | | |||||
| * | | | we also have xz release tarballs since 5.5 | Ferenc Kovacs | 2014-10-02 | 1 | -0/+1 |
| | | | | |||||
| * | | | 5.5.19 now | Julien Pauli | 2014-10-01 | 3 | -4/+7 |
| | | | | |||||
| * | | | use $PHP_LIBDIR instread of "lib" in skel example | Remi Collet | 2014-10-01 | 1 | -2/+2 |
| | | | |