History log of /PHP-8.0/sapi/cgi/cgi_main.c (Results 476 – 500 of 615)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# f026dae4 08-Dec-2001 Thies C. Arntzen

@- Added -w option to the cgi-version. This will remove all comments and
@ whitespace from teh script. (Thies)


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2
# 975ed901 11-Nov-2001 Rui Hirokawa

fixed output problem with output buffering handler.


# bddb9539 04-Nov-2001 Alex Waugh

Convert PATH_TRANSLATED for RISC OS


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3
# eb38ca84 27-Sep-2001 Jeroen van Wolffelaar

Undo Z_ subst for sapi and ext/yaz


Revision tags: POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: 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, php-4.0.7RC1
# 8021e655 14-Aug-2001 Zeev Suraski

Revert an old bogus patch


Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH
# 6ecae422 08-Aug-2001 Zeev Suraski

Use zend_first_try


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

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


# 8aef1930 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# 578c3954 05-Aug-2001 Thies C. Arntzen

delay module_shutdown even further. zend_try and _catch need the current
globals as well.
zeev, is this a chicken & egg problem?


# 0fe837b4 05-Aug-2001 Thies C. Arntzen

module_shutdown() calls ts_free_thread in ZTS mode. so SG() cannot be accessed
afterwards.


# 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...


# d76cf1da 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work


# b1cc3bd1 30-Jul-2001 Thies C. Arntzen

fix compile


# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# 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 ...


# e280c3e5 27-Jul-2001 Zeev Suraski

Fix a corrupted memory access


Revision tags: PRE_TSRM_MERGE_PATCH
# 47154039 21-Jul-2001 Andi Gutmans

- Fix __FILE__ in the main script in CGI/command line mode.


# 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


# 85b4df53 15-Jul-2001 Zeev Suraski

Improved interactive mode - it is now available in all builds, without any significant slowdown


1...<<11121314151617181920>>...25