49 Commits (12fc60c625810280924bb5f76c5818d9dfc80098)

Author SHA1 Message Date
Marcus Boerger 149ad05b4f php_error_docref 24 years ago
Derick Rethans 728f2de442 Unify error messages 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Jon Parise 2c5764d46f It doesn't look like we use a fourth pointer. 25 years ago
Jeroen van Wolffelaar c033288573 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. 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Zeev Suraski c0404f4631 Whitespace 25 years ago
Zeev Suraski e629be7b5b Fix a crash bug in assert 25 years ago
Zeev Suraski c43806f415 Zend compatibility patch 25 years ago
Zeev Suraski 797a079a95 More TSRMLS_FETCH work, and a bit of cleanup 25 years ago
Zeev Suraski 1c25b8dd53 Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Andi Gutmans afaa0085bb - MSHUTDOWN needs to return SUCCESS/FAILURE 25 years ago
Thies C. Arntzen b660a9f553 fix newly introduced mem-leak in assert-module 25 years ago
Thies C. Arntzen 0ef0f8e32b ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) 25 years ago
Thies C. Arntzen 61822fcd47 @ - assert() now accepts the array(&$obj,"methodname") syntax. (Thies) 25 years ago
Thies C. Arntzen 08546ef0e8 changed to use Z_* macros 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Rasmus Lerdorf 25c3a3a39d vim-6 does folding - clean up a bunch of missing folding tags plus 25 years ago
Andi Gutmans 01ed33d1b6 - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Thies C. Arntzen 825457ae64 update my email. 26 years ago
Zeev Suraski 6c3d7449e1 - Made eval() and several other runtime-evaluated code portions report the 26 years ago
Thies C. Arntzen 573fe4346d fix #6552 & #6577 26 years ago
Hartmut Holzgraefe 41360c24b6 proto fixed 26 years ago
Andi Gutmans 3701bc4207 - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Sascha Schumann dc6d46c180 "INT" configuration values must be of type long 26 years ago
Andrei Zmievski 0060f95699 Fixes for possible failure of zend_eval_string(). 26 years ago
Andrei Zmievski 599813d73a Let's enable assert by default since it's so useful. 26 years ago
Stig Bakken 99e0b36321 @Cleaned up extension namespace (Stig) 26 years ago
Egon Schmid c07b5282af More protos. 26 years ago
Zeev Suraski 86fa2aade2 the pipe is breaking all the time 26 years ago
Zeev Suraski c12aa454ff Compile fixes 26 years ago
Zeev Suraski 3a816341f9 Cleanup patches 26 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 27 years ago
Zeev Suraski a1ad2872ee - The tree compiles again 27 years ago
Sascha Schumann 01c7fc6c8f Use global ctor in non-ZTS mode as well 27 years ago
Thies C. Arntzen f7089e600f make non-ZTS happy again 27 years ago
Thies C. Arntzen 5fad6deb65 this is the "right" ZTS-fix 27 years ago
Sam Ruby b9f27a4743 Fill in empty constructor in order to appease Sascha ;-) 27 years ago
Thies C. Arntzen 7b7192dda3 added assert.quiet_eval plus a bit of cleaning (docs to follow!) 27 years ago
Sam Ruby 8fdd352404 fixed just enough to enable assert to build on win32 and Linux/ZTS 27 years ago
Thies C. Arntzen f02f67e83c fixed NPR 27 years ago
Thies C. Arntzen 2f7693963d @- Added support for a C-like assert() function. (Thies) 27 years ago
Thies C. Arntzen 19ce7e05db getting there 27 years ago
Thies C. Arntzen a807dd31e9 new assert() module. (Not yet finished!) 27 years ago