Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
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 |
|
#
e140b35b |
| 21-Aug-2001 |
Zeev Suraski |
API update
|
#
06aa7a4d |
| 17-Aug-2001 |
Sterling Hughes |
Cleanup of var_dump() with correct macro's, k&r indent, and removal of a pair of unnecessary { }
|
Revision tags: php-4.0.7RC1 |
|
#
4580df10 |
| 14-Aug-2001 |
Andi Gutmans |
- This code looks OK so remove FIXME comment
|
Revision tags: BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
a35df189 |
| 06-Aug-2001 |
Thies C. Arntzen |
we can no longer register internal-classes once the script is started. therefore the "incomplete class" is now registered at MINIT time.
|
#
a19563c8 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup
|
#
373b3e10 |
| 05-Aug-2001 |
Sascha Schumann |
more tsrm cleanup -- output.c is not doing any fetches anymore
|
#
dca5f8dc |
| 04-Aug-2001 |
Thies C. Arntzen |
fix serialize: - keys no longer have a trailing \0 - no leak on calling __wakeup (also saved 2* malloc & free) - serializing objects that implement __sleep() works again - make test w
fix serialize: - keys no longer have a trailing \0 - no leak on calling __wakeup (also saved 2* malloc & free) - serializing objects that implement __sleep() works again - make test works again:-)
show more ...
|
#
724b4d40 |
| 04-Aug-2001 |
Sebastian Bergmann |
Eliminate TSRMLS_FETCH() call.
|
#
ea79632b |
| 04-Aug-2001 |
Sebastian Bergmann |
Fix Win32 (and maybe other ZTS) builds.
|
#
c947a073 |
| 04-Aug-2001 |
Sascha Schumann |
Clean up the serializer by modularizing some of its code. That also enables us to serialize hash indices without creating zvals for them. Due to its nature, this patch also includes some whi
Clean up the serializer by modularizing some of its code. That also enables us to serialize hash indices without creating zvals for them. Due to its nature, this patch also includes some whitespace changes.
show more ...
|
#
723bbcbe |
| 03-Aug-2001 |
Sascha Schumann |
Do the nul'ifiying of php_var_serialize's result at the right place
|
#
3459f05a |
| 03-Aug-2001 |
Sascha Schumann |
NUL-terminate string
|
#
4dfa9154 |
| 03-Aug-2001 |
Sascha Schumann |
Convert serializer to smart_str.. avoids lots of sprintf's and copying of data.
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
7b1c4006 |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation (Zend compatibility patch)
|
#
b99a590b |
| 29-Jul-2001 |
Andi Gutmans |
- More 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 |
|
#
2edcf835 |
| 15-Jul-2001 |
Zeev Suraski |
Update cast
|
#
85b4df53 |
| 15-Jul-2001 |
Zeev Suraski |
Improved interactive mode - it is now available in all builds, without any significant slowdown
|
#
adc98200 |
| 11-Jul-2001 |
Stanislav Malyshev |
More correct pseudo-fix # This is not really a fix. This thing is still broken. I will think on # how to really fix it. Any suggestion is *welcome*.
|
#
ff4dfc56 |
| 11-Jul-2001 |
Shane Caraveo |
prevent php from crashing when serializing circular data. This script produced the crash. <? $hash["test_key"] = "test_value"; $hash["hash_key"] = &$hash; echo serialize($has
prevent php from crashing when serializing circular data. This script produced the crash. <? $hash["test_key"] = "test_value"; $hash["hash_key"] = &$hash; echo serialize($hash); ?>
show more ...
|