Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove openssl_x509_parse for OpenSSL 0.9.x | Jakub Zelenka | 2016-06-05 | 1 | -276/+0 | |
|/ / | | | | | | | The test is unstable and it actually fails with latest 0.9.8 | |||||
* | | update NEWS | Anatol Belski | 2016-06-02 | 1 | -0/+4 | |
| | | ||||||
* | | Fixed bug #70484 selectordinal doesn't work with named parameters | Anatol Belski | 2016-06-02 | 2 | -0/+101 | |
| | | ||||||
* | | Fix ODBC bug for varchars returning with length zero | Elizabeth Marie Smith | 2016-06-02 | 2 | -0/+64 | |
| | | ||||||
* | | update NEWS | Ferenc Kovacs | 2016-05-26 | 1 | -0/+7 | |
| | | ||||||
* | | Fix typo in phpdbg help. | Adam Harvey | 2016-05-25 | 1 | -1/+1 | |
| | | | | | | | | | | Sorry, I would have included this in the last push had I spotted it a minute earlier. | |||||
* | | Add missing newlines to phpdbg's help for the run command. | Adam Harvey | 2016-05-25 | 1 | -1/+3 | |
| | | | | | | | | | | This is not at all related to needing screenshots for a talk I'm giving in two days. No sir. Not at all. | |||||
* | | Skip test which is 64bits only | Remi Collet | 2016-05-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | Diff from test output 001+ Warning: fread(): Length parameter must be greater than 0 in ... 001- Warning: fread(): Length parameter must be no more than 2147483647 in ... | |||||
* | | fix test portability | Anatol Belski | 2016-05-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.6.22' into PHP-5.6 | Stanislav Malyshev | 2016-05-24 | 8 | -151/+216 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6.22: Fix memory leak in imagescale() Update NEWS Better fix for bug #72135 Fixed bug #72227: imagescale out-of-bounds read Fix bug #72241: get_icu_value_internal out-of-bounds read Fix bug #72135 - don't create strings with lengths outside int range prepare for 5.6.22RC1 Add check for string overflow to all string add operations Fix bug #72114 - int/size_t confusion in fread Updated NEWS Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() Conflicts: configure.in main/php_version.h | |||||
| * \ | Merge branch 'PHP-5.5' into PHP-5.6.22 | Stanislav Malyshev | 2016-05-24 | 8 | -151/+216 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix memory leak in imagescale() Update NEWS Better fix for bug #72135 Fixed bug #72227: imagescale out-of-bounds read Fix bug #72241: get_icu_value_internal out-of-bounds read Fix bug #72135 - don't create strings with lengths outside int range Add check for string overflow to all string add operations Fix bug #72114 - int/size_t confusion in fread Updated NEWS Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() Conflicts: Zend/zend_operators.c ext/phar/dirstream.c ext/phar/tests/bug71331.phpt | |||||
| | * | Fix memory leak in imagescale() | Stanislav Malyshev | 2016-05-24 | 2 | -4/+4 | |
| | | | ||||||
| | * | Update NEWS | Stanislav Malyshev | 2016-05-24 | 1 | -2/+12 | |
| | | | ||||||
| | * | Better fix for bug #72135 | Stanislav Malyshev | 2016-05-24 | 1 | -4/+5 | |
| | | | ||||||
| | * | Fixed bug #72227: imagescale out-of-bounds read | Stanislav Malyshev | 2016-05-23 | 2 | -8/+23 | |
| | | | | | | | | | | | | Ported from https://github.com/libgd/libgd/commit/4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a | |||||
| | * | Fix bug #72241: get_icu_value_internal out-of-bounds read | Stanislav Malyshev | 2016-05-22 | 2 | -117/+132 | |
| | | | ||||||
| | * | Fix bug #72135 - don't create strings with lengths outside int range | Stanislav Malyshev | 2016-05-15 | 1 | -23/+27 | |
| | | | ||||||
| | * | Add check for string overflow to all string add operations | Stanislav Malyshev | 2016-05-09 | 1 | -0/+7 | |
| | | | ||||||
| | * | Fix bug #72114 - int/size_t confusion in fread | Stanislav Malyshev | 2016-05-09 | 2 | -0/+18 | |
| | | | ||||||
| | * | Updated NEWS | Julien Pauli | 2016-05-02 | 1 | -5/+8 | |
| | | | ||||||
| | * | Backport of fixed for bug #71331 - Uninitialized pointer in ↵ | Julien Pauli | 2016-05-02 | 4 | -2/+18 | |
| | |\ | | | | | | | | | | | | | phar_make_dirstream() | |||||
| | | * | Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() | Stanislav Malyshev | 2016-04-28 | 4 | -2/+18 | |
| | | | | ||||||
| * | | | prepare for 5.6.22RC1php-5.6.22RC1 | Ferenc Kovacs | 2016-05-11 | 3 | -6/+4 | |
| | | | | ||||||
* | | | | Fixed bug #63740 (strtotime seems to use both sunday and monday as start of ↵ | Derick Rethans | 2016-05-18 | 5 | -32/+83 | |
| | | | | | | | | | | | | | | | | week) | |||||
* | | | | prepare for 5.6.22RC1 | Ferenc Kovacs | 2016-05-11 | 2 | -4/+4 | |
|/ / / | ||||||
* | | | add missing NEWS entry | Ferenc Kovacs | 2016-05-11 | 1 | -2/+7 | |
| | | | ||||||
* | | | fix handle leak | Anatol Belski | 2016-05-10 | 1 | -0/+1 | |
| | | | ||||||
* | | | The "flock" structure has to be writable on AIX. | Dmitry Stogov | 2016-05-10 | 1 | -0/+20 | |
| | | | ||||||
* | | | update NEWS | Anatol Belski | 2016-05-09 | 1 | -0/+3 | |
| | | | ||||||
* | | | Revert "Backport patch for bug #71820" | Anatol Belski | 2016-05-09 | 4 | -225/+2 | |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history. | |||||
* | | | Fixed bug #64524 Add intl.use_exceptions to php.ini-* | Anatol Belski | 2016-05-08 | 2 | -0/+2 | |
| | | | ||||||
* | | | Fixed bug #72172 (zend_hex_strtod should not use strlen) | Xinchen Hui | 2016-05-06 | 2 | -1/+5 | |
| | | | ||||||
* | | | add test fo rbug 71805 | Anatol Belski | 2016-05-03 | 3 | -0/+53 | |
| | | | ||||||
* | | | upate libs versions | Anatol Belski | 2016-05-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2016-05-01 | 0 | -0/+0 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.5: Update PHP 5.5 NEWS entries with CVE info Added CVE Updated NEWS | |||||
| * | | Update PHP 5.5 NEWS entries with CVE info | Lior Kaplan | 2016-05-01 | 1 | -27/+34 | |
| | | | ||||||
| * | | Added CVE | Julien Pauli | 2016-04-29 | 1 | -1/+1 | |
| |/ | ||||||
| * | Updated NEWS | Julien Pauli | 2016-04-27 | 1 | -0/+3 | |
| | | ||||||
* | | Add CVE to bug #69719 (PHP 5.6.10) | Lior Kaplan | 2016-04-29 | 1 | -1/+2 | |
| | | ||||||
* | | Add CVE IDs PHP 5.6.12 | Lior Kaplan | 2016-04-29 | 1 | -6/+6 | |
| | | ||||||
* | | Add CVE IDs PHP 5.6.13 | Lior Kaplan | 2016-04-29 | 1 | -7/+9 | |
| | | ||||||
* | | Add CVE IDs PHP 5.6.14 | Lior Kaplan | 2016-04-29 | 1 | -2/+3 | |
| | | ||||||
* | | Add CVE to bug #70976 (PHP 5.6.17) | Lior Kaplan | 2016-04-29 | 1 | -1/+1 | |
| | | ||||||
* | | Add CVE IDs PHP 5.6.18 | Lior Kaplan | 2016-04-29 | 1 | -3/+7 | |
| | | ||||||
* | | Add CVE IDs PHP 5.6.20 | Lior Kaplan | 2016-04-29 | 1 | -5/+5 | |
| | | ||||||
* | | Add CVE to bug #71912 (PHP 5.6.21) | Lior Kaplan | 2016-04-29 | 1 | -1/+1 | |
| | | ||||||
* | | Add NEWS entry for bug #71331 (fixed in PHP 5.6.18) | Lior Kaplan | 2016-04-28 | 1 | -0/+2 | |
| | | ||||||
* | | small whitespace fix | Ferenc Kovacs | 2016-04-28 | 1 | -1/+1 | |
| | | ||||||
* | | update NEWS | Anatol Belski | 2016-04-27 | 1 | -0/+15 | |
| | | ||||||
* | | fix/improve tests | Anatol Belski | 2016-04-27 | 4 | -29/+52 | |
| | |