History log of /PHP-7.3/Zend/zend_API.c (Results 326 – 350 of 897)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1c3ba95b 27-Feb-2014 Dmitry Stogov

Refactored read_property() and read_dimension() handlers


Revision tags: php-5.6.0alpha3
# 639e4e1a 25-Feb-2014 Dmitry Stogov

Changes zend_is_callable() to use zend_string* instead of char*


# 71dac3d5 25-Feb-2014 Xinchen Hui

Don't add_ref in add_*_str functions


# ff162410 24-Feb-2014 Dmitry Stogov

Fixed traits support


# 844887ed 24-Feb-2014 Dmitry Stogov

Fixed IS_RESOURCE handling


# 6f6573ef 24-Feb-2014 Xinchen Hui

Fixed several memory leaks


# bc3fb147 21-Feb-2014 Dmitry Stogov

Fixed char/zend_string mesh


# d149228b 21-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 008a42e7 21-Feb-2014 Dmitry Stogov

Fixed error messages


# 5fa6dbba 21-Feb-2014 Dmitry Stogov

Fixed class_alias()


# 92450f9d 21-Feb-2014 Xinchen Hui

Fixed test tests/classes/__call_007.php


# 7e03f371 21-Feb-2014 Dmitry Stogov

All zend_parse_parameters("Z") has to be replaced with zend_parse_parameters("z")


# 2b7ca1c7 21-Feb-2014 Xinchen Hui

Fixed segfault due to missing REFCOUNTED check


# 6fbea9ce 21-Feb-2014 Dmitry Stogov

Fixed exception constructor


# 8bae1daa 19-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 5de71156 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete; able to run bench.php)


# 1e752ce9 18-Feb-2014 Sara Golemon

Add __debugInfo() magic method

class Foo {
private $val = 'Random, meaningless data';

public function count() { return 42; }

public function __debugInfo() {

Add __debugInfo() magic method

class Foo {
private $val = 'Random, meaningless data';

public function count() { return 42; }

public function __debugInfo() {
return ['count' => $this->count()];
}
}

$f = new Foo;
var_dump($f);

show more ...


# a0fe8e5a 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 2b9b9afa 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 0e425121 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 17bf59f8 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 686a0782 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# be82a077 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


1...<<11121314151617181920>>...36