History log of /PHP-7.1/Zend/zend_compile.c (Results 1126 – 1150 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5f11cd56 04-Apr-2010 Stanislav Malyshev

change namespaced ctors - only __construct would work


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# d2281d1d 05-Jan-2010 Sebastian Bergmann

sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12
# 81ad353e 13-Dec-2009 Felipe Pena

- Fixed bug #50464 (declare encoding doesn't work with)
# The bug (BC) only happens in this branch.


Revision tags: php-5.2.12RC4
# 7914d298 03-Dec-2009 Felipe Pena

- Fixed bug #49472 (Constants defined in Interfaces can be overridden)


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1
# c8faf7e1 16-Nov-2009 Felipe Pena

- Added CG(encoding_declared) initialization


# fa2bb07a 14-Nov-2009 Felipe Pena

- Fixed bug #50174 (Incorrectly matched docComment)


Revision tags: php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3
# b24e1609 05-Sep-2009 Pierre Joye

- don't hide previous declaration


Revision tags: php-5.3.1RC1
# 4016bfcd 03-Sep-2009 Dmitry Stogov

Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)


Revision tags: php-5.2.11RC2, php-5.2.11RC1
# 28add3cb 27-Jul-2009 Felipe Pena

- MFH: Cosmetic changes


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 2462fce2 07-Jun-2009 Matt Wilmas

MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can")


# b907aa43 04-Jun-2009 Matt Wilmas

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
* See bug #42868 (presumably-rare platform with different results in 5.2)
* On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
otherwise it's the same as 5.2
* Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
* Essentially what 5.3's new conversion was doing in most cases
* Functions with "limit" or "length" type params could be updated to use this,
and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
- See bug #47854, for example; or even #42868 again

# Test updates coming

show more ...


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# 9e8a9e8b 22-Apr-2009 Brian Shire

MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701


# 0829cb89 16-Apr-2009 Hannes Magnusson

MFH: Fixed bug#47981 (error handler not called regardless)


# 0b6065e8 08-Apr-2009 Dmitry Stogov

Removed deprecated code and fixed function name in error message


# 13061cf0 27-Mar-2009 Arnaud Le Blanc

Removed deprecation warning for ticks


Revision tags: php-5.3.0RC1, RELEASE_1_3_5
# e2c3c7aa 10-Mar-2009 Dmitry Stogov

Clenaup deprecated namespace code


Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# c6d89bd4 26-Jan-2009 Christian Seiler

[DOC] Remove $this support in closures for PHP 5.3 beta 1
- Implementation notes here:
http://wiki.php.net/rfc/closures/removal-of-this


# 666bf10d 20-Jan-2009 Dmitry Stogov

Removed wrong warning message


# d1958eee 20-Jan-2009 Dmitry Stogov

Fixed bug #47165 (Possible memory corruption when passing return value by reference)


# f7abb84b 14-Jan-2009 Dmitry Stogov

Fixed bug #46755 (warning: use statement with non-compound name)
Fixed bug #46979 (use with non-compound name *has* effect)


# 7670ad31 08-Jan-2009 Antony Dovgal

MFH: use correct check for constants and stop segfaulting
(5_2 doesn't need this)


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS
# feb50cd7 15-Dec-2008 Stanislav Malyshev

initialize op1


Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# 16dc391f 26-Nov-2008 Stanislav Malyshev

cleanup from ::->\ change


# ea45b713 25-Nov-2008 Dmitry Stogov

Added support for namespaces with brackets. (Greg)


1...<<41424344454647484950>>...79