]>
granicus.if.org Git - php/log
Dmitry Stogov [Tue, 29 Jul 2014 16:27:48 +0000 (20:27 +0400)]
Fixed incinsitency in passing arguments by reference to call_user_func()
Dmitry Stogov [Tue, 29 Jul 2014 14:19:41 +0000 (18:19 +0400)]
Fixed ext/standard/tests/array/unexpected_array_mod_bug.phpt
Dmitry Stogov [Tue, 29 Jul 2014 12:23:56 +0000 (16:23 +0400)]
Fixed callback registraion order in spl_autoload_register()
Dmitry Stogov [Tue, 29 Jul 2014 11:29:22 +0000 (15:29 +0400)]
fixed support for references
Dmitry Stogov [Tue, 29 Jul 2014 10:34:43 +0000 (14:34 +0400)]
Fixed Zend/tests/bug54265.phpt
Dmitry Stogov [Tue, 29 Jul 2014 08:13:47 +0000 (12:13 +0400)]
Fixed incorrect destruction (it might lead to crash)
Dmitry Stogov [Tue, 29 Jul 2014 06:15:01 +0000 (10:15 +0400)]
ext/interbase support (incomplete)
Dmitry Stogov [Thu, 24 Jul 2014 10:11:21 +0000 (14:11 +0400)]
Fixed string destruction (class_name might be reused and stored somewhere in __autoload()).
Dmitry Stogov [Wed, 23 Jul 2014 21:54:21 +0000 (01:54 +0400)]
Merge branch 'master' into phpng
* master:
Removed second zval_copy_ctor()
Fixed crash on self-referencing constant expression (part of a constant AST)
Fixed support for constant arrays in context of "const" statement (Zend/tests/constant_expressions_arrays.phpt failed when opcache.protect_memort was set)
Conflicts:
Zend/zend_ast.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/reflection/php_reflection.c
Dmitry Stogov [Wed, 23 Jul 2014 21:16:28 +0000 (01:16 +0400)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Removed second zval_copy_ctor()
Dmitry Stogov [Wed, 23 Jul 2014 21:16:00 +0000 (01:16 +0400)]
Removed second zval_copy_ctor()
Dmitry Stogov [Wed, 23 Jul 2014 20:59:42 +0000 (00:59 +0400)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed crash on self-referencing constant expression (part of a constant AST)
Dmitry Stogov [Wed, 23 Jul 2014 20:37:15 +0000 (00:37 +0400)]
Fixed crash on self-referencing constant expression (part of a constant AST)
Dmitry Stogov [Wed, 23 Jul 2014 18:49:46 +0000 (22:49 +0400)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed support for constant arrays in context of "const" statement (Zend/tests/constant_expressions_arrays.phpt failed when opcache.protect_memort was set)
Dmitry Stogov [Wed, 23 Jul 2014 18:47:58 +0000 (22:47 +0400)]
Fixed support for constant arrays in context of "const" statement (Zend/tests/constant_expressions_arrays.phpt failed when opcache.protect_memort was set)
Dmitry Stogov [Tue, 22 Jul 2014 16:55:54 +0000 (20:55 +0400)]
Fixed potential memory leaks
Lior Kaplan [Tue, 22 Jul 2014 11:13:12 +0000 (14:13 +0300)]
ZVAL_STRINGL takes only three variables
Follow up for commit
f4cfaf36
Lior Kaplan [Tue, 22 Jul 2014 03:28:20 +0000 (06:28 +0300)]
RETVAL_STRINGL takes only two variables
Follow up for commit
f4cfaf36
Lior Kaplan [Tue, 22 Jul 2014 03:22:55 +0000 (06:22 +0300)]
RETVAL_STRING takes only one variable
Follow up for commit
f4cfaf36
Lior Kaplan [Tue, 22 Jul 2014 02:28:26 +0000 (05:28 +0300)]
RETURN_STRINGL takes only two variables
Follow up for commit
f4cfaf36
Dmitry Stogov [Tue, 22 Jul 2014 14:40:29 +0000 (18:40 +0400)]
fixed "isset($array[true]);"
Dmitry Stogov [Tue, 22 Jul 2014 14:39:58 +0000 (18:39 +0400)]
Fixed GC bug
Dmitry Stogov [Tue, 22 Jul 2014 13:14:43 +0000 (17:14 +0400)]
Fixed compatibility
Dmitry Stogov [Tue, 22 Jul 2014 11:42:17 +0000 (15:42 +0400)]
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
Dmitry Stogov [Tue, 22 Jul 2014 07:24:16 +0000 (11:24 +0400)]
Fixed support for executor override
Dmitry Stogov [Tue, 22 Jul 2014 07:12:49 +0000 (11:12 +0400)]
Fixed dtrace support
Anatol Belski [Mon, 21 Jul 2014 12:48:06 +0000 (14:48 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix nmake snap when ext name is different in target dll
Anatol Belski [Mon, 21 Jul 2014 12:47:40 +0000 (14:47 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix nmake snap when ext name is different in target dll
Anatol Belski [Mon, 21 Jul 2014 12:46:57 +0000 (14:46 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix nmake snap when ext name is different in target dll
Anatol Belski [Mon, 21 Jul 2014 12:45:49 +0000 (14:45 +0200)]
fix nmake snap when ext name is different in target dll
Anatol Belski [Mon, 21 Jul 2014 08:01:48 +0000 (10:01 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
force atoll macro usage on windows
Anatol Belski [Mon, 21 Jul 2014 07:52:52 +0000 (09:52 +0200)]
force atoll macro usage on windows
Lior Kaplan [Sun, 20 Jul 2014 22:50:51 +0000 (01:50 +0300)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Enable $ replacement in exif, ldap, pdo_pgsql and tidy
Update NEWS
Lior Kaplan [Sun, 20 Jul 2014 22:49:31 +0000 (01:49 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Enable $ replacement in exif, ldap, pdo_pgsql and tidy
Update NEWS
Lior Kaplan [Sun, 20 Jul 2014 22:47:19 +0000 (01:47 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Enable $ replacement in exif, ldap, pdo_pgsql and tidy
Update NEWS
Lior Kaplan [Sun, 20 Jul 2014 22:45:36 +0000 (01:45 +0300)]
Enable $ replacement in exif, ldap, pdo_pgsql and tidy
Remi Collet [Sun, 20 Jul 2014 09:16:09 +0000 (11:16 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
See bug #67635
Remi Collet [Sun, 20 Jul 2014 09:15:59 +0000 (11:15 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
See bug #67635
Remi Collet [Sun, 20 Jul 2014 09:14:43 +0000 (11:14 +0200)]
See bug #67635
Improve previous fix:
- also rely on pkg-config for systemd < 209
- always check for header
- comments
Remi Collet [Sat, 19 Jul 2014 16:47:32 +0000 (18:47 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
NEWS
NEWS
improve previous, add message during configure
Fixed bug #67635 php links to systemd libraries without using pkg-config
Remi Collet [Sat, 19 Jul 2014 16:47:14 +0000 (18:47 +0200)]
NEWS
Remi Collet [Sat, 19 Jul 2014 16:46:46 +0000 (18:46 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
NEWS
improve previous, add message during configure
Fixed bug #67635 php links to systemd libraries without using pkg-config
Remi Collet [Sat, 19 Jul 2014 16:46:17 +0000 (18:46 +0200)]
NEWS
Remi Collet [Sat, 19 Jul 2014 16:42:40 +0000 (18:42 +0200)]
improve previous, add message during configure
Remi Collet [Sat, 19 Jul 2014 16:40:20 +0000 (18:40 +0200)]
Fixed bug #67635 php links to systemd libraries without using pkg-config
Patch from pacho at gentoo dot org
Rely on pkg-config for systemd >= 209
Failback on old check
Xinchen Hui [Sat, 19 Jul 2014 09:19:57 +0000 (17:19 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Sat, 19 Jul 2014 09:19:39 +0000 (17:19 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Sat, 19 Jul 2014 09:19:01 +0000 (17:19 +0800)]
Improve fix for #66608
Xinchen Hui [Sat, 19 Jul 2014 07:30:50 +0000 (15:30 +0800)]
Fixed segfault with empty break
Xinchen Hui [Sat, 19 Jul 2014 05:12:56 +0000 (13:12 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Sat, 19 Jul 2014 05:12:42 +0000 (13:12 +0800)]
Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
Xinchen Hui [Sat, 19 Jul 2014 05:12:36 +0000 (13:12 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Sat, 19 Jul 2014 05:12:26 +0000 (13:12 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Sat, 19 Jul 2014 04:53:34 +0000 (12:53 +0800)]
New added opcodes don't need to be resloved
Yasuo Ohgaki [Sat, 19 Jul 2014 01:13:15 +0000 (10:13 +0900)]
Update NEWS
Yasuo Ohgaki [Sat, 19 Jul 2014 01:12:28 +0000 (10:12 +0900)]
Update NEWS
Yasuo Ohgaki [Sat, 19 Jul 2014 01:11:42 +0000 (10:11 +0900)]
Update NEWS
Yasuo Ohgaki [Sat, 19 Jul 2014 01:00:10 +0000 (10:00 +0900)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed bug #66827 Session raises E_NOTICE when session name variable is array
Yasuo Ohgaki [Sat, 19 Jul 2014 00:59:51 +0000 (09:59 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed bug #66827 Session raises E_NOTICE when session name variable is array
Yasuo Ohgaki [Sat, 19 Jul 2014 00:53:04 +0000 (09:53 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #66827 Session raises E_NOTICE when session name variable is array
Yasuo Ohgaki [Sat, 19 Jul 2014 00:52:01 +0000 (09:52 +0900)]
Fixed bug #66827 Session raises E_NOTICE when session name variable is array
Anatol Belski [Fri, 18 Jul 2014 16:41:31 +0000 (18:41 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
implemented copy libs of core exts in phpize mode
Anatol Belski [Fri, 18 Jul 2014 16:40:58 +0000 (18:40 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
implemented copy libs of core exts in phpize mode
Anatol Belski [Fri, 18 Jul 2014 16:40:09 +0000 (18:40 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
implemented copy libs of core exts in phpize mode
Anatol Belski [Fri, 18 Jul 2014 16:38:57 +0000 (18:38 +0200)]
implemented copy libs of core exts in phpize mode
Rasmus Lerdorf [Fri, 18 Jul 2014 15:14:08 +0000 (08:14 -0700)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src:
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
Update NEWS
Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)
Enable build without atoll (e.g old AIX flavours)
Enable build without atoll (e.g old AIX flavours)
implemented usage of the non core ext deps in phpize mode
implemented force usage of generated .h and .js deps in phpize mode
basic routines for phpize mode to
Easier to read
Add some trace info as well as update CLIENT_ flags
Fix my name in the given credit
Update NEWS for PR#723 merge
Add ifdef on ecdh for single_ecdh_use
fix C89 compat
This test depends on expose_php being on
Test output relies on expose_php being on
1.2 is a problematic float to print out Lower the default display precision for this test
The test output is dependent on expose_php ini
Anatol Belski [Fri, 18 Jul 2014 09:43:43 +0000 (11:43 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
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
Anatol Belski [Fri, 18 Jul 2014 09:42:24 +0000 (11:42 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
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
Anatol Belski [Fri, 18 Jul 2014 09:40:53 +0000 (11:40 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
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
Anatol Belski [Fri, 18 Jul 2014 09:39:38 +0000 (11:39 +0200)]
fix copy the ext dll into the prefix path in phpize mode
Anatol Belski [Fri, 18 Jul 2014 09:36:44 +0000 (11:36 +0200)]
fix default prefix in phpize mode
Anatol Belski [Fri, 18 Jul 2014 09:35:32 +0000 (11:35 +0200)]
fix file with zero size usage in phpize mode
Xinchen Hui [Fri, 18 Jul 2014 08:27:31 +0000 (16:27 +0800)]
Revert "stash" (pushed by accident)
This reverts commit
a18bf5fc9303e2739ee7026bdb3bbf272bf4baa8 .
Xinchen Hui [Fri, 18 Jul 2014 07:52:52 +0000 (15:52 +0800)]
Merge remote-tracking branch 'origin/master' into phpng
Conflicts:
Zend/zend_compile.h
ext/openssl/xp_ssl.c
Xinchen Hui [Fri, 18 Jul 2014 07:51:24 +0000 (15:51 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Fri, 18 Jul 2014 07:51:10 +0000 (15:51 +0800)]
Update NEWS
Xinchen Hui [Fri, 18 Jul 2014 07:48:56 +0000 (15:48 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Conflicts:
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
Xinchen Hui [Fri, 18 Jul 2014 07:45:56 +0000 (15:45 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Fri, 18 Jul 2014 07:45:31 +0000 (15:45 +0800)]
Fixed bug #66608 (Incorrect behavior with nested "finally" blocks)
Lior Kaplan [Thu, 17 Jul 2014 20:11:33 +0000 (23:11 +0300)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Enable build without atoll (e.g old AIX flavours)
Enable build without atoll (e.g old AIX flavours)
Lior Kaplan [Thu, 17 Jul 2014 20:10:08 +0000 (23:10 +0300)]
Enable build without atoll (e.g old AIX flavours)
Lior Kaplan [Thu, 17 Jul 2014 20:09:54 +0000 (23:09 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Enable build without atoll (e.g old AIX flavours)
Lior Kaplan [Thu, 17 Jul 2014 20:04:23 +0000 (23:04 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Enable build without atoll (e.g old AIX flavours)
Lior Kaplan [Thu, 17 Jul 2014 19:58:36 +0000 (22:58 +0300)]
Enable build without atoll (e.g old AIX flavours)
Anatol Belski [Thu, 17 Jul 2014 19:49:23 +0000 (21:49 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
implemented usage of the non core ext deps in phpize mode
Anatol Belski [Thu, 17 Jul 2014 19:49:08 +0000 (21:49 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
implemented usage of the non core ext deps in phpize mode
Anatol Belski [Thu, 17 Jul 2014 19:48:46 +0000 (21:48 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
implemented usage of the non core ext deps in phpize mode
Anatol Belski [Thu, 17 Jul 2014 19:47:15 +0000 (21:47 +0200)]
implemented usage of the non core ext deps in phpize mode
Anatol Belski [Thu, 17 Jul 2014 07:32:44 +0000 (09:32 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
implemented force usage of generated .h and .js deps in phpize mode
Anatol Belski [Thu, 17 Jul 2014 07:32:31 +0000 (09:32 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
implemented force usage of generated .h and .js deps in phpize mode
Anatol Belski [Thu, 17 Jul 2014 07:26:46 +0000 (09:26 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
implemented force usage of generated .h and .js deps in phpize mode
Anatol Belski [Thu, 17 Jul 2014 07:25:57 +0000 (09:25 +0200)]
implemented force usage of generated .h and .js deps in phpize mode
Xinchen Hui [Thu, 17 Jul 2014 07:21:46 +0000 (15:21 +0800)]
Merge branch 'phpng' of https://git.php.net/repository/php-src into phpng
Dmitry Stogov [Thu, 17 Jul 2014 07:18:44 +0000 (11:18 +0400)]
Micro optimization for the main interpreter loop
Anatol Belski [Wed, 16 Jul 2014 19:35:18 +0000 (21:35 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
basic routines for phpize mode to
This test depends on expose_php being on
Test output relies on expose_php being on
1.2 is a problematic float to print out Lower the default display precision for this test
The test output is dependent on expose_php ini
Anatol Belski [Wed, 16 Jul 2014 19:35:04 +0000 (21:35 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
basic routines for phpize mode to
This test depends on expose_php being on
Test output relies on expose_php being on
1.2 is a problematic float to print out Lower the default display precision for this test
The test output is dependent on expose_php ini
Anatol Belski [Wed, 16 Jul 2014 19:34:19 +0000 (21:34 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
basic routines for phpize mode to
Anatol Belski [Wed, 16 Jul 2014 19:33:07 +0000 (21:33 +0200)]
basic routines for phpize mode to
- generate headers for non core ext defines
- generate js deps for non core exts
Andrey Hristov [Wed, 16 Jul 2014 16:50:41 +0000 (19:50 +0300)]
Merge branch 'PHP-5.6'
Andrey Hristov [Wed, 16 Jul 2014 16:50:28 +0000 (19:50 +0300)]
Easier to read