]>
granicus.if.org Git - php/log
Bob Weinand [Sun, 20 Sep 2015 02:28:18 +0000 (04:28 +0200)]
Merge branch 'PHP-7.0'
Bob Weinand [Sun, 20 Sep 2015 02:27:51 +0000 (04:27 +0200)]
Add FAST_ZPP to various important stream funcs
Bob Weinand [Sun, 20 Sep 2015 00:59:30 +0000 (02:59 +0200)]
Remove superfluous branches
Bob Weinand [Sun, 20 Sep 2015 00:43:55 +0000 (02:43 +0200)]
Merge branch 'PHP-7.0'
Bob Weinand [Sun, 20 Sep 2015 00:43:22 +0000 (02:43 +0200)]
Short-circuit zend_parse_parameters_none() so that expensive zpp() call never happens in non-exceptional case
Bob Weinand [Sun, 20 Sep 2015 00:19:31 +0000 (02:19 +0200)]
Set expectations in generator handling
Bob Weinand [Sat, 19 Sep 2015 21:25:28 +0000 (23:25 +0200)]
Merge branch 'PHP-7.0'
Bob Weinand [Sat, 19 Sep 2015 21:22:07 +0000 (23:22 +0200)]
Revert accidentally committed closures.c and execute.c
Bob Weinand [Sat, 19 Sep 2015 21:07:43 +0000 (23:07 +0200)]
Optimize zend_mm_small_size_to_bin()
It removes a cmov operation and has a much faster branch for small allocations (especially when handling strings) (<= 64 bytes)
Bob Weinand [Sat, 19 Sep 2015 17:48:03 +0000 (19:48 +0200)]
Force compiler to prefer ZEND_CALL_NESTED_FUNCTION
It is by far the most used branch; compilers tended here to split the branches via an &2, &1 check, now it only does an &3 check and prefers ZEND_CALL_NESTED_FUNCTION branch
Bob Weinand [Sat, 19 Sep 2015 16:30:07 +0000 (18:30 +0200)]
Always properly show exit status in phpdbg
Especially when it is only set after main run (e.g. register_shutdown_function)
Bob Weinand [Sat, 19 Sep 2015 15:10:01 +0000 (17:10 +0200)]
Fix oplog...
Xinchen Hui [Sat, 19 Sep 2015 13:20:00 +0000 (06:20 -0700)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Sat, 19 Sep 2015 13:19:32 +0000 (06:19 -0700)]
Merge branch 'PHP-7.0'
Conflicts:
NEWS
Bob Weinand [Sat, 19 Sep 2015 13:19:26 +0000 (15:19 +0200)]
Apply same fixes for until
Xinchen Hui [Sat, 19 Sep 2015 13:10:48 +0000 (06:10 -0700)]
Fixed bug #70526 (xmlrpc_set_type returns false on success)
Bob Weinand [Sat, 19 Sep 2015 12:57:21 +0000 (14:57 +0200)]
Fix leave and finish
Yasuo Ohgaki [Sat, 19 Sep 2015 02:27:24 +0000 (11:27 +0900)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed bug #70529 Session read causes "String is not zero-terminated" error
Yasuo Ohgaki [Sat, 19 Sep 2015 02:24:01 +0000 (11:24 +0900)]
Fixed bug #70529 Session read causes "String is not zero-terminated" error
Xinchen Hui [Fri, 18 Sep 2015 09:28:08 +0000 (17:28 +0800)]
NEWS should not be updated
Xinchen Hui [Fri, 18 Sep 2015 09:27:57 +0000 (17:27 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Fri, 18 Sep 2015 09:27:39 +0000 (17:27 +0800)]
Fixed bug #70481 (Memory leak in auto_global_copy_ctor() in ZTS build)
Xinchen Hui [Fri, 18 Sep 2015 08:36:29 +0000 (16:36 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Fri, 18 Sep 2015 08:33:33 +0000 (16:33 +0800)]
RETURN_FALSE
Dmitry Stogov [Fri, 18 Sep 2015 07:37:25 +0000 (10:37 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Use Zend MM to keep statistic of non-persistent connections (calloc/free->pecalloc/pefree)
Dmitry Stogov [Fri, 18 Sep 2015 07:36:09 +0000 (10:36 +0300)]
Use Zend MM to keep statistic of non-persistent connections (calloc/free->pecalloc/pefree)
Matteo Beccati [Fri, 18 Sep 2015 05:53:05 +0000 (07:53 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Skip session_regenerate_id_cookie.phpt when there's no cgi
Add eventual escaping for phpdbg arguments
Add # delimiter to phpdbg commands
Matteo Beccati [Fri, 18 Sep 2015 05:51:46 +0000 (07:51 +0200)]
Skip session_regenerate_id_cookie.phpt when there's no cgi
Bob Weinand [Thu, 17 Sep 2015 22:50:08 +0000 (00:50 +0200)]
Add eventual escaping for phpdbg arguments
Bob Weinand [Thu, 17 Sep 2015 20:52:55 +0000 (22:52 +0200)]
Add # delimiter to phpdbg commands
Dmitry Stogov [Thu, 17 Sep 2015 16:17:57 +0000 (19:17 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Don't allocate memory for empty HashTables.
Dmitry Stogov [Thu, 17 Sep 2015 16:17:10 +0000 (19:17 +0300)]
Don't allocate memory for empty HashTables.
Kalle Sommer Nielsen [Thu, 17 Sep 2015 12:28:19 +0000 (14:28 +0200)]
Note the PHP version at the top of configure
Anatol Belski [Thu, 17 Sep 2015 11:31:27 +0000 (13:31 +0200)]
adjust versions in confutils
Anatol Belski [Thu, 17 Sep 2015 11:19:30 +0000 (13:19 +0200)]
make room for next UPGRADING notes
Dmitry Stogov [Thu, 17 Sep 2015 09:58:44 +0000 (12:58 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Update information about new opcache features
Dmitry Stogov [Thu, 17 Sep 2015 09:58:08 +0000 (12:58 +0300)]
Update information about new opcache features
Dmitry Stogov [Thu, 17 Sep 2015 09:54:26 +0000 (12:54 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Added information about new opcache configuration directives
Dmitry Stogov [Thu, 17 Sep 2015 09:51:43 +0000 (12:51 +0300)]
Added information about new opcache configuration directives
Ferenc Kovacs [Wed, 16 Sep 2015 23:50:01 +0000 (01:50 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
prepare for PHP-5.6.14RC1
Ferenc Kovacs [Wed, 16 Sep 2015 23:49:39 +0000 (01:49 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
prepare for PHP-5.6.14RC1
Ferenc Kovacs [Wed, 16 Sep 2015 23:48:02 +0000 (01:48 +0200)]
prepare for PHP-5.6.14RC1
Yasuo Ohgaki [Wed, 16 Sep 2015 20:53:00 +0000 (05:53 +0900)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Add test for #70516 session_regenerate_id() does not send session ID cookie
Yasuo Ohgaki [Wed, 16 Sep 2015 20:22:21 +0000 (05:22 +0900)]
Add test for #70516 session_regenerate_id() does not send session ID cookie
Anatol Belski [Wed, 16 Sep 2015 13:39:52 +0000 (15:39 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
add range check
Anatol Belski [Sat, 12 Sep 2015 19:37:12 +0000 (21:37 +0200)]
add range check
Remi Collet [Wed, 16 Sep 2015 12:32:23 +0000 (14:32 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
fix regressio introduce in
22e23e7cb8ca9aa134d138b5fed031af6c842b44
Remi Collet [Wed, 16 Sep 2015 12:32:05 +0000 (14:32 +0200)]
Xinchen Hui [Tue, 15 Sep 2015 15:59:01 +0000 (08:59 -0700)]
Merge branch 'PHP-7.0'
Sebastian Bergmann [Tue, 15 Sep 2015 15:47:17 +0000 (17:47 +0200)]
Fugbix typo
Xinchen Hui [Tue, 15 Sep 2015 15:58:30 +0000 (08:58 -0700)]
Merge branch 'master' of git.php.net:/php-src
Xinchen Hui [Tue, 15 Sep 2015 15:54:31 +0000 (08:54 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Tue, 15 Sep 2015 15:54:14 +0000 (08:54 -0700)]
Suppressed warning about this function is not used
Sebastian Bergmann [Tue, 15 Sep 2015 15:47:17 +0000 (17:47 +0200)]
Fugbix typo
Xinchen Hui [Tue, 15 Sep 2015 15:29:28 +0000 (08:29 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Tue, 15 Sep 2015 15:28:32 +0000 (08:28 -0700)]
Add Note about huge_code_pages
Xinchen Hui [Tue, 15 Sep 2015 15:24:31 +0000 (08:24 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Tue, 15 Sep 2015 15:23:21 +0000 (08:23 -0700)]
Suppressed warning -Wvolatile-register-var
Xinchen Hui [Tue, 15 Sep 2015 14:58:05 +0000 (07:58 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Tue, 15 Sep 2015 14:56:10 +0000 (07:56 -0700)]
Upgrade unicode_data.h to UnicodeData.txt 8.0.0 (part of bug #70475 ext/mbstring/unicode_data.h needs update)
Anatol Belski [Tue, 15 Sep 2015 10:44:18 +0000 (12:44 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
prepare NEWS for RC4
Anatol Belski [Tue, 15 Sep 2015 10:42:39 +0000 (12:42 +0200)]
prepare NEWS for RC4
Anatol Belski [Tue, 15 Sep 2015 06:18:20 +0000 (08:18 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
add missing NEWS entry
Anatol Belski [Tue, 15 Sep 2015 06:17:25 +0000 (08:17 +0200)]
add missing NEWS entry
Christopher Jones [Tue, 15 Sep 2015 02:17:00 +0000 (12:17 +1000)]
Merge branch 'PHP-7.0'
Christopher Jones [Tue, 15 Sep 2015 00:06:29 +0000 (10:06 +1000)]
Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil)
Christopher Jones [Tue, 15 Sep 2015 00:06:29 +0000 (10:06 +1000)]
Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil)
Dmitry Stogov [Mon, 14 Sep 2015 23:05:08 +0000 (02:05 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Enabled placing PHP code segment into huge pages
Dmitry Stogov [Mon, 14 Sep 2015 23:04:09 +0000 (02:04 +0300)]
Enabled placing PHP code segment into huge pages
Dmitry Stogov [Mon, 14 Sep 2015 22:58:59 +0000 (01:58 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Enable file based cache compilation by default
Dmitry Stogov [Mon, 14 Sep 2015 22:58:32 +0000 (01:58 +0300)]
Enable file based cache compilation by default
Dmitry Stogov [Mon, 14 Sep 2015 22:54:53 +0000 (01:54 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Use shorter php.ini directive name "opcache.huge_code_pages" and disable it by default.
Dmitry Stogov [Mon, 14 Sep 2015 22:54:04 +0000 (01:54 +0300)]
Use shorter php.ini directive name "opcache.huge_code_pages" and disable it by default.
Dmitry Stogov [Mon, 14 Sep 2015 22:48:01 +0000 (01:48 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Removed useless include
Dmitry Stogov [Mon, 14 Sep 2015 22:46:53 +0000 (01:46 +0300)]
Removed useless include
Anatol Belski [Mon, 14 Sep 2015 21:46:10 +0000 (23:46 +0200)]
bump versions in master
Anatol Belski [Sat, 12 Sep 2015 19:37:12 +0000 (21:37 +0200)]
add range check
Anatol Belski [Mon, 14 Sep 2015 20:45:28 +0000 (22:45 +0200)]
prepare master NEWS
Dmitry Stogov [Mon, 14 Sep 2015 20:04:27 +0000 (23:04 +0300)]
Avoid reallocations
Dmitry Stogov [Mon, 14 Sep 2015 15:42:45 +0000 (18:42 +0300)]
Use memcpy() instead of mmap() to keep modifyed code (e.g. gdb breakpoints)
Nikita Popov [Mon, 14 Sep 2015 13:03:51 +0000 (15:03 +0200)]
Fix bug #70487
Switch to * instead of + in zpp.
Dmitry Stogov [Mon, 14 Sep 2015 10:34:17 +0000 (13:34 +0300)]
Added an experemental ability to move PHP code pages (PHP TEXT segment) into HUGE pages.
PHP should be configured and built with --enable-huge-code-pages, OS should be configured to provide huge pages.
It's possible to enable/disable this future in php.ini through opcache.enable_huge_code_pages=0/1.
The feature was tested on Linux and provided 2% improvement on real-life apps, because of 2-3 times reduction in number of iTLB misses.
Christopher Jones [Mon, 14 Sep 2015 03:29:09 +0000 (13:29 +1000)]
Fix mem leak in PHP7
Christopher Jones [Mon, 14 Sep 2015 02:52:40 +0000 (12:52 +1000)]
Merge branch 'master' of https://git.php.net/repository/php-src
Bob Weinand [Sun, 13 Sep 2015 10:35:35 +0000 (12:35 +0200)]
Add support for **= in opcache optimizer
Anatol Belski [Sat, 12 Sep 2015 16:57:23 +0000 (18:57 +0200)]
add overflow check
Anatol Belski [Sat, 12 Sep 2015 16:53:30 +0000 (18:53 +0200)]
fix data types
Anatol Belski [Tue, 8 Sep 2015 14:35:35 +0000 (16:35 +0200)]
add range checks
Christopher Jones [Fri, 11 Sep 2015 23:10:32 +0000 (09:10 +1000)]
Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil)
Christopher Jones [Fri, 11 Sep 2015 23:05:41 +0000 (09:05 +1000)]
Merge branch 'master' of https://git.php.net/repository/php-src
Bob Weinand [Fri, 11 Sep 2015 22:54:48 +0000 (00:54 +0200)]
Fixed bug #70478 (**= does no longer work)
Reordered ZEND_(ASSIGN_)POW opcodes in zend_vm_def.h so that it won't be missed in future
Christopher Jones [Fri, 11 Sep 2015 22:51:24 +0000 (08:51 +1000)]
Merge branch 'master' of https://git.php.net/repository/php-src
Dmitry Stogov [Fri, 11 Sep 2015 11:13:41 +0000 (14:13 +0300)]
Manual CSE to avoid double read
Xinchen Hui [Fri, 11 Sep 2015 07:05:56 +0000 (15:05 +0800)]
Change this as sixd suggested
Xinchen Hui [Fri, 11 Sep 2015 05:52:00 +0000 (13:52 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Fri, 11 Sep 2015 05:45:18 +0000 (13:45 +0800)]
Add test XFAIL for bug #70470
Xinchen Hui [Fri, 11 Sep 2015 02:58:24 +0000 (10:58 +0800)]
Remove free_string_zval
Dmitry Stogov [Thu, 10 Sep 2015 17:24:11 +0000 (20:24 +0300)]
fixed compilation error
Dmitry Stogov [Thu, 10 Sep 2015 17:03:42 +0000 (20:03 +0300)]
Don't keep dangling pointer.
Xinchen Hui [Thu, 10 Sep 2015 12:14:22 +0000 (20:14 +0800)]
Fixed Sixd :<