628 Commits (da3b899dd8023bc7590af8852270dcc035c19fe8)

Author SHA1 Message Date
Ben Mansell d5cf0abac3 Make the FastCGI module behave nicer when trying to shut it down. If you 25 years ago
Sascha Schumann e6d153f6c4 Support for handling multiple concurrent requests. 25 years ago
Sascha Schumann 0bbe77309d Accomodate an Apache API change 25 years ago
Zeev Suraski 8332ab409a Spit out errors 25 years ago
Sascha Schumann e843e8c5f0 Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it 25 years ago
David Hedbor 6b0f88e828 Fix segfault when env vars are missing. 25 years ago
Sebastian Bergmann 49ab8cb8f1 Remove bogus '.'. 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Martin Kraemer f2002d3e41 Oops, sorry. I should not have committed this ebcdic fix (which was none) 25 years ago
Sascha Schumann d342acc3a9 Add TUX SAPI module 25 years ago
Sascha Schumann 1ad2a710ab Use EXTRA_LDFLAGS at this point. 25 years ago
Martin Kraemer c96d652843 Fix Basic auth (when under PHP control) for EBCDIC platforms 25 years ago
Shane Caraveo f0b6b8ab52 The -c commandline option was not working at all, need to set the path 25 years ago
Sascha Schumann 40245019cc s/^I/ / and some re-indenting. Also align the APXS checking code 25 years ago
Sascha Schumann b56e877e53 Reindent, add link map for AIX, improve diagnostic message, 25 years ago
Sascha Schumann bc7a582f84 Use write(2), if we can successfully write to stdout. 25 years ago
Sascha Schumann e29a1b2230 First try at using Apache's export list when building a DSO. 25 years ago
Thies C. Arntzen e80abfa40c revert parts of last commit - stupid me! 25 years ago
Thies C. Arntzen 2db3431f00 --enable-memory-usage-info id deprecated. use --enable-memory-limit instead! 25 years ago
James Moore 6026a36879 Merge the more sensible way of doing this back in to HEAD 25 years ago
James Moore 873d59a8ea @ - Fixed getopt so it accepts arguments in the form -<option><value> not 25 years ago
Zeev Suraski 89c7b891c9 Add missing info 25 years ago
Sterling Hughes 0492f086e7 # Revert the SLS_FETCH() ;) 25 years ago
Sterling Hughes 2d84ecbba8 Remove redundancy 25 years ago
Sterling Hughes 4565812470 fix windows build. 25 years ago
Zeev Suraski 260b4d0dbf Merge memory usage into memory limit 25 years ago
Daniel Beulshausen e1a9871337 add missing apls_fetch 25 years ago
Zeev Suraski d1845fb138 Move the initialization to a safer place (earlier, it could end up 25 years ago
Daniel Beulshausen 0f60b4b8a5 fix typo 25 years ago
Zeev Suraski 0113263991 Safer detection of recursive PHP invocations 25 years ago
Sascha Schumann afdaee9e47 Nuke more quotes 25 years ago
Sascha Schumann 718b588b14 Fix indentation of ./configure --help messages. 25 years ago
Thies C. Arntzen 169febcdf0 @- Added --enable-memory-usage-info. This creates a new Apache 1.x logging 25 years ago
Zeev Suraski 4afa93f716 @- Fixed a possible crash in the PHP CGI when no input file is 25 years ago
Zeev Suraski 6cd3b987b8 $argc was off by one in -f (fix bug #9289) 25 years ago
Zeev Suraski 910e9d068c whitespace 25 years ago
Zeev Suraski d229f82a46 Allow virtual() of PHP files. We may have to improve the detection code a 25 years ago
David Hedbor 935d6287fd Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array. 25 years ago
Ben Mansell 13e4699ae3 Removed a duplicate php_import_environment_variables() call 25 years ago
Sascha Schumann e337f07ecd Replace slow strlcpy with a quick memcpy. 25 years ago
Andi Gutmans 8975186810 - Another strncpy() -> strlcpy() change 25 years ago
Ben Mansell 98af7a8d7d Patch from Stephen Landamore: speed up the environment merging by 25 years ago
Andi Gutmans a166b6146b - Remove unused variable 25 years ago
Sterling Hughes ba49860cc8 fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of 25 years ago
Andi Gutmans 6196e0bc4d - Fix for Bug id #10071 25 years ago
Andi Gutmans 4c823e8a89 - Change macros from V_ to VCWD_ because of AIX name clash 25 years ago
Daniel Beulshausen 59f3775f7c add/fix pi3web dsp 25 years ago
Sascha Schumann 6602b48071 Fix optimization -- we did not send out custom Response Status Lines. 25 years ago
Sascha Schumann ab1df8dfb9 Accomodate Apache HTTPD 2.0 API change 25 years ago
David Hedbor d522a6a25e Disable use of th_farm since it doesn't seem to work. Uses a Pike layer 25 years ago