summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix bug #75434 Wrong reflection for mysqli_fetch_all functionFabien Villepinte2017-10-283-3/+34
* | Fix bug #75307 Wrong reflection for openssl_open functionFabien Villepinte2017-10-272-4/+23
* | Skip test on PostgreSQL 10Anatol Belski2017-10-271-1/+1
* | Fix test compat for PostgreSQL 10Anatol Belski2017-10-271-1/+1
* | Apply upstream patch for CVE-2017-14107Anatol Belski2017-10-271-1/+6
* | Fix typo in commentsFabien Villepinte2017-10-251-2/+2
* | Fix the SKIPIF part in /ext/gd/tests/bug75437.phptFabien Villepinte2017-10-251-0/+2
* | Fix bug #75437 Wrong reflection on imagewebpFabien Villepinte2017-10-252-0/+19
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-241-1/+1
|\ \ | |/
| * Parametrize the expected value to avoid platform false positivesAnatol Belski2017-10-241-1/+1
* | Decref default_link when clearingSara Golemon2017-10-241-0/+1
* | Fixed bug #65148 (imagerotate may alter image dimensions)Christoph M. Becker2017-10-243-22/+244
* | Update timezonemap.h, which needs to match the bundled TZ dbDerick Rethans2017-10-241-736/+44
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-242-1/+24
|\ \ | |/
| * Fixed bug #72535 arcfour encryption stream filter crashes phpAnatol Belski2017-10-242-1/+24
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-10-245-717/+2337
|\ \ | |/
| * Fixed bug #75055 Out-Of-Bounds Read in timelib_meridian()Anatol Belski2017-10-245-716/+2336
| * Apply upstream patch for CVE-2016-1283Anatol Belski2017-10-242-1/+16
| * Patch from the upstream gitRemi Collet2017-07-051-1/+3
| * Patch from the upstream gitRemi Collet2017-07-051-1/+8
| * Patch from the upstream gitRemi Collet2017-07-051-0/+2
| * Patch from the upstream gitRemi Collet2017-07-051-5/+0
| * Patch from the upstream gitRemi Collet2017-07-051-2/+6
| * Improve fix for #74145Stanislav Malyshev2017-07-041-5/+10
* | Bugfix#75419 Fix clearing of default link during pg_close()Sara Golemon2017-10-232-13/+21
* | Updated to version 2017.3 (2017c)Derick Rethans2017-10-231-1078/+1009
* | Fix memory leakAnatol Belski2017-10-231-1/+4
* | Fix clean up for openssl_pkcs12_export_to_file_basicJakub Zelenka2017-10-221-1/+2
* | openssl: Fix openssl_pkcs12_export extracerts testJelle van der Waa2017-10-221-2/+3
* | With ICU 58+, set the default restriction level to highAnatol Belski2017-10-212-6/+4
* | Rework these new tests to match with diffs in ICU 58, 59 and upcoming 60Anatol Belski2017-10-214-18/+14
* | Fixed bug #73655 Spoofchecker::isSuspicious behavior change due to upstream c...Anatol Belski2017-10-203-0/+41
* | Add test for newer ICU versionAnatol Belski2017-10-201-0/+50
* | Further test fixes for ICU >= 58Anatol Belski2017-10-202-4/+5
* | Fix version checks in testsAnatol Belski2017-10-2010-12/+10
* | Sync some tests for compat with ICU 58.1+Anatol Belski2017-10-2010-4/+242
* | Add skip for incompatible ICU versionAnatol Belski2017-10-201-0/+1
* | Fixed #75317 - UConverter::setDestinationEncoding changes source instead of d...Nester2017-10-192-4/+57
* | Escape newline on curl config.m4Ryan Volz2017-10-191-2/+2
* | Backport 7ff13badda58b966ff8fbcc61add48bb5b14117b into 7.0+Anatol Belski2017-10-183-7/+9
* | Fixed valgrind issueTianfang Yang2017-10-163-13/+30
* | Prevent crash on ext/pdo_mysql/tests/bug_39858.phpt when built with libmysqlDmitry Stogov2017-10-161-1/+3
* | Properly fix #75363 and address some other leaks with certJakub Zelenka2017-10-151-25/+27
* | Fixed bug #53070 (enchant_broker_get_path crashes if no path is set)Jelle van der Waa2017-10-152-0/+25
* | Fixed bug #75365 (Enchant still reports version 1.1.0)Christoph M. Becker2017-10-152-2/+1
* | Fixed bug #75363 (openssl_x509_parse leaks memory)Bob Weinand2017-10-121-9/+1
* | It looks like i should've taken joint response on ext/fileinfo long agoAnatol Belski2017-10-112-2/+2
* | Merge branch 'pull-request/2798' into PHP-7.0Christoph M. Becker2017-10-112-2/+24
|\ \
| * | Fix Bug #75299 Wrong reflection on inflate_init and inflate_addFabien Villepinte2017-10-012-2/+24
* | | Merge branch 'pull-request/2799' into PHP-7.0Christoph M. Becker2017-10-111-1/+1
|\ \ \