summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add BMP support to PHP infoChristoph M. Becker2019-06-131-0/+3
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-133-4/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-133-4/+2
| |\
| | * Fixed bug #78106Nikita Popov2019-06-133-4/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-134-0/+38
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-134-0/+36
| |\ \ | | |/
| | * Add test for bug #78106Nikita Popov2019-06-134-0/+36
* | | Don't throw warning if testing multiple portsNikita Popov2019-06-132-2/+2
* | | Fix ext/exif/tests/bug76557.phpt for 32-bit buildsNikita Popov2019-06-121-1/+1
* | | Don't warn if libcurl SSL library not detectedNikita Popov2019-06-122-47/+10
* | | Fix unsigned char mismatchNikita Popov2019-06-121-1/+1
* | | Fix ifdef positionNikita Popov2019-06-121-1/+1
* | | Use memset instead of brace initializationNikita Popov2019-06-121-2/+4
* | | Update CREDITS for PHP 7.4.0alpha1Derick Rethans2019-06-121-3/+3
* | | Remove always true conditionNikita Popov2019-06-121-1/+1
* | | Remove MYSQLND_LLU_SPEC/MYSQLND_LL_SPECNikita Popov2019-06-121-59/+0
* | | Fix mysqlnd printf modifiersNikita Popov2019-06-124-6/+6
* | | Fix warnings in mysqlnd_alloc.cNikita Popov2019-06-121-91/+60
* | | Fix incorrect enum value uses in xmlrpcNikita Popov2019-06-122-3/+3
* | | Remove unused php_mbX_int_to_char() functionsNikita Popov2019-06-121-41/+0
* | | Fix incorrect printf modifiersNikita Popov2019-06-121-2/+2
* | | Guard functions by SO_PASSCREDNikita Popov2019-06-121-0/+5
* | | 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-122-3/+3
* | | 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-121-3/+3
* | | Use %define api.pure instead of %pure-parserNikita Popov2019-06-121-1/+1
* | | 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
* | | ext/standard: Use PKG_CHECK_MODULES to detect the Argon2 libraryHugh McMaster2019-06-121-28/+10
* | | ext/ldap: Use PKG_CHECK_MODULES to detect the libsasl2 libraryHugh McMaster2019-06-113-52/+10
* | | 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
* | | 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