summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | Revert "Link executable files using non PIC object files. This reduces PIC ov...Dmitry Stogov2019-10-101-1/+1
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-172-5/+5
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-163-4/+4
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-302-9/+9
* | | Add union return types for function stubsMáté Kocsis2019-11-111-0/+8
* | | Clean DONE tags from testsFabien Villepinte2019-11-074-8/+0
* | | Add stubs for various standard functionsMáté Kocsis2019-10-301-2/+3
* | | Add Zend class/interface arginfo stubsChristoph M. Becker2019-10-151-4/+34
* | | Use clean shutdown on uncaught exceptionNikita Popov2019-10-111-2/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-302-4/+10
|\ \ \ | |/ /
| * | Fix borked SKIPIFsFabien Villepinte2019-09-302-4/+10
| * | Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-071-1/+1