History log of /php-src/Zend/zend_builtin_functions.c (Results 526 – 550 of 920)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a10e7fe1 25-Jul-2011 Felipe Pena

- Use ZEND_FE_END macro here

# 468d1351 25-Jul-2011 Felipe Pena

- Use ZEND_FE_END macro here

# 4d926b1f 23-Jul-2011 Stanislav Malyshev

Change E_ALL to include E_STRICT

Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 1ee8ff3b 12-Jul-2011 Stanislav Malyshev

remove warning for is_a() BC

# c6076da7 12-Jul-2011 Stanislav Malyshev

remove warning for is_a() BC

# adabdede 04-Jul-2011 Dmitry Stogov

Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)

# 293f7108 04-Jul-2011 Dmitry Stogov

Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)

Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 6f3148db 09-Apr-2011 Sebastian Bergmann

Add optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned.

Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 3a3f3696 16-Jan-2011 Stanislav Malyshev

Add options to debug_backtrace functions

# b4dba12d 16-Jan-2011 Stanislav Malyshev

Add options to debug_backtrace functions

# 478e5d1d 09-Jan-2011 Stefan Marr

Added trait_exists() [TRAITS] [DOC]

- also changed class_exists() to return false for traits
- added related tests, and get_declared_traits() tests in ext/s/t/co

Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++

# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 565c4842 15-Nov-2010 Felipe Pena

- Moved leak_variable() to zend_builtin_functions.c (Gustavo)

# aaa2f1c3 14-Oct-2010 Hartmut Holzgraefe

marked char pointer arguments as const in lots of
places where strings pointed to are not modified
to prevent compiler warnings about discarded qualifiers ...

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 5eb64a49 11-Jun-2010 Felipe Pena

- Fixed bug #52060 (Memory leak when passing a closure to method_exists())

# ba0486f9 11-Jun-2010 Felipe Pena

- Fixed bug #52060 (Memory leak when passing a closure to method_exists())

# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties

# 00eec093 06-May-2010 Felipe Pena

- Added get_declared_traits()

# 2b0464c3 01-May-2010 Felipe Pena

- Fixed bug #51719 (typo in function prototype)

# 84c16436 01-May-2010 Felipe Pena

- Fixed bug #51719 (typo in function prototype)

# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.

# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table

# f867fadd 07-Mar-2010 Felipe Pena

- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)

# ea1447c3 07-Mar-2010 Felipe Pena

- Fixed bug #50810 (property_exists does not work for private)

1...<<21222324252627282930>>...37