]>
granicus.if.org Git - php/log
Anatol Belski [Fri, 31 Oct 2014 17:35:55 +0000 (18:35 +0100)]
fix datatype mismatch warnings
Matteo Beccati [Fri, 31 Oct 2014 17:58:59 +0000 (18:58 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests
Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction
Matteo Beccati [Fri, 31 Oct 2014 17:57:59 +0000 (18:57 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests
Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction
Matteo Beccati [Fri, 31 Oct 2014 17:54:16 +0000 (18:54 +0100)]
Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests
Matteo Beccati [Fri, 31 Oct 2014 17:10:01 +0000 (18:10 +0100)]
Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction
Xinchen Hui [Fri, 31 Oct 2014 09:38:18 +0000 (17:38 +0800)]
Update NEWS
Xinchen Hui [Fri, 31 Oct 2014 09:37:56 +0000 (17:37 +0800)]
Merge branch 'PHP-5.6'
Conflicts:
Zend/zend_API.c
Xinchen Hui [Fri, 31 Oct 2014 09:35:19 +0000 (17:35 +0800)]
Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
Xinchen Hui [Fri, 31 Oct 2014 09:32:23 +0000 (17:32 +0800)]
Fixed Bug #68104 (Segfault while pre-evaluating a disabled function)
Xinchen Hui [Fri, 31 Oct 2014 04:25:40 +0000 (12:25 +0800)]
Fixed outof memory (length == -1)
Dmitry Stogov [Thu, 30 Oct 2014 23:42:39 +0000 (16:42 -0700)]
Use DECLARE_CONST instruction instead of call to internal define() function when possible
Bob Weinand [Thu, 30 Oct 2014 23:05:43 +0000 (00:05 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'
Ignore commit
113f1fd6d5eb286c50f6cca003d18f847bc202cb when merging
Dmitry Stogov [Thu, 30 Oct 2014 22:15:51 +0000 (15:15 -0700)]
Added constant expression evaluation for "dirname(__FILE__)".
Improved constant expression evaluation for function calls
Bob Weinand [Thu, 30 Oct 2014 22:09:57 +0000 (23:09 +0100)]
Temporarily disable wait/xml protocol...
Anatol Belski [Thu, 30 Oct 2014 19:06:12 +0000 (20:06 +0100)]
fix datatype mismatches
Anatol Belski [Thu, 30 Oct 2014 19:04:14 +0000 (20:04 +0100)]
fix datatype mismatche warnings
Anatol Belski [Thu, 30 Oct 2014 17:37:56 +0000 (18:37 +0100)]
fix datatype mismatches
Anatol Belski [Thu, 30 Oct 2014 17:07:58 +0000 (18:07 +0100)]
fix datatype mismatch warnings
Anatol Belski [Thu, 30 Oct 2014 16:25:17 +0000 (17:25 +0100)]
fix datatype mismatch warnings
Anatol Belski [Thu, 30 Oct 2014 16:18:10 +0000 (17:18 +0100)]
fix some datatype mismatches in ext/bz2
Additionally, as bz2 read/write routines expect int for sizes, it could
overflow. So fixed the logic. Things in compress/decompress are more
complicated so they was left as they are yet.
Anatol Belski [Thu, 30 Oct 2014 13:36:57 +0000 (14:36 +0100)]
fix datatype mismatch warnings
Ferenc Kovacs [Thu, 30 Oct 2014 17:19:48 +0000 (18:19 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
don't try to send in the test results until we restored qa.php.net
Fix uninitialized value...
Don't treat warnings as failures in the junit output
Ferenc Kovacs [Thu, 30 Oct 2014 17:14:37 +0000 (18:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
don't try to send in the test results until we restored qa.php.net
Don't treat warnings as failures in the junit output
Conflicts:
.travis.yml
Ferenc Kovacs [Thu, 30 Oct 2014 17:12:37 +0000 (18:12 +0100)]
don't try to send in the test results until we restored qa.php.net
Bob Weinand [Thu, 30 Oct 2014 12:17:58 +0000 (13:17 +0100)]
Merge phpdbg into PHP-5.6
Bob Weinand [Thu, 30 Oct 2014 11:15:27 +0000 (12:15 +0100)]
Fix uninitialized value...
Anatol Belski [Thu, 30 Oct 2014 09:28:05 +0000 (10:28 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
add DLL export to the output globals
Anatol Belski [Thu, 30 Oct 2014 09:27:20 +0000 (10:27 +0100)]
add DLL export to the output globals
Xinchen Hui [Thu, 30 Oct 2014 08:55:40 +0000 (16:55 +0800)]
Save memory allocating
Xinchen Hui [Thu, 30 Oct 2014 08:00:08 +0000 (16:00 +0800)]
Fixed memory leak in ZEND_JMPZ_EX (op1 and result may share same slot)
Xinchen Hui [Thu, 30 Oct 2014 03:54:00 +0000 (11:54 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Thu, 30 Oct 2014 03:52:29 +0000 (11:52 +0800)]
Use macro
Xinchen Hui [Thu, 30 Oct 2014 03:42:40 +0000 (11:42 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Thu, 30 Oct 2014 03:42:02 +0000 (11:42 +0800)]
Fixed build.... (shouldn't it be zend_output_globals?)
Anatol Belski [Wed, 29 Oct 2014 19:04:56 +0000 (20:04 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix output globals importing
export output globals
use portable strndup implementation
unix sockets aren't available on windows
dll export APIs needed by phpdbg
fix sapi/phpdbg/config.w32
Don't treat warnings as failures in the junit output
Anatol Belski [Wed, 29 Oct 2014 19:03:28 +0000 (20:03 +0100)]
fix output globals importing
Anatol Belski [Wed, 29 Oct 2014 19:02:41 +0000 (20:02 +0100)]
export output globals
needed by phpdbg
Anatol Belski [Wed, 29 Oct 2014 18:49:20 +0000 (19:49 +0100)]
use portable strndup implementation
Anatol Belski [Wed, 29 Oct 2014 18:39:46 +0000 (19:39 +0100)]
unix sockets aren't available on windows
Anatol Belski [Wed, 29 Oct 2014 18:32:52 +0000 (19:32 +0100)]
dll export APIs needed by phpdbg
Anatol Belski [Wed, 29 Oct 2014 18:28:21 +0000 (19:28 +0100)]
fix sapi/phpdbg/config.w32
Anatol Belski [Wed, 29 Oct 2014 13:33:50 +0000 (14:33 +0100)]
fix datatype mismatches
Anatol Belski [Wed, 29 Oct 2014 13:28:16 +0000 (14:28 +0100)]
fix datatype mismatches
sizeof(struct _string) doesn't increase.
Anatol Belski [Wed, 29 Oct 2014 13:09:30 +0000 (14:09 +0100)]
fix datatype mismatch
Anatol Belski [Wed, 29 Oct 2014 12:46:58 +0000 (13:46 +0100)]
fix datatype mismatches
especially spl_dual_it_object current.pos should have the same datatype as
limit.offset, also this doesn't increase the struct size.
Anatol Belski [Wed, 29 Oct 2014 12:36:10 +0000 (13:36 +0100)]
fix datatype mismatches
PCRE uses plain datatypes, no typedefs.
Anatol Belski [Wed, 29 Oct 2014 10:48:29 +0000 (11:48 +0100)]
fix the comparison return value
Anatol Belski [Wed, 29 Oct 2014 10:39:54 +0000 (11:39 +0100)]
fix datatype mismatch
Anatol Belski [Tue, 28 Oct 2014 19:12:20 +0000 (20:12 +0100)]
fix datatype mismatches
Anatol Belski [Tue, 28 Oct 2014 19:11:53 +0000 (20:11 +0100)]
fix datatype mismatch warning
Anatol Belski [Tue, 28 Oct 2014 18:59:31 +0000 (19:59 +0100)]
fix datatype mismatches
Anatol Belski [Tue, 28 Oct 2014 18:50:06 +0000 (19:50 +0100)]
fix datatype mismatch warnings
Anatol Belski [Tue, 28 Oct 2014 18:32:51 +0000 (19:32 +0100)]
fix datatype mismatch warns
Anatol Belski [Tue, 28 Oct 2014 18:29:07 +0000 (19:29 +0100)]
fix datatype mismatch warn
Anatol Belski [Tue, 28 Oct 2014 18:25:55 +0000 (19:25 +0100)]
fix datatype mismatch warnings
Anatol Belski [Tue, 28 Oct 2014 18:18:47 +0000 (19:18 +0100)]
fix "inconsistent dll linkage" warning caused by bison
stdlib.h might not be always using _STDLIB_H, that will move bison
to redeclare the malloc/free prototypes.
Anatol Belski [Tue, 28 Oct 2014 17:43:22 +0000 (18:43 +0100)]
fix datatype mismatch warnings
Matteo Beccati [Wed, 29 Oct 2014 13:32:41 +0000 (14:32 +0100)]
Don't treat warnings as failures in the junit output
This matches Travis and the actual return code.
Matteo Beccati [Wed, 29 Oct 2014 13:32:41 +0000 (14:32 +0100)]
Don't treat warnings as failures in the junit output
This matches Travis and the actual return code.
Matteo Beccati [Wed, 29 Oct 2014 13:32:41 +0000 (14:32 +0100)]
Don't treat warnings as failures in the junit output
This matches Travis and the actual return code.
Bob Weinand [Wed, 29 Oct 2014 10:44:46 +0000 (11:44 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'
Bob Weinand [Wed, 29 Oct 2014 10:43:01 +0000 (11:43 +0100)]
Merge phpdbg into PHP-5.6
Bob Weinand [Wed, 29 Oct 2014 10:40:56 +0000 (11:40 +0100)]
Merge php-src into phpdbg
Matteo Beccati [Wed, 29 Oct 2014 10:32:57 +0000 (11:32 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed test to work with recent libcurl versions
PHP 5.5.20 now
Matteo Beccati [Wed, 29 Oct 2014 10:32:12 +0000 (11:32 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed test to work with recent libcurl versions
PHP 5.5.20 now
Conflicts:
configure.in
main/php_version.h
Matteo Beccati [Wed, 29 Oct 2014 10:26:22 +0000 (11:26 +0100)]
Fixed test to work with recent libcurl versions
Bob Weinand [Wed, 29 Oct 2014 10:28:09 +0000 (11:28 +0100)]
Enable shared builds for webhelper
Remi Collet [Wed, 29 Oct 2014 06:26:58 +0000 (07:26 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
cleanup uneeded json
Remi Collet [Wed, 29 Oct 2014 06:26:41 +0000 (07:26 +0100)]
cleanup uneeded json
Remi Collet [Wed, 29 Oct 2014 06:26:41 +0000 (07:26 +0100)]
cleanup uneeded json
Bob Weinand [Tue, 28 Oct 2014 22:07:46 +0000 (23:07 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'
Bob Weinand [Tue, 28 Oct 2014 22:07:36 +0000 (23:07 +0100)]
Move missing zend_hash_* macros from phpdbg.h to zend_hash.h
Bob Weinand [Tue, 28 Oct 2014 22:06:50 +0000 (23:06 +0100)]
Merge phpdbg into PHP-5.6
Bob Weinand [Tue, 28 Oct 2014 22:06:50 +0000 (23:06 +0100)]
Merge phpdbg into PHP-5.6
Bob Weinand [Tue, 28 Oct 2014 22:06:32 +0000 (23:06 +0100)]
Removed last HAVE_JSON check
Bob Weinand [Tue, 28 Oct 2014 22:00:10 +0000 (23:00 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'
Conflicts:
sapi/phpdbg/phpdbg_wait.c
sapi/phpdbg/phpdbg_webdata_transfer.c
Bob Weinand [Tue, 28 Oct 2014 21:44:29 +0000 (22:44 +0100)]
Merge phpdbg into PHP-5.6
Bob Weinand [Tue, 28 Oct 2014 21:44:29 +0000 (22:44 +0100)]
Merge phpdbg into PHP-5.6
Bob Weinand [Tue, 28 Oct 2014 21:33:41 +0000 (22:33 +0100)]
Fix versions & config.m4
Bob Weinand [Tue, 28 Oct 2014 21:15:05 +0000 (22:15 +0100)]
Merge ../phpdbg into PHP-5.6
Conflicts:
sapi/phpdbg/config.m4
Bob Weinand [Tue, 28 Oct 2014 21:15:05 +0000 (22:15 +0100)]
Merge ../phpdbg into PHP-5.6
Conflicts:
sapi/phpdbg/config.m4
Bob Weinand [Tue, 28 Oct 2014 21:14:35 +0000 (22:14 +0100)]
Use serialize instead of json for transfer
Bob Weinand [Tue, 28 Oct 2014 21:11:30 +0000 (22:11 +0100)]
Add webhelper in config.w32
Bob Weinand [Tue, 28 Oct 2014 20:15:47 +0000 (21:15 +0100)]
Merge php-src into phpdbg
Conflicts:
config.m4
Remi Collet [Tue, 28 Oct 2014 18:13:27 +0000 (19:13 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix phpdbg build when src tree != build tree
Remi Collet [Tue, 28 Oct 2014 18:10:53 +0000 (19:10 +0100)]
fix phpdbg build when src tree != build tree
Remi Collet [Tue, 28 Oct 2014 18:10:53 +0000 (19:10 +0100)]
fix phpdbg build when src tree != build tree
Bob Weinand [Tue, 28 Oct 2014 16:43:15 +0000 (17:43 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'
Bob Weinand [Tue, 28 Oct 2014 16:42:38 +0000 (17:42 +0100)]
Merge ../phpdbg into PHP-5.6
Bob Weinand [Tue, 28 Oct 2014 16:40:27 +0000 (17:40 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'
Conflicts:
configure.in
main/php_version.h
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_prompt.c
Bob Weinand [Tue, 28 Oct 2014 16:20:21 +0000 (17:20 +0100)]
Remove the ugly hack via a temp file to store breakpoints
Bob Weinand [Tue, 28 Oct 2014 16:20:21 +0000 (17:20 +0100)]
Remove the ugly hack via a temp file to store breakpoints
Bob Weinand [Tue, 28 Oct 2014 12:55:56 +0000 (13:55 +0100)]
Typo (notfoundc => notfound)
Bob Weinand [Tue, 28 Oct 2014 12:55:56 +0000 (13:55 +0100)]
Typo (notfoundc => notfound)
Bob Weinand [Tue, 28 Oct 2014 12:55:14 +0000 (13:55 +0100)]
Fix quitting on a second run
Bob Weinand [Tue, 28 Oct 2014 12:55:14 +0000 (13:55 +0100)]
Fix quitting on a second run
Bob Weinand [Tue, 28 Oct 2014 12:27:20 +0000 (13:27 +0100)]
Fix wrong exec length on relative paths
Bob Weinand [Tue, 28 Oct 2014 12:27:20 +0000 (13:27 +0100)]
Fix wrong exec length on relative paths
Bob Weinand [Tue, 28 Oct 2014 12:20:43 +0000 (13:20 +0100)]
Fix possibly unclosed <stream> tags
Bob Weinand [Tue, 28 Oct 2014 12:20:43 +0000 (13:20 +0100)]
Fix possibly unclosed <stream> tags