Ilia Alshanetsky
f0240a0382
MFB: Improved parameter handling
17 years ago
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
17 years ago
Stanislav Malyshev
40cd1d49b3
MFH fix #46005
17 years ago
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
17 years ago
Arnaud Le Blanc
aaaf67e19e
Updated header_handler in apache2filter and apache_hooks
17 years ago
Alexey Zakhlestin
f9d86cf9d3
new parameter-parsing API
17 years ago
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
17 years ago
Felipe Pena
cc9a286005
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
17 years ago
Jani Taskinen
b17dc14f18
MFH: nuketh C++ comments
18 years ago
Felipe Pena
b22f47ee30
- Added arginfo
18 years ago
Scott MacVicar
35c58958a2
Fix compile error due to the removal of fteller on streams.
18 years ago
Elizabeth Marie Smith
7d4dfa8ee4
Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled
18 years ago
Rasmus Lerdorf
45e327a672
Add new empty child terminate sapi hook to the rest of the sapis
18 years ago
Lars Strojny
a344adf72e
sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes)
18 years ago
Lars Strojny
1b16b4e243
Adding itk and and peruser MPM to the list of threaded Apache MPMs
18 years ago
Dmitry Stogov
240fa244c3
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)
18 years ago
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
18 years ago
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
19 years ago
Jani Taskinen
77f9d22a0e
- Sync with apache2handler
19 years ago
Jani Taskinen
eb923bf6fc
MFH: - Changed AC_ARG_* options to PHP_ARG_* options.
MFH: - Some cleanups here and there
MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure
MFH: options)
# Note to Marcus: ext/dba/config.m4 needs to be "converted" to use
# the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep
# it's current behaviour regarding "enabled-by-default" parts of it.
#
# Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
19 years ago
foobar
7bd41e0715
MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)
19 years ago
Edin Kadribasic
567c9daeae
Update Apache 2 libs to 2.0.59 on the build box and standardize the dirs
19 years ago
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
19 years ago
Dmitry Stogov
53b088e60c
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.
19 years ago
Ilia Alshanetsky
eb8bab9f46
Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config
settings).
19 years ago
Ilia Alshanetsky
d3aa695263
Fixed bug #39787 (PHP doesn't work with Apache 2.3).
19 years ago
Hannes Magnusson
7b15d02b99
Fix build
19 years ago
Ilia Alshanetsky
6123f11021
MFH:
Added filter support for $_SERVER in cgi/apache2 sapis
Make sure PHP_SELF is filtered in Apache 1 sapi
20 years ago
Dmitry Stogov
356facf4af
Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system.
20 years ago
Dmitry Stogov
29ed52ffa4
New memory manager
20 years ago
SVN Migration
1b0a789ab9
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
20 years ago
John Coggeshall
3a0791c99b
Reimplementation of the way Apache 2 Filter works. Instead of ripping the
source from a file (thus bypassing any previous filters in the chain). This
implementation wraps Zend's internal stream mechanism, allowing ZE to read
from Apache's streams instead.
20 years ago
Michael Wallner
76838bcd54
- sync with apache2handler
20 years ago
Michael Wallner
23b8ce3876
- fix php_apache_sapi_header_handler() modifying sapi_header
# already taken care of in apcache1 sapi
20 years ago
foobar
5bd93221a8
bump year and license version
20 years ago
foobar
3e669bc950
MFH: nuke php3 legacy
20 years ago
foobar
1978e9109f
MFH
21 years ago
foobar
d77c684c42
- Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
# Most distributions use separate file in a conf.d/ directory to enable
# PHP, using -a would add unnecessary line in the main httpd.conf and
# causes a warning during startup.
21 years ago
foobar
23e671a51e
- Bumber up year
21 years ago
Dmitry Stogov
d647e000a7
Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)
21 years ago
Antony Dovgal
8be61d707f
fix #29683 (headers_list() returns empty array)
21 years ago
foobar
a20383ba06
- Unify the "configure --help" texts
21 years ago
foobar
d7f848d069
Might not be obvious for everyone :)
21 years ago
foobar
7af1dfa8cb
- Fixed bug #32587 (Apache2: errors sent to error_log do not include timestamps)
21 years ago
Rasmus Lerdorf
3c0411c496
Fix for bug #32263
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly. It is then used to determine if a 302 or a 303 should be sent
on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303
instead of a 302 to be compatible with the HTTP spec.
21 years ago
foobar
05adbd51b4
- Fixed bug #31055 (apache2filter: per request leak proportional to the full path of the request URI)
21 years ago
Moriyoshi Koizumi
28cc55be0a
- Apply the same fix to apache2filter too.
21 years ago
Joe Orton
1f364c1ee1
- always convert apr_time_t to time_t using apr_time_sec() to be future-proof.
- print apr_time_t values using APR_TIME_T and apr_snprintf.
- remove redundant add_property_long calls.
22 years ago
Joe Orton
516a19f1ec
Fix the get_request_time implementation for the 2.0 SAPIs to return
seconds not microseconds and to use TSRM stuff correctly.
22 years ago
Anantha Kesari H Y
ac5b702b91
removed redundant CLIB_STAT_PATCH checks for NETWARE
22 years ago