History log of /PHP-5.5/sapi/pi3web/pi3web_sapi.c (Results 51 – 75 of 76)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


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


Revision tags: PRE_TSRM_MERGE_PATCH
# 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


# 7213492b 21-Jul-2001 Holger Zimmermann

Updated


# 31252e85 20-Jul-2001 Holger Zimmermann

Updated


# 1b03f89f 20-Jul-2001 Holger Zimmermann

Updated


# a088c2e1 20-Jul-2001 Holger Zimmermann

Updated PHP mode, fixed indent mode, added syntax check mode


Revision tags: 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
# 8c0f71e7 08-Apr-2001 Holger Zimmermann

Reorganized the #define's in the header.


# 9b7aa43d 08-Apr-2001 Holger Zimmermann

Updated copyright agreement regarding move of Pi3Web to sourceforge.


Revision tags: 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, php-4.0.4pl1RC1
# bd0ac7fe 02-Jan-2001 Zeev Suraski

Many patches. I hope I remember them all:

- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
real full path of

Many patches. I hope I remember them all:

- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
variables and read necessary variables at most once.

show more ...


# 7af7199a 28-Dec-2000 Holger Zimmermann

Minor update regarding new phpinfo table format. Moved pi3web_sapi.h to the sapi module.
PR:
Submitted by:
Reviewed by:
Obtained from: Pi3Web


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 030b7072 18-Nov-2000 Zeev Suraski

Update SAPI modules to interface with the new TSRM.
Enable thread-safety memory debugging in ISAPI when in debug mode


# af87dfe2 29-Oct-2000 Sascha Schumann

Unify handling of aborted connections


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 91c808ec 08-Sep-2000 Zeev Suraski

Restore the headers_only test to the centralized SAPI startup. If necessary, it can
be overriden in the activate() callback.


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT
# 479a96ed 22-Aug-2000 Sascha Schumann

Set file_handle.opened_path to NULL


Revision tags: php-4.0.2RC1
# 30ccec36 20-Aug-2000 Zeev Suraski

Fix build


# 1d68a02d 20-Aug-2000 Sascha Schumann

The status quo in PHP is that the current directory is initialized
to the directory where the executing script is located.

Since this needs to be implemented for all SAPI modules anyway,

The status quo in PHP is that the current directory is initialized
to the directory where the executing script is located.

Since this needs to be implemented for all SAPI modules anyway, this
change moves the functionality to php_execute_script() and gets rid
of the per-module code.

show more ...


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 76a2d253 02-Aug-2000 Rasmus Lerdorf

Heads up! I have moved the headers_only and response_code checks out of
SAPI and down into the individual SAPI modules. I have made the
appropriate changes in all the SAPI modules, but plea

Heads up! I have moved the headers_only and response_code checks out of
SAPI and down into the individual SAPI modules. I have made the
appropriate changes in all the SAPI modules, but please verify these.
The reason for this change is that Apache sometimes will feed PHP
a request_method of GET but have r->header_only set to true. This happens
in an ErrorDocument redirect. In this same scenario we want to preserve
the status code as well instead of just overwriting it with a 200 and
losing this information. For now the other sapi modules act exactly as
before since they probably do not make this distinction, and they may
not even have a valid response code this early in the request.
@ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
@ the status code across the redirect as well. (Rasmus)

show more ...


# 0836e10a 24-Jul-2000 David Croft

various version 2.0 and 2.01 licenses -> 2.02


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2
# 4010b422 26-Jun-2000 Andrei Zmievski

Separate plain name returned by php_sapi_module() and pretty name
used for output.


Revision tags: php-4.0.1RC
# fce46168 18-Jun-2000 Holger Zimmermann

Changed strtok_r to php_strtok_r


1234