]>
granicus.if.org Git - php/log
Ferenc Kovacs [Wed, 10 Jun 2015 22:14:39 +0000 (00:14 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
make it possible to set the re2c and yacc paths via environment variables for genfiles
Ferenc Kovacs [Wed, 10 Jun 2015 22:13:40 +0000 (00:13 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
make it possible to set the re2c and yacc paths via environment variables for genfiles
Ferenc Kovacs [Wed, 10 Jun 2015 22:13:08 +0000 (00:13 +0200)]
make it possible to set the re2c and yacc paths via environment variables for genfiles
Márcio Almada [Tue, 9 Jun 2015 06:56:34 +0000 (03:56 -0300)]
fix bad formatted "undefined offset" notice when key is negative
Dmitry Stogov [Wed, 10 Jun 2015 19:25:24 +0000 (22:25 +0300)]
Fetch operands of opceodes for binary operators in certain order (from left to right).
Anatol Belski [Wed, 10 Jun 2015 14:43:33 +0000 (16:43 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated NEWS
updated NEWS
fix memory leak in pdo_pgsql closeCursor (bug 69752)
Anatol Belski [Wed, 10 Jun 2015 14:42:52 +0000 (16:42 +0200)]
updated NEWS
Anatol Belski [Wed, 10 Jun 2015 14:41:33 +0000 (16:41 +0200)]
updated NEWS
Anatol Belski [Wed, 10 Jun 2015 14:41:07 +0000 (16:41 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated NEWS
fix memory leak in pdo_pgsql closeCursor (bug 69752)
Anatol Belski [Wed, 10 Jun 2015 14:40:38 +0000 (16:40 +0200)]
updated NEWS
Philip Hofstetter [Wed, 3 Jun 2015 12:56:02 +0000 (14:56 +0200)]
fix memory leak in pdo_pgsql closeCursor (bug 69752)
the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check whether to
allocate memory for the column data or not.
This means that after the parent closeCursor() has been called, the
pdo_pgsql driver will allocate a new buffer for the columns, so the
existing buffer should be freed when the cursor is being closed.
Anatol Belski [Wed, 10 Jun 2015 11:17:10 +0000 (13:17 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
regenerated the ini scanner
Anatol Belski [Wed, 10 Jun 2015 11:16:29 +0000 (13:16 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
regenerated the ini scanner
Anatol Belski [Wed, 10 Jun 2015 11:15:01 +0000 (13:15 +0200)]
regenerated the ini scanner
follow up fix for bug #69551
Anatol Belski [Wed, 10 Jun 2015 09:27:24 +0000 (11:27 +0200)]
updated NEWS
Anatol Belski [Wed, 10 Jun 2015 09:26:49 +0000 (11:26 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated NEWS
updated NEWS
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Anatol Belski [Wed, 10 Jun 2015 09:26:00 +0000 (11:26 +0200)]
updated NEWS
Anatol Belski [Wed, 10 Jun 2015 09:25:21 +0000 (11:25 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated NEWS
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Anatol Belski [Wed, 10 Jun 2015 09:24:45 +0000 (11:24 +0200)]
updated NEWS
Christian Wenz [Tue, 9 Jun 2015 08:40:36 +0000 (10:40 +0200)]
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Christian Wenz [Tue, 9 Jun 2015 08:29:26 +0000 (10:29 +0200)]
Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""
This reverts commit
4a05c81b85336b76d05017cc86372fbd04871e3f .
Christian Wenz [Tue, 9 Jun 2015 08:05:27 +0000 (10:05 +0200)]
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Anatol Belski [Wed, 10 Jun 2015 08:47:06 +0000 (10:47 +0200)]
updated NEWS
Anatol Belski [Wed, 10 Jun 2015 08:44:44 +0000 (10:44 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated NEWS
updated NEWS
fixed bug, where a linebreak immediately after an opening quote of a value caused a segfault
made failing test more meaningful
added failing test
Anatol Belski [Wed, 10 Jun 2015 08:44:02 +0000 (10:44 +0200)]
updated NEWS
Anatol Belski [Wed, 10 Jun 2015 08:43:23 +0000 (10:43 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated NEWS
fixed bug, where a linebreak immediately after an opening quote of a value caused a segfault
made failing test more meaningful
added failing test
Anatol Belski [Wed, 10 Jun 2015 08:42:31 +0000 (10:42 +0200)]
updated NEWS
Christoph M. Becker [Thu, 4 Jun 2015 00:40:05 +0000 (02:40 +0200)]
fixed bug, where a linebreak immediately after an opening quote of a value caused a segfault
Christoph M. Becker [Thu, 4 Jun 2015 00:25:43 +0000 (02:25 +0200)]
made failing test more meaningful
Christoph M. Becker [Thu, 4 Jun 2015 00:16:25 +0000 (02:16 +0200)]
added failing test
Ferenc Kovacs [Wed, 10 Jun 2015 07:39:38 +0000 (09:39 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
add missing NEWS entries
add missing NEWS entries
Ferenc Kovacs [Wed, 10 Jun 2015 07:37:00 +0000 (09:37 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
add missing NEWS entries
Ferenc Kovacs [Wed, 10 Jun 2015 07:36:53 +0000 (09:36 +0200)]
add missing NEWS entries
Ferenc Kovacs [Wed, 10 Jun 2015 07:35:38 +0000 (09:35 +0200)]
add missing NEWS entries
Stanislav Malyshev [Wed, 10 Jun 2015 04:39:59 +0000 (21:39 -0700)]
Merge branch 'PHP-5.6'
* PHP-5.6:
add NEWS
Fixed bug #68776
fix test
update NEWS
Fix bug #69646 OS command injection vulnerability in escapeshellarg
Fix #69719 - more checks for nulls in paths
fix test description
Fixed Buf #68812 Unchecked return value.
Conflicts:
ext/dom/document.c
ext/gd/gd.c
ext/standard/exec.c
Stanislav Malyshev [Wed, 10 Jun 2015 04:37:17 +0000 (21:37 -0700)]
Fixed bug #69646 (OS command injection vulnerability in escapeshellarg)
Stanislav Malyshev [Wed, 10 Jun 2015 04:35:41 +0000 (21:35 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
add NEWS
Stanislav Malyshev [Wed, 10 Jun 2015 04:35:31 +0000 (21:35 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
add NEWS
Stanislav Malyshev [Wed, 10 Jun 2015 04:35:18 +0000 (21:35 -0700)]
add NEWS
Stanislav Malyshev [Wed, 10 Jun 2015 04:34:06 +0000 (21:34 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed bug #68776
Stanislav Malyshev [Wed, 10 Jun 2015 04:33:38 +0000 (21:33 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #68776
Yasuo Ohgaki [Wed, 13 May 2015 00:18:46 +0000 (09:18 +0900)]
Fixed bug #68776
Stanislav Malyshev [Wed, 10 Jun 2015 00:12:25 +0000 (17:12 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix test
update NEWS
Stanislav Malyshev [Wed, 10 Jun 2015 00:12:11 +0000 (17:12 -0700)]
Merge branch 'PHp-5.4' into PHP-5.5
* PHp-5.4:
fix test
update NEWS
Stanislav Malyshev [Wed, 10 Jun 2015 00:11:33 +0000 (17:11 -0700)]
fix test
Stanislav Malyshev [Tue, 9 Jun 2015 23:23:05 +0000 (16:23 -0700)]
update NEWS
Stanislav Malyshev [Tue, 9 Jun 2015 22:32:27 +0000 (15:32 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix bug #69646 OS command injection vulnerability in escapeshellarg
Fix #69719 - more checks for nulls in paths
fix test description
Fixed Buf #68812 Unchecked return value.
Stanislav Malyshev [Tue, 9 Jun 2015 22:31:27 +0000 (15:31 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #69646 OS command injection vulnerability in escapeshellarg
Fix #69719 - more checks for nulls in paths
fix test description
Fixed Buf #68812 Unchecked return value.
Conflicts:
ext/dom/document.c
ext/gd/gd.c
Ferenc Kovacs [Tue, 9 Jun 2015 21:14:11 +0000 (23:14 +0200)]
fix typo
Stanislav Malyshev [Mon, 1 Jun 2015 05:53:35 +0000 (22:53 -0700)]
Fix bug #69646 OS command injection vulnerability in escapeshellarg
Stanislav Malyshev [Mon, 1 Jun 2015 05:47:52 +0000 (22:47 -0700)]
Fix #69719 - more checks for nulls in paths
Ferenc Kovacs [Tue, 9 Jun 2015 14:42:02 +0000 (16:42 +0200)]
fix hard-coded path in test
Ferenc Kovacs [Tue, 9 Jun 2015 12:20:55 +0000 (14:20 +0200)]
prepare for 7.0.0alpha1
Ferenc Kovacs [Tue, 9 Jun 2015 11:57:41 +0000 (13:57 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix NEWS
Ferenc Kovacs [Tue, 9 Jun 2015 11:57:28 +0000 (13:57 +0200)]
fix NEWS
Ferenc Kovacs [Tue, 9 Jun 2015 11:41:25 +0000 (13:41 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
these will be part of 5.6.11
Ferenc Kovacs [Tue, 9 Jun 2015 11:39:21 +0000 (13:39 +0200)]
these will be part of 5.6.11
Ferenc Kovacs [Tue, 9 Jun 2015 11:32:11 +0000 (13:32 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
add missing NEWS entry
Ferenc Kovacs [Tue, 9 Jun 2015 11:31:45 +0000 (13:31 +0200)]
add missing NEWS entry
Julien Pauli [Tue, 9 Jun 2015 08:36:20 +0000 (10:36 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
5.5.27 now
Julien Pauli [Tue, 9 Jun 2015 08:35:42 +0000 (10:35 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
5.5.27 now
Conflicts:
configure.in
main/php_version.h
Julien Pauli [Tue, 9 Jun 2015 08:29:29 +0000 (10:29 +0200)]
5.5.27 now
Remi Collet [Tue, 9 Jun 2015 07:12:59 +0000 (09:12 +0200)]
fix test description
Remi Collet [Tue, 9 Jun 2015 07:14:05 +0000 (09:14 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix test description
Fixed Buf #68812 Unchecked return value.
Fixed Buf #68812 Unchecked return value.
Remi Collet [Tue, 9 Jun 2015 07:13:19 +0000 (09:13 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix test description
Fixed Buf #68812 Unchecked return value.
Remi Collet [Tue, 9 Jun 2015 07:12:59 +0000 (09:12 +0200)]
fix test description
Lior Kaplan [Mon, 8 Jun 2015 20:22:03 +0000 (23:22 +0300)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Upgrade bundled sqlite to 3.8.10.2
George Wang [Mon, 8 Jun 2015 19:38:59 +0000 (15:38 -0400)]
Fixed Buf #68812 Unchecked return value.
George Wang [Mon, 8 Jun 2015 19:38:59 +0000 (15:38 -0400)]
Fixed Buf #68812 Unchecked return value.
George Wang [Mon, 8 Jun 2015 19:38:59 +0000 (15:38 -0400)]
Fixed Buf #68812 Unchecked return value.
Lior Kaplan [Mon, 8 Jun 2015 19:39:00 +0000 (22:39 +0300)]
NEWS entry for: Upgrade bundled sqlite to 3.8.10.2
Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
George Wang [Mon, 8 Jun 2015 19:38:59 +0000 (15:38 -0400)]
Fixed Buf #68812 Unchecked return value.
Lior Kaplan [Mon, 8 Jun 2015 19:37:02 +0000 (22:37 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Upgrade bundled sqlite to 3.8.10.2
Lior Kaplan [Mon, 8 Jun 2015 19:32:29 +0000 (22:32 +0300)]
NEWS entry for: Upgrade bundled sqlite to 3.8.10.2
Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
Lior Kaplan [Mon, 8 Jun 2015 19:29:35 +0000 (22:29 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
NEWS entry for: Upgrade bundled sqlite to 3.8.10.2
Upgrade bundled sqlite to 3.8.10.2
Add CVE used in PHP 5.4.39, 5.4.40, 5.4.41
Add CVE to #68598
Lior Kaplan [Mon, 1 Jun 2015 08:50:12 +0000 (11:50 +0300)]
Upgrade bundled sqlite to 3.8.10.2
Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 done in 3.8.9
Lior Kaplan [Mon, 8 Jun 2015 19:23:22 +0000 (22:23 +0300)]
NEWS entry for: Upgrade bundled sqlite to 3.8.10.2
Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
Lior Kaplan [Tue, 2 Jun 2015 22:55:28 +0000 (01:55 +0300)]
Upgrade bundled sqlite to 3.8.10.2
Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 done in 3.8.9
Lior Kaplan [Mon, 8 Jun 2015 19:12:42 +0000 (22:12 +0300)]
Add CVE used in PHP 5.4.39, 5.4.40, 5.4.41
Lior Kaplan [Mon, 8 Jun 2015 19:04:42 +0000 (22:04 +0300)]
Add CVE to #68598
Anatol Belski [Mon, 8 Jun 2015 11:28:53 +0000 (13:28 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fixed test related to fix for bug #67805
Anatol Belski [Mon, 8 Jun 2015 11:28:23 +0000 (13:28 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fixed test related to fix for bug #67805
Anatol Belski [Mon, 8 Jun 2015 11:27:22 +0000 (13:27 +0200)]
fixed test related to fix for bug #67805
Anatol Belski [Mon, 8 Jun 2015 10:13:12 +0000 (12:13 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
updated NEWS
updated NEWS
Fix bug #67805 - SplFileObject setMaxLineLength.
Anatol Belski [Mon, 8 Jun 2015 10:12:24 +0000 (12:12 +0200)]
updated NEWS
Anatol Belski [Mon, 8 Jun 2015 10:11:58 +0000 (12:11 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
updated NEWS
Fix bug #67805 - SplFileObject setMaxLineLength.
Anatol Belski [Mon, 8 Jun 2015 10:11:29 +0000 (12:11 +0200)]
updated NEWS
Willian Gustavo Veiga [Sat, 6 Jun 2015 00:31:33 +0000 (21:31 -0300)]
Fix bug #67805 - SplFileObject setMaxLineLength.
Willian Gustavo Veiga [Sat, 6 Jun 2015 00:31:33 +0000 (21:31 -0300)]
Fix bug #67805 - SplFileObject setMaxLineLength.
Anatol Belski [Mon, 8 Jun 2015 09:29:04 +0000 (11:29 +0200)]
fix dir separator in test
Anatol Belski [Mon, 8 Jun 2015 08:15:03 +0000 (10:15 +0200)]
updated UPGRADING and NEWS
Christoph M. Becker [Wed, 3 Jun 2015 23:06:32 +0000 (01:06 +0200)]
added LIBXML_BIGLINES constant
Christoph M. Becker [Wed, 3 Jun 2015 22:59:41 +0000 (00:59 +0200)]
added tests for bug #54138
Christoph M. Becker [Wed, 3 Jun 2015 22:32:28 +0000 (00:32 +0200)]
replaced / in filename with DIRECTORY_SEPARATOR according to performance warning on DOMDocument::load man page
Christoph M. Becker [Wed, 3 Jun 2015 22:30:49 +0000 (00:30 +0200)]
added SKIPIF conditional to check for DOM availability
Christoph M. Becker [Wed, 3 Jun 2015 21:14:23 +0000 (23:14 +0200)]
added XFAIL test for bug #69753
Matteo Beccati [Mon, 8 Jun 2015 06:49:15 +0000 (08:49 +0200)]
Merge remote-tracking branch 'mbeccati/reflection-typehints-sth-v5'
* mbeccati/reflection-typehints-sth-v5:
Reflection support for type hints and return types
Merge remote-tracking branch 'pollita/reflection.typehint'
As discussed on https://github.com/php/php-src/pull/1190
Matteo Beccati [Mon, 8 Jun 2015 06:32:18 +0000 (08:32 +0200)]
Reflection support for type hints and return types
Sara Golemon [Sun, 15 Feb 2015 08:05:38 +0000 (09:05 +0100)]
Merge remote-tracking branch 'pollita/reflection.typehint'
Conflicts:
ext/reflection/php_reflection.c
ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt
Christoph M. Becker [Sun, 7 Jun 2015 15:07:52 +0000 (17:07 +0200)]
fixed language dependent Windows socket tests