]> granicus.if.org Git - php/log
php
9 years agoAlign entries format for 5.6.7
Lior Kaplan [Sun, 1 Mar 2015 09:36:01 +0000 (11:36 +0200)]
Align entries format for 5.6.7

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Sun, 1 Mar 2015 09:34:11 +0000 (11:34 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Align entries format for 5.5.23

9 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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Reeze Xia [Sun, 1 Mar 2015 07:08:20 +0000 (15:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Bump header year

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Reeze Xia [Sat, 28 Feb 2015 08:45:44 +0000 (16:45 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Update NEWS

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Reeze Xia [Sat, 28 Feb 2015 08:40:06 +0000 (16:40 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #69141 Missing arguments in reflection info for some builtin functions

9 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")

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Fri, 27 Feb 2015 22:23:49 +0000 (23:23 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

9 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

9 years agoUpdate NEWS
Xinchen Hui [Fri, 27 Feb 2015 15:33:23 +0000 (23:33 +0800)]
Update NEWS

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 15:32:59 +0000 (23:32 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

9 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()).

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 04:03:00 +0000 (12:03 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

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

9 years agoUpdate NEWs
Xinchen Hui [Fri, 27 Feb 2015 04:01:28 +0000 (12:01 +0800)]
Update NEWs

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 04:01:05 +0000 (12:01 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

9 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)

9 years agoUpdate News
Xinchen Hui [Fri, 27 Feb 2015 03:43:41 +0000 (11:43 +0800)]
Update News

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 03:42:57 +0000 (11:42 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

9 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)

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 27 Feb 2015 03:11:45 +0000 (11:11 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

9 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

9 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().

9 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().

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 12:49:17 +0000 (20:49 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 12:08:52 +0000 (20:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/opcache/tests/bug69038.phpt

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

9 years agoUpdate NEWs
Xinchen Hui [Wed, 25 Feb 2015 10:22:41 +0000 (18:22 +0800)]
Update NEWs

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Wed, 25 Feb 2015 10:22:18 +0000 (18:22 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

9 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)

9 years agoUpdated NEWS
Julien Pauli [Mon, 23 Feb 2015 10:23:48 +0000 (11:23 +0100)]
Updated NEWS

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Mon, 23 Feb 2015 10:23:00 +0000 (11:23 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  curl: add new proxy constants

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

9 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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Mon, 23 Feb 2015 09:35:35 +0000 (10:35 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed test fails for bug68557

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Jakub Zelenka [Sun, 22 Feb 2015 20:35:03 +0000 (20:35 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/json/json.c

9 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)

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

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

9 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

9 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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Sun, 22 Feb 2015 15:47:56 +0000 (16:47 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS

9 years agoupdated NEWS
Anatol Belski [Sun, 22 Feb 2015 15:47:44 +0000 (16:47 +0100)]
updated NEWS

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Sun, 22 Feb 2015 15:26:52 +0000 (16:26 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix Win32 SSPI initialization for digest authentication in cURL

9 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

9 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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Sat, 21 Feb 2015 13:14:24 +0000 (14:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  revisit fix for bug #65272

Conflicts:
ext/standard/file.c

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 20 Feb 2015 15:02:07 +0000 (16:02 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  split test for bug #68557 for windows

9 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

9 years agoUpdated NEWS
Julien Pauli [Fri, 20 Feb 2015 14:44:18 +0000 (15:44 +0100)]
Updated NEWS

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Fri, 20 Feb 2015 14:43:53 +0000 (15:43 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Updated NEWS

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Fri, 20 Feb 2015 14:38:48 +0000 (15:38 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix #68557

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Fri, 20 Feb 2015 07:32:34 +0000 (10:32 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed type mismatch

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

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 18 Feb 2015 19:09:12 +0000 (20:09 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update NEWS to match the actual stuff in 5.5.22

9 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

9 years agoupdate NEWS(add missing entry for the enchant fix, and reorder the entries a bit)
Ferenc Kovacs [Wed, 18 Feb 2015 18:52:00 +0000 (19:52 +0100)]
update NEWS(add missing entry for the enchant fix, and reorder the entries a bit)

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 18 Feb 2015 18:49:23 +0000 (19:49 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

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

9 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

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

9 years agoupdate NEWS
Ferenc Kovacs [Wed, 18 Feb 2015 18:39:58 +0000 (19:39 +0100)]
update NEWS

9 years agofix email format
Ferenc Kovacs [Wed, 18 Feb 2015 18:20:13 +0000 (19:20 +0100)]
fix email format

9 years agoupdate NEWS
Ferenc Kovacs [Wed, 18 Feb 2015 15:33:32 +0000 (16:33 +0100)]
update NEWS

9 years agoupdate 5.6.6 release date in NEWS
Ferenc Kovacs [Wed, 18 Feb 2015 15:32:57 +0000 (16:32 +0100)]
update 5.6.6 release date in NEWS

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 18 Feb 2015 15:32:23 +0000 (16:32 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #69033 (Request may get env. variables from previous requests if PHP works as FastCGI)

9 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)

9 years agoBFN
Michael Wallner [Wed, 18 Feb 2015 13:08:52 +0000 (14:08 +0100)]
BFN

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Wed, 18 Feb 2015 13:06:39 +0000 (14:06 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Wed, 18 Feb 2015 13:05:02 +0000 (14:05 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Michael Wallner [Wed, 18 Feb 2015 12:59:32 +0000 (13:59 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #65593 (Segfault when calling ob_start from output buffering callback)

9 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)

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Wed, 18 Feb 2015 11:41:47 +0000 (12:41 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Updated NEWS

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

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

9 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

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

9 years agoReplace var is introduced
Xinchen Hui [Tue, 17 Feb 2015 13:16:37 +0000 (21:16 +0800)]
Replace var is introduced

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 17 Feb 2015 06:47:27 +0000 (07:47 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix TS build

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

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 17 Feb 2015 05:58:24 +0000 (06:58 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update news

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

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 17 Feb 2015 05:56:20 +0000 (06:56 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

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

9 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

9 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)

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

9 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

9 years agoUpdate NEWS
Xinchen Hui [Tue, 17 Feb 2015 03:36:44 +0000 (11:36 +0800)]
Update NEWS

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Tue, 17 Feb 2015 03:36:15 +0000 (11:36 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6