summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Add --file-cache-prime/use options to run-testsNikita Popov2020-05-201-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-191-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-191-1/+1
| |\
| | * Fix INI setting member nameChristoph M. Becker2020-05-191-1/+1
* | | Fix phpdbg test with JITNikita Popov2020-05-181-1/+1
* | | Adjust bogus checks in FPM as HAVE_FPM_LQ is always definedGeorge Peter Banyard2020-05-172-34/+1
* | | Remove some uses of zend_inline_hash_funcNikita Popov2020-05-152-9/+9
* | | Add stubs for some SAPIsMáté Kocsis2020-05-1412-90/+186
* | | Fix [-Wundef] warning in PHPDBG SAPIGeorge Peter Banyard2020-05-121-3/+3
* | | Fix [-Wundef] warning in CLI SAPIGeorge Peter Banyard2020-05-122-4/+4
* | | Fix [-Wundef] warning in FPM SAPIGeorge Peter Banyard2020-05-1210-27/+27
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-121-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-121-0/+4
| |\ \ | | |/
| | * Fix #79489: .user.ini does not inheritChristoph M. Becker2020-05-121-0/+4
* | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-072-2/+2
* | | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-293-3/+3
* | | Generate method entries from stubs for Zend classesMáté Kocsis2020-04-261-1/+7
* | | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-224-20/+4
* | | Improve a last couple of argument error messagesMáté Kocsis2020-04-201-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-201-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-201-3/+3
| |\ \ | | |/
| | * Fix #79491: Search for .user.ini extends up to root dirChristoph M. Becker2020-04-201-3/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-201-3/+3
| |\ \ | | |/
| | * Apply doc root fix for FPMNikita Popov2020-04-201-3/+3
* | | Remove return value from llist apply functionsNikita Popov2020-04-155-11/+6
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-085-30/+30
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-0833-251/+83
|\ \ \ | |/ /
| * | Add php_cli_server_connect() helperNikita Popov2020-04-0833-251/+83
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-081-2/+1
|\ \ \ | |/ /
| * | Relax overly strict test expectationChristoph M. Becker2020-04-081-2/+1
* | | Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-11/+11
* | | Merge branch 'PHP-7.4'Matteo Beccati2020-04-024-1/+24
|\ \ \ | |/ /
| * | Skip fpm tests not designed to be run as rootMatteo Beccati2020-04-024-0/+13
| * | Allow fpm tests to be run with long socket pathMatteo Beccati2020-04-021-1/+11
* | | Remove <default> prefix from reflection dumpNikita Popov2020-04-021-8/+8
* | | Merge branch 'PHP-7.4'Jakub Zelenka2020-03-295-15/+200
|\ \ \ | |/ /
| * | Allow numeric [UG]ID in FPM listen.{owner,group}Andre Nathan2020-03-295-15/+200
* | | Use separate typedef for bucket comparison functionNikita Popov2020-03-044-19/+6
* | | Define Stringable with __toString():string methodNicolas Grekas2020-03-021-2/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-281-1/+2
|\ \ \ | |/ /
| * | Fix another flaky FPM testNikita Popov2020-02-281-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-281-1/+2
|\ \ \ | |/ /
| * | Try to fix intermittent FPM failuresNikita Popov2020-02-281-1/+2
* | | Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-0/+6
* | | Merge branch 'PHP-7.4'Jakub Zelenka2020-02-231-4/+0
|\ \ \ | |/ /
| * | Fix bug #79014 (PHP-FPM & Primary script unknown)Jakub Zelenka2020-02-231-4/+0
* | | Merge branch 'PHP-7.4'Jakub Zelenka2020-02-237-49/+198
|\ \ \ | |/ /
| * | Fix bug #77653 (operator displayed instead of the real error message)Jakub Zelenka2020-02-237-49/+198
* | | Create memory stream in exif fuzzerNikita Popov2020-02-191-1/+1