]> granicus.if.org Git - php/log
php
9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 6 Jan 2016 03:37:29 +0000 (19:37 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Update NEWS
  Improve fix for bug #70976
  Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization)
  Fixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerability
  Fixed #70728
  Fixed bug #70755: fpm_log.c memory leak and buffer overflow
  Fix bug #70976: fix boundary check on gdImageRotateInterpolated
  typofix

9 years agoUpdate NEWS
Stanislav Malyshev [Wed, 6 Jan 2016 03:28:24 +0000 (19:28 -0800)]
Update NEWS

9 years agoHappy new year (Update copyright to 2016)
Lior Kaplan [Fri, 1 Jan 2016 23:44:37 +0000 (01:44 +0200)]
Happy new year (Update copyright to 2016)

9 years agobump year which is missed in rev 49493a2
Xinchen Hui [Sat, 2 Jan 2016 09:51:24 +0000 (17:51 +0800)]
bump year which is missed in rev 49493a2

9 years agoMerge branch 'PHP-5.6' of https://github.com/kaplanlior/php-src into PHP-5.6
Xinchen Hui [Sat, 2 Jan 2016 09:48:20 +0000 (17:48 +0800)]
Merge branch 'PHP-5.6' of https://github.com/kaplanlior/php-src into PHP-5.6

9 years agosync with new tests from 7.0 for ICU 55_1 and 56_1 compat
Anatol Belski [Fri, 1 Jan 2016 19:25:36 +0000 (20:25 +0100)]
sync with new tests from 7.0 for ICU 55_1 and 56_1 compat

9 years agosync skipifs for ext/intl for ICU 55_* and 56_* compat
Anatol Belski [Fri, 1 Jan 2016 19:13:35 +0000 (20:13 +0100)]
sync skipifs for ext/intl for ICU 55_* and 56_* compat

9 years agoHappy new year (Update copyright to 2016)
Lior Kaplan [Fri, 1 Jan 2016 17:23:04 +0000 (19:23 +0200)]
Happy new year (Update copyright to 2016)

9 years agoHappy new year (Update copyright to 2016)
Lior Kaplan [Fri, 1 Jan 2016 17:19:27 +0000 (19:19 +0200)]
Happy new year (Update copyright to 2016)

9 years agoImprove fix for bug #70976
Stanislav Malyshev [Tue, 29 Dec 2015 07:44:14 +0000 (23:44 -0800)]
Improve fix for bug #70976

9 years agoFixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization)
Stanislav Malyshev [Mon, 28 Dec 2015 22:46:35 +0000 (14:46 -0800)]
Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization)

9 years agoFixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerability
Stanislav Malyshev [Mon, 28 Dec 2015 20:42:44 +0000 (12:42 -0800)]
Fixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerability

9 years agoFixed test
Julien Pauli [Thu, 24 Dec 2015 13:44:07 +0000 (14:44 +0100)]
Fixed test

9 years agoFixed and improved tests
Julien Pauli [Thu, 24 Dec 2015 12:33:22 +0000 (13:33 +0100)]
Fixed and improved tests

9 years agotest to function socket_getopt();
marcosptf [Mon, 16 Nov 2015 18:26:39 +0000 (16:26 -0200)]
test to function socket_getopt();

9 years agotest to function socket_clear_error();;
marcosptf [Mon, 16 Nov 2015 21:02:55 +0000 (19:02 -0200)]
test to function socket_clear_error();;

9 years agotest to function socket_shutdown();
marcosptf [Mon, 16 Nov 2015 21:39:06 +0000 (19:39 -0200)]
test to function socket_shutdown();

9 years agotest to function socket_send();
marcosptf [Wed, 18 Nov 2015 00:08:08 +0000 (22:08 -0200)]
test to function socket_send();

9 years agotest to function gethostname ( void );
marcosptf [Fri, 27 Nov 2015 20:07:13 +0000 (18:07 -0200)]
test to function gethostname ( void );

9 years agotest to function DateTimeZone::getLocation();
marcosptf [Sun, 6 Dec 2015 14:19:10 +0000 (12:19 -0200)]
test to function DateTimeZone::getLocation();

9 years agotest to function stream_get_transports();
marcosptf [Thu, 10 Dec 2015 21:48:55 +0000 (19:48 -0200)]
test to function stream_get_transports();

9 years agotest to function stream_get_wrappers();
marcosptf [Fri, 11 Dec 2015 12:43:20 +0000 (10:43 -0200)]
test to function stream_get_wrappers();

9 years agotest to function stream_socket_enable_crypto();
marcosptf [Fri, 11 Dec 2015 12:56:49 +0000 (10:56 -0200)]
test to function stream_socket_enable_crypto();

9 years agotest to function stream_socket_get_name();
marcosptf [Mon, 14 Dec 2015 16:17:47 +0000 (14:17 -0200)]
test to function stream_socket_get_name();

9 years agoCreate stream_socket_recvfrom.phpt
marcosptf [Thu, 17 Dec 2015 19:08:57 +0000 (17:08 -0200)]
Create stream_socket_recvfrom.phpt

9 years agotest to stream function set_file_buffer.phpt();
marcosptf [Thu, 17 Dec 2015 19:31:48 +0000 (17:31 -0200)]
test to stream function set_file_buffer.phpt();

9 years agotest to function PDO_getAvaliableDrivers;
marcosptf [Thu, 17 Dec 2015 19:46:27 +0000 (17:46 -0200)]
test to function PDO_getAvaliableDrivers;

was add new function to PDO::getAvailableDrivers

9 years agotest to misc. function connection_status();
marcosptf [Thu, 17 Dec 2015 20:05:58 +0000 (18:05 -0200)]
test to misc. function connection_status();

9 years agotest to function connection_aborted();
marcosptf [Thu, 17 Dec 2015 20:09:10 +0000 (18:09 -0200)]
test to function connection_aborted();

was added a new uncovered misc. function

9 years agotest to function memory_get_peak_usage();
marcosptf [Mon, 21 Dec 2015 19:22:11 +0000 (17:22 -0200)]
test to function memory_get_peak_usage();

add new test to uncoverage function;

please, @laurence, see if this path is correct!
Thanks

9 years agoUpdate default_mimetype ini setting description
Thomas Punt [Mon, 21 Dec 2015 20:25:30 +0000 (20:25 +0000)]
Update default_mimetype ini setting description

This is in response to doc bug #70287

9 years agoupdate NEWS
Anatol Belski [Wed, 23 Dec 2015 17:37:05 +0000 (18:37 +0100)]
update NEWS

9 years agoAdded test for bug #71201
Anatol Belski [Wed, 23 Dec 2015 17:18:02 +0000 (18:18 +0100)]
Added test for bug #71201

9 years agoBug #71201 round() segfault on 64-bit builds
Anatol Belski [Wed, 23 Dec 2015 17:16:52 +0000 (18:16 +0100)]
Bug #71201 round() segfault on 64-bit builds

9 years agoFixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)
Xinchen Hui [Wed, 23 Dec 2015 16:10:59 +0000 (08:10 -0800)]
Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)

9 years agoAdded support for HTTP 451
Julien Pauli [Wed, 23 Dec 2015 10:31:18 +0000 (11:31 +0100)]
Added support for HTTP 451

9 years agoFixed incorrect setting on 32-bit systems
Dmitry Stogov [Tue, 22 Dec 2015 18:31:28 +0000 (21:31 +0300)]
Fixed incorrect setting on 32-bit systems

9 years agoFixed #70728
Julien Pauli [Tue, 22 Dec 2015 13:28:19 +0000 (14:28 +0100)]
Fixed #70728

9 years agoFix #70720
Julien Pauli [Tue, 22 Dec 2015 15:25:51 +0000 (16:25 +0100)]
Fix #70720

9 years agoAlign NEWS entry format
Lior Kaplan [Mon, 21 Dec 2015 21:14:23 +0000 (23:14 +0200)]
Align NEWS entry format

9 years agoMerge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
Xinchen Hui [Fri, 18 Dec 2015 09:43:25 +0000 (17:43 +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:
  Align news entry format: Implement FR -> Implemented FR

9 years agoImproved fix for #71127
Xinchen Hui [Fri, 18 Dec 2015 09:37:40 +0000 (17:37 +0800)]
Improved fix for #71127

9 years agoAlign news entry format: Implement FR -> Implemented FR
Lior Kaplan [Thu, 17 Dec 2015 09:27:41 +0000 (11:27 +0200)]
Align news entry format: Implement FR -> Implemented FR

9 years agoFixed bug #71127 (Define in auto_prepend_file is overwrite)
Xinchen Hui [Thu, 17 Dec 2015 06:27:33 +0000 (14:27 +0800)]
Fixed bug #71127 (Define in auto_prepend_file is overwrite)

9 years agoRemove sqlite extension leftover references (was removed in PHP 5.4)
Lior Kaplan [Tue, 15 Dec 2015 14:39:43 +0000 (16:39 +0200)]
Remove sqlite extension leftover references (was removed in PHP 5.4)

9 years agoFix ZTS build
Yasuo Ohgaki [Wed, 16 Dec 2015 02:10:39 +0000 (11:10 +0900)]
Fix ZTS build

9 years agoFixed bug #71122 Session GC may not remove obsolete session data
Yasuo Ohgaki [Wed, 16 Dec 2015 00:11:44 +0000 (09:11 +0900)]
Fixed bug #71122 Session GC may not remove obsolete session data

9 years agoRemove extra line
Lior Kaplan [Tue, 15 Dec 2015 09:15:30 +0000 (11:15 +0200)]
Remove extra line

9 years agoNEWS entry for #55651
Lior Kaplan [Tue, 15 Dec 2015 09:13:19 +0000 (11:13 +0200)]
NEWS entry for #55651

9 years agoImplement FR #55651 (Option to ignore the returned FTP PASV address)
Avi Brender [Thu, 10 Dec 2015 09:37:03 +0000 (11:37 +0200)]
Implement FR #55651 (Option to ignore the returned FTP PASV address)

9 years agoUpdate NEWS
Yasuo Ohgaki [Tue, 15 Dec 2015 01:40:07 +0000 (10:40 +0900)]
Update NEWS

9 years agoFixed Bug #71122 Session GC may not remove obsolete session data
Yasuo Ohgaki [Tue, 15 Dec 2015 01:27:28 +0000 (10:27 +0900)]
Fixed Bug #71122 Session GC may not remove obsolete session data

9 years agoSupport uwsgi sapi in opcache
Rasmus Lerdorf [Mon, 14 Dec 2015 14:09:17 +0000 (06:09 -0800)]
Support uwsgi sapi in opcache

9 years agoUpdate README
Christopher Jones [Sat, 12 Dec 2015 21:21:41 +0000 (08:21 +1100)]
Update README

9 years agoPrepare for a PECL release
Christopher Jones [Sat, 12 Dec 2015 05:06:08 +0000 (16:06 +1100)]
Prepare for a PECL release

9 years agoupdate NEWS
Anatol Belski [Fri, 11 Dec 2015 16:42:01 +0000 (17:42 +0100)]
update NEWS

9 years agobackported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0
Anatol Belski [Fri, 11 Dec 2015 16:39:57 +0000 (17:39 +0100)]
backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0

the way it doesn't hurt BC

9 years agoNEWS
Remi Collet [Fri, 11 Dec 2015 12:22:13 +0000 (13:22 +0100)]
NEWS

9 years agoFix Bug #71089 No check to duplicate zend_extension
Remi Collet [Fri, 11 Dec 2015 12:21:24 +0000 (13:21 +0100)]
Fix Bug #71089 No check to duplicate zend_extension

9 years ago5.6.18 will be next
Ferenc Kovacs [Thu, 10 Dec 2015 00:28:51 +0000 (01:28 +0100)]
5.6.18 will be next

9 years agoupdate NEWS
Anatol Belski [Wed, 9 Dec 2015 12:37:37 +0000 (13:37 +0100)]
update NEWS

9 years agoext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.
Michael Orlitzky [Mon, 9 Nov 2015 17:08:36 +0000 (12:08 -0500)]
ext/imap/config.m4: fix conftest segfault in utf8_to_mutf7 check, bug #66909.

The test program for utf8_to_mutf7 attempts to call it without
arguments. The function expects one argument, however, and this leads
to a segfault as reported in PHP bug #66909.

The test program is using the PHP_IMAP_TEST_BUILD macro which
complicates things a little. To keep this diff small, the
PHP_IMAP_TEST_BUILD macro was modified to pass a fifth argument
"extra-source" to the PHP_TEST_BUILD macro. The check for
utf8_to_mutf7 was then modified to check for a dummy function,
utf8_to_mutf7_php, which passes the correct number of arguments to
utf8_to_mutf7.

PHP-Bug: https://bugs.php.net/bug.php?id=66909
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=376735

9 years agoext/dba/config.m4: Autodetect Berkeley DB v5.3.
Michael Orlitzky [Tue, 3 Nov 2015 20:35:31 +0000 (15:35 -0500)]
ext/dba/config.m4: Autodetect Berkeley DB v5.3.

When the user passes --with-db4=DIR to ./configure, the directory DIR
is searched for a number of paths in order of preference. These paths
contain possible locations for Berkeley DB (BDB) to be installed, and
since PHP only supports BDB-4.x and BDB-5.x, it's important that (for
example) version 5.1 be autodetected before falling back to
/usr/include/db.h which can point to BDB-6.x.

The newer BDB-5.3 works with PHP, and if only BDB-5.3 is installed on
the user's system, the current ./configure script is fine. However, if
both BDB-5.3 and BDB-6.0 are installed, version 5.3 is not
autodetected, causing BDB-6.0 to be used. The ./configure step then fails.

This commit adds autodetection for BDB-5.3, and fixes a bug reported
on Gentoo at https://bugs.gentoo.org/show_bug.cgi?id=564824.

9 years agofix path separator in test
Anatol Belski [Wed, 11 Nov 2015 16:07:40 +0000 (17:07 +0100)]
fix path separator in test

9 years agoBumped SAPI version to 6.9
George Wang [Wed, 9 Dec 2015 05:19:18 +0000 (00:19 -0500)]
Bumped SAPI version to 6.9

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 agoFixed bug #70755: fpm_log.c memory leak and buffer overflow
Stanislav Malyshev [Tue, 8 Dec 2015 08:10:07 +0000 (00:10 -0800)]
Fixed bug #70755: fpm_log.c memory leak and buffer overflow

9 years agoFix bug #70976: fix boundary check on gdImageRotateInterpolated
Stanislav Malyshev [Tue, 8 Dec 2015 07:30:49 +0000 (23:30 -0800)]
Fix bug #70976: fix boundary check on gdImageRotateInterpolated

9 years agotypofix
Stanislav Malyshev [Sun, 6 Dec 2015 22:07:39 +0000 (14:07 -0800)]
typofix

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.