]> granicus.if.org Git - php/log
php
10 years agomore compliance with the ODBC 3.0
Anatol Belski [Thu, 2 Apr 2015 12:23:23 +0000 (14:23 +0200)]
more compliance with the ODBC 3.0

10 years agotest fixes
Anatol Belski [Thu, 2 Apr 2015 12:22:56 +0000 (14:22 +0200)]
test fixes

10 years agoPrevent GC from changing zval or object 'color' before they are actually inserted...
Dmitry Stogov [Thu, 2 Apr 2015 09:29:15 +0000 (12:29 +0300)]
Prevent GC from changing zval or object 'color' before they are actually inserted into possible roots buffer.

10 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Thu, 2 Apr 2015 01:06:38 +0000 (09:06 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

10 years agosigh, can't even copypaste without screwing up
Ferenc Kovacs [Wed, 1 Apr 2015 22:07:00 +0000 (00:07 +0200)]
sigh, can't even copypaste without screwing up

10 years agooop, put both the error number and message for both db object to the error message
Ferenc Kovacs [Wed, 1 Apr 2015 21:06:04 +0000 (23:06 +0200)]
oop, put both the error number and message for both db object to the error message

10 years agotest fixes
Ferenc Kovacs [Wed, 1 Apr 2015 20:03:19 +0000 (22:03 +0200)]
test fixes

10 years agoMerge branch 'pr-1212' into PHP-5.5
Ferenc Kovacs [Wed, 1 Apr 2015 16:05:36 +0000 (18:05 +0200)]
Merge branch 'pr-1212' into PHP-5.5

* pr-1212:
  Fix typo: unitialized -> uninitialized

10 years agoFixed bug #69281 (opcache_is_script_cached no longer works)
Danack [Wed, 1 Apr 2015 15:58:22 +0000 (23:58 +0800)]
Fixed bug #69281 (opcache_is_script_cached no longer works)

10 years agoFix typo: unitialized -> uninitialized
Lior Kaplan [Wed, 1 Apr 2015 15:19:09 +0000 (18:19 +0300)]
Fix typo: unitialized -> uninitialized

10 years agoFix typo: unitialized -> uninitialized
Lior Kaplan [Wed, 1 Apr 2015 15:07:37 +0000 (18:07 +0300)]
Fix typo: unitialized -> uninitialized

10 years agoFixed bug #68739 (Missing break / control flow).
Lior Kaplan [Tue, 31 Mar 2015 22:45:34 +0000 (01:45 +0300)]
Fixed bug #68739 (Missing break / control flow).
Fixed bug #68740 (NULL Pointer Dereference).
Fixed bug #68677 (Use After Free).

10 years agoFixed bug #68739 (Missing break / control flow in curl)
Xinchen Hui [Tue, 31 Mar 2015 21:57:39 +0000 (00:57 +0300)]
Fixed bug #68739 (Missing break / control flow in curl)

(cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e)

10 years agoFixed bug #68740 (NULL Pointer Dereference)
Xinchen Hui [Tue, 31 Mar 2015 21:41:46 +0000 (00:41 +0300)]
Fixed bug #68740 (NULL Pointer Dereference)

(cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e)

10 years agoFixed bug #68677 (Use After Free in OPcache)
Xinchen Hui [Thu, 8 Jan 2015 08:32:20 +0000 (16:32 +0800)]
Fixed bug #68677 (Use After Free in OPcache)

(cherry picked from commit 777c39f4042327eac4b63c7ee87dc1c7a09a3115)

10 years agoFixed bug #69336 (Issues with "last day of <monthname>").
Derick Rethans [Tue, 31 Mar 2015 15:35:03 +0000 (16:35 +0100)]
Fixed bug #69336 (Issues with "last day of <monthname>").

10 years ago5.5.25 now
Julien Pauli [Tue, 31 Mar 2015 13:51:47 +0000 (15:51 +0200)]
5.5.25 now

10 years agoExport date_get_immutable_ce() so that extensions can make use of it too.
Derick Rethans [Tue, 31 Mar 2015 10:08:56 +0000 (11:08 +0100)]
Export date_get_immutable_ce() so that extensions can make use of it too.

10 years agoAlign entries format
Lior Kaplan [Tue, 31 Mar 2015 06:14:06 +0000 (09:14 +0300)]
Align entries format

10 years agoUpdate CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710
Lior Kaplan [Tue, 31 Mar 2015 06:12:05 +0000 (09:12 +0300)]
Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710

10 years agoAdd CVE for bug #69207
Lior Kaplan [Tue, 31 Mar 2015 06:11:21 +0000 (09:11 +0300)]
Add CVE for bug #69207

10 years agoFixed bug #64931
Michael Wallner [Mon, 30 Mar 2015 14:19:17 +0000 (16:19 +0200)]
Fixed bug #64931

phar_add_file is too restrive on filename

Check for any of '/', '\\', '\0' after ".phar".

10 years agoFixed Bug #65467
Michael Wallner [Mon, 30 Mar 2015 13:39:30 +0000 (15:39 +0200)]
Fixed Bug #65467

Call to undefined method cli_arg_typ_string

Use cli_arg_typ_filecontent instead.

10 years agofix bug #67761
Michael Wallner [Mon, 30 Mar 2015 12:41:30 +0000 (14:41 +0200)]
fix bug #67761

Phar::mapPhar fails for Phars inside a path containing ".tar".

Strengthen the silly .tar file extension check.

10 years agoFixed bug 64343
Michael Wallner [Mon, 30 Mar 2015 11:09:32 +0000 (13:09 +0200)]
Fixed bug 64343

PharData::extractTo fails for tarball created by BSD tar

Phar did not know about PAX style global/file headers.
Skip them, to be able to read the contents of those archives.

10 years agoAdd RAND_egd check for compiling against LibreSSL
Leigh [Fri, 27 Mar 2015 12:24:36 +0000 (13:24 +0100)]
Add RAND_egd check for compiling against LibreSSL

10 years agoAdd CVE for bug #68901
Lior Kaplan [Wed, 25 Mar 2015 17:26:40 +0000 (19:26 +0200)]
Add CVE for bug #68901

10 years agoFixed bug #69287 upgrade bundled sqlite to 3.8.8.3
Anatol Belski [Wed, 25 Mar 2015 12:13:03 +0000 (13:13 +0100)]
Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3

10 years agofix dir separator in test
Anatol Belski [Wed, 25 Mar 2015 12:11:27 +0000 (13:11 +0100)]
fix dir separator in test

10 years agorevert a4157423934edf7b8fdbcee163cced9bfd5748a, fix build odbc as shared
Remi Collet [Wed, 25 Mar 2015 09:33:08 +0000 (10:33 +0100)]
revert a4157423934edf7b8fdbcee163cced9bfd5748a, fix build odbc as shared

10 years agoFixed typo
Xinchen Hui [Wed, 25 Mar 2015 05:54:12 +0000 (13:54 +0800)]
Fixed typo

10 years agoUPdate NEWS
Xinchen Hui [Wed, 25 Mar 2015 04:09:21 +0000 (12:09 +0800)]
UPdate NEWS

10 years agoBug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)
Xinchen Hui [Wed, 25 Mar 2015 04:07:25 +0000 (12:07 +0800)]
Bug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)

This was a typo introduced in c8eaca013a3922e8383def6158ece2b63f6ec483

10 years agoupdated libs versions
Anatol Belski [Mon, 23 Mar 2015 07:35:36 +0000 (08:35 +0100)]
updated libs versions

10 years agoFixed #68021 - get_browser() browser_name_regex
Tjerk Meesters [Wed, 17 Sep 2014 13:38:56 +0000 (21:38 +0800)]
Fixed #68021 - get_browser() browser_name_regex

Replaced expression delimiter with tilde (~) and escape where necessary.

10 years agoPrint checking message for all ODBC drivers
Lior Kaplan [Sun, 22 Mar 2015 20:30:32 +0000 (22:30 +0200)]
Print checking message for all ODBC drivers

This makes the output more readble in case no ODBC driver was selected

10 years agoChange default option of ODBC drivers to no to enable bulding standalone ODBC
Lior Kaplan [Sun, 22 Mar 2015 20:28:16 +0000 (22:28 +0200)]
Change default option of ODBC drivers to no to enable bulding standalone ODBC

10 years agoadd CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2
Masaki Kagaya [Sun, 22 Mar 2015 23:10:06 +0000 (08:10 +0900)]
add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 23 Mar 2015 01:30:21 +0000 (18:30 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Bacport fix bug #68741 - Null pointer dereference
  Check that the type is correct

10 years agoBacport fix bug #68741 - Null pointer dereference
Stanislav Malyshev [Mon, 23 Mar 2015 01:20:59 +0000 (18:20 -0700)]
Bacport fix bug #68741 - Null pointer dereference

10 years agoCheck that the type is correct
Stanislav Malyshev [Mon, 23 Mar 2015 01:17:47 +0000 (18:17 -0700)]
Check that the type is correct

10 years agoFix #68760: Fix freeing null segfault. Added test for behaviour.
Danack [Tue, 6 Jan 2015 22:09:13 +0000 (22:09 +0000)]
Fix #68760: Fix freeing null segfault. Added test for behaviour.

10 years agocosmetic fix to default odbcver
Anatol Belski [Sun, 22 Mar 2015 23:07:09 +0000 (00:07 +0100)]
cosmetic fix to default odbcver

10 years agoRemove extraneous strlen() call
Rasmus Lerdorf [Sat, 21 Mar 2015 15:23:20 +0000 (08:23 -0700)]
Remove extraneous strlen() call

10 years ago- Updated to version 2015.2 (2015b)
Derick Rethans [Sat, 21 Mar 2015 13:51:09 +0000 (14:51 +0100)]
- Updated to version 2015.2 (2015b)

10 years agoadd pear to the travis build
Ferenc Kovacs [Fri, 20 Mar 2015 12:34:16 +0000 (13:34 +0100)]
add pear to the travis build

10 years agoUpdated NEWS
Julien Pauli [Fri, 20 Mar 2015 09:45:36 +0000 (10:45 +0100)]
Updated NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 20 Mar 2015 06:05:34 +0000 (23:05 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add CVEs

10 years agoadd CVEs
Stanislav Malyshev [Fri, 20 Mar 2015 05:53:29 +0000 (22:53 -0700)]
add CVEs

10 years agoAdd CVE ID for #68735
Lior Kaplan [Thu, 19 Mar 2015 16:23:34 +0000 (18:23 +0200)]
Add CVE ID for #68735

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Thu, 19 Mar 2015 08:42:49 +0000 (11:42 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #69152

10 years agoFixed bug #69152
Dmitry Stogov [Thu, 19 Mar 2015 08:36:01 +0000 (11:36 +0300)]
Fixed bug #69152

10 years agoAlign entries format
Lior Kaplan [Thu, 19 Mar 2015 00:35:20 +0000 (02:35 +0200)]
Align entries format

10 years agoAdd CVE to bug #69248
Lior Kaplan [Thu, 19 Mar 2015 00:30:31 +0000 (02:30 +0200)]
Add CVE to bug #69248

10 years agoAdd CVE assigned to 5.5.22 bugs after the release
Lior Kaplan [Thu, 19 Mar 2015 00:29:43 +0000 (02:29 +0200)]
Add CVE assigned to 5.5.22 bugs after the release

10 years agoUpdated NEWS
Julien Pauli [Wed, 18 Mar 2015 10:34:45 +0000 (11:34 +0100)]
Updated NEWS

10 years agoUpdated NEWS
Julien Pauli [Wed, 18 Mar 2015 09:55:32 +0000 (10:55 +0100)]
Updated NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 18 Mar 2015 05:39:10 +0000 (22:39 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  5.4.40 next

Conflicts:
configure.in
main/php_version.h

10 years ago5.4.40 next
Stanislav Malyshev [Wed, 18 Mar 2015 05:37:16 +0000 (22:37 -0700)]
5.4.40 next

10 years agoupdate NEWS
Stanislav Malyshev [Wed, 18 Mar 2015 05:00:53 +0000 (22:00 -0700)]
update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 18 Mar 2015 05:00:29 +0000 (22:00 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary

10 years agoFix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary
Stanislav Malyshev [Wed, 18 Mar 2015 04:59:56 +0000 (21:59 -0700)]
Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 18 Mar 2015 00:07:38 +0000 (17:07 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #69248 - heap overflow vulnerability in regcomp.c
  add test for bug #68976

10 years agoFix bug #69248 - heap overflow vulnerability in regcomp.c
Stanislav Malyshev [Wed, 18 Mar 2015 00:04:57 +0000 (17:04 -0700)]
Fix bug #69248 - heap overflow vulnerability in regcomp.c

Merged from https://github.com/garyhouston/regex/commit/70bc2965604b6b8aaf260049e64c708dddf85334

10 years agoadd test for bug #68976
Stanislav Malyshev [Wed, 18 Mar 2015 00:03:46 +0000 (17:03 -0700)]
add test for bug #68976

10 years agoadd NEWS
Stanislav Malyshev [Tue, 17 Mar 2015 20:24:17 +0000 (13:24 -0700)]
add NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 17 Mar 2015 20:22:12 +0000 (13:22 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #68976 - Use After Free Vulnerability in unserialize()

Conflicts:
ext/standard/var_unserializer.c

10 years agoFixed bug #68976 - Use After Free Vulnerability in unserialize()
Stanislav Malyshev [Tue, 17 Mar 2015 20:20:22 +0000 (13:20 -0700)]
Fixed bug #68976 - Use After Free Vulnerability in unserialize()

10 years agoupdate news
Stanislav Malyshev [Tue, 17 Mar 2015 20:07:40 +0000 (13:07 -0700)]
update news

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 17 Mar 2015 20:06:17 +0000 (13:06 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options)

10 years agoFixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options)
Stanislav Malyshev [Tue, 17 Mar 2015 20:04:36 +0000 (13:04 -0700)]
Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options)

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 17 Mar 2015 19:56:37 +0000 (12:56 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix tests

10 years agofix tests
Stanislav Malyshev [Fri, 6 Feb 2015 05:54:47 +0000 (21:54 -0800)]
fix tests

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 17 Mar 2015 19:48:37 +0000 (12:48 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #69207 - move_uploaded_file allows nulls in path

10 years agoFix bug #69207 - move_uploaded_file allows nulls in path
Stanislav Malyshev [Tue, 17 Mar 2015 19:47:58 +0000 (12:47 -0700)]
Fix bug #69207 - move_uploaded_file allows nulls in path

10 years agoFixed bug #65406 Enchant broker plugins are in the wrong place in windows
Anatol Belski [Tue, 17 Mar 2015 08:20:16 +0000 (09:20 +0100)]
Fixed bug #65406 Enchant broker plugins are in the wrong place in windows

10 years agoFix flaws in session module
Julien Pauli [Mon, 16 Mar 2015 15:00:46 +0000 (16:00 +0100)]
Fix flaws in session module

10 years agobackport af2b0669 into 5.5
Anatol Belski [Mon, 16 Mar 2015 07:32:39 +0000 (08:32 +0100)]
backport af2b0669 into 5.5

10 years agofix test
Anatol Belski [Sat, 14 Mar 2015 17:29:59 +0000 (18:29 +0100)]
fix test

10 years agoFix #69203: FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127
Jeff Welch [Mon, 9 Mar 2015 11:14:22 +0000 (07:14 -0400)]
Fix #69203: FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127

10 years agoFixed typo
Xinchen Hui [Sat, 14 Mar 2015 03:31:12 +0000 (11:31 +0800)]
Fixed typo

10 years agoLittle improvement, update NEWs, added test
Xinchen Hui [Fri, 13 Mar 2015 16:52:53 +0000 (00:52 +0800)]
Little improvement, update NEWs, added test

10 years agoMerge branch 'bug69227' of https://github.com/Vektah/php-src into PHP-5.5
Xinchen Hui [Fri, 13 Mar 2015 16:42:36 +0000 (00:42 +0800)]
Merge branch 'bug69227' of https://github.com/Vektah/php-src into PHP-5.5

10 years agoFixed bug #69221
Nikita Popov [Wed, 11 Mar 2015 17:08:03 +0000 (18:08 +0100)]
Fixed bug #69221

A generator iterator can be created from different zvals - use
the object handle to manage references instead.

10 years agoFix a leak
Vektah [Fri, 13 Mar 2015 04:54:30 +0000 (15:54 +1100)]
Fix a leak

10 years agoFix bug #69227 and #65967
Vektah [Fri, 13 Mar 2015 02:15:57 +0000 (13:15 +1100)]
Fix bug #69227 and #65967

This patch fixes a use (in zend_gc.c) after free (in spl_observer.c).
See https://bugs.php.net/bug.php?id=69227

10 years agocreate the php prefix if doesn't exist
Anatol Belski [Thu, 12 Mar 2015 14:20:53 +0000 (15:20 +0100)]
create the php prefix if doesn't exist

10 years agoImprove test script for #69212
Xinchen Hui [Wed, 11 Mar 2015 00:19:34 +0000 (08:19 +0800)]
Improve test script for #69212

10 years agoFixed bug #69212
Nikita Popov [Tue, 10 Mar 2015 17:17:56 +0000 (18:17 +0100)]
Fixed bug #69212

10 years agoWe don't cache custom strems with callbacks anymore
Dmitry Stogov [Tue, 10 Mar 2015 16:25:30 +0000 (19:25 +0300)]
We don't cache custom strems with callbacks anymore

10 years agoTypo
Xinchen Hui [Tue, 10 Mar 2015 09:18:39 +0000 (17:18 +0800)]
Typo

10 years agoFixed test
Xinchen Hui [Tue, 10 Mar 2015 09:05:47 +0000 (17:05 +0800)]
Fixed test

10 years agoFixed bug #66609 (php crashes with __get() and ++ operator in some cases)
Xinchen Hui [Tue, 10 Mar 2015 07:36:42 +0000 (15:36 +0800)]
Fixed bug #66609 (php crashes with __get() and ++ operator in some cases)

10 years agoFix is reverted (test fails in all branches)
Xinchen Hui [Tue, 10 Mar 2015 02:43:05 +0000 (10:43 +0800)]
Fix is reverted (test fails in all branches)

10 years agoFix crypto stream timeout regressions
Daniel Lowrey [Mon, 9 Mar 2015 21:53:26 +0000 (15:53 -0600)]
Fix crypto stream timeout regressions

10 years agoRevert "Fix #63486"
Xinchen Hui [Mon, 9 Mar 2015 09:22:56 +0000 (17:22 +0800)]
Revert "Fix #63486"

This reverts commit f4c96ffcb565c1daa76aa58256e4df6f111f8803.

10 years agoUpdate news
Xinchen Hui [Mon, 9 Mar 2015 09:09:57 +0000 (17:09 +0800)]
Update news

10 years agoFix #69202: FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used.
Jeff Welch [Mon, 9 Mar 2015 07:54:19 +0000 (03:54 -0400)]
Fix #69202: FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used.

10 years agoadded missing parentheses
Masaki Kagaya [Wed, 18 Feb 2015 14:17:39 +0000 (23:17 +0900)]
added missing parentheses

added test case for bug #68846
replaced tab with space
added missing parentheses again
See also: http://icu-project.org/docs/papers/gb18030.html#h7

10 years agoMerge branch 'pull-request/1104' into PHP-5.5
Stanislav Malyshev [Mon, 9 Mar 2015 06:20:50 +0000 (23:20 -0700)]
Merge branch 'pull-request/1104' into PHP-5.5

* pull-request/1104:
  Fix #63486