362 Commits (ae1746c876459ebcf510253aa4cb397ea9a55836)

Author SHA1 Message Date
Rasmus Lerdorf 1a9f66d6d4 Avoid a potential double-free here 15 years ago
Florian Anderiasch a06539a10d Fix #55121 Segfault with multipart/form-data POST 15 years ago
Moriyoshi Koizumi c724b2eeb1 - Give index.php a precedence over index.html. Patch by davidc. 15 years ago
Moriyoshi Koizumi 1f396617eb - Show PHP_VERSION in the banner. Suggested by Chris and others. 15 years ago
Moriyoshi Koizumi b07ad1e1a2 Fixed bug #55071. Maybe a bit overkill? 15 years ago
Moriyoshi Koizumi 06381a8f25 - Better error handling. 15 years ago
Moriyoshi Koizumi 81cd23df4a - Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), letting getaddrinfo(3) validate IPv6 addresses. 15 years ago
Moriyoshi Koizumi 9f98a430fd - Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution / code disclosure)). 15 years ago
Moriyoshi Koizumi 7505322d15 - Buffers are local to the blocks where they belong. 15 years ago
Moriyoshi Koizumi 8e42748a37 - Print HTTP method as well in the log. 15 years ago
Felipe Pena c10d148870 - Fixed bug #55076 (requires() fails in a subdirectory with the in-built webserver) 15 years ago
Felipe Pena df10314070 - Fixed bug #55118 (Imcomplete start message) 15 years ago
Felipe Pena 4296f07fcc - Reverted php_printf -> printf change 15 years ago
Philip Olson 7497a0eb4a Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug #55071 15 years ago
David Soria Parra cdad24cda5 correct error message for a missing document root in the cli webserver 15 years ago
David Soria Parra 5024c32798 fix #55072 in-built web server needs to check -t option is a directory 15 years ago
Felipe Pena f7a024023f - Fixed crash on invalid addr:port (Chris Jones, Felipe) 15 years ago
Felipe Pena 8841454a10 - Fixed crash when using -e option 15 years ago
Felipe Pena 7b1f738b70 - Fixed crash when calling sapi_shutdown() and sapi hasn't been started 15 years ago
Felipe Pena 9424d255c9 - Fixed crash when zend_eval_string bailouts (-r 'a();') 15 years ago
Pierre Joye eeade7180a - reflection is always enabled 15 years ago
Derick Rethans 6b56f4a5b8 - Fixed layout. Tabs on the terminal don't align nicely in most cases. 15 years ago
Pierre Joye bdb5422951 - fix build 15 years ago
Felipe Pena 1521c79647 - Fix memleak on `php -v' 15 years ago
Felipe Pena 7b3350347a - Fixed hardcoded INI 15 years ago
Moriyoshi Koizumi 7dfef17c54 - Add built-in web server to CLI SAPI. See the RFC for detail. 15 years ago
Ilia Alshanetsky 7acafb506a Fixed bug #52496 (Zero exit code on option parsing failure). 15 years ago
Pierrick Charron 1bf6d03020 # Fix phpt 15 years ago
Antony Dovgal 829d08e50c fix CLI tests failing because of new OB API 15 years ago
Pierre Joye 1dc32a24ce -not needed, buildconf helps... 15 years ago
Pierre Joye cb8d9f9c19 - missing files 15 years ago
Johannes Schlüter 960e265b6c Declare vars first. Fix Windows build. 15 years ago
Felipe Pena b98ceb5e40 - Fixed build 15 years ago
Johannes Schlüter 6c734a6b4c - Implement FR#53878 Interactive shell should work with shared readline extension 15 years ago
Felipe Pena bc049ccb62 - Fix missing mkdir for bindir (patch by David Tajchreber) 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Jani Taskinen 25aee9cad9 - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and one SAPI module the same time) 16 years ago
Jérôme Loyet e1b87cce1f - Fixed #52045 (FPM tries to open php.ini from the current dir) 16 years ago
Pierre Joye b6d8462ab2 - fix #48831 php -i has different output to php --ini 16 years ago
Kalle Sommer Nielsen 34b631f679 Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's 16 years ago
Kalle Sommer Nielsen aae13b29a9 Fixed bug #50804 (Document configure.js --enable-crt-debug) 16 years ago
Felipe Pena f2419953d9 - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage) 16 years ago
Felipe Pena 22e2302e78 - Improved initialization 16 years ago
Felipe Pena 3396a6d185 - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) 16 years ago
Michael Wallner 11d24c1593 * implement new output API, fixing some bugs and implementing some feature 16 years ago
Johannes Schlüter 61db5cf98a - Improved CLI Interactive readline shell (Johannes) 16 years ago
Raphael Geissert bce8aae080 Document CGI options in the manpage (bug #51718) 16 years ago
Kalle Sommer Nielsen febee11285 Removed register_globals 16 years ago
Johannes Schlüter 26af575926 Add ReflectionZendExtension class and --rz option to CLI 16 years ago
Jani Taskinen af49e58f51 - Reverted r296062 and r296065 16 years ago