163 Commits (91ef42e47e4bb15040fc3a74f14fe9c6f2572265)

Author SHA1 Message Date
Ilia Alshanetsky 12b0b6368a MFB: Restore support for unquoted -d options 20 years ago
Antony Dovgal 2486c2df50 fix leaks with `php -d option=value -c /path -h` 20 years ago
Dmitry Stogov fcb9e3bc28 Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low). 20 years ago
Antony Dovgal 5c06523d75 fix #37920 (compilation problems on z/OS) 20 years ago
Hannes Magnusson 9f96f0340b Argument info 20 years ago
Antony Dovgal 737e1bdd92 initialize pointers 20 years ago
Michael Wallner dbfa7271c8 MFB52: Fix Bug #37780 memory leak trying to execute a non existing file (CLI) 20 years ago
Johannes Schlüter 9c5fdd1b7f - Removed useless -g command line option from CGI and CLI 20 years ago
Michael Wallner 231ad17475 - explicit usage of TS macros 20 years ago
Michael Wallner 4ce0141713 - new output control code 20 years ago
Dmitry Stogov b75a22b203 Fixed bug #37306 (max_execution_time = max_input_time). 20 years ago
Frank M. Kromann 954199c9fb More ZSTR() fixes 20 years ago
Frank M. Kromann 1791befa0c Fix Win32 build. NULL_ZSTR was converted to ZSTR(NULL_ZSTR) 20 years ago
Andrei Zmievski a75b8f5f35 Fix compiler errors by using NULL_ZSTR where zstr is expected. 20 years ago
Dmitry Stogov 34c493ea07 Unicode support for dl() patch. 20 years ago
Dmitry Stogov 86780519d4 Disabled dl(). Now it is enabled only when a SAPI layer registers it explicitly. Only CLI, CGI and EMBED do this. 20 years ago
Johannes Schlüter 14e07c9ae2 - List --rf/--rc/--re only with enabled reflection 20 years ago
Dmitry Stogov 0f1209ab3d Portable unicode string API: 20 years ago
Dmitry Stogov 09ca61c125 Made server wide switch for unicode on/off (according to PDM). 20 years ago
Marcus Boerger 34c8cd0190 - Show whether this is the shell or just the starnge mode 20 years ago
foobar 251c5173fd bump year and license version 20 years ago
Marcus Boerger 6f2a00690b - Add method support to --rfunction 21 years ago
Marcus Boerger 4258bc6f26 - Add docu 21 years ago
Marcus Boerger 9662ba59c4 - Rewrite --r* and add --rfunction 21 years ago
foobar becbb993a1 nuke php3 legacy 21 years ago
Marcus Boerger 75329fe178 - Reflection was moved into its own extension 21 years ago
foobar 58d21892e1 - Fix compile failure when ext/readline is compiled as shared 21 years ago
Ilia Alshanetsky 4ded4455eb MFB51: Fixed memory leak on php-cli -h 21 years ago
foobar a05a33f34d - Fix the "php -v" output when neither --enable-debug or --enable-gcov 21 years ago
foobar e4c8e1dc85 - Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m 21 years ago
Ilia Alshanetsky 222fa05e1c Fixed -m memory leak 21 years ago
foobar b233ce0dd8 - Removed confusing dot. 21 years ago
Johannes Schlüter 7e85bac9ec - Fix #34557 php -m exits with "error" 1 21 years ago
Johannes Schlüter 9147629f59 - Add --rclass and --rextension arguments to CLI 21 years ago
foobar 000a9e3015 - Fixed problem with -dextension=foobar.so not having it's MINIT run. 21 years ago
Hartmut Holzgraefe 621238a3c3 fix extension loading from command line, resources didn't work 21 years ago
Ilia Alshanetsky a462e687dc Fixed possible memory corruption. 21 years ago
Marcus Boerger acd747d374 - Expose -a as special mode and show whether it is a shell or not 21 years ago
Johannes Schlüter bb6f4dfc7d - Fix readline loop-condition 21 years ago
Marcus Boerger 51fe495ea1 - Add command completion to CLI's -a mode 21 years ago
Marcus Boerger 1623537998 - Improved interactive mode of CLI (php -a) 21 years ago
Antony Dovgal 9ba5535993 fix #28803 (enabled debug causes bailout errors with CLI on AIX 21 years ago
foobar a98460beac Revert bad idea. (no more error for invalid -d options) 21 years ago
foobar 9c2c04b580 - Made CLI option -d output error and exit if an non-existing (or unmodifyable) entry is passed 21 years ago
Derick Rethans 42b9b26e45 - ZTS fixes 21 years ago
Andrei Zmievski 06667585b5 Make it possible to load shared extensions from command line via 21 years ago
Wez Furlong 07fd652824 it's 2005 already 21 years ago
foobar 2c65e09a4b - Revert the weird change of ZEND_STRS() macro and use the correct 21 years ago
Rasmus Lerdorf fdaa130f3a Add the new request_time sapi struct entry to all the sapis. Some of these 21 years ago
Antony Dovgal 71d9afee0c fix CLI leaks when using malformed option string 22 years ago