summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-07-080-0/+0
|\
| * 5.5.27 releaseJulien Pauli2015-07-082-2/+13
* | Revert "Fixed invalid read"Xinchen Hui2015-07-081-2/+2
* | Fixed invalid readXinchen Hui2015-07-081-2/+2
* | Fixed bug #70012 (Exception lost with nested finally block)Xinchen Hui2015-07-084-4/+45
* | fixed typo in test for bug #66985Christoph M. Becker2015-07-071-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-07-075-65/+108
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-071-1/+1
| |\
| | * Better fix for bug #69958Stanislav Malyshev2015-07-072-9/+15
| | * update newsStanislav Malyshev2015-07-071-1/+10
| | * Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-071-25/+40
| | * Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-071-2/+8
| | * Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-073-34/+50
| * | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Stanislav Malyshev2015-07-071-1/+1
| |\ \
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-072-0/+3
| |\ \ \
| | * | | Better fix for bug #69958Stanislav Malyshev2015-07-072-9/+15
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-061-9/+13
| |\ \ \ \
| | * | | | Better fix for bug #69958Stanislav Malyshev2015-07-061-9/+13
| | |/ / /
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-060-0/+0
| |\ \ \ \ | | |/ / /
| | * | | update newsStanislav Malyshev2015-07-061-1/+10
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-065-58/+94
| |\ \ \ \ | | |/ / /
| | * | | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-061-25/+40
| | * | | Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-041-2/+8
| | * | | Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-043-34/+50
* | | | | fix C89 compatAnatol Belski2015-07-071-1/+3
* | | | | Fix test related to c22da81Julien Pauli2015-07-071-3/+1
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-07-071-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2015-07-071-1/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | add missing second argument for ucfirst to the protoFerenc Kovacs2015-07-071-1/+1
| | |/
* | | Fixed bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())Xinchen Hui2015-07-073-2/+42
* | | Fixed bug #69970 (Use-after-free vulnerability in spl_recursive_it_move_forwa...Xinchen Hui2015-07-073-3/+54
* | | Fixed double ZEND_TICKS opcode generation for declare()Julien Pauli2015-07-072-0/+23
* | | Attempt at falling back on ldap_find_control for Mac OSCôme Bernigaud2015-07-062-1/+9
* | | Updated README, added test to create LDAP base if missing and ease testsCôme Bernigaud2015-07-064-5/+23
* | | Cleaned white spaces in PHP_INI definition of pharDominic2015-07-051-2/+2
* | | Merge branch 'pull-request/1324' into PHP-5.6Stanislav Malyshev2015-07-051-1/+1
|\ \ \
| * | | fix typo, see #68476Gunter Grodotzki2015-06-041-1/+1
* | | | fix backport mistakeAnatol Belski2015-07-031-1/+1
* | | | fixed fix #69975 wrt. ODBCVER < 0x0300Christoph M. Becker2015-07-031-2/+2
* | | | backport c01943bffc8b719e552d307f522820d50f783a4c into 5.6Anatol Belski2015-07-031-3/+8
* | | | Added more tests to improve function coverageEdgar R. Sandi2015-07-031-2/+46
* | | | updated NEWSChristoph M. Becker2015-07-031-0/+4
* | | | Fix #69975: PHP segfaults when accessing nvarchar(max) defined columnsChristoph M. Becker2015-07-032-0/+39
* | | | keep LDAP_DEPRECATED in config.w32Anatol Belski2015-06-301-0/+1
* | | | Improved code coverage of explode functionEdgar R. Sandi2015-06-291-0/+18
* | | | Added basic and error tests for hex2bin functionEdgar R. Sandi2015-06-292-0/+33
* | | | adding several other testing scenarios of code without coverage in stripcslas...Edgar R. Sandi2015-06-291-0/+12
* | | | adding another testing scenario without coverage in setlocale functionEdgar R. Sandi2015-06-291-0/+8
* | | | On Windows PHP may be restarted with different set of DSO extensions without ...Dmitry Stogov2015-06-291-4/+12
* | | | Merge PR about LDAP cleaning by removing deprecated callsCôme Bernigaud2015-06-293-49/+30
|\ \ \ \