1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Commit Graph

1871 Commits

Author SHA1 Message Date
Ilia Alshanetsky a21fe37d0e MFB 2007-05-29 00:01:14 +00:00
Dmitry Stogov 397644d3ab Removed deprecated comment 2007-05-28 08:12:11 +00:00
Antony Dovgal c554b2fb41 "sapi/cgi/php" -> "sapi/cgi/php-cgi" 2007-05-27 19:22:24 +00:00
foobar 9112c17171 MFB:- Unify installation of SAPIs: CGI is no exception anymore. 2007-05-24 23:31:15 +00:00
Dmitry Stogov e25fd7ad9b Fixed crash on "php -b 1234 -unknown-option" 2007-05-21 09:08:25 +00:00
Dmitry Stogov 24bc130c56 Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header) 2007-05-15 08:17:20 +00:00
Dmitry Stogov d009d41cb2 Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com) 2007-05-10 15:22:15 +00:00
Johannes Schlüter 895a9fb212 - Fix build without reflection
# reflection_what is used fby --ri, too
2007-05-06 12:57:27 +00:00
Marcus Boerger 74e6d53ce4 - Fix function signature 2007-05-05 12:46:30 +00:00
Marcus Boerger 87041a3986 - Simplify/use consts 2007-05-05 12:09:21 +00:00
Marcus Boerger c40640626b - WS/CS 2007-05-04 22:09:30 +00:00
Edin Kadribasic bb2519e6ab MFB: Update Apache 2 libs to 2.0.59 on the build box and standardize the dirs 2007-05-04 18:19:37 +00:00
Uwe Schindler 218ce59478 Fix crash on server startup when log message is printed 2007-04-27 00:29:02 +00:00
Hannes Magnusson 02af1b4a65 rename --ri core to --ri main
# "the man has spoken"
2007-04-25 09:53:20 +00:00
Hannes Magnusson 64179171f8 Add the ability to display the core ini entries via "php --ri core" 2007-04-23 21:24:54 +00:00
Johannes Schlüter 9ee50fc95d - Add my name (sync to CREDITS file) 2007-04-23 20:53:55 +00:00
Marcus Boerger 118fe71b72 - Rephrase as suggested by Chris Jones 2007-04-23 20:47:58 +00:00
Marcus Boerger 8e500e7749 - Add 'php --ini' to CLI which returns the INI file/dir configuration 2007-04-23 20:17:19 +00:00
Antony Dovgal 83d74b7488 fix long options 2007-04-23 11:04:54 +00:00
Marcus Boerger 0cf5184a1c - Add new test 2007-04-22 15:29:20 +00:00
Marcus Boerger 223cd73da9 - Merge getopt fixes from re2c 2007-04-22 15:24:19 +00:00
Dmitry Stogov ea86faafeb Fixed tests 2007-04-19 07:00:57 +00:00
Antony Dovgal 83b3d8545e fix test 2007-04-17 20:17:20 +00:00
foobar c19178d966 MFB:- Fix a possible leak when multiple -c parameters are used 2007-04-17 20:01:22 +00:00
Antony Dovgal 2488b83ebe add tests for CGI 2007-04-17 19:48:22 +00:00
foobar c225e4a7d8 MFB 2007-04-17 19:48:16 +00:00
Antony Dovgal b2f169ebf8 fix leak appearing when more than one -f option specified 2007-04-17 18:51:24 +00:00
foobar 0439662815 MFB: Allow using syntax highlighting in fastcgi mode 2007-04-15 23:02:05 +00:00
foobar fd9af91146 MFB: sync getopt from CLI 2007-04-15 22:54:26 +00:00
Dmitry Stogov 2ebfb15089 Removed wrong size_t definition 2007-04-09 15:40:23 +00:00
Dmitry Stogov 072f7f1c60 Improved FastCGI SAPI to support external pipe and socket servers on win32 2007-03-28 15:39:35 +00:00
foobar 59e48ad26f - Fixed test 2007-03-28 12:26:44 +00:00
Antony Dovgal 658743f7b9 fix #40392 (memory leaks in PHP milter SAPI)
we should have dropped this SAPI years ago
2007-03-28 10:06:54 +00:00
Johannes Schlüter 5dc2d0b0d6 - Fix handling of not existing long CLI options 2007-03-22 21:34:58 +00:00
Marcus Boerger 4d5ac8e9cf - Fix issue with long form of command line switches 2007-03-21 23:19:00 +00:00
Antony Dovgal 29c4f0590c fix tests
I was absolutely sure we removed --disable-reflection option.
2007-03-17 19:15:58 +00:00
Dmitry Stogov 3a4101c437 Fixed compilation warning 2007-03-12 07:39:24 +00:00
Dmitry Stogov 69ff1d0e4d Return HTTP 403 in case of "access denied". 2007-03-09 16:50:17 +00:00
Uwe Schindler 4f370ac55f Update function names for PHP6 to php6* 2007-03-06 19:47:12 +00:00
Uwe Schindler 7d9bf1d1cc remove (large) static buffers for header names and request uri 2007-03-06 18:15:04 +00:00
Uwe Schindler ff979699c9 use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now) 2007-03-06 16:19:36 +00:00
Uwe Schindler f8b7d0e046 snprintf patch 2007-03-05 16:28:39 +00:00
Dmitry Stogov b915076031 poll() is not affected by FD_SETSIZE (Tony) 2007-02-26 09:39:08 +00:00
Marcus Boerger 20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Dmitry Stogov 10ffce3285 Use poll() instead of select() if available 2007-02-24 11:21:10 +00:00
Antony Dovgal 30239ea383 check for NULL, then add flag 2007-02-22 10:06:02 +00:00
Antony Dovgal 30dacafa72 implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapper 2007-02-21 21:56:45 +00:00
Dmitry Stogov 23ee3bf9bc Check for FD_SETSIZE limit 2007-02-21 15:46:30 +00:00
Antony Dovgal 0f5b9e4e39 fix typo 2007-02-21 08:08:47 +00:00
Antony Dovgal 389e17332e move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
its result is used in sapi/cli & sapi/embed, not just sapi/cgi
2007-02-20 20:10:53 +00:00