]> granicus.if.org Git - php/log
php
10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Mon, 10 Nov 2014 05:51:01 +0000 (13:51 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
Zend/zend_execute_API.c

10 years agoUpdate NEWS
Xinchen Hui [Mon, 10 Nov 2014 05:47:50 +0000 (13:47 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 10 Nov 2014 05:47:14 +0000 (13:47 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #68370 ("unset($this)" can make the program crash)
Xinchen Hui [Mon, 10 Nov 2014 05:46:47 +0000 (13:46 +0800)]
Fixed bug #68370 ("unset($this)" can make the program crash)

10 years agomove more common ldflags into function
Anatol Belski [Fri, 7 Nov 2014 18:58:30 +0000 (19:58 +0100)]
move more common ldflags into function

10 years agorename intel toolset to icc - shorter
Anatol Belski [Fri, 7 Nov 2014 18:24:17 +0000 (19:24 +0100)]
rename intel toolset to icc - shorter

10 years agofix gd compilation with icc toolset
Anatol Belski [Fri, 7 Nov 2014 18:13:41 +0000 (19:13 +0100)]
fix gd compilation with icc toolset

10 years agoeither ms or intel linker is used, /libpath is supported
Anatol Belski [Fri, 7 Nov 2014 17:39:03 +0000 (18:39 +0100)]
either ms or intel linker is used, /libpath is supported

10 years agofurther catch up with phpize and improved clang arch setup
Anatol Belski [Fri, 7 Nov 2014 17:33:37 +0000 (18:33 +0100)]
further catch up with phpize and improved clang arch setup

10 years agoadd /fallback for clang-cl
Anatol Belski [Fri, 7 Nov 2014 13:36:13 +0000 (14:36 +0100)]
add /fallback for clang-cl

10 years agoparametrize WINVER and update its value
Anatol Belski [Fri, 7 Nov 2014 13:07:33 +0000 (14:07 +0100)]
parametrize WINVER and update its value

10 years agofurther refactoring of toolset+phpize stuff
Anatol Belski [Fri, 7 Nov 2014 12:48:29 +0000 (13:48 +0100)]
further refactoring of toolset+phpize stuff

10 years agocatch up the toolset changes with phpize
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

10 years agofix linking for clang, using linker directly
Anatol Belski [Thu, 6 Nov 2014 23:58:02 +0000 (00:58 +0100)]
fix linking for clang, using linker directly

10 years agoadjust pid_t declaration so it doesn't conflict with apache one
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

10 years agousing the determined linker instead of compiler
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

10 years agofix x64 recognition for clang and icc
Anatol Belski [Thu, 6 Nov 2014 22:15:56 +0000 (23:15 +0100)]
fix x64 recognition for clang and icc

10 years agobasic support for Intel Composer
Anatol Belski [Thu, 6 Nov 2014 22:04:53 +0000 (23:04 +0100)]
basic support for Intel Composer

10 years agobuild system to support clang
Anatol Belski [Thu, 6 Nov 2014 19:44:57 +0000 (20:44 +0100)]
build system to support clang

10 years agobasic clang compatibility on windows
Anatol Belski [Thu, 6 Nov 2014 19:42:46 +0000 (20:42 +0100)]
basic clang compatibility on windows

10 years agoMerge branch 'PHP-5.6'
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

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
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

10 years agoFix 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

10 years agoMerge branch 'PHP-5.6'
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

10 years agofixed compilation error
Dmitry Stogov [Fri, 7 Nov 2014 06:55:13 +0000 (09:55 +0300)]
fixed compilation error

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
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)

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
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)

10 years agoPartial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash...
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)

10 years agoFixed 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)

10 years agoFixed 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)

10 years agoFixed 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)

10 years agoMicro optimizations
Dmitry Stogov [Thu, 6 Nov 2014 14:45:41 +0000 (17:45 +0300)]
Micro optimizations

10 years agoUse better function
Dmitry Stogov [Thu, 6 Nov 2014 14:45:14 +0000 (17:45 +0300)]
Use better function

10 years agofix preprocessor conditions
Anatol Belski [Thu, 6 Nov 2014 13:03:42 +0000 (14:03 +0100)]
fix preprocessor conditions

10 years agofix comment
Anatol Belski [Thu, 6 Nov 2014 12:55:58 +0000 (13:55 +0100)]
fix comment

10 years agofinal name for vc14 isn't yet set
Anatol Belski [Thu, 6 Nov 2014 12:50:19 +0000 (13:50 +0100)]
final name for vc14 isn't yet set

10 years agoMerge branch 'pull-request/869'
Anatol Belski [Thu, 6 Nov 2014 12:42:24 +0000 (13:42 +0100)]
Merge branch 'pull-request/869'

* pull-request/869:
  Various fixes to allow support for new VS2014 features  - Added some typeof checks to handle JS errors introduced in VS2014  - Added VS2014 to the list of compilers  - Changed to use stdint.h if we are using VS2014 or higher  - Skip defining timespec if we're using VS2014 or higher  - Moved u_char typedef out to always be defined regardless of VS version

10 years agoImproved object property access.
Dmitry Stogov [Thu, 6 Nov 2014 11:50:03 +0000 (14:50 +0300)]
Improved object property access.

10 years agoUpdate NEWS
Yasuo Ohgaki [Thu, 6 Nov 2014 04:54:16 +0000 (13:54 +0900)]
Update NEWS

10 years agoMerge branch 'PHP-5.6'
Yasuo Ohgaki [Thu, 6 Nov 2014 04:49:43 +0000 (13:49 +0900)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #68331 - This was partial patch for https://wiki.php.net/rfc/session-lock-ini
  Fixed 2 tests that expects bool retrun value from save handler.

Conflicts:
ext/session/session.c

10 years agoFixed bug #68331 - This was partial patch for https://wiki.php.net/rfc/session-lock-ini
Yasuo Ohgaki [Thu, 6 Nov 2014 04:06:29 +0000 (13:06 +0900)]
Fixed bug #68331 - This was partial patch for https://wiki.php.net/rfc/session-lock-ini

10 years agoVarious fixes to allow support for new VS2014 features
Chris Tankersley [Thu, 2 Oct 2014 18:05:31 +0000 (11:05 -0700)]
Various fixes to allow support for new VS2014 features
 - Added some typeof checks to handle JS errors introduced in VS2014
 - Added VS2014 to the list of compilers
 - Changed to use stdint.h if we are using VS2014 or higher
 - Skip defining timespec if we're using VS2014 or higher
 - Moved u_char typedef out to always be defined regardless of VS version

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Wed, 5 Nov 2014 14:43:37 +0000 (15:43 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix dir separator in test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 5 Nov 2014 14:43:13 +0000 (15:43 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix dir separator in test

10 years agofix dir separator in test
Anatol Belski [Wed, 5 Nov 2014 14:42:45 +0000 (15:42 +0100)]
fix dir separator in test

10 years agoFix bad merge
Bob Weinand [Tue, 4 Nov 2014 17:23:20 +0000 (18:23 +0100)]
Fix bad merge

10 years agoMerge remote-tracking branch 'origin/PHP-5.6'
Bob Weinand [Tue, 4 Nov 2014 16:16:49 +0000 (17:16 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'

Conflicts:
ext/standard/file.c

10 years agoarg1-3 are not variable names to use; removed useless buffer variable
Bob Weinand [Tue, 4 Nov 2014 15:58:32 +0000 (16:58 +0100)]
arg1-3 are not variable names to use; removed useless buffer variable

10 years agoimproved the ZEND_FASTCALL convention for vc12+
Anatol Belski [Tue, 4 Nov 2014 09:07:44 +0000 (10:07 +0100)]
improved the ZEND_FASTCALL convention for vc12+

10 years agoRespect flags when fetching class by name
Andrea Faulds [Tue, 4 Nov 2014 00:15:26 +0000 (00:15 +0000)]
Respect flags when fetching class by name

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 3 Nov 2014 19:44:01 +0000 (11:44 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS
  Fix bug #63595 GMP memory management conflicts with other libraries using GMP

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 3 Nov 2014 19:43:51 +0000 (11:43 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update NEWS
  Fix bug #63595 GMP memory management conflicts with other libraries using GMP

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 3 Nov 2014 19:43:40 +0000 (11:43 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update NEWS
  Fix bug #63595 GMP memory management conflicts with other libraries using GMP

10 years agoupdate NEWS
Stanislav Malyshev [Mon, 3 Nov 2014 19:43:15 +0000 (11:43 -0800)]
update NEWS

10 years agoFix bug #63595 GMP memory management conflicts with other libraries using GMP
Remi Collet [Mon, 27 Oct 2014 06:45:34 +0000 (07:45 +0100)]
Fix bug #63595 GMP memory management conflicts with other libraries using GMP

Drop use of php memory allocators as this raise various conflicts
with other extensions and libraries which use libgmp.

No other solution found.
We cannot for ensure correct use of allocator with shared lib.

Some memory can allocated before php init
Some memory can be freed after php shutdown

Known broken run cases
- php + curl + gnutls + gmp
- mod_gnutls + mod_php + gnutls + gmp
- php + freetds + gnutls + gmp
- php + odbc + freetds + gnutls + gmp
- php + php-mapi (zarafa) + gnutls + gmp

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 3 Nov 2014 19:40:15 +0000 (11:40 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  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
  fix NEWS & version
  NEWS
  Fix bug #68283: fileinfo: out-of-bounds read in elf note headers
  Fix bug #68113 (Heap corruption in exif_thumbnail())
  Fix bug #68089 - do not accept options with embedded \0
  Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
  Fix bug #68027 - fix date parsing in XMLRPC lib

Conflicts:
ext/pcre/php_pcre.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 3 Nov 2014 19:38:29 +0000 (11:38 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Initialize the offset table - PCRE may sometimes miss offsets
  set default response code to 200
  set default response code to 200
  fix NEWS & version
  NEWS
  Fix bug #68283: fileinfo: out-of-bounds read in elf note headers
  Fix bug #68113 (Heap corruption in exif_thumbnail())
  Fix bug #68089 - do not accept options with embedded \0
  Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
  Fix bug #68027 - fix date parsing in XMLRPC lib

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 3 Nov 2014 19:37:43 +0000 (11:37 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Initialize the offset table - PCRE may sometimes miss offsets
  set default response code to 200
  fix NEWS & version
  NEWS
  Fix bug #68283: fileinfo: out-of-bounds read in elf note headers
  Fix bug #68113 (Heap corruption in exif_thumbnail())
  Fix bug #68089 - do not accept options with embedded \0
  Fixed bug #68044: Integer overflow in unserialize() (32-bits only)
  Fix bug #68027 - fix date parsing in XMLRPC lib

Conflicts:
configure.in
ext/curl/interface.c
main/php_version.h

10 years agoInitialize the offset table - PCRE may sometimes miss offsets
Stanislav Malyshev [Mon, 3 Nov 2014 00:04:00 +0000 (16:04 -0800)]
Initialize the offset table - PCRE may sometimes miss offsets

10 years agoMerge branch 'master' of git.php.net:php-src
George Wang [Mon, 3 Nov 2014 16:44:35 +0000 (11:44 -0500)]
Merge branch 'master' of git.php.net:php-src

10 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
George Wang [Mon, 3 Nov 2014 16:44:13 +0000 (11:44 -0500)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

10 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
George Wang [Mon, 3 Nov 2014 16:43:43 +0000 (11:43 -0500)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

10 years agoset default response code to 200
George Wang [Mon, 3 Nov 2014 16:42:01 +0000 (11:42 -0500)]
set default response code to 200

10 years agoset default response code to 200
George Wang [Mon, 3 Nov 2014 16:42:01 +0000 (11:42 -0500)]
set default response code to 200

10 years agoset default response code to 200
George Wang [Mon, 3 Nov 2014 16:42:01 +0000 (11:42 -0500)]
set default response code to 200

10 years agoset default response code to 200
George Wang [Mon, 3 Nov 2014 16:42:01 +0000 (11:42 -0500)]
set default response code to 200

10 years agoMerge branch 'PHP-5.6'
Matteo Beccati [Sat, 1 Nov 2014 18:21:38 +0000 (19:21 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #66584 Segmentation fault on statement deallocation

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Sat, 1 Nov 2014 18:20:43 +0000 (19:20 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66584 Segmentation fault on statement deallocation

10 years agoFixed bug #66584 Segmentation fault on statement deallocation
Matteo Beccati [Sat, 1 Nov 2014 18:11:43 +0000 (19:11 +0100)]
Fixed bug #66584 Segmentation fault on statement deallocation

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Sat, 1 Nov 2014 14:30:22 +0000 (22:30 +0800)]
Merge branch 'PHP-5.6'

10 years agoAdd credit
Xinchen Hui [Sat, 1 Nov 2014 14:29:55 +0000 (22:29 +0800)]
Add credit

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Fri, 31 Oct 2014 18:53:59 +0000 (19:53 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix ZTS build

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 31 Oct 2014 18:53:39 +0000 (19:53 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix ZTS build

10 years agofix ZTS build
Anatol Belski [Fri, 31 Oct 2014 18:53:16 +0000 (19:53 +0100)]
fix ZTS build

10 years agofix datatype mismatches
Anatol Belski [Fri, 31 Oct 2014 18:35:51 +0000 (19:35 +0100)]
fix datatype mismatches

10 years agofix datatype mismatches
Anatol Belski [Fri, 31 Oct 2014 18:11:34 +0000 (19:11 +0100)]
fix datatype mismatches

10 years agofix warning not all control paths return a value
Anatol Belski [Fri, 31 Oct 2014 17:49:29 +0000 (18:49 +0100)]
fix warning not all control paths return a value

10 years agofix datatype mismatch warning
Anatol Belski [Fri, 31 Oct 2014 17:46:38 +0000 (18:46 +0100)]
fix datatype mismatch warning

10 years agofix datatype mismatch warnings
Anatol Belski [Fri, 31 Oct 2014 17:41:41 +0000 (18:41 +0100)]
fix datatype mismatch warnings

10 years agofix datatype mismatch warnings
Anatol Belski [Fri, 31 Oct 2014 17:35:55 +0000 (18:35 +0100)]
fix datatype mismatch warnings

10 years agoMerge branch 'PHP-5.6'
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

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
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

10 years agoAdded PGSQL_TEST_CONNSTR env var support for ext/pgsql tests
Matteo Beccati [Fri, 31 Oct 2014 17:54:16 +0000 (18:54 +0100)]
Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests

10 years agoFixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not...
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

10 years agoUpdate NEWS
Xinchen Hui [Fri, 31 Oct 2014 09:38:18 +0000 (17:38 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Fri, 31 Oct 2014 09:37:56 +0000 (17:37 +0800)]
Merge branch 'PHP-5.6'

Conflicts:
Zend/zend_API.c

10 years agoMerge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
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

10 years agoFixed Bug #68104 (Segfault while pre-evaluating a disabled function)
Xinchen Hui [Fri, 31 Oct 2014 09:32:23 +0000 (17:32 +0800)]
Fixed Bug #68104 (Segfault while pre-evaluating a disabled function)

10 years agoFixed outof memory (length == -1)
Xinchen Hui [Fri, 31 Oct 2014 04:25:40 +0000 (12:25 +0800)]
Fixed outof memory (length == -1)

10 years agoUse DECLARE_CONST instruction instead of call to internal define() function when...
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

10 years agoMerge remote-tracking branch 'origin/PHP-5.6'
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

10 years agoAdded constant expression evaluation for "dirname(__FILE__)".
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

10 years agoTemporarily disable wait/xml protocol...
Bob Weinand [Thu, 30 Oct 2014 22:09:57 +0000 (23:09 +0100)]
Temporarily disable wait/xml protocol...

10 years agofix datatype mismatches
Anatol Belski [Thu, 30 Oct 2014 19:06:12 +0000 (20:06 +0100)]
fix datatype mismatches

10 years agofix datatype mismatche warnings
Anatol Belski [Thu, 30 Oct 2014 19:04:14 +0000 (20:04 +0100)]
fix datatype mismatche warnings

10 years agofix datatype mismatches
Anatol Belski [Thu, 30 Oct 2014 17:37:56 +0000 (18:37 +0100)]
fix datatype mismatches

10 years agofix datatype mismatch warnings
Anatol Belski [Thu, 30 Oct 2014 17:07:58 +0000 (18:07 +0100)]
fix datatype mismatch warnings

10 years agofix datatype mismatch warnings
Anatol Belski [Thu, 30 Oct 2014 16:25:17 +0000 (17:25 +0100)]
fix datatype mismatch warnings

10 years agofix some datatype mismatches in ext/bz2
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.

10 years agofix datatype mismatch warnings
Anatol Belski [Thu, 30 Oct 2014 13:36:57 +0000 (14:36 +0100)]
fix datatype mismatch warnings