]> granicus.if.org Git - php/log
php
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

10 years agoMerge branch 'pull-request/1106' into PHP-5.5
Stanislav Malyshev [Mon, 9 Mar 2015 05:45:47 +0000 (22:45 -0700)]
Merge branch 'pull-request/1106' into PHP-5.5

* pull-request/1106:
  Fix #67626

10 years agoMerge branch 'pull-request/1134' into PHP-5.5
Stanislav Malyshev [Mon, 9 Mar 2015 00:13:02 +0000 (17:13 -0700)]
Merge branch 'pull-request/1134' into PHP-5.5

* pull-request/1134:
  Regression tests for SplFileInfo class setters

10 years agoMerge branch 'pull-request/1130' into PHP-5.5
Stanislav Malyshev [Mon, 9 Mar 2015 00:05:37 +0000 (17:05 -0700)]
Merge branch 'pull-request/1130' into PHP-5.5

* pull-request/1130:
  Add missing value for error_reporting directive

10 years agoFix odbc build as shared
Remi Collet [Sun, 8 Mar 2015 06:34:51 +0000 (07:34 +0100)]
Fix odbc build as shared

Broken since a41aa46759d20e23af92df00b917ca66c6102412

10 years agoFixed bug #68917 (parse_url fails on some partial urls)
Tjerk Meesters [Fri, 6 Mar 2015 12:51:22 +0000 (20:51 +0800)]
Fixed bug #68917 (parse_url fails on some partial urls)

10 years agoFix ZTS build
Daniel Lowrey [Thu, 5 Mar 2015 19:12:55 +0000 (12:12 -0700)]
Fix ZTS build

10 years agoFix bug #67403 (Add signatureType to openssl_x509_parse)
Daniel Lowrey [Thu, 5 Mar 2015 16:50:04 +0000 (09:50 -0700)]
Fix bug #67403 (Add signatureType to openssl_x509_parse)

10 years ago5.5.24 now
Julien Pauli [Thu, 5 Mar 2015 13:13:39 +0000 (14:13 +0100)]
5.5.24 now

10 years agoError also maybe happened here
Xinchen Hui [Thu, 5 Mar 2015 12:57:48 +0000 (20:57 +0800)]
Error also maybe happened here

10 years agoFixed bug #69174 (leaks when unused inner class use traits precedence)
Xinchen Hui [Thu, 5 Mar 2015 10:16:39 +0000 (18:16 +0800)]
Fixed bug #69174 (leaks when unused inner class use traits precedence)

10 years agoMake killing a locker an ERROR event
nathan r. hruby [Tue, 3 Mar 2015 15:16:45 +0000 (23:16 +0800)]
Make killing a locker an ERROR event

At least in apache, killing a locker with SIGKILL from inside opcache prevents
the child process from emitting a corresponding log event to the access or
error logs, therefore requests are termed with no record.  This makes is
incredibly difficult to debug problems espically on systems with high counts
of cache restarts.  Since INFO level is far too noisy for production use,
switch the killing to a higher level so we can see it easier.

10 years agoMerge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
Reeze Xia [Tue, 3 Mar 2015 08:27:04 +0000 (16:27 +0800)]
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:/php-src:
  Added type checks
  Added type checks

10 years agoImprove fix for bug 67741
Reeze Xia [Tue, 3 Mar 2015 08:25:43 +0000 (16:25 +0800)]
Improve fix for bug 67741

Thanks to laruence.

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Tue, 3 Mar 2015 07:45:07 +0000 (10:45 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Added type checks

10 years agoAdded type checks
Dmitry Stogov [Tue, 3 Mar 2015 07:43:48 +0000 (10:43 +0300)]
Added type checks

10 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Tue, 3 Mar 2015 07:20:21 +0000 (10:20 +0300)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Tue, 3 Mar 2015 06:52:21 +0000 (09:52 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Added type checks

Conflicts:
ext/soap/soap.c

10 years agoAdded type checks
Dmitry Stogov [Tue, 3 Mar 2015 06:44:46 +0000 (09:44 +0300)]
Added type checks

10 years agoUpdate NEWS
Reeze Xia [Tue, 3 Mar 2015 06:22:03 +0000 (14:22 +0800)]
Update NEWS

10 years agoFixed bug #67741 (auto_prepend_file messes up __LINE__)
Reeze Xia [Tue, 3 Mar 2015 03:25:30 +0000 (11:25 +0800)]
Fixed bug #67741 (auto_prepend_file messes up __LINE__)

This also fixes bug #54081

10 years agoRegression tests for SplFileInfo class setters
Jeremy Mikola [Mon, 2 Mar 2015 19:41:48 +0000 (14:41 -0500)]
Regression tests for SplFileInfo class setters

Adds tests for SplFileInfo class setters accepting either the base and child classes, and throwing an exception for unexpected classes.

Related: http://svn.php.net/viewvc?view=revision&revision=336017 and https://github.com/facebook/hhvm/pull/4917

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Mon, 2 Mar 2015 09:30:38 +0000 (12:30 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Check variable type before its usage as IS_ARRAY.
  Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

10 years agoCheck variable type before its usage as IS_ARRAY.
Dmitry Stogov [Mon, 2 Mar 2015 09:27:36 +0000 (12:27 +0300)]
Check variable type before its usage as IS_ARRAY.

10 years agoFixed bug #69139 (Crash in gc_zval_possible_root on unserialize)
Xinchen Hui [Sun, 1 Mar 2015 15:16:15 +0000 (23:16 +0800)]
Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)

10 years agoAdd missing value for error_reporting directive
Lior Kaplan [Sun, 1 Mar 2015 13:16:53 +0000 (15:16 +0200)]
Add missing value for error_reporting directive

10 years agoAlign entries format for 5.5.23
Lior Kaplan [Sun, 1 Mar 2015 09:32:09 +0000 (11:32 +0200)]
Align entries format for 5.5.23

10 years agoBump header year
Reeze Xia [Sun, 1 Mar 2015 07:03:21 +0000 (15:03 +0800)]
Bump header year

10 years agoUpdate NEWS
Reeze Xia [Sat, 28 Feb 2015 08:45:26 +0000 (16:45 +0800)]
Update NEWS

10 years agoFixed bug #69141 Missing arguments in reflection info for some builtin functions
Reeze Xia [Sat, 28 Feb 2015 08:37:14 +0000 (16:37 +0800)]
Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime  (missing "is_dst")
- gmmktime (missing "is_dst")

10 years agoFix ARG_INFO for levenshtein
Дмитрий Пацура [Tue, 24 Feb 2015 09:54:36 +0000 (17:54 +0800)]
Fix ARG_INFO for levenshtein

This can work with 2 parameters (require)

refs http://php.net/manual/ru/function.levenshtein.php
refs https://github.com/phalcon/zephir/issues/753

10 years agoFixed bug #69085 (SoapClient's __call() type confusion through unserialize()).
Xinchen Hui [Fri, 27 Feb 2015 15:32:32 +0000 (23:32 +0800)]
Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).

10 years agoReorder
Xinchen Hui [Fri, 27 Feb 2015 04:02:42 +0000 (12:02 +0800)]
Reorder

10 years agoFixed bug #69121 (Segfault in get_current_user when script owner is not in passwd...
Xinchen Hui [Fri, 27 Feb 2015 04:00:52 +0000 (12:00 +0800)]
Fixed bug #69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build)

10 years agoFixed bug #69125 (Array numeric string as key)
Xinchen Hui [Fri, 27 Feb 2015 03:42:36 +0000 (11:42 +0800)]
Fixed bug #69125 (Array numeric string as key)

10 years agofix bug#68942's patch
Taoguang Chen [Fri, 27 Feb 2015 02:41:53 +0000 (10:41 +0800)]
fix bug#68942's patch

Fix type confusion bug in unserialize() with DateTimeZone. https://bugs.php.net/bug.php?id=68942

10 years agoFixed a bug that header value is not terminated by '\0' when accessed through getenv().
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

10 years agoFixed a bug that header value is not terminated by '\0' when accessed through getenv().
George Wang [Wed, 25 Feb 2015 15:48:19 +0000 (10:48 -0500)]
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

10 years agobetter name
Xinchen Hui [Wed, 25 Feb 2015 12:49:07 +0000 (20:49 +0800)]
better name

10 years agoImprove fix for #69038
Xinchen Hui [Wed, 25 Feb 2015 12:07:02 +0000 (20:07 +0800)]
Improve fix for #69038

10 years agoFixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)
Xinchen Hui [Wed, 25 Feb 2015 10:21:59 +0000 (18:21 +0800)]
Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)

10 years agoupdated NEWS
Julien Pauli [Mon, 23 Feb 2015 10:22:44 +0000 (11:22 +0100)]
updated NEWS

10 years agocurl: add new proxy constants
Linus Unnebäck [Tue, 17 Jun 2014 10:28:44 +0000 (12:28 +0200)]
curl: add new proxy constants

10 years agoFixed test fails for bug68557
Xinchen Hui [Sat, 21 Feb 2015 04:36:38 +0000 (12:36 +0800)]
Fixed test fails for bug68557

10 years agoFix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers plus...
Jakub Zelenka [Sun, 22 Feb 2015 20:22:47 +0000 (20:22 +0000)]
Fix bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e)

10 years agoNEWS entry
Rasmus Lerdorf [Sun, 22 Feb 2015 16:32:32 +0000 (08:32 -0800)]
NEWS entry

10 years agoFix bug #68166
Rasmus Lerdorf [Sun, 22 Feb 2015 16:14:41 +0000 (08:14 -0800)]
Fix bug #68166
We can't always efree here
php_escape_html_entities can return an interned_empty_string

10 years agoupdated NEWS
Anatol Belski [Sun, 22 Feb 2015 15:46:39 +0000 (16:46 +0100)]
updated NEWS

10 years agoMerge branch 'pull-request/1112' into PHP-5.5
Anatol Belski [Sun, 22 Feb 2015 15:26:02 +0000 (16:26 +0100)]
Merge branch 'pull-request/1112' into PHP-5.5

10 years agoFix Win32 SSPI initialization for digest authentication in cURL
Grant Pannell [Sun, 22 Feb 2015 13:04:55 +0000 (23:34 +1030)]
Fix Win32 SSPI initialization for digest authentication in cURL

10 years agorevisit fix for bug #65272
Anatol Belski [Sat, 21 Feb 2015 13:10:59 +0000 (14:10 +0100)]
revisit fix for bug #65272

10 years agoFix #67626
Julien Pauli [Tue, 15 Jul 2014 15:18:56 +0000 (17:18 +0200)]
Fix #67626

10 years agosplit test for bug #68557 for windows
Anatol Belski [Fri, 20 Feb 2015 15:01:34 +0000 (16:01 +0100)]
split test for bug #68557 for windows

10 years agoUpdated NEWS
Julien Pauli [Fri, 20 Feb 2015 14:43:38 +0000 (15:43 +0100)]
Updated NEWS

10 years agofix #68557
Julien Pauli [Fri, 20 Feb 2015 14:09:35 +0000 (15:09 +0100)]
fix #68557

10 years agoFix #63486
Julien Pauli [Fri, 20 Feb 2015 12:38:35 +0000 (13:38 +0100)]
Fix #63486

10 years agoFixed type mismatch
Dmitry Stogov [Fri, 20 Feb 2015 07:31:24 +0000 (10:31 +0300)]
Fixed type mismatch

10 years agoupdate NEWS to match the actual stuff in 5.5.22
Ferenc Kovacs [Wed, 18 Feb 2015 19:08:46 +0000 (20:08 +0100)]
update NEWS to match the actual stuff in 5.5.22

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Wed, 18 Feb 2015 18:48:50 +0000 (19:48 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix typo in bug#
  add CVE
  5.4.39 next

Conflicts:
configure.in
main/php_version.h

10 years agofix typo in bug#
Ferenc Kovacs [Wed, 18 Feb 2015 18:47:07 +0000 (19:47 +0100)]
fix typo in bug#

10 years agoFix bug #69033 (Request may get env. variables from previous requests if PHP works...
Ferenc Kovacs [Wed, 18 Feb 2015 14:27:27 +0000 (15:27 +0100)]
Fix bug #69033 (Request may get env. variables from previous requests if PHP works as FastCGI)

10 years agofix test
Michael Wallner [Wed, 18 Feb 2015 13:06:32 +0000 (14:06 +0100)]
fix test

10 years agofix test
Michael Wallner [Wed, 18 Feb 2015 13:04:53 +0000 (14:04 +0100)]
fix test

10 years agoFixed bug #65593 (Segfault when calling ob_start from output buffering callback)
Michael Wallner [Wed, 18 Feb 2015 12:58:31 +0000 (13:58 +0100)]
Fixed bug #65593 (Segfault when calling ob_start from output buffering callback)

10 years agoUpdated NEWS
Julien Pauli [Wed, 18 Feb 2015 11:40:38 +0000 (12:40 +0100)]
Updated NEWS

10 years agoadd CVE
Remi Collet [Wed, 18 Feb 2015 05:44:41 +0000 (06:44 +0100)]
add CVE

10 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Tue, 17 Feb 2015 13:17:06 +0000 (21:17 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

10 years agofix TS build
Stanislav Malyshev [Tue, 17 Feb 2015 06:47:12 +0000 (07:47 +0100)]
fix TS build

10 years ago5.4.39 next
Stanislav Malyshev [Tue, 17 Feb 2015 06:34:00 +0000 (07:34 +0100)]
5.4.39 next

10 years agoupdate news
Stanislav Malyshev [Tue, 17 Feb 2015 05:58:14 +0000 (06:58 +0100)]
update news

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 17 Feb 2015 05:53:48 +0000 (06:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Port for for bug #68552
  Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
  - BFN

10 years agoFix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
Stanislav Malyshev [Tue, 17 Feb 2015 05:53:27 +0000 (06:53 +0100)]
Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)

10 years agoPort for for bug #68552
Stanislav Malyshev [Mon, 16 Feb 2015 05:50:10 +0000 (06:50 +0100)]
Port for for bug #68552

10 years agoFix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
Stanislav Malyshev [Sun, 1 Feb 2015 06:40:08 +0000 (22:40 -0800)]
Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)

Conflicts:
ext/date/php_date.c

10 years agoFixed bug #69038 (switch(SOMECONSTANT) misbehaves)
Xinchen Hui [Tue, 17 Feb 2015 03:34:57 +0000 (11:34 +0800)]
Fixed bug #69038 (switch(SOMECONSTANT) misbehaves)

10 years ago- BFN
Felipe Pena [Tue, 17 Feb 2015 03:14:05 +0000 (01:14 -0200)]
- BFN

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Felipe Pena [Tue, 17 Feb 2015 03:08:07 +0000 (01:08 -0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
  - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
  Update NEWS

10 years ago- Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
Felipe Pena [Tue, 17 Feb 2015 02:23:47 +0000 (00:23 -0200)]
- Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)

10 years ago- Fix merge
Felipe Pena [Mon, 16 Feb 2015 15:09:40 +0000 (13:09 -0200)]
- Fix merge

10 years ago- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at...
Felipe Pena [Mon, 16 Feb 2015 15:07:26 +0000 (13:07 -0200)]
- Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de

10 years agoBFN
Antony Dovgal [Mon, 16 Feb 2015 12:23:13 +0000 (15:23 +0300)]
BFN

10 years agoMerge branch 'pull-request/995' into PHP-5.5
Antony Dovgal [Mon, 16 Feb 2015 12:15:33 +0000 (15:15 +0300)]
Merge branch 'pull-request/995' into PHP-5.5

* pull-request/995:
  fix bug #68822 (request time is reset too early)

10 years agofix bug #68822 (request time is reset too early)
redfoxli [Tue, 13 Jan 2015 05:59:24 +0000 (13:59 +0800)]
fix bug #68822 (request time is reset too early)

this caused wrong time in the logs

10 years agoFixed bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
Xinchen Hui [Sun, 15 Feb 2015 14:54:05 +0000 (22:54 +0800)]
Fixed bug #69054 (Null dereference in readline_(read|write)_history() without parameters)

10 years agoFixed bug #68638 (pg_update() fails to store infinite values)
Xinchen Hui [Sat, 14 Feb 2015 14:14:31 +0000 (22:14 +0800)]
Fixed bug #68638 (pg_update() fails to store infinite values)

10 years agoMerge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5
Xinchen Hui [Sat, 14 Feb 2015 14:03:53 +0000 (22:03 +0800)]
Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5

10 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 13 Feb 2015 20:41:04 +0000 (05:41 +0900)]
Update NEWS

10 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 13 Feb 2015 20:34:57 +0000 (05:34 +0900)]
Update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Fri, 13 Feb 2015 20:26:54 +0000 (05:26 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Add NULL byte protection to exec, system and passthru

10 years agoAdd NULL byte protection to exec, system and passthru
Yasuo Ohgaki [Fri, 13 Feb 2015 20:25:04 +0000 (05:25 +0900)]
Add NULL byte protection to exec, system and passthru