#
f452c776 |
| 10-Feb-2000 |
Andi Gutmans |
- Introduce PHP_WIN32
|
#
073b1481 |
| 10-Feb-2000 |
Zeev Suraski |
More abstraction
|
#
8055da98 |
| 04-Feb-2000 |
Zeev Suraski |
Use the new state functions @- If header information is sent after output has already been sent, the warning @ message will now state the filename and line number at which the first output
Use the new state functions @- If header information is sent after output has already been sent, the warning @ message will now state the filename and line number at which the first output @ was made (Zeev)
show more ...
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
972631be |
| 13-Jan-2000 |
Zeev Suraski |
- Added flush() support to SAPI - Got rid of the old flush() implemenetation in favour of the new one - Added implicit_flush() support to the output buffering layer. @- Added implicit_flu
- Added flush() support to SAPI - Got rid of the old flush() implemenetation in favour of the new one - Added implicit_flush() support to the output buffering layer. @- Added implicit_flush() to control whether flush() should be called @ implicitly after any output (Zeev)
show more ...
|
#
304d60c8 |
| 05-Jan-2000 |
Sascha Schumann |
Move reentrancy initialisation/destruction into SAPI. These calls only do something, if reentrancy emulation is required.
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND |
|
#
497b3fe2 |
| 19-Dec-1999 |
Evan Klinger |
Fix for #2994
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
e08b2e7b |
| 10-Dec-1999 |
Sascha Schumann |
Export sapi_free_header()
|
#
8abf7246 |
| 07-Dec-1999 |
Sam Ruby |
Provide basis for shared libraries/dlls to contain internal extensions
|
Revision tags: PRE_RETURN_REF_PATCH |
|
#
4a60eed4 |
| 05-Dec-1999 |
Sascha Schumann |
Fix some warnings
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
8c473e1f |
| 06-Oct-1999 |
Uwe Steinmann |
- support for mimetype application/vnd.fdf needed by fdf module (only active if fdf support is compiled in)
|
#
c36bff57 |
| 05-Oct-1999 |
Sascha Schumann |
Fix logic.
|
#
7aed3d51 |
| 04-Oct-1999 |
Sascha Schumann |
* Fix header("HTTP/..") behaviour * Fix leak WRT http_status_line * Update sapi/README * Remove %PHP_OUTPUT_FILES sort
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
98d95dd8 |
| 16-Sep-1999 |
Zeev Suraski |
- Added support for unknown POST content types (Zeev) - Introduce the convert_to_*_ex() API in strlen()
|
#
ac1a484c |
| 14-Sep-1999 |
Thies C. Arntzen |
i'm sure this was left-over debugging code!
|
#
14d9a59f |
| 05-Sep-1999 |
Andi Gutmans |
- Make dir functions compile in Win32 - Fix too early memory manager initialization (For you Thies)
|
#
5b293ecd |
| 03-Sep-1999 |
Sascha Schumann |
- add global startup/shutdown handlers - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows -
- add global startup/shutdown handlers - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start
show more ...
|
Revision tags: php-4.0b2 |
|
#
3516ee48 |
| 09-Aug-1999 |
Andi Gutmans |
Fix HTTP/ header handling
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
96bfbc79 |
| 12-Jun-1999 |
Zeev Suraski |
First attempt at moving the old RFC1867 support to the right place
|
#
6ebb2c80 |
| 29-May-1999 |
Sascha Schumann |
kill warning
|
#
0eb1498f |
| 28-May-1999 |
Zeev Suraski |
* Get Apache module to compile again with the regex stuff. * Get Apache to propertly work with POST, and some SAPI fixes
|
#
cf58b7ef |
| 25-May-1999 |
Zeev Suraski |
Add container for file-upload. It's not quite implemented yet.
|
#
4f545f9c |
| 25-May-1999 |
Zeev Suraski |
Allow unregistering content types as well.
|
#
72f6e823 |
| 25-May-1999 |
Zeev Suraski |
* Add generic POST content-type support. Only application/x-www-form-urlencoded supported at this time, but the framework allows for any other types, including runtime addition of types.
|