| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
names)
1st part
|
| |
|
|
|
|
| |
functions to not call __autoload().
|
| |
|
| |
|
|
|
|
| |
global or reference)
|
|
|
|
| |
$b); ?>
|
| |
|
| |
|
| |
|
|
|
|
| |
complement the property get/set methods)
|
|
|
|
|
| |
It doesn't fix integer overflow problem, but allows null, boolean and double keys in array constants in the same way as in runtime.
|
| |
|
|
|
|
| |
of variable)
|
|
|
|
| |
ZEND_DECLARE_INHERITED_CLASS in case of early binding
|
| |
|
| |
|
|
|
|
| |
(ZEND_NEW). There was no real reason for this anymore and API should be changed before 5.1
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
called via STDIN)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
internal method (found by dmitry)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Change signature of unserialize() callback to ease inheritance and
support code reuse of handlers
|
| |
|
|
|
|
|
| |
# The detailed announce on the list will follow
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Now FE_RESET instruction takes jump-address from itself, not from the following FE_FETCH instruction.
|