summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug #66815 imagecrop(): insufficient fix for NULL defer CVE-2013-7327Remi Collet2014-03-052-9/+16
* Fixed Bug #66820 out-of-bounds memory access in fileinfoRemi Collet2014-03-051-16/+18
* Improves fix for memory leak, keep in sync with upstream.Remi Collet2014-03-051-4/+12
* fixed leak introduced after CVE/upgradeAnatol Belski2014-03-051-0/+2
* Set fileinfo version to 1.0.5 (as in php 5.4, no diff)Remi Collet2014-02-181-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-02-185-6/+47
|\
| * Fixed Bug #66731 file: infinite recursionRemi Collet2014-02-185-6/+47
* | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-02-171-1/+1
|\ \ | |/
| * Fixed broken build when EC unavailableDaniel Lowrey2014-02-171-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Julien Pauli2014-02-172-2/+2
|\ \ | |/
| * Export JsonSerializable Interface (bug #65753)Julien Pauli2014-02-172-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-10/+20
|\ \ | |/
| * Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_sele...Yasuo Ohgaki2014-02-161-10/+20
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-27/+8
|\ \ | |/
| * Refactor build_tablename()Yasuo Ohgaki2014-02-161-27/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-4/+3
|\ \ | |/
| * Revise encoding blacklistYasuo Ohgaki2014-02-161-4/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-02-151-0/+2
|\ \ | |/
| * - Fix ZTS build when HAVE_PQESCAPELITERAL is not setFelipe Pena2014-02-151-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-152-285/+268
|\ \ | |/
| * Refactor and cleanup. WS is cleaned up. Use -b if it is needed.Yasuo Ohgaki2014-02-152-285/+268
* | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-02-142-0/+30
|\ \ | |/
| * Fix for bug66501 - "key type not supported in this PHP build"mk-j2014-02-142-0/+30
* | a few typofixesVeres Lajos2014-02-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-02-144-5/+5
|\ \ | |/
| * a few typofixesVeres Lajos2014-02-145-6/+6
* | Fixed ZTS and added fix to NEWS.Derick Rethans2014-02-111-1/+1
* | Make html_table_gen consistent with html_table.hDmitry Panin2014-01-301-0/+3
* | Implemented feature #45528: Allow the DateTimeZone constructor to accept time...Derick Rethans2014-02-098-109/+57
* | Rename timelib_get_zone to timelib_parse_zone and export.Derick Rethans2014-02-093-18/+19
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-02-051-3/+1
|\ \ | |/
| * adapt test to curl 7.35.0 upgradeAnatol Belski2014-02-051-3/+1
| * tests still failing, so xfail for now until fixedStanislav Malyshev2014-01-292-2/+4
* | pcre tests go with 8.34 upgradeAnatol Belski2014-02-043-4/+10
* | pcre upgraded to 8.34Anatol Belski2014-02-04104-5746/+22111
* | tests still failing, so xfail for now until fixedStanislav Malyshev2014-01-292-2/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-301-0/+2
|\ \ | |/
| * Fixed bug data->fd not set to -1 for open_basedir failure.Yasuo Ohgaki2014-01-301-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-01-295-14/+10
|\ \ | |/
| * Fixed zend.multibyte tests partiallyYasuo Ohgaki2014-01-295-14/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-01-282-1/+6
|\ \ | |/
| * add text for the new constantsAndrey Hristov2014-01-282-1/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-01-281-0/+2
|\ \ | |/
| * Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Andrey Hristov2014-01-2824-77/+766
| |\
| * | add new constsAndrey Hristov2014-01-281-0/+2
* | | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-01-281-2/+2
|\ \ \ | | |/ | |/|
| * | Fixed arginfo of PDO::__construct() to match the docs and zend_parse_paramete...Bob Weinand2014-01-281-2/+2
| * | drop precision since trigonometric functions are non-portableStanislav Malyshev2014-01-261-17/+20
| * | XFAIL multibyte tests until they are fixed (bug 66582)Stanislav Malyshev2014-01-267-0/+14
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-261-17/+20
|\ \ \