]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'master' of git.php.net:/php-src
Joe Watkins [Sat, 12 Nov 2016 17:30:41 +0000 (17:30 +0000)]
Merge branch 'master' of git.php.net:/php-src

8 years agoupdate phpdbg with stdin code change
Joe Watkins [Sat, 12 Nov 2016 17:30:16 +0000 (17:30 +0000)]
update phpdbg with stdin code change

8 years agoUse "Standard input code" instead of "php://stdin"
Andrea Faulds [Sun, 20 Mar 2016 22:07:14 +0000 (22:07 +0000)]
Use "Standard input code" instead of "php://stdin"

8 years agoShow "php://stdin" instead of "-" in error messages
Andrea Faulds [Thu, 21 May 2015 17:08:01 +0000 (18:08 +0100)]
Show "php://stdin" instead of "-" in error messages

8 years agoRemove Netware support
Kalle Sommer Nielsen [Sat, 12 Nov 2016 10:20:01 +0000 (11:20 +0100)]
Remove Netware support

If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.

8 years agoMerge branch 'master' of git.php.net:php-src
Kalle Sommer Nielsen [Sat, 12 Nov 2016 10:18:42 +0000 (11:18 +0100)]
Merge branch 'master' of git.php.net:php-src

8 years agoFix Windows build
Kalle Sommer Nielsen [Sat, 12 Nov 2016 10:18:25 +0000 (11:18 +0100)]
Fix Windows build

8 years agoMerge branch 'PHP-7.1'
Joe Watkins [Sat, 12 Nov 2016 10:00:17 +0000 (10:00 +0000)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  added a test for date_interval_format function
  Merge branch 'pull-request/2198'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Sat, 12 Nov 2016 09:59:24 +0000 (09:59 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  added a test for date_interval_format function
  Merge branch 'pull-request/2198'

8 years agoadded a test for date_interval_format function
Jean Carlo Machado [Thu, 27 Oct 2016 19:05:47 +0000 (17:05 -0200)]
added a test for date_interval_format function

8 years agoMerge branch 'pull-request/2198'
Joe Watkins [Sat, 12 Nov 2016 08:15:13 +0000 (08:15 +0000)]
Merge branch 'pull-request/2198'

8 years agoMerge branch 'pull-request/2198'
Joe Watkins [Sat, 12 Nov 2016 08:15:13 +0000 (08:15 +0000)]
Merge branch 'pull-request/2198'

8 years agoMerge branch 'pull-request/2198'
Joe Watkins [Sat, 12 Nov 2016 08:15:13 +0000 (08:15 +0000)]
Merge branch 'pull-request/2198'

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Sat, 12 Nov 2016 01:39:30 +0000 (02:39 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix erroneous line in confutils.js

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 12 Nov 2016 01:38:33 +0000 (02:38 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix erroneous line in confutils.js

8 years agofix erroneous line in confutils.js
Stricted [Mon, 7 Nov 2016 15:23:02 +0000 (16:23 +0100)]
fix erroneous line in confutils.js

8 years agoFix the lchwon error test for Travis CI.
Mitch Hagstrand [Fri, 11 Nov 2016 23:40:30 +0000 (15:40 -0800)]
Fix the lchwon error test for Travis CI.

The E_WARNING message from the PHP function lchown is passed
from the system function lchown. The error message returned
from lchown can be filesystem dependent.

https://github.com/php/php-src/blob/6053987bc27e8dede37f437193a5cad448f99bce/ext/standard/filestat.c#L406

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 21:52:22 +0000 (22:52 +0100)]
Merge branch 'PHP-7.1'

8 years agoAllow early-binding of ZEND_NEW args
Nikita Popov [Thu, 10 Nov 2016 21:51:39 +0000 (22:51 +0100)]
Allow early-binding of ZEND_NEW args

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 21:28:42 +0000 (22:28 +0100)]
Merge branch 'PHP-7.1'

8 years agoFix block pass leaks
Nikita Popov [Thu, 10 Nov 2016 20:42:05 +0000 (21:42 +0100)]
Fix block pass leaks

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 21:19:52 +0000 (22:19 +0100)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 10 Nov 2016 21:18:42 +0000 (22:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFcall optimization: Avoid FETCH_DIM_R with UNUSED op2
Nikita Popov [Thu, 10 Nov 2016 20:36:46 +0000 (21:36 +0100)]
Fcall optimization: Avoid FETCH_DIM_R with UNUSED op2

8 years agobelated news entries
Joe Watkins [Thu, 10 Nov 2016 17:11:24 +0000 (17:11 +0000)]
belated news entries

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 10 Nov 2016 13:59:56 +0000 (14:59 +0100)]
Merge branch 'PHP-7.1'

8 years agoDon't elide undef var notice
Nikita Popov [Thu, 10 Nov 2016 13:54:41 +0000 (14:54 +0100)]
Don't elide undef var notice

8 years agoSet result of FREE to unused in block pass
Nikita Popov [Thu, 10 Nov 2016 13:50:39 +0000 (14:50 +0100)]
Set result of FREE to unused in block pass

8 years agoFix ext/xml func info
Nikita Popov [Thu, 10 Nov 2016 13:41:11 +0000 (14:41 +0100)]
Fix ext/xml func info

8 years agoRange inference cleanup
Nikita Popov [Tue, 8 Nov 2016 19:41:27 +0000 (20:41 +0100)]
Range inference cleanup

Replace inline #ifdefs with some macros. Fix build if NEG_RANGE is
disabled. Fix some typos. Add some comments.

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Thu, 10 Nov 2016 09:34:24 +0000 (12:34 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Don't update proprties inplace.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Thu, 10 Nov 2016 09:34:09 +0000 (12:34 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Don't update proprties inplace.

8 years agoDon't update proprties inplace.
Dmitry Stogov [Thu, 10 Nov 2016 09:32:07 +0000 (12:32 +0300)]
Don't update proprties inplace.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Wed, 9 Nov 2016 20:38:29 +0000 (21:38 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  add missing entry
  add missing NEWS entry
  add missing NEWS entry

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Wed, 9 Nov 2016 20:37:41 +0000 (21:37 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  add missing NEWS entry
  add missing NEWS entry

8 years agoadd missing entry
Anatol Belski [Wed, 9 Nov 2016 20:37:04 +0000 (21:37 +0100)]
add missing entry

8 years agoadd missing NEWS entry
Anatol Belski [Wed, 9 Nov 2016 20:34:41 +0000 (21:34 +0100)]
add missing NEWS entry

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Wed, 9 Nov 2016 20:34:16 +0000 (21:34 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  add missing NEWS entry

8 years agoadd missing NEWS entry
Anatol Belski [Wed, 9 Nov 2016 20:32:44 +0000 (21:32 +0100)]
add missing NEWS entry

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Wed, 9 Nov 2016 10:33:05 +0000 (11:33 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  improve lib name guessing for newer libtidy

8 years agoimprove lib name guessing for newer libtidy
Anatol Belski [Wed, 9 Nov 2016 10:28:50 +0000 (11:28 +0100)]
improve lib name guessing for newer libtidy

FreeBSD calls it tidy5. Still, the check is not perfect, as both
old and new lib can coexist. ATM, the preference is to pick up the
old lib, still. In it's absense the new one will be looked up.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Wed, 9 Nov 2016 10:21:01 +0000 (11:21 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  sync NEWS
  Remove binary casts from PHAR's default stub

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Wed, 9 Nov 2016 10:20:20 +0000 (11:20 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  sync NEWS

8 years agosync NEWS
Anatol Belski [Wed, 9 Nov 2016 10:19:13 +0000 (11:19 +0100)]
sync NEWS

8 years agoRemove binary casts from PHAR's default stub
Pedro Magalhães [Sun, 6 Nov 2016 22:11:57 +0000 (23:11 +0100)]
Remove binary casts from PHAR's default stub

8 years agoRemove binary casts from PHAR's default stub
Pedro Magalhães [Sun, 6 Nov 2016 22:11:57 +0000 (23:11 +0100)]
Remove binary casts from PHAR's default stub

8 years agoMerge branch 'PHP-7.1'
Ferenc Kovacs [Wed, 9 Nov 2016 01:19:23 +0000 (02:19 +0100)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Ferenc Kovacs [Wed, 9 Nov 2016 01:18:18 +0000 (02:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Wed, 9 Nov 2016 01:16:32 +0000 (02:16 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoadd missing NEWS entries
Ferenc Kovacs [Wed, 9 Nov 2016 01:12:16 +0000 (02:12 +0100)]
add missing NEWS entries

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 8 Nov 2016 11:17:53 +0000 (12:17 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix memory leak

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 8 Nov 2016 11:17:39 +0000 (12:17 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix memory leak

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Tue, 8 Nov 2016 11:16:39 +0000 (12:16 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix memory leak

8 years agofix memory leak
Anatol Belski [Tue, 8 Nov 2016 11:12:58 +0000 (12:12 +0100)]
fix memory leak

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 8 Nov 2016 10:16:55 +0000 (11:16 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crash
  Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crash
  Fix #72696: imagefilltoborder stackoverflow on truecolor images
  Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
  Fix bug #73144 and bug #73341 - remove extra dtor
  remove unreferenced var came in with merge
  Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle
  Fix #72696: imagefilltoborder stackoverflow on truecolor images
  Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
  fix version
  set versions
  Fix bug #73144 and bug #73341 - remove extra dtor
  Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 8 Nov 2016 10:15:06 +0000 (11:15 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crash
  Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crash
  Fix #72696: imagefilltoborder stackoverflow on truecolor images
  Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
  Fix bug #73144 and bug #73341 - remove extra dtor
  remove unreferenced var came in with merge
  Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle
  Fix #72696: imagefilltoborder stackoverflow on truecolor images
  Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
  fix version
  set versions
  Fix bug #73144 and bug #73341 - remove extra dtor
  Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle

8 years agoMerge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0
Anatol Belski [Tue, 8 Nov 2016 10:13:29 +0000 (11:13 +0100)]
Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0

* phpsec/PHP-7.0.13:
  Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crash
  Fix #72696: imagefilltoborder stackoverflow on truecolor images
  Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
  Fix bug #73144 and bug #73341 - remove extra dtor
  remove unreferenced var came in with merge
  Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle
  fix version
  set versions

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Tue, 8 Nov 2016 10:11:22 +0000 (11:11 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed bug #73418 Integer Overflow in "_php_imap_mail" leads to crash
  Fix #72696: imagefilltoborder stackoverflow on truecolor images
  Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
  Fix bug #73144 and bug #73341 - remove extra dtor
  Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle

8 years agoMerge remote-tracking branch 'phpsec/PHP-5.6.28' into PHP-5.6
Anatol Belski [Tue, 8 Nov 2016 10:06:52 +0000 (11:06 +0100)]
Merge remote-tracking branch 'phpsec/PHP-5.6.28' into PHP-5.6

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 8 Nov 2016 01:36:05 +0000 (02:36 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Enable FTS4 and FTS5 for bundled libsqlite

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 8 Nov 2016 01:35:33 +0000 (02:35 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Enable FTS4 and FTS5 for bundled libsqlite

8 years agoEnable FTS4 and FTS5 for bundled libsqlite
Anatol Belski [Tue, 8 Nov 2016 01:26:43 +0000 (02:26 +0100)]
Enable FTS4 and FTS5 for bundled libsqlite

FTS3 is already enabled by default, and the other FTS versions
seems just to have been missed. Given that, the other FTS plugins
look like a low impact so worth a try. The current bundled libsqlite
versions in 7.x are proven stable already and support FTS5.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 7 Nov 2016 20:19:31 +0000 (21:19 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  avoid unneeded copying

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 7 Nov 2016 20:19:04 +0000 (21:19 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  avoid unneeded copying

8 years agoavoid unneeded copying
Anatol Belski [Mon, 7 Nov 2016 20:09:03 +0000 (21:09 +0100)]
avoid unneeded copying

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 7 Nov 2016 19:49:07 +0000 (20:49 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS
  update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 7 Nov 2016 19:48:41 +0000 (20:48 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Mon, 7 Nov 2016 19:48:13 +0000 (20:48 +0100)]
update NEWS

8 years agoupdate NEWS
Anatol Belski [Mon, 7 Nov 2016 19:47:06 +0000 (20:47 +0100)]
update NEWS

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 7 Nov 2016 19:41:31 +0000 (20:41 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Add test for bug #73448

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 7 Nov 2016 19:40:46 +0000 (20:40 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add test for bug #73448

8 years agoAdd test for bug #73448
Anatol Belski [Mon, 7 Nov 2016 19:39:51 +0000 (20:39 +0100)]
Add test for bug #73448

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 7 Nov 2016 19:22:12 +0000 (20:22 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #73448 odbc_errormsg returns trash, always 513 bytes

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 7 Nov 2016 19:21:56 +0000 (20:21 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73448 odbc_errormsg returns trash, always 513 bytes

8 years agoFixed bug #73448 odbc_errormsg returns trash, always 513 bytes
Anatol Belski [Mon, 7 Nov 2016 19:18:29 +0000 (20:18 +0100)]
Fixed bug #73448 odbc_errormsg returns trash, always 513 bytes

8 years agoMerge branch 'PHP-7.1'
Derick Rethans [Mon, 7 Nov 2016 16:40:48 +0000 (16:40 +0000)]
Merge branch 'PHP-7.1'

8 years agoAdd hint that naive DateTime comparisions now are more likely to fail
Derick Rethans [Mon, 7 Nov 2016 16:40:42 +0000 (16:40 +0000)]
Add hint that naive DateTime comparisions now are more likely to fail

8 years agoMerge branch 'PHP-7.1'
Jakub Zelenka [Sun, 6 Nov 2016 20:45:13 +0000 (20:45 +0000)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Jakub Zelenka [Sun, 6 Nov 2016 20:44:40 +0000 (20:44 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Jakub Zelenka [Sun, 6 Nov 2016 20:43:50 +0000 (20:43 +0000)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2)
Jakub Zelenka [Sun, 6 Nov 2016 20:40:51 +0000 (20:40 +0000)]
Fix bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2)

8 years agoMerge branch 'PHP-7.1'
Jakub Zelenka [Sun, 6 Nov 2016 17:40:59 +0000 (17:40 +0000)]
Merge branch 'PHP-7.1'

8 years agoNever return private part of the key from openssl_csr_get_public_key
Jakub Zelenka [Sun, 6 Nov 2016 17:37:06 +0000 (17:37 +0000)]
Never return private part of the key from openssl_csr_get_public_key

This fixes ecc.phpt test when OpenSSL 1.1 linked.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Sun, 6 Nov 2016 16:57:29 +0000 (17:57 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  add missing RETURN_STRINGL_CHECK

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 6 Nov 2016 16:57:19 +0000 (17:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  add missing RETURN_STRINGL_CHECK

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Sun, 6 Nov 2016 16:56:14 +0000 (17:56 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  add missing RETURN_STRINGL_CHECK

8 years agoadd missing RETURN_STRINGL_CHECK
Anatol Belski [Sun, 6 Nov 2016 16:51:25 +0000 (17:51 +0100)]
add missing RETURN_STRINGL_CHECK

As RETVAL_STRINGL_CHECK is already there, this one is needed for
completion. One place in ext/bz2 is missing that, so it will likely
be useful for other possible fixes.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Sun, 6 Nov 2016 16:13:09 +0000 (17:13 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Sun, 6 Nov 2016 16:12:46 +0000 (17:12 +0100)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 6 Nov 2016 16:12:18 +0000 (17:12 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Sun, 6 Nov 2016 16:11:19 +0000 (17:11 +0100)]
update NEWS

8 years agoIntroduce SKIP_IO_CAPTURE_TESTS group
Anatol Belski [Sat, 5 Nov 2016 23:04:53 +0000 (00:04 +0100)]
Introduce SKIP_IO_CAPTURE_TESTS group

to workaround false positives with some CI systems

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sat, 5 Nov 2016 22:11:42 +0000 (23:11 +0100)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 5 Nov 2016 22:10:19 +0000 (23:10 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoRemove this check as discussed with Anatol
Kalle Sommer Nielsen [Sat, 5 Nov 2016 22:08:08 +0000 (23:08 +0100)]
Remove this check as discussed with Anatol

8 years agoComplete the fix of bug #70172 for PHP 7
Nikita Popov [Sun, 23 Oct 2016 19:37:36 +0000 (21:37 +0200)]
Complete the fix of bug #70172 for PHP 7

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Sat, 5 Nov 2016 21:55:04 +0000 (22:55 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fix blob parameters binding. Fixes: #73087, #61183, #71494

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 5 Nov 2016 21:54:44 +0000 (22:54 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix blob parameters binding. Fixes: #73087, #61183, #71494

8 years agoFix blob parameters binding. Fixes: #73087, #61183, #71494
Dorin Marcoci [Fri, 4 Nov 2016 11:15:01 +0000 (13:15 +0200)]
Fix blob parameters binding. Fixes: #73087, #61183, #71494

Adjusted formatting according to requirements

Test case for bug #73087

8 years agoMerge branch 'PHP-7.1'
Stanislav Malyshev [Sat, 5 Nov 2016 21:00:58 +0000 (14:00 -0700)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  More int->size_t and string overflow fixes