152 Commits (c3471cc1c9ce58a9c1dd4abbbf2dd72a760ea46b)

Author SHA1 Message Date
Anatol Belski c3471cc1c9 cleanup unused variable 11 years ago
Anatol Belski 88ba5a625c do portable socket checks 11 years ago
Anatol Belski 65eb8ef8d0 fix several datatype mismatch warnings 12 years ago
Nikita Popov e33f3d3b7c Move smart_str implementation into Zend/ 12 years ago
Nikita Popov 31e842472f Make number printing functions less generic 12 years ago
Nikita Popov 37aaccad7d Use inline functions for most of smart_str 12 years ago
Johannes Schlüter d0cb715373 s/PHP 5/PHP 7/ 12 years ago
Anatol Belski 455741fce3 master renames phase 4 12 years ago
Anatol Belski 4d997f63d9 master renames phase 3 12 years ago
Anatol Belski c3e3c98ec6 master renames phase 1 12 years ago
Anatol Belski cb25136f4e fix macros in the 5 basic extensions 12 years ago
Dmitry Stogov a08b7b7701 cleanup 12 years ago
Dmitry Stogov 5a06ac88da cleanup (use zend_string* instead of char*) 12 years ago
Tjerk Meesters 1684ba3c6f Fix #67594 - invisible colon should be stripped off header name 12 years ago
Adam Harvey 604de67b7d Fixed bug #66830 (Empty header causes PHP built-in web server to hang). 12 years ago
Adam Harvey fe67674809 Add 308 and 426 to the HTTP response code map in the CLI server. 12 years ago
Adam Harvey 8c59ae345e Move the mime type map out of php_cli_server.c for easier generation. 12 years ago
Adam Harvey faa34f24e3 Replace the CLI server's linear search for extensions with a hash table. 12 years ago
Remi Collet 58c6a08e00 Fixed bug #67406 built-in web-server segfaults on startup 12 years ago
Dmitry Stogov 17d027ed47 Split IS_BOOL into IS_FALSE and IS_TRUE 12 years ago
Anatol Belski 9eb726b3ab Fixed bug #67079 Missing MIME types for XML/XSL files 12 years ago
Dmitry Stogov 050d7e38ad Cleanup (1-st round) 12 years ago
Dmitry Stogov 2e3e96b24b Fixed zend_string*/char* mess 12 years ago
Dmitry Stogov 232f3e915c Fixed various CLI problems 12 years ago
Xinchen Hui 43b03c74b3 Refacting smart_str 12 years ago
Anatol Belski beb11f69f3 backported sapi/cli 12 years ago
Dmitry Stogov a52817eb02 Use better data structures (incomplete) 12 years ago
Xinchen Hui c081ce628f Bump year 12 years ago
Xinchen Hui 47c9027772 Bump year 12 years ago
Xinchen Hui c0d060f5c0 Bump year 12 years ago
Anatol Belski f58d0b35ed massive update semantical LONG vs INT replacements 12 years ago
Anatol Belski b1abe4ca21 mass replacement for zend_size_t/php_size_t 12 years ago
Kalle Sommer Nielsen ed5a8d510f Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRMLS_FETCH() calls in our various SAPIs 12 years ago
Kalle Sommer Nielsen e6b471933c Kill yet another TSRMLS_FETCH() inside the CLI HTTP server 12 years ago
Anatol Belski 7266938012 use php_socket_t where possible in ext/cli 12 years ago
Ard Biesheuvel f33265d572 cli: don't cast away const in select() timeout argument 12 years ago
Anatol Belski c6adc039a1 more datatype fixes 12 years ago
Anatol Belski 51003463ef first shot for php-cgi for size_t and php_int_t 12 years ago
Anatol Belski 726d803375 fixed key length datatype 12 years ago
Christopher Jones d0cd112702 This is CLI web server change. Added some common MIME types to the 12 years ago
Anatol Belski 15bb12b269 fixed "struct stat" usage in main, cli and ext/standard 12 years ago
Andrea Faulds aee271ec0d Implemented FR #65917 (getallheaders() is not supported by the built-in...) 13 years ago
Anatol Belski 010b8114cc more for cli sapi 13 years ago
Adam Harvey 5c50e69814 Handle CLI server request headers case insensitively. 13 years ago
Felipe Pena 3aaee86ee3 - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding) 13 years ago
Christopher Jones dfa43d55dd Added application/pdf to PHP CLI Web Server mime types. 13 years ago
Adam Harvey 3c3b2b5bdc Handle CLI server request headers case insensitively. 13 years ago
Michael Wallner bb1f9d3826 slim post data 13 years ago
Michael Wallner 2438490add slim post data 13 years ago
Christopher Jones 9ad97cd489 Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. 13 years ago