History log of /PHP-8.1/Zend/zend_compile.h (Results 501 – 525 of 980)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# cefa7f8d 25-Feb-2014 Nikita Popov

Introduce zend_function_call_entry structure

Instead of directly pushing the zend_function* onto the
function_call_stack, push this structure. This allows us to store
additional data

Introduce zend_function_call_entry structure

Instead of directly pushing the zend_function* onto the
function_call_stack, push this structure. This allows us to store
additional data on this stack.

show more ...

# 47fb1985 21-Feb-2014 Xinchen Hui

Revert "Use zend_string for arg_info to fixed segfault in Zend/tests/argument_restriction_003.phpt"

This reverts commit b96318105b8a908ec3cb294b8133e36d1b8cba7a.

# b9631810 21-Feb-2014 Xinchen Hui

Use zend_string for arg_info to fixed segfault in Zend/tests/argument_restriction_003.phpt

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

Use better data structures (incomplete)

# 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)

# 4e66abad 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete) - refactored return_value handling

Revision tags: php-5.6.0alpha2
# e2ea9a73 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

# 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, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1
# 2c47dfba 29-Aug-2013 Nikita Popov

Implement argument unpacking

RFC: https://wiki.php.net/rfc/argument_unpacking

# c081ce62 03-Jan-2014 Xinchen Hui

Bump year

# 47c90277 03-Jan-2014 Xinchen Hui

Bump year

# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year

# 794a888a 12-Dec-2013 Xinchen Hui

Fixed bug #65784 (Segfault with finally).

# 562fa252 06-Dec-2013 Ferenc Kovacs

Merge branch 'use-function' of git://github.com/igorw/php-src into igorw-use-function


# d36cf902 28-Nov-2013 Bob Weinand

Merge branch 'const_scalar_exprs' into PHP-5.6

Conflicts:
Zend/zend_extensions.h


# 57c1335f 28-Nov-2013 Dmitry Stogov

Don't check argument types for internal functions without type hinting

# 43e3933f 27-Nov-2013 Dmitry Stogov

Removed deprecated AI_SET_PTR()s

# 719db1a7 09-Nov-2013 Igor Wiedler

Merge pull request #4 from LawnGnome/use-function

FIX ALL THE THINGS


# da553a81 09-Nov-2013 Adam Harvey

Fix constant resolution.

# 24e0b991 09-Nov-2013 Igor Wiedler

Merge remote-tracking branch 'upstream/PHP-5.6' into use-function

* upstream/PHP-5.6: (399 commits)
Fixed issue #115 (path issue when using phar). Fixed issue #149 (Phar mount points n

Merge remote-tracking branch 'upstream/PHP-5.6' into use-function

* upstream/PHP-5.6: (399 commits)
Fixed issue #115 (path issue when using phar). Fixed issue #149 (Phar mount points not working with OPcache enabled).
Added tests for PHAR/OPCahce incompatibilities
Update NEWS
Fixed bug #65947 (basename is no more working after fgetcsv in certain situation)
Update NEWS
Fixed Bug #66043 (Segfault calling bind_param() on mysqli)
NEWS entry
NEWS entry
Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings
bump API versions
Add a couple more test cases to parse_url() tests
fix missing change from 'tcp_socket' to the more common 'server'
fix many parallel test issues
Cleanup temp test file
Revert "Fixed issue #115 (path issue when using phar)."
Update LiteSpeed SAPI code to V6.4
Fixed typo in Makefile.frag
updated NEWS
Remove outdate codes, make it clearer, although just a bit..
Update NEWS
...

Conflicts:
Zend/zend_compile.h

show more ...


# 9647c61d 06-Nov-2013 Dmitry Stogov

Constant expressions refactoring

# ad967e13 03-Nov-2013 Bob Weinand

Added a few more operators

# 23617458 31-Oct-2013 Bob Weinand

Working commit for constant scalar expressions (with constants).
Tests will follow.

1...<<21222324252627282930>>...40