summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #55618 (use case-insensitive cert name matching)Daniel Lowrey2015-01-211-2/+2
* Fix bug #68799: Free called on unitialized pointerStanislav Malyshev2015-01-213-1/+64
* Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())Stanislav Malyshev2015-01-213-2/+27
* fix ACLs tests, make it create dir where it has to, not fileAnatol Belski2015-01-053-6/+6
* Update test after fixing bug #68371Matteo Beccati2015-01-051-10/+2
* Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2015-01-054-0/+209
|\
| * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2014-11-104-0/+209
* | fix memory leakStanislav Malyshev2015-01-041-2/+2
* | Merge branch 'pull-request/742' into PHP-5.5Stanislav Malyshev2015-01-044-0/+65
|\ \
* | | fix GD tests with no GD loadedStanislav Malyshev2015-01-048-1/+14
* | | updated libmagic.patch in 5.5Anatol Belski2015-01-041-328/+44
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2015-01-043-2/+21
|\ \ \
| * | | Fixed bug #68735 fileinfo out-of-bounds memory accessAnatol Belski2015-01-043-2/+21
* | | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2015-01-045-1544/+2
|\ \ \ \ | |/ / /
| * | | removed dead codeRemi Collet2015-01-045-1544/+2
* | | | Fixes #67960 - Long/short day names reversed in jddayofweek()Greg Roach2015-01-022-4/+4
* | | | updated libmagic.patchAnatol Belski2014-12-301-22/+25
* | | | Fixed bug #68671 incorrect expression in libmagicAnatol Belski2014-12-301-4/+7
* | | | Check the return value of lo_export.Adam Harvey2014-12-301-3/+3
* | | | Fixed bug #66679 Alignment Bug in PCRE 8.34 upstreamAnatol Belski2014-12-301-22/+19
* | | | Fix for failing tests. gcc 4.8.3 would optimize away the assigment.Keyur Govande2014-12-261-1/+2
* | | | Fixed testXinchen Hui2014-12-251-0/+2
* | | | Fix bug #67111Nikita Popov2014-12-191-3/+3
* | | | Better fix for #68601 for perfRemi Collet2014-12-171-6/+6
* | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-12-163-32/+62
|\ \ \ \ | |/ / /
| * | | add missing test fileStanislav Malyshev2014-12-161-0/+7
| * | | Fix bug #68594 - Use after free vulnerability in unserialize()Stanislav Malyshev2014-12-163-32/+62
* | | | fix permsRemi Collet2014-12-161-0/+0
* | | | Merge branch 'PHP-5.4' into PHP-5.5Andrea Faulds2014-12-131-2/+2
|\ \ \ \ | |/ / /
| * | | Fix undefined behaviour in strnatcmpAndrea Faulds2014-12-131-2/+2
| * | | move the test to the right placeAnatol Belski2014-12-111-0/+11
| * | | Fixed bug #68545 NULL pointer dereference in unserialize.cAnatol Belski2014-12-112-33/+45
* | | | Fix bug #68601 buffer read overflow in gd_gif_in.cRemi Collet2014-12-131-2/+9
* | | | pcntl_signal_dispatch: Speed up by preventing system calls when unnecessaryJille Timmermans2014-12-122-0/+8
* | | | Fix bug #68532: convert.base64-encode omits padding bytesmcq82014-12-122-0/+27
* | | | move the test to the right placeAnatol Belski2014-12-101-0/+11
* | | | Fixed bug #68545 NULL pointer dereference in unserialize.cAnatol Belski2014-12-102-33/+45
* | | | Fixed day_of_week function as it could sometimes return negative values inter...Derick Rethans2014-12-086-13/+26
* | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2014-12-081-2/+6
|\ \ \ \ | |/ / /
| * | | Fixed possible read after end of buffer and use after free.Dmitry Stogov2014-12-081-2/+6
* | | | fixed testAnatol Belski2014-12-061-1/+1
* | | | C89 compatAnatol Belski2014-12-061-4/+5
* | | | add include for missing localeconv_r protoAnatol Belski2014-12-061-0/+1
* | | | Fixed bug #65230 setting locale randomly brokenAnatol Belski2014-12-062-0/+76
* | | | Fix compilation error (ref #68424)Matteo Beccati2014-12-061-2/+2
* | | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-12-051-1/+1
|\ \ \ \ | |/ / /
| * | | Revert unintentional docblock changeChris Christoff2014-12-051-1/+1
| * | | update newsStanislav Malyshev2014-11-301-5/+5
| * | | Bug fixes in light of failing bcrypt testsLeigh2014-11-302-1/+3
| * | | Add tests from 1.3. Add missing tests.Leigh2014-11-301-2/+31