php-src/sapi/cli
Nikita Popov 989205e95c Remove incorrect uses of zend_atoi()
zend_atoi() parses integers with size suffixes (like "128M").
These just want to use a plain number, so use ZEND_ATOL instead.
2021-07-12 16:56:00 +02:00
..
tests Merge branch 'PHP-8.0' 2021-06-30 16:50:28 +02:00
cli_win32.c
cli.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
config.m4 Revert "Link executable files using non PIC object files. This reduces PIC overhead and improves performance." 2019-10-10 16:28:59 +03:00
config.w32 Control VCRT leak reporting via environment variable in debug builds 2020-06-10 09:05:17 +02:00
CREDITS
generate_mime_type_map.php Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
Makefile.frag Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
mime_type_map.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_cli_process_title_arginfo.h Add stubs for SAPIs 2020-07-10 14:20:18 +02:00
php_cli_process_title.c Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
php_cli_process_title.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_cli_process_title.stub.php Add stubs for SAPIs 2020-07-10 14:20:18 +02:00
php_cli_server_arginfo.h Add stubs for SAPIs 2020-07-10 14:20:18 +02:00
php_cli_server.c Return value from ZEND_ATOL 2021-07-12 16:51:24 +02:00
php_cli_server.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_cli_server.stub.php Add stubs for SAPIs 2020-07-10 14:20:18 +02:00
php_cli.c Remove incorrect uses of zend_atoi() 2021-07-12 16:56:00 +02:00
php_http_parser.c Fix expression warnings and break warnings 2020-06-07 10:41:11 +02:00
php_http_parser.h Fix spelling and grammar mistakes 2021-04-13 12:09:37 +02:00
php.1.in Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
ps_title.c Move includes in ps_title.c 2017-12-16 17:20:05 +01:00
ps_title.h Mark various functions with void arguments. 2021-05-12 14:55:53 +01:00