]> granicus.if.org Git - php/log
php
9 years agoAdded "mod_auth_basic" to apache module list.
George Wang [Wed, 9 Dec 2015 05:16:16 +0000 (00:16 -0500)]
Added "mod_auth_basic" to apache module list.

9 years agoAdd sanitizing checks for request data.
George Wang [Wed, 9 Dec 2015 05:06:49 +0000 (00:06 -0500)]
Add sanitizing checks for request data.

9 years agoClear secret after use.
George Wang [Wed, 9 Dec 2015 04:43:29 +0000 (23:43 -0500)]
Clear secret after use.

9 years agoFixed __DIR__ in CLI mode.
George Wang [Wed, 9 Dec 2015 05:09:14 +0000 (00:09 -0500)]
Fixed __DIR__ in CLI mode.

9 years agoAdd PDO_Firebird fix in NEWS
Popa Adrian Marius [Thu, 3 Dec 2015 15:23:56 +0000 (17:23 +0200)]
Add PDO_Firebird fix in NEWS

9 years agoUse LL_MASK for SQL_INT64 data formatting
Popa Adrian Marius [Thu, 3 Dec 2015 15:12:02 +0000 (17:12 +0200)]
Use LL_MASK for SQL_INT64 data formatting

9 years agoFix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird
Popa Adrian Marius [Thu, 3 Dec 2015 14:14:17 +0000 (16:14 +0200)]
Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird

9 years agoFixed bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)
Xinchen Hui [Tue, 24 Nov 2015 05:45:16 +0000 (13:45 +0800)]
Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)

9 years agoAlign NEWS entries format
Lior Kaplan [Mon, 23 Nov 2015 16:46:19 +0000 (18:46 +0200)]
Align NEWS entries format

9 years agoAdd NEWS entry for #61751
Lior Kaplan [Mon, 23 Nov 2015 16:42:21 +0000 (18:42 +0200)]
Add NEWS entry for #61751

9 years agoFixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_...
Lior Kaplan [Mon, 23 Nov 2015 16:40:47 +0000 (18:40 +0200)]
Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions)

9 years agoAdd bug #70957 and #70958 releated test in refection
Xinchen Hui [Mon, 23 Nov 2015 10:48:21 +0000 (18:48 +0800)]
Add bug #70957 and #70958 releated test in refection

9 years agoFixed bug #70958 (Invalid opcode while using ::class as trait method paramater defaul...
Xinchen Hui [Mon, 23 Nov 2015 10:29:59 +0000 (18:29 +0800)]
Fixed bug #70958 (Invalid opcode while using ::class as trait method paramater default value)

9 years agoFixed bug #70957 (self::class can not be resolved with reflection for abstract class)
Xinchen Hui [Mon, 23 Nov 2015 04:20:44 +0000 (12:20 +0800)]
Fixed bug #70957 (self::class can not be resolved with reflection for abstract class)

9 years agoUpdate test script
Xinchen Hui [Sat, 21 Nov 2015 13:01:51 +0000 (05:01 -0800)]
Update test script

9 years agoUnused var
Xinchen Hui [Sat, 21 Nov 2015 12:54:21 +0000 (04:54 -0800)]
Unused var

9 years agoImproved fix for bug #70944
Xinchen Hui [Sat, 21 Nov 2015 08:27:56 +0000 (00:27 -0800)]
Improved fix for bug #70944

9 years agoFixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)
Xinchen Hui [Fri, 20 Nov 2015 08:24:53 +0000 (16:24 +0800)]
Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)

9 years agoThis seems better
Xinchen Hui [Fri, 20 Nov 2015 07:36:13 +0000 (15:36 +0800)]
This seems better

9 years agoFixed build error "undefined symbol gdJpegGetVersionString"
Xinchen Hui [Fri, 20 Nov 2015 07:22:05 +0000 (15:22 +0800)]
Fixed build error "undefined symbol gdJpegGetVersionString"

9 years agoMerge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
Xinchen Hui [Tue, 17 Nov 2015 12:13:22 +0000 (20:13 +0800)]
Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6

9 years agoImprove the test
Xinchen Hui [Tue, 17 Nov 2015 12:12:50 +0000 (20:12 +0800)]
Improve the test

9 years agoNews for fixed bug #68344
Andrey Hristov [Mon, 16 Nov 2015 11:38:25 +0000 (12:38 +0100)]
News for fixed bug #68344

9 years agoMerge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
Xinchen Hui [Mon, 16 Nov 2015 09:00:16 +0000 (17:00 +0800)]
Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6

9 years agoFixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)
Xinchen Hui [Mon, 16 Nov 2015 08:58:19 +0000 (16:58 +0800)]
Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)

Actually, this only be fixed if php uses mysqlnd

9 years agoAdded back support for undocummented host:port syntax
Côme Bernigaud [Mon, 16 Nov 2015 03:50:12 +0000 (04:50 +0100)]
Added back support for undocummented host:port syntax

9 years agoUse the same CS for all json tests
Jakub Zelenka [Sun, 15 Nov 2015 19:06:09 +0000 (19:06 +0000)]
Use the same CS for all json tests

9 years agoFixed bug #70900 (SoapClient systematic out of memory error)
Dmitry Stogov [Thu, 12 Nov 2015 17:31:52 +0000 (20:31 +0300)]
Fixed bug #70900 (SoapClient systematic out of memory error)

9 years agoUsing default port in ldap_connect when NULL is passed (this was the behavior prior...
Côme Bernigaud [Thu, 12 Nov 2015 06:04:09 +0000 (07:04 +0100)]
Using default port in ldap_connect when NULL is passed (this was the behavior prior to 5.6.11)

Note that passing 0 will also result in default port.

9 years agoEnsure the test fails
Xinchen Hui [Wed, 11 Nov 2015 11:51:33 +0000 (19:51 +0800)]
Ensure the test fails

9 years agopropare for 5.6.16RC1
Ferenc Kovacs [Wed, 11 Nov 2015 08:20:16 +0000 (09:20 +0100)]
propare for 5.6.16RC1

9 years agoRemove SNI test that trigger request to sni.velox.ch
Jakub Zelenka [Mon, 9 Nov 2015 18:11:18 +0000 (18:11 +0000)]
Remove SNI test that trigger request to sni.velox.ch

This has been requested by Kaspar Brand who provides
sni.velox.ch. That site is only for interactive
testing and not for unit/integration/regression testing.
Although this test is run only in special cases (when
SNI_TESTS is defined) it should still be removed.

Also this test is not reliable as it depends on external
resources.

9 years agoFix bug #70875 Segmentation fault if wsdl has no targetNamespace attribute
Matteo Beccati [Sat, 7 Nov 2015 09:35:45 +0000 (10:35 +0100)]
Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attribute

9 years agoAlways remember NEWS....
Christopher Jones [Fri, 6 Nov 2015 15:15:24 +0000 (02:15 +1100)]
Always remember NEWS....

9 years agoFix compile warnings about comparison of unsigned expression always being true
Christopher Jones [Fri, 6 Nov 2015 15:14:18 +0000 (02:14 +1100)]
Fix compile warnings about comparison of unsigned expression always being true

9 years agoBump OCI8 version
Christopher Jones [Fri, 6 Nov 2015 15:10:57 +0000 (02:10 +1100)]
Bump OCI8 version

9 years agoFix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)
Christopher Jones [Fri, 6 Nov 2015 14:56:50 +0000 (01:56 +1100)]
Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)

9 years agoMake test for bug #70852 to cover all cases
Reeze Xia [Thu, 5 Nov 2015 06:09:24 +0000 (14:09 +0800)]
Make test for bug #70852 to cover all cases

9 years agoFixed bug #70852 Segfault getting NULL offset of an ArrayObject.
Reeze Xia [Thu, 5 Nov 2015 05:46:03 +0000 (13:46 +0800)]
Fixed bug #70852 Segfault getting NULL offset of an ArrayObject.

9 years agoFixed test
Xinchen Hui [Mon, 2 Nov 2015 02:58:55 +0000 (10:58 +0800)]
Fixed test

9 years agoMerge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
Xinchen Hui [Mon, 2 Nov 2015 02:47:32 +0000 (10:47 +0800)]
Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6

9 years agoFixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-existent...
Xinchen Hui [Mon, 2 Nov 2015 02:47:02 +0000 (10:47 +0800)]
Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-existent constant)

9 years agoUse standard title for new openssl tests
Jakub Zelenka [Thu, 29 Oct 2015 19:11:57 +0000 (19:11 +0000)]
Use standard title for new openssl tests

9 years agonew tests to openssl module, don't covered yet.
root [Thu, 29 Oct 2015 14:05:54 +0000 (12:05 -0200)]
new tests to openssl module, don't covered yet.

9 years agoAnother Fix for Bug #68344 MySQLi does not provide way to disable peer certificate...
Andrey Hristov [Tue, 27 Oct 2015 11:59:09 +0000 (12:59 +0100)]
Another Fix for Bug #68344  MySQLi does not provide way to disable peer certificate validation
Added the possibility to explicitly state that the peer certificate should not be checked.
Back to the default - checking the certificate.
Exported MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT
Usage : mysqli_real_connect( , , , , , MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT)

If mysqli_ssl_set() is not called, but only MYSQLI_CLIENT_SSL is passed, without the (don't) very flag,
then no verification takes place.

9 years agoupdate NEWS
Anatol Belski [Mon, 26 Oct 2015 14:56:34 +0000 (15:56 +0100)]
update NEWS

9 years agoFixed bug #70718 stream_select() when OpenSSL extension is loaded on PHP Win64
Anatol Belski [Mon, 26 Oct 2015 14:54:29 +0000 (15:54 +0100)]
Fixed bug #70718 stream_select() when OpenSSL extension is loaded on PHP Win64

9 years agounbreak coverage data: fix #line directives in phpdbg parser
Nuno Lopes [Sat, 24 Oct 2015 22:12:24 +0000 (18:12 -0400)]
unbreak coverage data: fix #line directives in phpdbg parser

9 years agoexclude datelib from coverage report as asked by Derick
Nuno Lopes [Sat, 24 Oct 2015 21:38:20 +0000 (17:38 -0400)]
exclude datelib from coverage report as asked by Derick

9 years agoFix globals initialization in sapi/cgi
Anatol Belski [Fri, 23 Oct 2015 11:56:40 +0000 (13:56 +0200)]
Fix globals initialization in sapi/cgi

Basically backport 8430ec17

9 years agoImprove fix for Bug #68344 MySQLi does not provide way to disable peer certificate...
Andrey Hristov [Thu, 22 Oct 2015 09:48:53 +0000 (11:48 +0200)]
Improve fix for Bug #68344 MySQLi does not provide way to disable peer certificate validation

9 years agoFix for Bug #68344 MySQLi does not provide way to disable peer certificate validation
Andrey Hristov [Wed, 21 Oct 2015 13:10:24 +0000 (15:10 +0200)]
Fix for Bug #68344  MySQLi does not provide way to disable peer certificate validation

9 years agoUpdate the certificates needed for the mysqli tests
Andrey Hristov [Wed, 21 Oct 2015 08:42:15 +0000 (10:42 +0200)]
Update the certificates needed for the mysqli tests

9 years agobackport 262160e and 2d55e8c into 5.6
Anatol Belski [Tue, 20 Oct 2015 18:05:44 +0000 (20:05 +0200)]
backport 262160e and 2d55e8c into 5.6

9 years agoFixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l)
Xinchen Hui [Tue, 20 Oct 2015 05:20:56 +0000 (13:20 +0800)]
Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l)

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Mon, 19 Oct 2015 20:47:23 +0000 (22:47 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fixup, both catched by nikic
  use another character device in this test as /dev/console seems that it is different for lxc containers
  the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one
  let's try running our testsuite without sudo

9 years agoMerge branch 'pr-1483' into PHP-5.5
Ferenc Kovacs [Mon, 19 Oct 2015 20:44:19 +0000 (22:44 +0200)]
Merge branch 'pr-1483' into PHP-5.5

* pr-1483:
  fixup, both catched by nikic
  use another character device in this test as /dev/console seems that it is different for lxc containers
  the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one
  let's try running our testsuite without sudo

9 years agoMerge branch 'pull-request/1535' into PHP-5.6
Stanislav Malyshev [Mon, 19 Oct 2015 00:17:55 +0000 (17:17 -0700)]
Merge branch 'pull-request/1535' into PHP-5.6

* pull-request/1535:
  Bug #70561: Fix DirectoryIterator to throw OutOfBoundsException

9 years agoFix bug #64172
Daniel Persson [Sat, 26 Sep 2015 19:28:23 +0000 (21:28 +0200)]
Fix bug #64172

Check if the SQLSTATE error code is equal to PDO_ERR_NONE before we ask the driver.
And if no error is reported skip the extra call to the driver.

9 years agoSkip some tests for platforms different than x86
Fábio Perez [Fri, 16 Oct 2015 16:01:25 +0000 (13:01 -0300)]
Skip some tests for platforms different than x86

These tests are verifying undefined behaviour such as shifting by more than 63
bits and by negative numbers.

9 years agoSkip serialize test if ext/session is not loaded
Stanislav Malyshev [Sun, 18 Oct 2015 22:43:03 +0000 (15:43 -0700)]
Skip serialize test if ext/session is not loaded

9 years agoRemove wrong argument $session from SNMP::setSecurity()
jubianchi [Fri, 11 Sep 2015 16:13:23 +0000 (18:13 +0200)]
Remove wrong argument $session from SNMP::setSecurity()

9 years agoFix SNMP::setSecurity() arginfo (Fixes bug #70476)
jubianchi [Fri, 11 Sep 2015 15:54:31 +0000 (17:54 +0200)]
Fix SNMP::setSecurity() arginfo (Fixes bug #70476)

9 years agoupdate NEWS
Anatol Belski [Sun, 18 Oct 2015 09:34:42 +0000 (11:34 +0200)]
update NEWS

9 years agoC89 compat
Anatol Belski [Sun, 18 Oct 2015 09:14:30 +0000 (11:14 +0200)]
C89 compat

9 years agouse spprintf instead (no need to estrdup afterwards).
MiRacLe.RPZ [Sat, 17 Oct 2015 21:31:38 +0000 (00:31 +0300)]
use spprintf instead (no need to estrdup afterwards).

9 years agodblib's dbcolname can return null in some cases
MiRacLe.RPZ [Wed, 2 Sep 2015 19:36:14 +0000 (22:36 +0300)]
dblib's dbcolname can return null in some cases

9 years agotestcase fot bug #69757
MiRacLe.RPZ [Mon, 6 Jul 2015 20:31:57 +0000 (23:31 +0300)]
testcase fot bug #69757

9 years agoSegmentation fault on pdo_dblib::nextRowset (bug #69757)
MiRacLe.RPZ [Fri, 3 Jul 2015 07:28:06 +0000 (10:28 +0300)]
Segmentation fault on pdo_dblib::nextRowset (bug #69757)

9 years agoprepare for 5.6.15RC1
Ferenc Kovacs [Wed, 14 Oct 2015 22:22:12 +0000 (00:22 +0200)]
prepare for 5.6.15RC1

9 years agofix test
Anatol Belski [Wed, 30 Sep 2015 10:18:32 +0000 (12:18 +0200)]
fix test

9 years agoFixed bug #70685
Nikita Popov [Sat, 10 Oct 2015 12:54:14 +0000 (14:54 +0200)]
Fixed bug #70685

Doing a less intrusive variant of the PHP 7.0 fix for 5.6.

9 years agoImprove previous fix
Nikita Popov [Fri, 9 Oct 2015 21:28:24 +0000 (23:28 +0200)]
Improve previous fix

Don't forbid null binding on plain functions.

9 years agoFixed bug #70681
Nikita Popov [Fri, 9 Oct 2015 21:01:23 +0000 (23:01 +0200)]
Fixed bug #70681

9 years agoupdate NEWS
Anatol Belski [Fri, 9 Oct 2015 10:35:06 +0000 (12:35 +0200)]
update NEWS

9 years agofix coverage report for datelib
Nuno Lopes [Sun, 4 Oct 2015 09:45:05 +0000 (05:45 -0400)]
fix coverage report for datelib

9 years agoFixed bug #70632 (Third one of segfault in gc_remove_from_buffer)
Xinchen Hui [Sun, 4 Oct 2015 03:33:24 +0000 (20:33 -0700)]
Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)

9 years agoFixed the third one of (segfault in gc_remove_from_buffer())
Xinchen Hui [Sun, 4 Oct 2015 03:14:55 +0000 (20:14 -0700)]
Fixed the third one of (segfault in gc_remove_from_buffer())

This one maybe only used in debug mode, so no bug report and no test
script provided

9 years agoFixed bug #70631 (Another Segfault in gc_remove_from_buffer())
Xinchen Hui [Sun, 4 Oct 2015 03:08:21 +0000 (20:08 -0700)]
Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())

9 years agoDo not edit the zval cause it might be in shared memory
Xinchen Hui [Sun, 4 Oct 2015 02:50:38 +0000 (19:50 -0700)]
Do not edit the zval cause it might be  in shared memory

9 years agoFixed bug #70601 (Segfault in gc_remove_from_buffer())
Xinchen Hui [Sun, 4 Oct 2015 02:38:56 +0000 (19:38 -0700)]
Fixed bug #70601 (Segfault in gc_remove_from_buffer())

9 years agofix win10 support
Anatol Belski [Sat, 3 Oct 2015 08:44:43 +0000 (10:44 +0200)]
fix win10 support

dwMajorVersion == 10 there, and generally this check is obsolete
as we don't support dwMajorVersion < 6 since 5.5

9 years agoFixed bug #70625
Nikita Popov [Sat, 3 Oct 2015 08:12:11 +0000 (10:12 +0200)]
Fixed bug #70625

9 years agoMerge branch 'pr-1544' into PHP-5.6
Ferenc Kovacs [Fri, 2 Oct 2015 19:48:33 +0000 (21:48 +0200)]
Merge branch 'pr-1544' into PHP-5.6

* pr-1544:
  Update NEWS file with LDAP fixes

9 years agoUpdated to version 2015.7 (2015g)
Derick Rethans [Fri, 2 Oct 2015 17:12:16 +0000 (18:12 +0100)]
Updated to version 2015.7 (2015g)

9 years agoFixed bug #70619 (DateTimeImmutable segfault)
Xinchen Hui [Fri, 2 Oct 2015 14:19:21 +0000 (07:19 -0700)]
Fixed bug #70619 (DateTimeImmutable segfault)

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Wed, 30 Sep 2015 11:19:18 +0000 (13:19 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed test
  5.5.31 now

Conflicts:
configure.in
main/php_version.h

9 years agoFixed test
Julien Pauli [Wed, 30 Sep 2015 11:18:16 +0000 (13:18 +0200)]
Fixed test

9 years ago5.5.31 now
Julien Pauli [Wed, 30 Sep 2015 11:01:11 +0000 (13:01 +0200)]
5.5.31 now

9 years agoAdd JSON as exported type, if available. mysqlnd has it, libmysql doesn't export...
Andrey Hristov [Wed, 30 Sep 2015 07:02:11 +0000 (09:02 +0200)]
Add JSON as exported type, if available. mysqlnd has it, libmysql doesn't export it (for now).

9 years agoupdate NEWS, these missed 5.6.14RC1 as I was not asked to include them so delaying...
Ferenc Kovacs [Tue, 29 Sep 2015 23:28:39 +0000 (01:28 +0200)]
update NEWS, these missed 5.6.14RC1 as I was not asked to include them so delaying for the next release

9 years agoadd NEWS entries
Ferenc Kovacs [Tue, 29 Sep 2015 23:16:43 +0000 (01:16 +0200)]
add NEWS entries

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 29 Sep 2015 23:15:54 +0000 (01:15 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add NEWS entries

9 years agoadd NEWS entries
Ferenc Kovacs [Tue, 29 Sep 2015 23:15:24 +0000 (01:15 +0200)]
add NEWS entries

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 29 Sep 2015 04:42:08 +0000 (21:42 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Better fix for bug #70433

Conflicts:
ext/phar/dirstream.c

9 years agoBetter fix for bug #70433
Stanislav Malyshev [Tue, 29 Sep 2015 04:37:26 +0000 (21:37 -0700)]
Better fix for bug #70433

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 29 Sep 2015 03:44:28 +0000 (20:44 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix memory leak
  FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"

Conflicts:
ext/phar/dirstream.c

9 years agofix memory leak
Stanislav Malyshev [Tue, 29 Sep 2015 03:43:18 +0000 (20:43 -0700)]
fix memory leak

9 years agoFIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename...
Stanislav Malyshev [Tue, 29 Sep 2015 00:12:35 +0000 (17:12 -0700)]
FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 28 Sep 2015 23:59:46 +0000 (16:59 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #69720: Null pointer dereference in phar_get_fp_offset()