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

1347 Commits

Author SHA1 Message Date
Edin Kadribasic 4aa1414623 Reverting last patch (merge from sapi/apache). 2003-05-09 09:13:01 +00:00
Edin Kadribasic d758f2ea0b Reverting my last patch because user reports it does not help
solve the problem. (bug #23504)
2003-05-09 09:11:14 +00:00
Edin Kadribasic 97f3a35d73 Fixed MFB side effect 2003-05-08 14:42:31 +00:00
Edin Kadribasic 692b508957 Merge from sapi/apache (fix for #23504) 2003-05-08 09:31:08 +00:00
Edin Kadribasic 6f0e0a61b6 MFB 2003-05-08 09:27:18 +00:00
Moriyoshi Koizumi edac258751 Possible fix for bug #23455 (patch by rrichards@digarc.com) 2003-05-07 14:11:58 +00:00
Sascha Schumann 33a10b342e Improved protection against hostname attacks 2003-05-06 19:17:50 +00:00
Sascha Schumann bd6ff4ca43 fix typo 2003-05-06 10:15:33 +00:00
Sascha Schumann 4f8aeebf64 improve portability 2003-05-06 10:14:20 +00:00
Sascha Schumann 833d734af1 cleanup 2003-05-01 20:49:42 +00:00
Ilia Alshanetsky 11d9dd93b9 Fixed bug #23417 (compile failure in apache2filter sapi). 2003-04-30 00:47:08 +00:00
Sascha Schumann 9f4f0cec39 Fix Content-Encoding header lacking CRLF 2003-04-28 22:07:18 +00:00
Sascha Schumann ca47774ede MFB usage fix 2003-04-28 19:43:09 +00:00
Edin Kadribasic 43e54bf2c1 More clean way of ignoring headers in CLI since we do not need to
disable them selectively. This fixes problems for people who want
to use session module in CLI.
2003-04-28 10:04:50 +00:00
Marcus Boerger 1c1aa38ee5 Reset option parsing
# i swear i had them in before last commit
2003-04-27 19:41:36 +00:00
Marcus Boerger 129d0898ca split parameter parsing once more: do informal queries before others
#still a memleak in case of a parameter conflict
2003-04-27 19:19:29 +00:00
Wez Furlong 4a679ca77f MFB fix for registration 2003-04-24 13:53:04 +00:00
Marcus Boerger d2833dc9c2 Revert some ini settings to be hardcoded due to popular demand 2003-04-23 22:52:44 +00:00
Sascha Schumann 17f3aca625 Properly update the global httpd_time_now and remove php_makefile from diff 2003-04-21 01:08:23 +00:00
Holger Zimmermann 93a53656a5 Added PHP4PI3WEB_EXPORTS in order to control exports/imports on Win32 2003-04-19 16:11:36 +00:00
Marcus Boerger de76ceb2d3 Fix more shutdown wierdness 2003-04-19 15:02:44 +00:00
Wez Furlong 7ca29424c4 Fix folding marker 2003-04-19 14:41:31 +00:00
Marcus Boerger 0bcfdd0262 Do init CG(in_compilation) here until someone finds a better place 2003-04-19 13:54:01 +00:00
Marcus Boerger 1b3467e72d Shutdown memleaks 2003-04-19 00:02:50 +00:00
Ilia Alshanetsky f7d72d178d Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2) 2003-04-16 23:31:23 +00:00
Sascha Schumann 8e165ea050 fix two uninitialized reads 2003-04-16 13:43:23 +00:00
Sascha Schumann 4ff425c157 Nuke all sn?printf's and rely on the optimized httpd_ntoa to
convert the IP to a string representation.
2003-04-16 13:37:34 +00:00
Sascha Schumann cd403e3b51 Merging some Premium thttpd improvements, notably
- periodic update of date strings
- caching of Last-Modified values
- use of smart_str'ings for crafting HTTP header (static files)
  and inside make_log_entry
- buffered log writing
- httpd_ntoa is about 8 times faster

Overall improvement: Around 50% faster now
2003-04-16 09:20:55 +00:00
foobar 2170ea8b4d Added missing CVS Id tags 2003-04-16 02:34:57 +00:00
Stanislav Malyshev 6f08d5e759 Make Apache 2 define SG(request_info).path_translated like Apache 1 did. 2003-04-10 11:33:45 +00:00
Stanislav Malyshev 2849872f19 make Apache define SG(request_info).path_translted, like Apache 1 did. 2003-04-10 11:28:54 +00:00
Marcus Boerger bb0f885d51 Hopefully last fix on error reporting 2003-04-09 00:38:19 +00:00
Sascha Schumann d26e1b751c Merge proper -I parameter for APXS builds 2003-03-30 18:36:04 +00:00
Marcus Boerger 7aa1e2cda4 more ini defaults for error message handling 2003-03-30 14:00:09 +00:00
Marcus Boerger 06a0e1c112 simplify and fix 2003-03-30 11:07:36 +00:00
Marcus Boerger ac3113122a done 2003-03-30 10:56:34 +00:00
Shane Caraveo e3c002b0c3 clean up url handling with path_info
handle sending a 404 if the requested file does not exist
2003-03-30 04:17:24 +00:00
Marcus Boerger c21f2b7493 use sizeof() as suggested by Andrei 2003-03-29 21:23:53 +00:00
Derick Rethans fa59090287 - html errors should default to off (0) in CLI 2003-03-29 20:57:31 +00:00
Moriyoshi Koizumi db2de468e1 Fixed too optimized part 2003-03-29 16:18:04 +00:00
Moriyoshi Koizumi 8e8029f23d CS & WS fixes 2003-03-29 16:13:51 +00:00
Sterling Hughes 3f700e58ab update php module name to php5, not php4.
apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.
2003-03-29 04:52:46 +00:00
Moriyoshi Koizumi 2ad3f446c3 Do the right fix.. 2003-03-28 18:24:02 +00:00
Moriyoshi Koizumi 0b6f629b68 Fixed bug #22773 2003-03-28 17:53:36 +00:00
Shane Caraveo e949850881 handle invalid paths passed to us from iis 2003-03-27 17:52:33 +00:00
foobar 7e0aea7efe CS fix 2003-03-27 13:16:18 +00:00
Ian Holsman 0cef2e7df8 change to a pool-based bucket instead of a transient one. 2003-03-27 05:31:49 +00:00
Ian Holsman c5fd930eea remove flush from standard unbuffered write.
people requiring a flush can turn implicit flush on.
Thanks ilia for benchmarking this!
2003-03-27 04:35:44 +00:00
Ilia Alshanetsky 2e0651f378 Added missing initialization, which causes AP2 to crash on startup in ZTS. 2003-03-25 15:35:08 +00:00
Edin Kadribasic 5d381f8f80 MFB and more. Fixed various win32 compilation issues. Also the sapi
is now built as php4apach2.dll since the filter is being obsoleted.
2003-03-25 11:50:18 +00:00