59 Commits (f8bbafd604528c7162b7b1706a09e12545fb2dcb)

Author SHA1 Message Date
Stanislav Malyshev 5724c7a66c fix leaks with class constants (bug #24699) 23 years ago
Andi Gutmans 288dacca0c - ZE coding style requires if ( instead of if( 23 years ago
Stanislav Malyshev f57ac82bb0 support for self:: and parent:: constants 23 years ago
Sebastian Bergmann 2c7ebe557f Fix ZTS build. 23 years ago
Stanislav Malyshev 4a8c31d6c9 set ending \0 for string 23 years ago
Stanislav Malyshev 8cd9792375 Fix bug #23384 - static class::constant constants should now 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Stanislav Malyshev f7f5a5ea6b MEGA-patch: namespaces are R.I.P. 23 years ago
Marcus Boerger 53dae40d5a Do it correct always 23 years ago
Marcus Boerger 5457e34273 Fix constants (noticed by David Brown <dave@codewhore.org>) 23 years ago
Marcus Boerger 05a217707f c->name_len already contains the '\0' 23 years ago
Marcus Boerger 66b9125968 Make use optimized string lowering 23 years ago
Stanislav Malyshev a4c3b2ce80 Namespace patch. Big changes: 23 years ago
foobar 333406bdc2 - Added some missing CVS $Id$ tags, headers and footers. 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Ilia Alshanetsky d3617c51b8 MFZE1 zend_str_tolower issue. 23 years ago
Ilia Alshanetsky ee7b8f906d MFZE1 24 years ago
Zeev Suraski f2aa45d234 Remove dead code 24 years ago
Andi Gutmans b53569c9e8 - Nuke persist_alloc(). 24 years ago
Andi Gutmans 70de1bd5bb - Fix problem where you couldn't define constants with different cases but 24 years ago
Sebastian Bergmann 62dc854bb0 Happy New Year. 24 years ago
Andi Gutmans ce98c73f82 - Infrastructure changes for allowing to access the global scope from 24 years ago
Sebastian Bergmann d863d52a5d Update headers. 24 years ago
Andi Gutmans bb9a36cad1 - Use alloca() when possible. 24 years ago
Zeev Suraski aecd5b89ee MFZE1 24 years ago
Zeev Suraski f72d907105 MFZE1 25 years ago
Zeev Suraski ac0bee7ec9 MFZE1 25 years ago
Zeev Suraski 4f6c95d17a Whitespace 25 years ago
Zeev Suraski c14baeece3 Avoid going over huge lists of functions, classes and constants. 25 years ago
Zeev Suraski d76cf1da18 More TSRMLS_FETCH work 25 years ago
Zeev Suraski 4187439cff More TSRMLS_FETCH work 25 years ago
Zeev Suraski b57703825b Avoid TSRMLS_FETCH()'s (still lots of work left) 25 years ago
Zeev Suraski 2c254ba762 Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Sascha Schumann 2c4e1e84ce Fix a memory leak which occured upon registering an already existing 25 years ago
Andi Gutmans d2c9e8074c - Update copyright year 25 years ago
Stanislav Malyshev 2c95b113bd Make define return false and issue E_NOTICE when trying to redefine constant 26 years ago
Zeev Suraski 8e45536cf4 Make it possible to detect whether we're thread safe or not from PHP scripts and the php.ini 26 years ago
Zeev Suraski a51d3058f7 - Renamed get_used_files() to get_required_files() for consistency 26 years ago
Zeev Suraski 5e55e47f7f It's official now... 26 years ago
Zeev Suraski 0ac9536d99 (c) patch 26 years ago
Zeev Suraski 603aca0bb3 Fix a memory leak 26 years ago
Zeev Suraski 80bdd19e03 Fine tune Andi's patch 26 years ago
Andi Gutmans bc5c9d8d7b - Finally beautify those WIN32|WINNT checks 26 years ago
Zeev Suraski 9f51f154aa - Stop passing list/plist to internal functions 26 years ago
Zeev Suraski 62114c1806 Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 26 years ago
Andi Gutmans bdefd5da15 - Change IS_UNSET -> IS_NULL 26 years ago
Zeev Suraski f2d703e916 - Nuke undefined_variable_string 26 years ago
Thies C. Arntzen 546af70783 new constant: SQL_NULL 26 years ago
Zeev Suraski 71dddd7db7 - Made PHP_VERSION and PHP_OS work again 26 years ago
Zeev Suraski 6313238c63 Fix for Thies's UMR 27 years ago