History log of /PHP-5.5/sapi/apache2filter/php_functions.c (Results 51 – 71 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 11acdb09 09-Apr-2002 Sterling Hughes

fix compile warnings


Revision tags: php-4.2.0RC2, php-4.2.0RC1, help
# 83059ae3 28-Feb-2002 Yasuo Ohgaki

Use {NULL, NULL, NULL} to terminate function entry.
# It does not fix any bugs, since {0} works also.


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 1b35f3bc 07-Dec-2001 Doug MacEachern

apr_table_elts are now const


# 27018c0f 07-Dec-2001 Doug MacEachern

rename functions to match those supported in the apache 1.3 module:
apache_sub_request -> virtual
get_all_headers -> getallheaders


# 543d7618 06-Dec-2001 Doug MacEachern

need to call ap_destroy_sub_req() before RETURN_TRUE in apache_sub_req()
(Jon Parise <jon@php.net>)


# 52b71152 06-Dec-2001 Doug MacEachern

destroy subrequests returned from ap_sub_req_lookup_uri


# 6adebbf1 06-Dec-2001 Doug MacEachern

call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather than
NULL for next_filter argument in order for ap_run_sub_req() output to
end up where expected. ("William A. Rowe, Jr." <w

call to ap_sub_req_lookup_uri() needs to pass ctx->f->next rather than
NULL for next_filter argument in order for ap_run_sub_req() output to
end up where expected. ("William A. Rowe, Jr." <wrowe@rowe-clan.net>)

show more ...


# 2c93a6ac 05-Dec-2001 Hartmut Holzgraefe

proto fixes


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 0cee8df6 12-Oct-2001 Stig Bakken

* fix module struct in rest of sapi modules


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# 766de156 22-Aug-2001 Sterling Hughes

Add some editor modes (in the rest of the source)


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# 18c893d0 10-Aug-2001 foobar

killed compile warnings.


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 426d4104 08-Jan-2001 Sascha Schumann

Make Apache 2.0 filter build again


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 802d716c 11-Nov-2000 Sascha Schumann

Update README

Make Apache-related functions build

Add get_all_headers()

Fix segfault when SAPI outputs strings of length 0

Move request ctor/dtor into their own fu

Update README

Make Apache-related functions build

Add get_all_headers()

Fix segfault when SAPI outputs strings of length 0

Move request ctor/dtor into their own functions

show more ...


# e7a632e9 06-Nov-2000 Sascha Schumann

Add apache_sub_req()


# b07276c3 29-Oct-2000 Sascha Schumann

Add standard license


# d504de0f 26-Oct-2000 Sascha Schumann

An Apache 2.0 Filter for PHP, completely from scratch.

TODO:

POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_

An Apache 2.0 Filter for PHP, completely from scratch.

TODO:

POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_req is there).

Note that this code depends on some other commits which are pending.

show more ...


123