Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Stanislav Malyshev
0f0ffd38c9
fix is_a reflection
2011-11-20 22:20:03 +00:00
Stanislav Malyshev
66877fbd15
fix typo
2011-11-18 09:15:15 +00:00
Stanislav Malyshev
77d0643b68
fixes for bug #55748
2011-11-18 07:11:19 +00:00
Stanislav Malyshev
3598185a74
fix bug #55475 - implement is_a BC solution
2011-11-09 05:27:45 +00:00
Stanislav Malyshev
f50f54a6ea
update proto
2011-09-26 03:57:22 +00:00
Rasmus Lerdorf
92f68921cf
Re-committing Alan's is_a revert/fix for bug #55475
...
Dmitry had done so earlier, but reverted pending discussion.
It is completely clear that this should never have been changed in the
5.3 branch in the first place giving the number of things that broke
because of it.
2011-09-23 09:52:09 +00:00
Dmitry Stogov
59ad27b0aa
Reverted the fix for #55475 (is_a() triggers autoloader) before the common decision
2011-09-15 10:59:39 +00:00
Dmitry Stogov
e98759eecf
Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com)
2011-09-15 09:58:33 +00:00
Dmitry Stogov
4a25a7740d
Fixed ZE specific compile warnings (Bug #55629 )
2011-09-13 13:29:35 +00:00
Etienne Kneuss
baf2e822cc
Fix typo
2011-08-08 14:54:50 +00:00
Etienne Kneuss
6b5d5b8d12
Fix typo
2011-08-08 14:54:50 +00:00
Pierrick Charron
cbd4f7602e
Use snprintf to make the static analyzers happy
2011-08-08 11:19:49 +00:00
Pierrick Charron
d0a4c01099
Use snprintf to make the static analyzers happy
2011-08-08 11:19:49 +00:00
Pierrick Charron
bfd10cfee9
function_name cannot be false
2011-08-07 06:19:43 +00:00
Pierrick Charron
b90059120d
function_name cannot be false
2011-08-07 06:19:43 +00:00
Felipe Pena
68e5e29850
- Fix compiler warning
2011-07-25 11:51:43 +00:00
Felipe Pena
a10e7fe11d
- Use ZEND_FE_END macro here
2011-07-25 11:50:10 +00:00
Felipe Pena
468d13513c
- Use ZEND_FE_END macro here
2011-07-25 11:50:10 +00:00
Stanislav Malyshev
4d926b1fa3
Change E_ALL to include E_STRICT
2011-07-23 22:07:22 +00:00
Stanislav Malyshev
1ee8ff3b7d
remove warning for is_a() BC
2011-07-12 05:20:40 +00:00
Stanislav Malyshev
c6076da77c
remove warning for is_a() BC
2011-07-12 05:20:40 +00:00
Dmitry Stogov
adabdede5e
Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)
2011-07-04 14:55:39 +00:00
Dmitry Stogov
293f710827
Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)
2011-07-04 14:55:39 +00:00
Sebastian Bergmann
6f3148db81
Add optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned.
2011-04-09 09:52:24 +00:00
Stanislav Malyshev
3a3f369678
Add options to debug_backtrace functions
2011-01-16 20:39:22 +00:00
Stanislav Malyshev
b4dba12d34
Add options to debug_backtrace functions
2011-01-16 20:39:22 +00:00
Stefan Marr
478e5d1dd0
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
2011-01-09 19:57:41 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Felipe Pena
565c484222
- Moved leak_variable() to zend_builtin_functions.c (Gustavo)
2010-11-15 17:06:27 +00:00
Hartmut Holzgraefe
aaa2f1c30b
marked char pointer arguments as const in lots of
...
places where strings pointed to are not modified
to prevent compiler warnings about discarded qualifiers ...
2010-10-14 21:33:10 +00:00
Felipe Pena
5eb64a4957
- Fixed bug #52060 (Memory leak when passing a closure to method_exists())
2010-06-11 23:20:13 +00:00
Felipe Pena
ba0486f96c
- Fixed bug #52060 (Memory leak when passing a closure to method_exists())
2010-06-11 23:20:13 +00:00
Dmitry Stogov
c5237d82bf
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
2010-05-24 14:11:39 +00:00
Felipe Pena
00eec0939f
- Added get_declared_traits()
2010-05-06 15:18:20 +00:00
Felipe Pena
2b0464c3a9
- Fixed bug #51719 (typo in function prototype)
2010-05-01 18:54:49 +00:00
Felipe Pena
84c1643644
- Fixed bug #51719 (typo in function prototype)
2010-05-01 18:54:49 +00:00
Dmitry Stogov
dd5c478be6
Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
2010-04-20 11:05:54 +00:00
Dmitry Stogov
94dd83722b
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
2010-04-20 10:57:45 +00:00
Felipe Pena
f867fadd22
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)
2010-03-07 02:17:11 +00:00
Felipe Pena
ea1447c3ce
- Fixed bug #50810 (property_exists does not work for private)
2010-03-07 00:49:34 +00:00
Sebastian Bergmann
d2281d1dff
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
2010-01-05 20:46:53 +00:00
Ilia Alshanetsky
b63f178e97
Fixed bug #44827 (define() allows :: in constant names).
2009-12-30 19:15:11 +00:00
Jani Taskinen
dc74c5136e
- Restore PHP-5.2 behaviour when passing null inside object scope to get_class()
2009-08-06 11:02:25 +00:00
Felipe Pena
5a8169902a
- MFH: Fixed bug #48709 (metaphone and 'wh')
2009-06-30 11:34:31 +00:00
Pierre Joye
c59a4a0173
- typo
2009-06-08 21:27:05 +00:00
Ilia Alshanetsky
5289261baa
Fixed bug #44827 (define() is missing error checks for class constants)
2009-06-08 01:26:03 +00:00
Matt Wilmas
d55300298e
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
2009-06-05 18:50:32 +00:00