summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-0411-0/+231
* Fix curl_getinfo() funcinfoNikita Popov2021-01-041-1/+0
* Merge branch 'PHP-8.0'George Peter Banyard2021-01-042-0/+21
|\
| * Fix bug #80584: 0x and 0X are considered valid hex numbers by filter_var()George Peter Banyard2021-01-042-0/+21
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-0423-0/+100
|\ \ | |/
| * Fix #76929: zip-based phar does not respect phar.require_hashChristoph M. Becker2021-01-0423-0/+100
* | Manually store CURLOPT_PRIVATE dataNikita Popov2021-01-043-34/+48
* | Remove method member from php_curl_callbackNikita Popov2021-01-043-78/+62
* | Remove unused still_running memberNikita Popov2021-01-041-1/+0
* | Reduce memory usage of SplObjectStorageTyson Andre2021-01-043-72/+82
* | Don't allocate php_curl_handlers separatelyNikita Popov2021-01-043-220/+216
* | Don't allocate php_curlm_handlers separatelyNikita Popov2021-01-042-20/+14
* | Fix edge case serializing __PHP_Incomplete_Class properties.Tyson Andre2021-01-042-1/+33
* | Optimize SplFixedArray when magic methods aren't overriddenTyson Andre2021-01-041-29/+45
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-041-1/+1
|\ \ | |/
| * Fix newly added GMP testNikita Popov2021-01-041-1/+1
* | Use single typedef for curl callbacksNikita Popov2021-01-043-12/+12
* | Export php_getenv() APINikita Popov2021-01-042-62/+64
* | Merge branch 'PHP-8.0'George Peter Banyard2021-01-042-1/+29
|\ \ | |/
| * Fix GMP comparison object handlerGeorge Peter Banyard2021-01-042-1/+29
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-041-0/+2
|\ \ | |/
| * Try to fix intermittent failures of stream_server_reneg_limit.phpt on macosNikita Popov2021-01-041-0/+2
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-0419-60/+60
|\ \ | |/
| * Throw ValueError instead of TypeError for malformed GMP numberNikita Popov2021-01-0419-60/+60
* | Use php_random_bytes() in mt_srand() and uniqid()zeriyoshi2021-01-042-4/+20
* | Avoid throwing warnings in mysqlndDharman2021-01-044-19/+26
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-042-2/+2
|\ \ | |/
| * SQLite3::query() cannot return nullChristoph M. Becker2021-01-042-2/+2
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-041-0/+6
|\ \ | |/
| * Mac M1 crc32 detection supportDavid CARLIER2021-01-041-0/+6
* | Merge branch 'PHP-8.0'Stanislav Malyshev2021-01-041-1/+1
|\ \ | |/
| * Fix test nameStanislav Malyshev2021-01-041-1/+1
| * Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-041-4/+4
| |\
| | * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-017-15/+61
| | |\
| | | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-017-15/+61
| | | |\
| | | | * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-017-14/+59
| * | | | Fix bug #79405 - gethostbyname() silently truncates after a null byteStanislav Malyshev2021-01-042-3/+22
| * | | | Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-047-16/+60
* | | | | Skip tests under asanNikita Popov2021-01-042-2/+4
* | | | | Fix bug #79405 - gethostbyname() silently truncates after a null byteStanislav Malyshev2021-01-042-3/+22
* | | | | Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-047-16/+60
* | | | | rename COMPILER and ARCHITECTURE macro (too generic)Remi Collet2021-01-041-4/+4
* | | | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-032-5/+7
|\ \ \ \ \ | |/ / / /
| * | | | Fix imap stubsChristoph M. Becker2021-01-032-5/+7
* | | | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-033-7/+7
|\ \ \ \ \ | |/ / / /
| * | | | ZipArchive methods do not return NULLChristoph M. Becker2021-01-033-7/+7
* | | | | Use Z_PARAM_OBJ macros when zval isn't neededTyson Andre2021-01-021-3/+3
* | | | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-012-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix parameter nameChristoph M. Becker2021-01-012-3/+3
* | | | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-011-1/+1
|\ \ \ \ \ | |/ / / /