Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
6cfba2a3 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
2nd phase in back-substitution those macro's I've got pretty much everything now...
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
c902ad74 |
| 18-Aug-2001 |
foobar |
null terminate the returned string in here too.
|
#
1ffbcc5e |
| 18-Aug-2001 |
foobar |
ws fix.
|
Revision tags: php-4.0.7RC1 |
|
#
fd5eea8b |
| 12-Aug-2001 |
Sebastian Bergmann |
Fix warning.
|
#
d5b1a7f4 |
| 12-Aug-2001 |
Thies C. Arntzen |
tags need to be UTF8-decoded as well. guys, case_folding can only work when the parser target encoding equal (or compatible) with the locale setting of the system as we use toupper to "d
tags need to be UTF8-decoded as well. guys, case_folding can only work when the parser target encoding equal (or compatible) with the locale setting of the system as we use toupper to "do it"
show more ...
|
Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch)
|
#
d42f8542 |
| 28-Jul-2001 |
Andi Gutmans |
- Use object macros
|
#
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 |
|
#
0ef0f8e3 |
| 11-Jul-2001 |
Thies C. Arntzen |
ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)
|
#
66d94bc6 |
| 11-Jul-2001 |
Zeev Suraski |
Nuke zval_reset
|
#
d70ce7be |
| 11-Jul-2001 |
Zeev Suraski |
var_reset -> ZVAL_RESET
|
#
6708768c |
| 09-Jul-2001 |
Thies C. Arntzen |
xml_utf8_encode: make sure the returned data is zero-terminated
|
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 |
|
#
1beda9ee |
| 24-May-2001 |
Stig Bakken |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
|
Revision tags: php-4.0.6RC1 |
|
#
56cebea0 |
| 14-May-2001 |
Thies C. Arntzen |
added expat version to phpinfo();
|
#
cd2f057f |
| 11-May-2001 |
Thies C. Arntzen |
bump bundled expat to 1.95.1 win32 project _needs_ updating and i don't have windows
|
Revision tags: 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
|