History log of /PHP-5.3/Zend/zend_operators.c (Results 101 – 125 of 272)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 033bc12d 13-Dec-2003 Moriyoshi Koizumi

Fixes for POSIX compliancy.


# a08c1e4d 09-Dec-2003 foobar

- Brought ext/bcmath to the new millennium
# consistency..


# 23b231d0 02-Dec-2003 Andi Gutmans

- Revert the revert of these patches. This overloading can only be used
- by C extensions such as SimpleXML and *NOT* PHP code. Reasons given
- on the mailing list and problem with reentrancy

- Revert the revert of these patches. This overloading can only be used
- by C extensions such as SimpleXML and *NOT* PHP code. Reasons given
- on the mailing list and problem with reentrancy inside the opcodes.

show more ...


# a411d608 01-Dec-2003 Andi Gutmans

- Don't automatically call __toString() in convert_to_string_ex().
- use __toString() in your code.
- Keep the auto-case in make_printable_zval.


# 4dba05d9 24-Nov-2003 Marcus Boerger

Add new interface ArrayAccess to use objects as Arrays


# 138b1c7b 13-Nov-2003 Moriyoshi Koizumi

Bugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)


# 31685432 08-Nov-2003 Marcus Boerger

Handle exceptions in casting more gracefully.
This fixes bug #26166


# c258f9c8 06-Nov-2003 Ilia Alshanetsky

Fixed bug #26148 (Print the notice before modifying variable on type
mismatch).

# This only crashes in ZE1, however logic dictates that it may also crash
# in ZE2 because variable do

Fixed bug #26148 (Print the notice before modifying variable on type
mismatch).

# This only crashes in ZE1, however logic dictates that it may also crash
# in ZE2 because variable does not have a correct type.

Patch by: morten-bugs dot php dot net at afdelingp dot dk

show more ...


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 71ba4427 18-Sep-2003 Marcus Boerger

Fallback to default behaviour for unsupported object type conversions


# d7fdf15a 18-Sep-2003 Marcus Boerger

- Allow partial type conversion support for objects.
- Add support for object to string conversion from userspace by method
__toString() and add a test.


# 36133c4d 15-Sep-2003 Zeev Suraski

Simplify / fix


# e0508c13 14-Sep-2003 Zeev Suraski

Commit 64-bit fixes to the standard operators
by Ard Biesheuvel (abies@php.net)


Revision tags: php-4.3.3, php-4.3.3RC4
# 744dd205 17-Aug-2003 Marcus Boerger

Fix warnings


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# cf90932a 22-Jul-2003 Zeev Suraski

Improve infrastructure of numeric handling of elements in symbol tables.

When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like

Improve infrastructure of numeric handling of elements in symbol tables.

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.

show more ...


# dae3fefd 30-Jun-2003 Sterling Hughes

revert back the optimization for now.


Revision tags: php-5.0.0b1
# f605f0b7 29-Jun-2003 Sterling Hughes

Very simple, but very effective optimization. Provides a signifigant speed
improvement to matches done via '=='. This checks that the lengths of two
strings are equal before performing a me

Very simple, but very effective optimization. Provides a signifigant speed
improvement to matches done via '=='. This checks that the lengths of two
strings are equal before performing a memcmp() on them.

show more ...


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# 472cc5b9 29-May-2003 Marcus Boerger

Faster interface inheritance & faster inheritance checks


Revision tags: php-4.3.2
# ae2bfb78 27-May-2003 Sterling Hughes

Assume lazy consensus regarding the cast_object() patch. *Only* implemented
from a internals perspective. This callback has been very useful for both
ext/mono and ext/simplexml


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()


1234567891011