378 Commits (cc2fd6412129c8d8849751f409cc7b1ff7c705ba)

Author SHA1 Message Date
Xinchen Hui 66bcb34bf4 Fixed Bug #55423(cli-server could not output correctly in some case) 15 years ago
Arpad Ray 8590f2587a add friendly log messages (req #55109) 15 years ago
Christopher Jones ab704eb9f6 Update log, marking 5.4 and trunk as XFAIL due to bug #55496 15 years ago
Xinchen Hui bbf96ebeb1 Added _SERVER[SERVER_SOFTWARE] for built-in server 15 years ago
Xinchen Hui ef0e483bb3 Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR]) 15 years ago
Pierre Joye 29cb4d8a09 - undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :) 15 years ago
Pierre Joye 6a0910075d - fix build 15 years ago
Xinchen Hui 36bfb46ce6 Fixed typo when syncing changes to branch 15 years ago
Xinchen Hui c296c9148f Fixed #55450 (Built in web server not accepting file uploads), which might break #55121 fixing(r313677) 15 years ago
Xinchen Hui 9cdb9a80a7 Fixed #55457 for 5.4 branch 15 years ago
Pierre Joye 0fd3f882cd - do not use 64bit integer instead of size_t (can't be alloc'ed), or when the actual possible values are 32bit or lower only 15 years ago
Pierre Joye bae911f41b - WS 15 years ago
Pierre Joye cef071fd80 - use provided stdint.h and avoid double definitions 15 years ago
Xinchen Hui 43301dae9b Prevented the warning about truncate int to char 15 years ago
Rasmus Lerdorf d4a716b19d Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these 15 years ago
Rasmus Lerdorf 46a484e739 Signed 1-bit bitfields make no sense 15 years ago
Rasmus Lerdorf 9eb19ae2bf Avoid a potential double-free here 15 years ago
Florian Anderiasch 48ec4ace5f Fix #55121 Segfault with multipart/form-data POST 15 years ago
Moriyoshi Koizumi 8355230480 - Give index.php a precedence over index.html. Patch by davidc. 15 years ago
Moriyoshi Koizumi 56c563dff7 - Show PHP_VERSION in the banner. Suggested by Chris and others. 15 years ago
Moriyoshi Koizumi 7907f66e4b Fixed bug #55071. Maybe a bit overkill? 15 years ago
Moriyoshi Koizumi b0683007c9 - Better error handling. 15 years ago
Moriyoshi Koizumi a07a4af30b - Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), letting getaddrinfo(3) validate IPv6 addresses. 15 years ago
Moriyoshi Koizumi dacd564031 - Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution / code disclosure)). 15 years ago
Moriyoshi Koizumi 6b48551c93 - Buffers are local to the blocks where they belong. 15 years ago
Moriyoshi Koizumi 29745da338 - Print HTTP method as well in the log. 15 years ago
Felipe Pena 93776977d8 - Fixed bug #55076 (requires() fails in a subdirectory with the in-built webserver) 15 years ago
Felipe Pena 7711da059e - Fixed bug #55118 (Imcomplete start message) 15 years ago
Felipe Pena 71e52a5ccd - Reverted php_printf -> printf change 15 years ago
Philip Olson 18e0f8a489 Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug #55071 15 years ago
David Soria Parra c1abc8938d correct error message for a missing document root in the cli webserver 15 years ago
David Soria Parra 54b84f832a fix #55072 in-built web server needs to check -t option is a directory 15 years ago
Felipe Pena 6cc66ef964 - Fixed crash on invalid addr:port (Chris Jones, Felipe) 15 years ago
Felipe Pena 5304004cc7 - Fixed crash when using -e option 15 years ago
Felipe Pena 29588a6fa3 - Fixed crash when calling sapi_shutdown() and sapi hasn't been started 15 years ago
Felipe Pena dc467a70d3 - Fixed crash when zend_eval_string bailouts (-r 'a();') 15 years ago
Pierre Joye 213e1f4456 - reflection is always enabled 15 years ago
Derick Rethans 8e30050416 - Fixed layout. Tabs on the terminal don't align nicely in most cases. 15 years ago
Pierre Joye f027884ca1 - fix build 15 years ago
Felipe Pena 8480b7f4be - Fix memleak on `php -v' 15 years ago
Felipe Pena b83af94c2b - Fixed hardcoded INI 15 years ago
Moriyoshi Koizumi 5b921a87a1 - Add built-in web server to CLI SAPI. See the RFC for detail. 15 years ago
Ilia Alshanetsky f5779d5e16 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