Xinchen Hui
d7d0d0724c
Fixed bug #60206 (possible integer overflow in content_length)
14 years ago
Ilia Alshanetsky
7f2882cc53
Fixed a bug with calculation of REQUEST_TIME in apache2
15 years ago
Rasmus Lerdorf
e0df4e3dba
Fix a couple of warnings. Use %zu to printf a time_t and get_request_time
actually returns a double, not a time_t.
15 years ago
Felipe Pena
0203cc3d44
- Year++
15 years ago
Ilia Alshanetsky
f89effd2a8
Updated _SERVER['REQUEST_TIME'] to include microsecond precision.
15 years ago
Kalle Sommer Nielsen
34b631f679
Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's
16 years ago
Rob Richards
60f62fc563
fix non-windows builds
16 years ago
Pierre Joye
56e327ba27
- revert fix for #51723 in 5.2, vc6 does not support strtoi64, use builtin functioon in 5.3 (trunk is vc9+ only)
16 years ago
Pierre Joye
d90f8560aa
- #51273 , Content-length header is limited to 32bit integer with apache2/windows
16 years ago
Pierre Joye
9720dea2c7
- WS
16 years ago
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
16 years ago
Rasmus Lerdorf
a10f03d66e
Fix bug #50940
16 years ago
Rasmus Lerdorf
1947334023
Fix bug #50940
16 years ago
Sebastian Bergmann
22f4ef45fe
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
16 years ago
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
16 years ago
Jani Taskinen
bf7ed5eff5
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
16 years ago
Jani Taskinen
12803d743d
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
16 years ago
Jani Taskinen
afc44b981e
ws
16 years ago
Jani Taskinen
211ab98ff1
ws
16 years ago
Andrei Zmievski
afa4e41c2f
Implement JIT request decoding support for $_GET and $_POST.
17 years ago
Marcus Boerger
d4f5b3f0a9
- This is PHP 6 - if this ... ever gets out
17 years ago
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
17 years ago
Sebastian Bergmann
7f4dc8702a
Bump copyright year, 3 of 3.
17 years ago
Stanislav Malyshev
40cd1d49b3
MFH fix #46005
17 years ago
Stanislav Malyshev
4cd34ac3d3
fix #46005 : User not consistently logged under Apache2
17 years ago
Arnaud Le Blanc
047870a61f
MFB: Added header_remove() (chsc at peytz dotdk, Arnaud)
17 years ago
Arnaud Le Blanc
8c4151ad72
Added header_remove() (chsc at peytz dotdk, Arnaud)
[DOC] proto void header_remove([string header_name])
Removes an HTTP header previously set using header()
The header_name parameter is optionnal, all headers are
removed if it is not set
[SAPIs] The header_handler callback in sapi_module_struct has
been changed, it now take a new argument.
When it is set to SAPI_HEADER_DELETE, sapi_header->header is
the name of an header, header_handler has to delete it.
When it is set to SAPI_HEADER_DELETE_ALL, header_handler has
to delete all headers.
When sapi_header_op_enum is SAPI_HEADER_ADD or _REPLACE,
sapi_header->header is in the form "Name: value", header_handler
has to add or replace the given header.
In all cases, header_handler must not free sapi_header or
sapi_header->header. SAPI_HEADER_ADD must be returned if the
header has been added or replaced, or 0 in other cases.
17 years ago
Rasmus Lerdorf
b911467d1d
MFB
Here are the signal changes from the 5.3 branch that optimizes signal
handler registration and switches from longjmp to siglongjmp in order
to make signal mask handling consistent across different UNIX operating
systems.
18 years ago
Rasmus Lerdorf
45e327a672
Add new empty child terminate sapi hook to the rest of the sapis
18 years ago
Ilia Alshanetsky
ee3b0eefa6
MFB: Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
18 years ago
Ilia Alshanetsky
1227a4c57a
Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
18 years ago
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
18 years ago
Sebastian Bergmann
9b620d50b4
Bump copyright year, 2 of 2.
18 years ago
Antony Dovgal
37e0738f3a
MFH
19 years ago
Antony Dovgal
3eed8dfb76
fix crash on shutdown on Win32
patch by Scott
19 years ago
Antony Dovgal
6d76fc2834
MFH: fix #39330 (apache2handler does not call shutdown actions before apache child die)
19 years ago
Antony Dovgal
b1a7a9f261
fix #39330 (apache2handler does not call shutdown actions before apache child die)
19 years ago
Antony Dovgal
903ef1a071
change "php5" to "php6" everywhere
rename mod_php5.c to mod_php.c
19 years ago
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
19 years ago
Sebastian Bergmann
3717df72ae
Bump year.
19 years ago
Dmitry Stogov
a7c536fbcd
Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make a
ny 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
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
3d2de2426e
MFB: Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).
19 years ago
Ilia Alshanetsky
1c4806c515
Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler).
19 years ago
Ilia Alshanetsky
a918d00548
MFB: Fixed bug #39797 (virtual() does not reset changed INI settings).
19 years ago
Ilia Alshanetsky
cbaaf1bc07
Fixed bug #39797 (virtual() does not reset changed INI settings).
19 years ago
Ilia Alshanetsky
861d8bc309
MFB: Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
ErrorDocument).
19 years ago
Ilia Alshanetsky
b3006ed2a5
Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
ErrorDocument).
19 years ago
Ilia Alshanetsky
e34c7f161c
MFB: Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto
version).
19 years ago
Ilia Alshanetsky
e5f9b479af
Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version).
19 years ago