#
159cd691 |
| 17-Aug-2010 |
Kalle Sommer Nielsen |
Fixed compiler warnings in main/ |
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3 |
|
#
f33d2c5f |
| 14-Jul-2010 |
Dmitry Stogov |
Optimized defaut Content-Type HTTP header processing |
Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
11d24c15 |
| 31-May-2010 |
Michael Wallner |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implem
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
show more ...
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
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_
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
show more ...
|
#
6169d91b |
| 13-Apr-2010 |
Kalle Sommer Nielsen |
* Pass TSRMLS_C around pageinfo.c * Use zend_parse_parameters_none() in pageinfo.c |
#
f92fae2f |
| 18-Mar-2010 |
Andrei Zmievski |
I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP w
I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. Hope all the relevant parties are satisfied.
show more ...
|
#
3220f15c |
| 18-Mar-2010 |
Andrei Zmievski |
Fix a few problems with large (2G-4G) file uploads. Added --enable-large-uploads-fix switch because one change was in SAPI.h structure. |
#
af49e58f |
| 12-Mar-2010 |
Jani Taskinen |
- Reverted r296062 and r296065 |
#
06f072cb |
| 11-Mar-2010 |
Jani Taskinen |
MFH: Improved / fixed output buffering (Michael Wallner) |
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php |
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
db53d496 |
| 17-Aug-2009 |
Jani Taskinen |
- Fixed bug #49248 by fixing bug #48994 properly |
#
46bd9ed5 |
| 17-Aug-2009 |
Jani Taskinen |
- Try disabling zlib.output_compression always for images. (zlib extension might be compiled as shared and not same time as the main PHP binary) |
Revision tags: php-5.2.11RC1 |
|
#
08f8621a |
| 03-Aug-2009 |
Jani Taskinen |
- Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when set to a string value) # also fixes bug #35936 (ini.zlib.output-compression Documentation :) |
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2 |
|
#
94b7a007 |
| 28-Apr-2009 |
Stanislav Malyshev |
fix for #47930 |
Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3. |
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4 |
|
#
8c4151ad |
| 13-Nov-2008 |
Arnaud Le Blanc |
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_n
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.
show more ...
|
Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
6c158374 |
| 18-Mar-2008 |
Rasmus Lerdorf |
exit_on_timeout patch After the sigsetjmp change, this is patch #2 in an effort to get some sanity restored to signal handling in PHP. This patch does two things. First, it mak
exit_on_timeout patch After the sigsetjmp change, this is patch #2 in an effort to get some sanity restored to signal handling in PHP. This patch does two things. First, it makes it possible to reset the timeout without resetting the signal handlers. This is important for cases where an extension may have deferred signals in its MINIT in order to implement critical sections. It also lays the groundwork for cleaning up our signal handling and perhaps eventually implementing our own signal deferring mechanism so we can have true critical sections. The second thing this does is to make it possible to terminate the current child process (only for Apache1 at the moment) on a timeout. There are a number of extensions that are unhappy about being longjmp'ed out of and when this happens on a timeout they are left in an inconsistent state. By turning on exit_on_timeout you can now force the process to terminate on a timeout which will clean up any hanging locks and/or memory left hanging after the longjmp.
show more ...
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
a7dabd57 |
| 28-Jan-2008 |
Scott MacVicar |
MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code more than once.) |
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2. |
Revision tags: php-4.4.8RC1 |
|
#
80a7bf29 |
| 03-Dec-2007 |
Dmitry Stogov |
Fixed crash because of uninitialized SG(sapi_headers).mimetype |
Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4 |
|
#
6e0d6437 |
| 25-May-2007 |
Rasmus Lerdorf |
Slightly cleaner code |
#
f6bffb69 |
| 25-May-2007 |
Rasmus Lerdorf |
Optimize sapi_get_request_time() slightly making it use the cached time and also checking if there is a server_context before trying to call the request_time sapi hook. |
Revision tags: php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
4bd17132 |
| 25-Apr-2007 |
Dmitry Stogov |
ZTS fix |
#
41896020 |
| 25-Apr-2007 |
Antony Dovgal |
fix ZTS build |
#
8464abe2 |
| 25-Apr-2007 |
Dmitry Stogov |
Fixed crashes because of SAPI handlers overrding from inside of dl()-ed extensions |