| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix warnings | Marcus Boerger | 2003-08-17 | 1 | -1/+1 |
| | | |||||
| * | Improve infrastructure of numeric handling of elements in symbol tables. | Zeev Suraski | 2003-07-22 | 1 | -35/+0 |
| | | | | | | | | | When you want to work with a symbol table, and you don't know whether you have a numeric ("string that looks like a number") or a string element in your hands, use zend_symtable_*() functions, in place of zend_hash_*() functions. | ||||
| * | revert back the optimization for now. | Sterling Hughes | 2003-06-30 | 1 | -5/+1 |
| | | |||||
| * | Very simple, but very effective optimization. Provides a signifigant speed | Sterling Hughes | 2003-06-29 | 1 | -1/+5 |
| | | | | | | | improvement to matches done via '=='. This checks that the lengths of two strings are equal before performing a memcmp() on them. | ||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | | |||||
| * | Faster interface inheritance & faster inheritance checks | Marcus Boerger | 2003-05-29 | 1 | -6/+5 |
| | | |||||
| * | Assume lazy consensus regarding the cast_object() patch. *Only* implemented | Sterling Hughes | 2003-05-27 | 1 | -10/+38 |
| | | | | | | | from a internals perspective. This callback has been very useful for both ext/mono and ext/simplexml | ||||
| * | move HANDLE_NUMERIC() from the hash table implementation upstream to the | Sterling Hughes | 2003-05-23 | 1 | -0/+35 |
| | | | | | | places that actually need to use it. | ||||
| * | Use same parameter order as strcpy() | Marcus Boerger | 2003-05-21 | 1 | -1/+1 |
| | | |||||
| * | Make zend_str_tolower_copy() a copy function (like stccpy). | Marcus Boerger | 2003-05-21 | 1 | -13/+10 |
| | | | | | | | | | Supply a dup version (like estrdup). Fix tolower() handling. # Havin copy and dup allows to use the faster version even with # memory not allocated by emalloc. | ||||
| * | optimize loops. The check only exists for integers because that's the more | Sterling Hughes | 2003-05-21 | 1 | -1/+3 |
| | | | | | | | common optimization, and you actually lose performance if you check for a double too (wierd but true). | ||||
| * | bah humbug, use the pointer based version, which turns out to be an instruction | Sterling Hughes | 2003-05-20 | 1 | -7/+10 |
| | | | | | | faster | ||||
| * | use pointer arithmetic for the normal zend_str_tolower() | Sterling Hughes | 2003-05-20 | 1 | -4/+6 |
| | | |||||
| * | make this faster and sexier | Sterling Hughes | 2003-05-20 | 1 | -15/+8 |
| | | |||||
| * | doesn't need to be register | Sterling Hughes | 2003-05-20 | 1 | -1/+1 |
| | | |||||
| * | optimize the lookups by avoiding a copy and then another pass | Sterling Hughes | 2003-05-20 | 1 | -0/+18 |
| | | | | | | | Naked Dancing Girls should be given to: Myself, Zeev, Marcus, and George Schlossnagle (in no particular order) | ||||
| * | Add support for interfaces | Zeev Suraski | 2003-03-05 | 1 | -9/+14 |
| | | |||||
| * | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -1/+11 |
| | | |||||
| * | Fixed compiler warning regarding signed/unsigned int comparisons. | Ilia Alshanetsky | 2003-01-30 | 1 | -4/+4 |
| | | |||||
| * | - Change "is" to "instanceof" as it explains better what the operator means. | Andi Gutmans | 2003-01-14 | 1 | -1/+1 |
| | | | | | | - "is_a" was also appropriate but ugly. | ||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | h WHitespace | Andi Gutmans | 2002-11-30 | 1 | -3/+3 |
| | | |||||
| * | Silence compile warning, ctype.h is needed for tolower() function. | Ilia Alshanetsky | 2002-11-04 | 1 | -0/+2 |
| | | |||||
| * | MFZE1 (floats & locale issue) | Ilia Alshanetsky | 2002-10-12 | 1 | -0/+18 |
| | | |||||
| * | MFZE1 zend_str_tolower issue. | Ilia Alshanetsky | 2002-10-09 | 1 | -11/+0 |
| | | |||||
| * | MFZE1 | Ilia Alshanetsky | 2002-09-26 | 1 | -0/+11 |
| | | |||||
| * | - WS - Always use "if (" and not "if(" | Andi Gutmans | 2002-09-15 | 1 | -8/+8 |
| | | |||||
| * | MFZE1 | Stanislav Malyshev | 2002-09-01 | 1 | -1/+1 |
| | | |||||
| * | MFZE1 | Zeev Suraski | 2002-08-19 | 1 | -5/+5 |
| | | |||||
| * | - Make new 'is' operator work with classes only and return false when | Andi Gutmans | 2002-08-08 | 1 | -47/+8 |
| | | | | | | - the object isn't of the said class or the value isn't an object. | ||||
| * | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -7/+0 |
| | | |||||
| * | @- Adding 'is' operator that can be used to check the type of a variable, | Andrei Zmievski | 2002-07-30 | 1 | -0/+54 |
| | | | | | | @ or its class. (Andrei) | ||||
| * | - MFH of the crap removal | Derick Rethans | 2002-07-15 | 1 | -6/+0 |
| | | |||||
| * | - Really implement bool increment/decrement as flip-flop. | Andi Gutmans | 2002-07-15 | 1 | -8/+2 |
| | | |||||
| * | MFZE1 | Derick Rethans | 2002-07-14 | 1 | -2/+2 |
| | | |||||
| * | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -6/+6 |
| | | |||||
| * | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -0/+12 |
| | | |||||
| * | - Fix bug 15037 | Andi Gutmans | 2002-06-29 | 1 | -10/+18 |
| | | | | | | - Bump version to alpha2-dev | ||||
| * | - WS fix | Andi Gutmans | 2002-06-28 | 1 | -2/+2 |
| | | |||||
| * | some type cleanup work | Harald Radi | 2002-04-23 | 1 | -4/+4 |
| | | |||||
| * | - Another couple of indirection fixes. | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
| | | | | | | - Make class_entry->refcount be part of the structure and not allocated. | ||||
| * | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -19/+31 |
| | | | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly. | ||||
| * | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | MFZE1 | Stanislav Malyshev | 2001-09-05 | 1 | -1/+23 |
| | | |||||
| * | - MFZE1 | Andi Gutmans | 2001-08-26 | 1 | -1/+5 |
| | | |||||
| * | - Fix a bug in method calls. | Andi Gutmans | 2001-08-16 | 1 | -5/+12 |
| | | | | | | - Try to get the old copying behavior of objects to work (doesn't work yet). | ||||
| * | MFZE1 | Zeev Suraski | 2001-08-13 | 1 | -86/+6 |
| | | |||||
| * | - More work on making objects work | Andi Gutmans | 2001-08-11 | 1 | -4/+1 |
| | | |||||
| * | - Fix some places which create objects. The fixes are ugly and will be | Andi Gutmans | 2001-08-11 | 1 | -18/+25 |
| | | | | | | revised when things start working well | ||||
