#
08546ef0 |
| 09-Jul-2001 |
Thies C. Arntzen |
changed to use Z_* macros
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
01ed33d1 |
| 27-Feb-2001 |
Andi Gutmans |
- Pointed out by Andrei. zval_ptr_dtor() should be used instead of the zval_del_ref() function which should be nuked.
|
#
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, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
825457ae |
| 29-Oct-2000 |
Thies C. Arntzen |
update my email.
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
6c3d7449 |
| 12-Sep-2000 |
Zeev Suraski |
- Made eval() and several other runtime-evaluated code portions report the nature and location of errors more accurately (Stas)
|
#
573fe434 |
| 06-Sep-2000 |
Thies C. Arntzen |
fix #6552 & #6577 thanx to Blake Schwendiman" <blake@intechra.net>
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
41360c24 |
| 16-Aug-2000 |
Hartmut Holzgraefe |
proto fixed
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
dc6d46c1 |
| 13-May-2000 |
Sascha Schumann |
"INT" configuration values must be of type long
|
Revision tags: php-4.0RC2 |
|
#
0060f956 |
| 06-May-2000 |
Andrei Zmievski |
Fixes for possible failure of zend_eval_string().
|
#
599813d7 |
| 03-May-2000 |
Andrei Zmievski |
Let's enable assert by default since it's so useful.
|
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.
|
#
c07b5282 |
| 24-Feb-2000 |
Egon Schmid |
More protos.
|
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 |
|
#
c12aa454 |
| 05-Feb-2000 |
Zeev Suraski |
Compile fixes
|
#
3a816341 |
| 05-Feb-2000 |
Zeev Suraski |
Cleanup patches
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
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 |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
01c7fc6c |
| 08-Dec-1999 |
Sascha Schumann |
Use global ctor in non-ZTS mode as well
|
#
f7089e60 |
| 08-Dec-1999 |
Thies C. Arntzen |
make non-ZTS happy again
|
#
5fad6deb |
| 08-Dec-1999 |
Thies C. Arntzen |
this is the "right" ZTS-fix
|
#
b9f27a47 |
| 07-Dec-1999 |
Sam Ruby |
Fill in empty constructor in order to appease Sascha ;-) More seriously, uninitialized values cause MSHUTDOWN to trap. Only an issue because assert was added to internal_functions.
|