History log of /PHP-5.5/Zend/zend_operators.c (Results 126 – 150 of 302)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 52cd9807 14-Mar-2004 Andi Gutmans

- Initial commit which allows comparing overloaded objects with native
- types (only for internal classes and not for user-land classes).


Revision tags: RELEASE_0_2_0
# e2c99269 22-Feb-2004 Derick Rethans

- Fixed bug #27354 (Modulus operator crashes PHP).


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# f5e9ca64 10-Jan-2004 Zeev Suraski

Remove conflict


# a72c1ab9 10-Jan-2004 Zeev Suraski

Added error mask to set_error_handler()
Patch by Christian Schneider <cschneid@cschneid.com>


# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


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.


12345678910>>...13