147 Commits (3079bb1bda1d2b591e1775558a552c6b842bca6a)

Author SHA1 Message Date
Sterling Hughes 3079bb1bda make this faster and sexier 23 years ago
Sterling Hughes a4fb3300b3 doesn't need to be register 23 years ago
Sterling Hughes ca6ca5e2a6 optimize the lookups by avoiding a copy and then another pass 23 years ago
Zeev Suraski 26dd8492ed Add support for interfaces 23 years ago
foobar 333406bdc2 - Added some missing CVS $Id$ tags, headers and footers. 23 years ago
Ilia Alshanetsky 7a3c54fc36 Fixed compiler warning regarding signed/unsigned int comparisons. 23 years ago
Andi Gutmans c073b76aac - Change "is" to "instanceof" as it explains better what the operator means. 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Andi Gutmans 671fff2fde h WHitespace 23 years ago
Ilia Alshanetsky a8f8d9d586 Silence compile warning, ctype.h is needed for tolower() function. 23 years ago
Ilia Alshanetsky e842ef9f4b MFZE1 (floats & locale issue) 23 years ago
Ilia Alshanetsky d3617c51b8 MFZE1 zend_str_tolower issue. 23 years ago
Ilia Alshanetsky ee7b8f906d MFZE1 24 years ago
Andi Gutmans 43139dc755 - WS - Always use "if (" and not "if(" 24 years ago
Stanislav Malyshev 73cf316a53 MFZE1 24 years ago
Zeev Suraski 91f585744f MFZE1 24 years ago
Andi Gutmans 52406cb37c - Make new 'is' operator work with classes only and return false when 24 years ago
Harald Radi 99c90db11a make win32 debug output more verbose 24 years ago
Andrei Zmievski 82c72f2799 @- Adding 'is' operator that can be used to check the type of a variable, 24 years ago
Derick Rethans c652c4b512 - MFH of the crap removal 24 years ago
Andi Gutmans f7d9b9f1ae - Really implement bool increment/decrement as flip-flop. 24 years ago
Derick Rethans 207845410b MFZE1 24 years ago
Derick Rethans dcd67e0b14 - MFZE1 24 years ago
Derick Rethans 643f21e840 - MFZE1 24 years ago
Andi Gutmans 6339bd5912 - Fix bug 15037 24 years ago
Andi Gutmans 1f6cadcd28 - WS fix 24 years ago
Harald Radi 51e797f1e3 some type cleanup work 24 years ago
Andi Gutmans fb6976e46d - Another couple of indirection fixes. 24 years ago
Stanislav Malyshev 6608f07322 Mega-commit: Enter the new object model 24 years ago
Sebastian Bergmann 62dc854bb0 Happy New Year. 24 years ago
Sebastian Bergmann d863d52a5d Update headers. 24 years ago
Stanislav Malyshev d082fb373d MFZE1 25 years ago
Andi Gutmans b0970f1421 - MFZE1 25 years ago
Andi Gutmans ea48c0c46a - Fix a bug in method calls. 25 years ago
Zeev Suraski 8722b31d8a MFZE1 25 years ago
Andi Gutmans 76a7a5bc18 - More work on making objects work 25 years ago
Andi Gutmans 532677e7ac - Fix some places which create objects. The fixes are ugly and will be 25 years ago
Zeev Suraski adf89828d2 Whitespace 25 years ago
Zeev Suraski 8ce8324e59 More TSRMLS_FETCH annihilation 25 years ago
Andi Gutmans cf510cb7fd - Fix build 25 years ago
Andi Gutmans ff61394786 - More object macros. 25 years ago
Zeev Suraski 2c254ba762 Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Stanislav Malyshev db97aea8d9 fix double->long conversion 25 years ago
Zeev Suraski 4cc86259dd Get rid of ZVAL_RESET... 25 years ago
Zeev Suraski ed542331b7 Get rid of some inlines 25 years ago
Andi Gutmans af089a2938 - Remove bogus comment. 25 years ago
Zeev Suraski 5e99993058 Fixed autoconversion of negative values to double (Fix bug #11685) 25 years ago
Zeev Suraski 429667883e Treat numeric strings as numbers in the increment operator 25 years ago
Andi Gutmans 27fd3a2e57 - Previous patch for too early freeing of resources seemed to have worked. 25 years ago
Andi Gutmans b11202d66b - Try and solve the too early resource destruction problem. 25 years ago