History log of /PHP-5.5/ext/standard/head.c (Results 51 – 75 of 132)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bf020f87 08-Jul-2005 Ilia Alshanetsky

Missing bit of the previous patch.


# 04663507 08-Jul-2005 Ilia Alshanetsky

Fixed compiler warning.


# eb7dc34b 08-Jul-2005 Antony Dovgal

make use of T token


# 592a0835 08-Jul-2005 Antony Dovgal

fix #33597 (setcookie() "expires" date format doesn't comply with RFC)


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 5eeb444b 07-Jan-2005 Antony Dovgal

remove duplicated include


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 293ab565 25-Sep-2004 Anantha Kesari H Y

removing unwanted inclusion of socket header file


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# 8eacea8b 23-Aug-2004 Ilia Alshanetsky

Fixed proto of headers_list().


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1
# d5b6608d 11-Feb-2004 Brian France

Added checks for invalid characters in a cookie name or cookie data from setrawcookie


Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# fea31127 20-Nov-2003 Andi Gutmans

- Fix Windows build


# 0101c278 19-Nov-2003 Sara Golemon

New function: headers_list(). Ennumerate headers sent to SAPI engine


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3
# d50e0bf4 20-Aug-2003 Brian France

Added a parameter to php_setcookie to toggle URL encoding of the cookie data
Added the function setrawcookie that turns off URL encoding of the cookie data
Changed setcookie to turn on the UR

Added a parameter to php_setcookie to toggle URL encoding of the cookie data
Added the function setrawcookie that turns off URL encoding of the cookie data
Changed setcookie to turn on the URL encoding of the cookie data

show more ...


Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 5ca07877 25-Mar-2003 Sebastian Bergmann

Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.


Revision tags: php-4.3.2RC1
# 5c90216d 06-Mar-2003 David Hill

64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# b801568b 07-Nov-2002 Ilia Alshanetsky

Fixed a crash in headers_sent(), that occures if
php_get_output_start_filename() returns NULL.


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 4e663574 17-Sep-2002 Hartmut Holzgraefe

it should not only work for the failure case
but also not fail (segfault) on the working case


# 0c7d9c37 17-Sep-2002 Hartmut Holzgraefe

headers_sent() may now return information about where output started
using the optional $file and $line reference parameters


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3
# 8b8f1e05 05-Sep-2002 Anantha Kesari H Y

NetWare related additions/modifications


Revision tags: php-4.2.3RC2
# 149ad05b 24-Aug-2002 Marcus Boerger

php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de


Revision tags: php-4.2.3RC1
# 9c8ba935 09-Aug-2002 Marcus Boerger

Improved handling of output buffers (see news)\n#No trim for the string parameter...


# 783fddeb 09-Aug-2002 Marcus Boerger

possible memoryleak


Revision tags: dev, php-4.2.2
# 728f2de4 08-Jul-2002 Derick Rethans

Unify error messages


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# 9c876ea0 03-Jul-2002 Sascha Schumann

Add sapi_header_op interface which supersedes the sapi_add_header and _ex
calls.

Revert the change to the sapi_add_header_ex interface.

Fix various bugs:

1. header("HT

Add sapi_header_op interface which supersedes the sapi_add_header and _ex
calls.

Revert the change to the sapi_add_header_ex interface.

Fix various bugs:

1. header("HTTP/1.0 306 foo");
header("Location: absolute-uri");

did not work in combination with several SAPI modules, because
http_status_line was never properly reset. And thus, all SAPI
modules which looked at http_status_line ignored the changed
http_response_code.

2. The CGI SAPI did not send out the HTTP status line at all, if
http_status_line had not been set explicitly by calling
header("HTTP/1.0 200 foo");

show more ...


123456