Revision tags: php-4.3.2RC4 |
|
#
ae910652 |
| 23-May-2003 |
Sterling Hughes |
move HANDLE_NUMERIC() from the hash table implementation upstream to the places that actually need to use it. |
#
402f5f7a |
| 21-May-2003 |
Marcus Boerger |
Use same parameter order as strcpy() |
#
7af8eadd |
| 21-May-2003 |
Marcus Boerger |
Make zend_str_tolower_copy() a copy function (like stccpy). Supply a dup version (like estrdup). Fix tolower() handling. # Havin copy and dup allows to use the faster version even with
Make zend_str_tolower_copy() a copy function (like stccpy). 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.
show more ...
|
#
5619166f |
| 21-May-2003 |
Sterling Hughes |
optimize loops. The check only exists for integers because that's the more common optimization, and you actually lose performance if you check for a double too (wierd but true). |
Revision tags: BEFORE_FD_REVERT |
|
#
34087ad2 |
| 20-May-2003 |
Sterling Hughes |
bah humbug, use the pointer based version, which turns out to be an instruction faster |
#
7c7d14a4 |
| 20-May-2003 |
Sterling Hughes |
use pointer arithmetic for the normal zend_str_tolower() |
#
3079bb1b |
| 20-May-2003 |
Sterling Hughes |
make this faster and sexier |
#
a4fb3300 |
| 20-May-2003 |
Sterling Hughes |
doesn't need to be register |
#
ca6ca5e2 |
| 20-May-2003 |
Sterling Hughes |
optimize the lookups by avoiding a copy and then another pass Naked Dancing Girls should be given to: Myself, Zeev, Marcus, and George Schlossnagle (in no particular order) |
Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1 |
|
#
26dd8492 |
| 05-Mar-2003 |
Zeev Suraski |
Add support for interfaces |
Revision tags: php-4.3.1 |
|
#
333406bd |
| 01-Feb-2003 |
foobar |
- Added some missing CVS $Id$ tags, headers and footers. |
#
7a3c54fc |
| 30-Jan-2003 |
Ilia Alshanetsky |
Fixed compiler warning regarding signed/unsigned int comparisons. |
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
c073b76a |
| 14-Jan-2003 |
Andi Gutmans |
- Change "is" to "instanceof" as it explains better what the operator means. - "is_a" was also appropriate but ugly. |
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year. |
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
671fff2f |
| 30-Nov-2002 |
Andi Gutmans |
h WHitespace |
Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1 |
|
#
a8f8d9d5 |
| 04-Nov-2002 |
Ilia Alshanetsky |
Silence compile warning, ctype.h is needed for tolower() function. |
Revision tags: php-4.3.0pre2 |
|
#
e842ef9f |
| 12-Oct-2002 |
Ilia Alshanetsky |
MFZE1 (floats & locale issue) |
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
d3617c51 |
| 09-Oct-2002 |
Ilia Alshanetsky |
MFZE1 zend_str_tolower issue. |
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
ee7b8f90 |
| 26-Sep-2002 |
Ilia Alshanetsky |
MFZE1 |
#
43139dc7 |
| 15-Sep-2002 |
Andi Gutmans |
- WS - Always use "if (" and not "if(" |
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2 |
|
#
73cf316a |
| 01-Sep-2002 |
Stanislav Malyshev |
MFZE1 |
Revision tags: php-4.2.3RC1 |
|
#
91f58574 |
| 19-Aug-2002 |
Zeev Suraski |
MFZE1 |
#
52406cb3 |
| 08-Aug-2002 |
Andi Gutmans |
- Make new 'is' operator work with classes only and return false when - the object isn't of the said class or the value isn't an object. |
#
99c90db1 |
| 07-Aug-2002 |
Harald Radi |
make win32 debug output more verbose |
Revision tags: dev |
|
#
82c72f27 |
| 30-Jul-2002 |
Andrei Zmievski |
@- Adding 'is' operator that can be used to check the type of a variable, @ or its class. (Andrei) |