Revision tags: php-4.0.2 |
|
#
03471b21 |
| 25-Aug-2000 |
Stig Bakken |
@Added ob_get_length function (Stig) Added ob_get_length() function (returns size of buffer)
|
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
52ff887d |
| 29-Jul-2000 |
Zeev Suraski |
Made ob_start() and friends reentrant. It's now possible to implement this long-requested functionality, now that output buffering is re-entrant: function eval_ret($code) {
Made ob_start() and friends reentrant. It's now possible to implement this long-requested functionality, now that output buffering is re-entrant: function eval_ret($code) { ob_start(); eval($code); $retval = ob_get_contents(); ob_end_clean(); return $retval; }
show more ...
|
#
83513d95 |
| 24-Jul-2000 |
David Croft |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not alr
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
show more ...
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
d1a6a646 |
| 24-Jun-2000 |
Zeev Suraski |
- Make the output globals accessible from the outside world - Fix Win32 compilation
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
d7ac0f2c |
| 06-Jun-2000 |
Andi Gutmans |
- I didn't have anything to do with this buggy code. Just kidding :)
|
#
df4547a3 |
| 23-May-2000 |
Hartmut Holzgraefe |
another bunch of proto fixes
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
f1c268d7 |
| 18-Apr-2000 |
Egon Schmid |
Corrected some protos.
|
#
c007a723 |
| 18-Apr-2000 |
Zeev Suraski |
Document the ob_*() functions
|
Revision tags: PHP-4.0-RC1 |
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
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 ...
|
#
4b006cb8 |
| 18-Jan-2000 |
Zeev Suraski |
This doesn't seem to be necessary, and causes a leak in case of output_buffering=on
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
a0591b32 |
| 15-Jan-2000 |
Zeev Suraski |
Fix logic
|
#
b8373994 |
| 15-Jan-2000 |
Sascha Schumann |
Initialize flag correctly
|
#
3f74baed |
| 13-Jan-2000 |
Zeev Suraski |
Woops, forgot to commit the right version of the file...
|
#
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 ...
|
#
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 |
|
#
fb1c77bd |
| 17-Dec-1999 |
Zeev Suraski |
- Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
|
#
a3c65143 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
dfd0f882 |
| 05-Dec-1999 |
Rasmus Lerdorf |
More maintainer-mode cleanups
|
#
0ab2c375 |
| 28-Nov-1999 |
Andi Gutmans |
- Add OLS_C so that we can call php_output_init_globals() with it.
|
#
f0187ef3 |
| 26-Nov-1999 |
Sascha Schumann |
Use php_init_output_globals() also in non-ZTS mode
|
#
db0fcc6d |
| 23-Nov-1999 |
Zeev Suraski |
Use the unified notation...
|
#
53856104 |
| 23-Nov-1999 |
Sam Ruby |
errors during startup trap server
|