summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* Make http stream wrapper advertise HTTP/1.1 by defaultRowan Tommins2020-08-032-5/+5
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-291-2/+4
|\
| * Prevent test case from stallingChristoph M. Becker2020-07-291-2/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-2/+11
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-2/+11
| |\
| | * Fix #77932: File extensions are case-sensitiveChristoph M. Becker2020-07-271-2/+11
* | | Skip upload_2G.phpt if disk_free_space() <= 2GBTyson Andre2020-07-191-0/+4
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-3/+3
* | | Add stubs for SAPIsMáté Kocsis2020-07-107-21/+39
* | | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-8/+8
* | | Remove proto comments from C filesMax Semenik2020-07-063-16/+8
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | | Sort extensions alphabeticallyNikita Popov2020-06-242-847/+851
* | | Generate tabs in generate_mime_type_map.phpNikita Popov2020-06-241-7/+15
* | | Fix test wrt. commit 1a2732f9a8b3d62471b360f772b5458f78046f80Christoph M. Becker2020-06-221-1/+1
* | | Fix CLI test if linked against libeditNikita Popov2020-06-181-1/+1
* | | Control VCRT leak reporting via environment variable in debug buildsChristoph M. Becker2020-06-102-17/+16
* | | Add zend_call_known_function() API familyNikita Popov2020-06-091-1/+2
* | | Constify char * arguments of APIstwosee2020-06-082-4/+4
* | | Fix expression warnings and break warningstwosee2020-06-072-2/+2
* | | Fix warning of strict-prototypestwosee2020-06-072-2/+2
* | | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-1/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-011-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-011-0/+3
| |\ \ | | |/
| | * Fix #79650: php-win.exe 100% cpu lockupChristoph M. Becker2020-06-011-0/+3
* | | Make Exception::$previous a typed propertyNikita Popov2020-05-281-2/+2
* | | Make Exception::$trace typed array propertyNikita Popov2020-05-281-2/+2
* | | Fix [-Wundef] warning in CLI SAPIGeorge Peter Banyard2020-05-122-4/+4
* | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-071-1/+1
* | | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* | | Generate method entries from stubs for Zend classesMáté Kocsis2020-04-261-1/+7
* | | Remove return value from llist apply functionsNikita Popov2020-04-151-2/+1
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-083-26/+26
* | | 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
* | | Remove <default> prefix from reflection dumpNikita Popov2020-04-021-8/+8
* | | Use separate typedef for bucket comparison functionNikita Popov2020-03-041-4/+1
* | | Define Stringable with __toString():string methodNicolas Grekas2020-03-021-2/+3
* | | Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-0/+6
* | | 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
* | | Reindent phpt filesNikita Popov2020-02-0337-215/+215
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-23/+23
|\ \ \ | |/ /
| * | Apply tidy formattingNikita Popov2020-02-032-28/+28
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-273-2/+84
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-273-2/+84
| |\ \ | | |/
| | * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-273-2/+84