History log of /PHP-7.4/main/SAPI.h (Results 126 – 150 of 200)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.7RC1
# 2cf25894 14-Aug-2001 Zeev Suraski

improve typedef definition


Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 8aef1930 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# 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


# 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, 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
# 0b2641ef 16-Apr-2001 Stig Bakken

@Added -C command-line option to avoid chdir to the script's directory (Stig)


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# d3572f74 18-Mar-2001 Zeev Suraski

These functions are not necessary - that's what sapi_register_post_entry()
and sapi_unregister_post_entry() are for...

Also, please maintain K&R code layout, it's very messy to have diff

These functions are not necessary - that's what sapi_register_post_entry()
and sapi_unregister_post_entry() are for...

Also, please maintain K&R code layout, it's very messy to have different
styles intermixed in the same codebase, and especially in the same files!

show more ...


Revision tags: 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
# 60776dbe 03-Jan-2001 Zeev Suraski

Fix Apache module and remove excess elements from the SAPI structure


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


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# dcd971e6 28-Nov-2000 Sascha Schumann

A field of mines

Submitted by: jon@csh.rit.edu


# 3b195720 27-Nov-2000 Sascha Schumann

Add a note about what a missing const specifier does mean in the context
of the request_info structure.


# 0f7f5c2c 13-Nov-2000 Zeev Suraski

- Import Jade Nicoletti's transparent gzip encoding support as an output
handler. Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive


# 87d8e44c 07-Nov-2000 Daniel Beulshausen

win32 sapi symbol export fixes


# 50e0d9d3 07-Nov-2000 Zeev Suraski

cookie_data may also be modified...


# 43ff395b 02-Nov-2000 Sascha Schumann

Const'ify part of sapi_request_info.

query_string, post_data, path_translated, request_uri, auth_user,
auth_password and argv0 are modified, so they cannot become const.


# 2b060b3b 26-Oct-2000 Sascha Schumann

Add sapi_add_header_ex, which lets you specify whether you want
to add or replace a header.


# bccdaff6 23-Oct-2000 Rasmus Lerdorf

Move server_filter to an extension-specific global


# 32b10882 22-Oct-2000 Rasmus Lerdorf

Need a global server filter for the Apache 2.0 module


# 545ae277 13-Oct-2000 Hartmut Holzgraefe

post handler registration done right
(never use emalloc in an extension MINIT function)


# 22e48a81 11-Oct-2000 Hartmut Holzgraefe

@ - POST handler for Adobe FDF format (Hartmut)
the FDF handler is now working and totaly living
in the fdf extension, no more special code in
main is needed


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# b7ecaacd 09-Sep-2000 Zeev Suraski

More security-related (control) patches:
- Avoid displaying errors during startup, unless display_startup_errors is enabled.
- Implemented post_size_max limit. Defaults to 8MB.
- Impleme

More security-related (control) patches:
- Avoid displaying errors during startup, unless display_startup_errors is enabled.
- Implemented post_size_max limit. Defaults to 8MB.
- Implemented file_uploads on/off directive (defaults to on).

show more ...


# 75086e30 08-Sep-2000 Zeev Suraski

- Implemented is_upload_file()


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


12345678