History log of /PHP-8.1/Zend/zend_compile.h (Results 426 – 450 of 980)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 776800b0 22-Jul-2014 Nikita Popov

Discard NS doc comments

# f2a2fcce 22-Jul-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master:
fix nmake snap when ext name is different in target dll
force atoll macro usage on windows
Enable $ replacement in exif, ldap, pd

Merge branch 'master' into phpng

* master:
fix nmake snap when ext name is different in target dll
force atoll macro usage on windows
Enable $ replacement in exif, ldap, pdo_pgsql and tidy
See bug #67635
NEWS
NEWS
improve previous, add message during configure
Fixed bug #67635 php links to systemd libraries without using pkg-config
Improve fix for #66608
Fixed segfault with empty break
New added opcodes don't need to be resloved
Update NEWS
Update NEWS
Update NEWS
Fixed bug #66827 Session raises E_NOTICE when session name variable is array
implemented copy libs of core exts in phpize mode
fix copy the ext dll into the prefix path in phpize mode
fix default prefix in phpize mode
fix file with zero size usage in phpize mode

Conflicts:
Zend/zend_opcode.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/session/session.c

show more ...


# 130b6340 22-Jul-2014 Nikita Popov

Code cleanup

# cc0bef66 22-Jul-2014 Nikita Popov

Fix namespace\, maybe

# 9c69c41a 22-Jul-2014 Nikita Popov

Port top level stmt

Problem: namespace\foo no longer works :/

# b6c9eb21 22-Jul-2014 Nikita Popov

Port constant declaration

# 64151ec3 21-Jul-2014 Nikita Popov

Port function/const use

# 573d25b5 21-Jul-2014 Nikita Popov

Drop dead code

# 6c6dd84c 21-Jul-2014 Nikita Popov

Dead code

# 00531551 21-Jul-2014 Nikita Popov

Mostly finish class declarations (~50 failing tests)

# e572a326 19-Jul-2014 Nikita Popov

Dead code

# 1aaaedc1 19-Jul-2014 Nikita Popov

Dead code

# 09309a54 19-Jul-2014 Nikita Popov

Remove dead code

# 1d2f232b 19-Jul-2014 Xinchen Hui

Merge branch 'PHP-5.5' into PHP-5.6


# 8ff00e6e 19-Jul-2014 Xinchen Hui

Improve fix for #66608

# 0eab81f3 18-Jul-2014 Nikita Popov

Remove bits of dead code

# 110bf9c7 18-Jul-2014 Xinchen Hui

Merge remote-tracking branch 'origin/master' into phpng

Conflicts:
Zend/zend_compile.h
ext/openssl/xp_ssl.c


# 550b3e43 18-Jul-2014 Xinchen Hui

Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
Zend/zend_vm_def.h
Zend/zend_vm_execute.h


# de433d4c 18-Jul-2014 Xinchen Hui

Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)

# 1ee3277a 14-Jul-2014 Nikita Popov

Port parameter defs

Has one bug re \self

# 484ad869 12-Jul-2014 Nikita Popov

Moar removal

# f9ed8346 12-Jul-2014 Nikita Popov

Remove more dead code

# b934dfe0 12-Jul-2014 Nikita Popov

Remove dead code

# 8577f58e 12-Jul-2014 Nikita Popov

Store (bad) estimate of lineno with ast

Currently not used yet

# 6c8db864 11-Jul-2014 Dmitry Stogov

Implemented builtin instruction for strlen()

1...<<11121314151617181920>>...40