summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-9/+9
* | | Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-9/+9
* | | Fix [-Wmissing-field-initializers] compiler warning in PHPDBG_COMMAND_HELP_D ...George Peter Banyard2020-02-101-1/+1
* | | Fix some -Wold-style-declaration compiler warningsGeorge Peter Banyard2020-02-051-2/+2
* | | Reindent phpt filesNikita Popov2020-02-0347-315/+315
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-034-131/+131
|\ \ \ | |/ /
| * | Apply tidy formattingNikita Popov2020-02-035-136/+136
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-1/+3
|\ \ \ | |/ /
| * | Disable parallelism for FPM testsNikita Popov2020-02-031-1/+3
* | | Clean up the generation of the parsersAkim Demaille2020-02-013-18/+13
* | | Use "%empty" in the parsers, instead of commentsAkim Demaille2020-01-312-3/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-277-3/+170
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-277-3/+170
| |\ \ | | |/
| | * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-277-3/+170
* | | Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir treewbender2020-01-242-3/+9