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.
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
320105bc |
| 20-Aug-2000 |
Sascha Schumann |
Use size_t as parameter type in the getenv member of struct sapi_module
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
16017f6d |
| 02-Jul-2000 |
Sascha Schumann |
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
show more ...
|
Revision tags: 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, PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
3220bb57 |
| 28-Apr-2000 |
Zeev Suraski |
- Fix an invalid trick (it was valid when header() was using zend_get_parameters(), but it became invalid when someone switched it to zend_get_parameters_ex(), and I decided to remove it
- Fix an invalid trick (it was valid when header() was using zend_get_parameters(), but it became invalid when someone switched it to zend_get_parameters_ex(), and I decided to remove it anyway). - Remove a redundant function call
show more ...
|
#
53586378 |
| 01-Apr-2000 |
Zeev Suraski |
@- Fix a problem when dealing with large POST blocks in CGI mode
|
Revision tags: PHP-4.0-RC1 |
|
#
c32e09f7 |
| 20-Mar-2000 |
Rasmus Lerdorf |
As it turns out, there are some browsers that can't handle default charsets. I think forcing this on is going to cause us a lot of headache, so turn it off by default. @ Don't default to
As it turns out, there are some browsers that can't handle default charsets. I think forcing this on is going to cause us a lot of headache, so turn it off by default. @ Don't default to iso-8859-1 since this confuses some browsers
show more ...
|
#
245428b2 |
| 19-Mar-2000 |
Thies C. Arntzen |
fix some protos
|
#
a508bec8 |
| 26-Feb-2000 |
Zeev Suraski |
- From CODING_STANDARDS: [6] NEVER USE strncat(). If you're absolutely sure you know what you're doing, check its man page again, and only then, consider using it, and even then,
- From CODING_STANDARDS: [6] NEVER USE strncat(). If you're absolutely sure you know what you're doing, check its man page again, and only then, consider using it, and even then, try avoiding it. strncat() is your enemy! - Fix several SAPI services, get rid of the default_content_type (it's always composed of the mime type and charset now). - Win32 works again
show more ...
|