]>
granicus.if.org Git - php/log
Anatol Belski [Wed, 12 Nov 2014 10:00:35 +0000 (11:00 +0100)]
fix int to void* cast on x64
Matteo Beccati [Wed, 12 Nov 2014 15:54:33 +0000 (16:54 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed NEWS
Matteo Beccati [Wed, 12 Nov 2014 15:54:03 +0000 (16:54 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed NEWS
Matteo Beccati [Wed, 12 Nov 2014 15:45:36 +0000 (16:45 +0100)]
Fixed NEWS
Some entries had been mistakenly removed in
ad468d20b130c720020139b8d5f6601f6f3033ab
Ferenc Kovacs [Wed, 12 Nov 2014 13:51:39 +0000 (14:51 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
update NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:51:18 +0000 (14:51 +0100)]
update NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:46:07 +0000 (14:46 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
update NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:45:39 +0000 (14:45 +0100)]
update NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:29:11 +0000 (14:29 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
update NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:28:45 +0000 (14:28 +0100)]
update NEWS
Matteo Beccati [Wed, 12 Nov 2014 10:23:24 +0000 (11:23 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64
Remove unneeded md5 hashing from PHP-5.6 branch. It's removed from master already by my previous commit.
Conflicts:
ext/session/session.c
Matteo Beccati [Wed, 12 Nov 2014 10:21:40 +0000 (11:21 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64
Matteo Beccati [Wed, 12 Nov 2014 10:21:11 +0000 (11:21 +0100)]
Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64
Julien Pauli [Wed, 12 Nov 2014 09:59:54 +0000 (10:59 +0100)]
Fixed wrong NEWS
Yasuo Ohgaki [Wed, 12 Nov 2014 04:40:27 +0000 (13:40 +0900)]
Remove unneeded md5 hashing from PHP-5.6 branch.
It's removed from master already by my previous commit.
Stanislav Malyshev [Wed, 12 Nov 2014 00:35:41 +0000 (16:35 -0800)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix loop - size_t is unsigned so can not be negative
fix copypaste error
Conflicts:
ext/standard/html.c
Stanislav Malyshev [Wed, 5 Nov 2014 05:58:44 +0000 (21:58 -0800)]
fix loop - size_t is unsigned so can not be negative
Stanislav Malyshev [Wed, 5 Nov 2014 05:58:44 +0000 (21:58 -0800)]
fix loop - size_t is unsigned so can not be negative
Stanislav Malyshev [Wed, 5 Nov 2014 05:48:44 +0000 (21:48 -0800)]
fix copypaste error
Stanislav Malyshev [Wed, 12 Nov 2014 00:32:38 +0000 (16:32 -0800)]
Merge branch 'PHp-5.4' into PHP-5.5
* PHp-5.4:
5.4.36-dev
Fixed bug #66584 Segmentation fault on statement deallocation
Conflicts:
configure.in
main/php_version.h
Stanislav Malyshev [Wed, 12 Nov 2014 00:31:38 +0000 (16:31 -0800)]
5.4.36-dev
Matteo Beccati [Sat, 1 Nov 2014 18:11:43 +0000 (19:11 +0100)]
Fixed bug #66584 Segmentation fault on statement deallocation
Ferenc Kovacs [Tue, 11 Nov 2014 23:25:34 +0000 (00:25 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
update NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:25:16 +0000 (00:25 +0100)]
update NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:21:16 +0000 (00:21 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
update NEWS
update NEWS
update NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:21:04 +0000 (00:21 +0100)]
update NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:20:54 +0000 (00:20 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
update NEWS
update NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:19:51 +0000 (00:19 +0100)]
update NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:18:55 +0000 (00:18 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
update NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:18:13 +0000 (00:18 +0100)]
update NEWS
Anatol Belski [Tue, 11 Nov 2014 19:28:28 +0000 (20:28 +0100)]
fix printf spec
Anatol Belski [Tue, 11 Nov 2014 19:16:13 +0000 (20:16 +0100)]
fix datatype mismatch and unused var warning
Anatol Belski [Tue, 11 Nov 2014 14:33:38 +0000 (15:33 +0100)]
eliminate duplicated identical function definitions
Anatol Belski [Tue, 11 Nov 2014 14:28:20 +0000 (15:28 +0100)]
generalize --with-php-build option handling
Anatol Belski [Tue, 11 Nov 2014 14:22:06 +0000 (15:22 +0100)]
refactor zts related config
Derick Rethans [Tue, 11 Nov 2014 17:01:31 +0000 (14:01 -0300)]
Merge branch 'PHP-5.6'
Derick Rethans [Tue, 11 Nov 2014 17:01:26 +0000 (14:01 -0300)]
Merge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Tue, 11 Nov 2014 17:01:24 +0000 (14:01 -0300)]
- Updated to version 2014.10 (2014j)
Xinchen Hui [Tue, 11 Nov 2014 08:33:36 +0000 (16:33 +0800)]
Update NEWs
Xinchen Hui [Tue, 11 Nov 2014 08:31:32 +0000 (16:31 +0800)]
Merge branch 'PHP-5.6'
Conflicts:
ext/soap/soap.c
Xinchen Hui [Tue, 11 Nov 2014 08:24:59 +0000 (16:24 +0800)]
Update NEWS
Xinchen Hui [Tue, 11 Nov 2014 08:23:18 +0000 (16:23 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Tue, 11 Nov 2014 08:22:49 +0000 (16:22 +0800)]
Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes)
Anatol Belski [Mon, 10 Nov 2014 23:51:21 +0000 (00:51 +0100)]
fix trailing slash
Anatol Belski [Mon, 10 Nov 2014 23:38:37 +0000 (00:38 +0100)]
further fixes to win build
- fixed pdb generation with vs
- made object-out-dir to use an absolute path, that fixes path issues
with x86/x64 and nmake snap
Anatol Belski [Mon, 10 Nov 2014 22:28:03 +0000 (23:28 +0100)]
moved libs and debug/release mode setup into functions
Anatol Belski [Mon, 10 Nov 2014 17:26:20 +0000 (18:26 +0100)]
fix var declaration used by macro conditions
Anatol Belski [Mon, 10 Nov 2014 17:24:59 +0000 (18:24 +0100)]
fix sprintf spec
Anatol Belski [Mon, 10 Nov 2014 17:21:55 +0000 (18:21 +0100)]
fix var usage only when unistd.h available
Anatol Belski [Mon, 10 Nov 2014 17:20:11 +0000 (18:20 +0100)]
cleanup unused variable
Anatol Belski [Mon, 10 Nov 2014 17:16:31 +0000 (18:16 +0100)]
do portable socket checks
also introduced a portable macro for that
Anatol Belski [Mon, 10 Nov 2014 16:31:31 +0000 (17:31 +0100)]
initialiize opline for the case it lands in default case
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:42:30 +0000 (10:42 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Fixed bug #68370 ("unset($this)" can make the program crash)
Fixed NEWS for 5.5
Fix opcache.revalidate_freq per-request behavior
Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:36:57 +0000 (10:36 -0800)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src: (70 commits)
convert_to_string also does the check
A better fix(do the convertion in compile time)
update UPGRADING.INTERNALS
better description for the toolset config option
use proper declarations for zend_stat_t
move these functions to the appropriate place
Fixed segfault in bug62500.phpt
Update NEWS
Fixed bug #68370 ("unset($this)" can make the program crash)
move more common ldflags into function
rename intel toolset to icc - shorter
fix gd compilation with icc toolset
either ms or intel linker is used, /libpath is supported
further catch up with phpize and improved clang arch setup
add /fallback for clang-cl
parametrize WINVER and update its value
further refactoring of toolset+phpize stuff
catch up the toolset changes with phpize
fix linking for clang, using linker directly
adjust pid_t declaration so it doesn't conflict with apache one
...
Rasmus Lerdorf [Mon, 10 Nov 2014 18:36:46 +0000 (10:36 -0800)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src:
Update NEWS
Fixed bug #68370 ("unset($this)" can make the program crash)
Fix opcache.revalidate_freq per-request behavior
Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
Xinchen Hui [Mon, 10 Nov 2014 15:41:55 +0000 (23:41 +0800)]
convert_to_string also does the check
Xinchen Hui [Mon, 10 Nov 2014 15:38:33 +0000 (23:38 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Mon, 10 Nov 2014 15:35:45 +0000 (23:35 +0800)]
A better fix(do the convertion in compile time)
Anatol Belski [Mon, 10 Nov 2014 13:25:14 +0000 (14:25 +0100)]
update UPGRADING.INTERNALS
Anatol Belski [Mon, 10 Nov 2014 09:57:27 +0000 (10:57 +0100)]
better description for the toolset config option
Anatol Belski [Mon, 10 Nov 2014 08:30:29 +0000 (09:30 +0100)]
use proper declarations for zend_stat_t
Anatol Belski [Mon, 10 Nov 2014 08:14:15 +0000 (09:14 +0100)]
move these functions to the appropriate place
and include the necessary header
Xinchen Hui [Mon, 10 Nov 2014 09:54:18 +0000 (17:54 +0800)]
Fixed segfault in bug62500.phpt
Xinchen Hui [Mon, 10 Nov 2014 05:52:07 +0000 (13:52 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Mon, 10 Nov 2014 05:51:01 +0000 (13:51 +0800)]
Merge branch 'PHP-5.6'
Conflicts:
Zend/zend_execute_API.c
Xinchen Hui [Mon, 10 Nov 2014 05:47:50 +0000 (13:47 +0800)]
Update NEWS
Xinchen Hui [Mon, 10 Nov 2014 05:47:14 +0000 (13:47 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 10 Nov 2014 05:46:47 +0000 (13:46 +0800)]
Fixed bug #68370 ("unset($this)" can make the program crash)
Anatol Belski [Fri, 7 Nov 2014 18:58:30 +0000 (19:58 +0100)]
move more common ldflags into function
Anatol Belski [Fri, 7 Nov 2014 18:24:17 +0000 (19:24 +0100)]
rename intel toolset to icc - shorter
Anatol Belski [Fri, 7 Nov 2014 18:13:41 +0000 (19:13 +0100)]
fix gd compilation with icc toolset
Anatol Belski [Fri, 7 Nov 2014 17:39:03 +0000 (18:39 +0100)]
either ms or intel linker is used, /libpath is supported
Anatol Belski [Fri, 7 Nov 2014 17:33:37 +0000 (18:33 +0100)]
further catch up with phpize and improved clang arch setup
Anatol Belski [Fri, 7 Nov 2014 13:36:13 +0000 (14:36 +0100)]
add /fallback for clang-cl
Anatol Belski [Fri, 7 Nov 2014 13:07:33 +0000 (14:07 +0100)]
parametrize WINVER and update its value
Anatol Belski [Fri, 7 Nov 2014 12:48:29 +0000 (13:48 +0100)]
further refactoring of toolset+phpize stuff
Julien Pauli [Fri, 7 Nov 2014 11:59:48 +0000 (12:59 +0100)]
Fixed NEWS for 5.5
Anatol Belski [Fri, 7 Nov 2014 10:48:03 +0000 (11:48 +0100)]
catch up the toolset changes with phpize
also packed common parts into functions so there's less code duplication
Anatol Belski [Thu, 6 Nov 2014 23:58:02 +0000 (00:58 +0100)]
fix linking for clang, using linker directly
Anatol Belski [Thu, 6 Nov 2014 23:57:15 +0000 (00:57 +0100)]
adjust pid_t declaration so it doesn't conflict with apache one
Anatol Belski [Thu, 6 Nov 2014 22:43:36 +0000 (23:43 +0100)]
using the determined linker instead of compiler
this is a clang issue, longer parameter strings would be issue for both
compiler and linker
Anatol Belski [Thu, 6 Nov 2014 22:15:56 +0000 (23:15 +0100)]
fix x64 recognition for clang and icc
Anatol Belski [Thu, 6 Nov 2014 22:04:53 +0000 (23:04 +0100)]
basic support for Intel Composer
Anatol Belski [Thu, 6 Nov 2014 19:44:57 +0000 (20:44 +0100)]
build system to support clang
Anatol Belski [Thu, 6 Nov 2014 19:42:46 +0000 (20:42 +0100)]
basic clang compatibility on windows
Dmitry Stogov [Fri, 7 Nov 2014 07:24:25 +0000 (10:24 +0300)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix opcache.revalidate_freq per-request behavior
Conflicts:
ext/opcache/ZendAccelerator.h
Dmitry Stogov [Fri, 7 Nov 2014 07:17:48 +0000 (10:17 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix opcache.revalidate_freq per-request behavior
Dmitry Stogov [Fri, 7 Nov 2014 07:16:25 +0000 (10:16 +0300)]
Fix opcache.revalidate_freq per-request behavior
Dmitry Stogov [Fri, 7 Nov 2014 06:57:27 +0000 (09:57 +0300)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
Update NEWS
Dmitry Stogov [Fri, 7 Nov 2014 06:55:13 +0000 (09:55 +0300)]
fixed compilation error
Dmitry Stogov [Fri, 7 Nov 2014 06:54:05 +0000 (09:54 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
Dmitry Stogov [Fri, 7 Nov 2014 06:48:26 +0000 (09:48 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
Dmitry Stogov [Fri, 7 Nov 2014 06:46:49 +0000 (09:46 +0300)]
Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
Rasmus Lerdorf [Thu, 6 Nov 2014 18:19:45 +0000 (10:19 -0800)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src: (142 commits)
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
Update NEWS
Fixed bug #68331 - This was partial patch for https://wiki.php.net/rfc/session-lock-ini
fix dir separator in test
arg1-3 are not variable names to use; removed useless buffer variable
update NEWS
Fix bug #63595 GMP memory management conflicts with other libraries using GMP
Initialize the offset table - PCRE may sometimes miss offsets
set default response code to 200
set default response code to 200
set default response code to 200
Fixed bug #66584 Segmentation fault on statement deallocation
Add credit
fix ZTS build
Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests
Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction
Fixed Bug #68104 (Segfault while pre-evaluating a disabled function)
Temporarily disable wait/xml protocol...
don't try to send in the test results until we restored qa.php.net
Fix uninitialized value...
...
Rasmus Lerdorf [Thu, 6 Nov 2014 17:49:11 +0000 (09:49 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
Matteo Beccati [Thu, 6 Nov 2014 14:46:49 +0000 (15:46 +0100)]
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
Matteo Beccati [Thu, 6 Nov 2014 14:46:49 +0000 (15:46 +0100)]
Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)