History log of /PHP-5.5/Zend/zend_operators.c (Results 201 – 225 of 302)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# af089a29 29-Jun-2001 Andi Gutmans

- Remove bogus comment.


# 5e999930 26-Jun-2001 Zeev Suraski

Fixed autoconversion of negative values to double (Fix bug #11685)


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1
# 42966788 10-May-2001 Zeev Suraski

Treat numeric strings as numbers in the increment operator


Revision tags: php-4.0.5
# 27fd3a2e 29-Apr-2001 Andi Gutmans

- Previous patch for too early freeing of resources seemed to have worked.
- Clean it up a bit.


# b11202d6 29-Apr-2001 Andi Gutmans

- Try and solve the too early resource destruction problem.


# 4e71bbed 28-Apr-2001 Zeev Suraski

include limits.h if available


# 26c06df3 28-Apr-2001 Andi Gutmans

- Move all cases into switch().


# 882751dd 28-Apr-2001 Zeev Suraski

Resources weren't being properly destroyed by the convert_to_*() functions


# acd56b08 27-Apr-2001 Andi Gutmans

- More whitespace fixes while I'm at it.


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year


# 4afacc0a 12-Feb-2001 Andi Gutmans

- Remove two unused functions


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL
# 138ea941 18-Dec-2000 Stanislav Malyshev

Add notice when auto-converting array to string


# 98f2db94 17-Dec-2000 Stanislav Malyshev

Fix #8279 (-2147483647 > 2147483647).
# Long addition/subtraction may not fit long.


Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 868c8769 12-Dec-2000 Stanislav Malyshev

Fix #8195: strncasecmp returns incorrect value


Revision tags: php-4.0.4RC3
# f8dabac6 21-Nov-2000 Zeev Suraski

Fix build


# 1fd09132 29-Oct-2000 Zeev Suraski

Initial steps to move the INI mechanism to the Zend engine


# bc37c9b1 13-Oct-2000 Andi Gutmans

- Make increment of "" become "1"


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 715774be 05-Sep-2000 Andi Gutmans

- Commiting Sterling's new multi_convert* functions


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 1373a162 26-Jul-2000 Stanislav Malyshev

Add strncasecmp function
@ Added strncasecmp function (Andi)


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 7565347b 14-Jun-2000 Sascha Schumann

Move some stuff to zend_operators.h which is required by the
moved inline functions.


# df74f1df 13-Jun-2000 Sascha Schumann

Add optional support for C0x inline semantics.

These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
l

Add optional support for C0x inline semantics.

These are enabled by specifying `--enable-c0x-inline' on the command
line. We might add an autoconf check for this particular feature
later.

show more ...


# 390dccac 10-Jun-2000 Andi Gutmans

- Fixed problem when using uninitialized values in comparisons with strings.
- They behave as empty strings again just like in PHP 3.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 03955178 08-Jun-2000 Sascha Schumann

Add a couple of casts


# bfac4633 04-Jun-2000 Zeev Suraski

- Support unordered hash comparisons
- Make == perform an unordered comparison with arrays/objects, and === perform an ordered comparison


# dae76aa1 03-Jun-2000 Zeev Suraski

Support comparisons of arrays (with arrays) and objects (with objects)


12345678910>>...13