History log of /PHP-8.3/main/main.c (Results 976 – 1000 of 1376)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 6fdf6b4c 08-Aug-2001 Zeev Suraski

- Fix precedence of the variables order in $_FORM
- Rename $_FORM to $_REQUEST for now

# 5eb9495b 08-Aug-2001 Zeev Suraski

- Implement $_FORM
- Update phpinfo()
- Update NEWS

# 7f4453f4 08-Aug-2001 Zeev Suraski

- Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_FILES
- Use the Zend Engine infrastructure - make these variables available in
all functions

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# b349df63 05-Aug-2001 Sascha Schumann

some more eliminate-fetches-or-escalate-them-at-least

# 373b3e10 05-Aug-2001 Sascha Schumann

more tsrm cleanup -- output.c is not doing any fetches anymore

# 8aef1930 05-Aug-2001 Sascha Schumann

more tsrm cleanup

# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes

# 2ec44007 03-Aug-2001 Zeev Suraski

Get rid of a couple of bogus persist_alloc()'s, and some cleanup

# b1de7fc9 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation. Enough for today...

# bc42c375 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work. Got it under 400 now.

# d76cf1da 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work

# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch

# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup

# 1c25b8dd 30-Jul-2001 Zeev Suraski

Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way

# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua

# 30892690 28-Jul-2001 Sascha Schumann

Remove superfluous returns

# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...

Revision tags: PRE_TSRM_MERGE_PATCH
# 536a5335 24-Jul-2001 Zeev Suraski

Get rid of the redundant global startup code

# 076f4f51 23-Jul-2001 Sascha Schumann

Unbreak various tests and transparent session id rewriting for now. This
has been tested extensively. Most SAPI modules (Apache 1.x, 2.0, thttpd,
AOLserver, CGI, TUX, Caudium, Roxen, NSAPI,

Unbreak various tests and transparent session id rewriting for now. This
has been tested extensively. Most SAPI modules (Apache 1.x, 2.0, thttpd,
AOLserver, CGI, TUX, Caudium, Roxen, NSAPI, Phttpd, Pi3web, Servlet)
call php_request_shutdown() right after php_execute_script (or
equivalent functionality), so that output is possible under an
overwhelmingly number of web-servers.

show more ...

# 336004f4 21-Jul-2001 Zeev Suraski

Improved bailout mechanism, supports nested bailouts a-la try..catch

Note: You may *not* return directly from a catch block

# 13ac04b8 20-Jul-2001 Zeev Suraski

Avoid getting bailouts on text output during shutdown. Text output is now
'officially' disabled during shutdown (this doesn't change the Apache module
behavior, but may change behavior of ot

Avoid getting bailouts on text output during shutdown. Text output is now
'officially' disabled during shutdown (this doesn't change the Apache module
behavior, but may change behavior of other server modules, in which it was
possible to emit output during shutdown; I think it's a good step towards
consistency, though)

show more ...

# 9bc97ac8 17-Jul-2001 Rasmus Lerdorf

Add always_populate_raw_post_data ini directive and default it to 0 to
maintain current behaviour. If this is turned on then $HTTP_RAW_POST_DATA
is always populated with a copy of the raw po

Add always_populate_raw_post_data ini directive and default it to 0 to
maintain current behaviour. If this is turned on then $HTTP_RAW_POST_DATA
is always populated with a copy of the raw post data.
@ - Add config option (always_populate_raw_post_data) which when enabled
@ will always populate $HTTP_RAW_POST_DATA regardless of the post mime
@ type (Rasmus)

show more ...

# d1ac05a8 15-Jul-2001 Zeev Suraski

Fix warning

# 54d6837b 15-Jul-2001 Zeev Suraski

2nd bug in the same line

# c77ed818 15-Jul-2001 Zeev Suraski

remove bogus &

1...<<31323334353637383940>>...56