summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 7.4.0alpha1php-7.4.0alpha1Derick Rethans2019-06-122-3/+3
* Update CREDITS for PHP 7.4.0alpha1Derick Rethans2019-06-121-3/+3
* Update NEWS for PHP 7.4.0alpha1Derick Rethans2019-06-121-1/+1
* Simplify GD null byte injection testsChristoph M. Becker2019-06-129-126/+43
* Preserve CFLAGS/LDFLAGS for curl ssl checkNikita Popov2019-06-121-2/+2
* Suppress int to char conversion warningsNikita Popov2019-06-121-4/+4
* Use labs() on long integerNikita Popov2019-06-121-1/+3
* Don't use sqlite3_aggregate_count()Nikita Popov2019-06-121-17/+20
* Fix type mismatch in two get_col callbacksNikita Popov2019-06-122-2/+2
* Fix -Wmissing-braces warningsNikita Popov2019-06-123-4/+5
* Update credits pre-releaseDerick Rethans2019-06-121-1/+0
* fix flaky zip tests, order is OS dependentJoe Watkins2019-06-128-56/+117
* add comment about pg_config/pkgconfigRemi Collet2019-06-121-0/+3
* Revert option renameNikita Popov2019-06-122-3/+6
* Use %define api.pure instead of %pure-parserNikita Popov2019-06-124-4/+4
* fix flaky sockets test - form of response is OS dependentJoe Watkins2019-06-121-30/+23
* fix flaky test on OSXJoe Watkins2019-06-121-1/+1
* Revert "ext/pgsql: Use PKG_CHECK_MODULES to detect the pq library"Joe Watkins2019-06-121-9/+62
* fix flaky gd testsJoe Watkins2019-06-127-50/+41
* disable phpdbg on macosx, it's not well tested there and is skewing results [...Joe Watkins2019-06-121-1/+1
* ext/standard: Use PKG_CHECK_MODULES to detect the Argon2 libraryHugh McMaster2019-06-123-28/+12
* ext/ldap: Use PKG_CHECK_MODULES to detect the libsasl2 libraryHugh McMaster2019-06-114-52/+13
* Remove unused gmp_unary_ui_op() functionNikita Popov2019-06-111-16/+0
* Remove unused _setEdgePixel() and getPixelOverflowColorTC() functionsNikita Popov2019-06-111-56/+0
* Fix fabs warning in gd_interpolation.cNikita Popov2019-06-111-2/+2
* Remove safeboolean use in gd_jpeg.cNikita Popov2019-06-111-16/+3
* Fix abs(long) warnings in gd.cNikita Popov2019-06-111-1/+1
* Fix 32-bit warnings in timelibNikita Popov2019-06-111-2/+2
* Remove unnecessary short_open_tag INI directive in testsGeorge Peter Banyard2019-06-1112-24/+0
* Build with ldap and ldap sasl on azureNikita Popov2019-06-112-0/+4
* Remove ext/ldap/tests/bug76248.phptNikita Popov2019-06-111-41/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-113-10/+11
|\
| * Be more precise about possible types for mysqli methodsTyson Andre2019-06-113-8/+9
| * Fix opcache signatures for mysqli_statTyson Andre2019-06-111-1/+1
| * Fix bug in opcache flags for mysqli_get_charsetTyson Andre2019-06-111-1/+1
* | Merge branch 'PHP-7.4' of git://github.com/php/php-src into PHP-7.4Joe Watkins2019-06-1143-1329/+1838
|\ \
| * \ Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-110-0/+0
| |\ \ | | |/
| | * Next is 7.3.8Christoph M. Becker2019-06-114-6/+9
| * | Support full variance if autoloading is usedNikita Popov2019-06-1123-69/+762
| * | Register class before fetching parentNikita Popov2019-06-1124-1261/+1077
* | | This reverts 0e5d4ea55554872fe72e5d984b73fc21abc561fe to fix the build on MacOSXJoe Watkins2019-06-111-7/+3
|/ /
* | use XFAILIF rather than XFAIL to avoid warnings [ci skip]Joe Watkins2019-06-116-12/+36
* | Add specialized pair construction APINikita Popov2019-06-113-20/+34
* | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2019-06-110-0/+0
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-06-110-0/+0
| |\
| | * next is 7.2.21Remi Collet2019-06-113-5/+8
* | | drop docker until tested locallyJoe Watkins2019-06-111-8/+0
* | | Merge branch 'PHP-7.4' of git://github.com/php/php-src into PHP-7.4Joe Watkins2019-06-114-0/+87
|\ \ \
| * | | Add get_mangled_object_vars() functionNikita Popov2019-06-114-0/+87
* | | | checkout depth of one doesn't always work with batched builds, it seemsJoe Watkins2019-06-113-6/+0
|/ / /