]> granicus.if.org Git - php/log
php
10 years agofix wrong pointer indirection
Anatol Belski [Tue, 19 Aug 2014 05:44:03 +0000 (07:44 +0200)]
fix wrong pointer indirection

10 years agoBump version to 7.0.0
Lior Kaplan [Mon, 18 Aug 2014 21:20:50 +0000 (00:20 +0300)]
Bump version to 7.0.0

Follow up for d9f3eac

10 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Mon, 18 Aug 2014 20:36:57 +0000 (22:36 +0200)]
Merge branch 'master' of git.php.net:php-src

# By Derick Rethans (3) and Dmitry Stogov (1)
# Via Derick Rethans (3) and Dmitry Stogov (1)
* 'master' of git.php.net:php-src:
  Improved error message
  BFN.
  Fixed bug #67109: First uppercase letter breaks date string parsing.
  Fixed bug #66985: Some timezones are no longer valid in PHP 5.5.10.

10 years agoC89 compat
Anatol Belski [Mon, 18 Aug 2014 20:36:38 +0000 (22:36 +0200)]
C89 compat

10 years agoMerge branch 'PHP-5.6'
Derick Rethans [Mon, 18 Aug 2014 19:27:51 +0000 (20:27 +0100)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Mon, 18 Aug 2014 19:27:44 +0000 (20:27 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMerge branch 'datetimebugs' into PHP-5.5
Derick Rethans [Mon, 18 Aug 2014 19:27:33 +0000 (20:27 +0100)]
Merge branch 'datetimebugs' into PHP-5.5

10 years agoImproved error message
Dmitry Stogov [Mon, 18 Aug 2014 17:47:30 +0000 (21:47 +0400)]
Improved error message

10 years agoBFN.
Derick Rethans [Mon, 18 Aug 2014 17:46:56 +0000 (18:46 +0100)]
BFN.

10 years agoFixed bug #67109: First uppercase letter breaks date string parsing.
Derick Rethans [Mon, 18 Aug 2014 17:31:26 +0000 (18:31 +0100)]
Fixed bug #67109: First uppercase letter breaks date string parsing.

10 years agoFixed bug #66985: Some timezones are no longer valid in PHP 5.5.10.
Derick Rethans [Mon, 18 Aug 2014 17:22:14 +0000 (18:22 +0100)]
Fixed bug #66985: Some timezones are no longer valid in PHP 5.5.10.

10 years agoFixed bug #67856 (Leak when using array_reduce with by-ref function)
Dmitry Stogov [Mon, 18 Aug 2014 17:08:50 +0000 (21:08 +0400)]
Fixed bug #67856 (Leak when using array_reduce with by-ref function)

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Mon, 18 Aug 2014 16:48:06 +0000 (18:48 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  improve the grammar for my recent UPGRADING note

10 years agoimprove the grammar for my recent UPGRADING note
Ferenc Kovacs [Mon, 18 Aug 2014 16:47:07 +0000 (18:47 +0200)]
improve the grammar for my recent UPGRADING note

10 years agoFix bug #67858: Leak when $php_errormsg already set
Nikita Popov [Mon, 18 Aug 2014 16:12:50 +0000 (18:12 +0200)]
Fix bug #67858: Leak when $php_errormsg already set

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Mon, 18 Aug 2014 15:04:17 +0000 (17:04 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  mention the changes regarding ReflectionClass::newInstanceWithoutConstructor in UPGRADING see the discussion on the mailing list and in the pull request for details: https://github.com/php/php-src/pull/733

10 years agomention the changes regarding ReflectionClass::newInstanceWithoutConstructor in UPGRADING
Ferenc Kovacs [Mon, 18 Aug 2014 14:59:03 +0000 (16:59 +0200)]
mention the changes regarding ReflectionClass::newInstanceWithoutConstructor in UPGRADING
see the discussion on the mailing list and in the pull request for details:
https://github.com/php/php-src/pull/733

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Mon, 18 Aug 2014 06:09:25 +0000 (10:09 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Change to ext/reflection should be in its own category

10 years agoFixed parameter parsing
Dmitry Stogov [Mon, 18 Aug 2014 06:08:48 +0000 (10:08 +0400)]
Fixed parameter parsing

10 years agoChange to ext/reflection should be in its own category
Tjerk Meesters [Mon, 18 Aug 2014 05:07:34 +0000 (13:07 +0800)]
Change to ext/reflection should be in its own category

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Mon, 18 Aug 2014 05:05:16 +0000 (09:05 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Updated NEWS for d790ec
  Correct typo in comments: 'initialized'
  typofixes
  typofixes
  Fixes missing Reflector interface constraints being enforced by the engine
  Fixed version id
  Update NEWS
  Update NEWS
  Fix another failing test
  Add NEWS
  Better version checking
  Better version checking
  Better version checking
  Fix failing tests
  Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)

10 years agoUpdated NEWS for d790ec
Tjerk Meesters [Sun, 17 Aug 2014 22:54:50 +0000 (06:54 +0800)]
Updated NEWS for d790ec

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Sun, 17 Aug 2014 18:37:22 +0000 (21:37 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Correct typo in comments: 'initialized'

Conflicts:
ext/dom/php_dom.c
ext/spl/php_spl.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Sun, 17 Aug 2014 18:34:03 +0000 (21:34 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Correct typo in comments: 'initialized'

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Sun, 17 Aug 2014 18:33:41 +0000 (21:33 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Correct typo in comments: 'initialized'

10 years agoCorrect typo in comments: 'initialized'
Lior Kaplan [Sun, 17 Aug 2014 18:32:53 +0000 (21:32 +0300)]
Correct typo in comments: 'initialized'

10 years agotypofixes
Veres Lajos [Sun, 17 Aug 2014 13:00:39 +0000 (16:00 +0300)]
typofixes

10 years agoMerge branch 'PHP-5.6'
Lior Kaplan [Sun, 17 Aug 2014 12:53:33 +0000 (15:53 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  typofixes

Conflicts:
ext/spl/php_spl.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Sun, 17 Aug 2014 12:51:15 +0000 (15:51 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  typofixes

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Sun, 17 Aug 2014 12:48:22 +0000 (15:48 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  typofixes

10 years agotypofixes
Veres Lajos [Tue, 12 Aug 2014 21:00:23 +0000 (22:00 +0100)]
typofixes

10 years agoFixes missing Reflector interface constraints being enforced by the engine
Tjerk Meesters [Thu, 14 Aug 2014 01:25:14 +0000 (09:25 +0800)]
Fixes missing Reflector interface constraints being enforced by the engine

10 years agoFixed version id
Xinchen Hui [Sat, 16 Aug 2014 08:44:02 +0000 (16:44 +0800)]
Fixed version id

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Sat, 16 Aug 2014 08:43:57 +0000 (16:43 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

10 years agoMerge branch 'PHP-5.6'
Keyur Govande [Fri, 15 Aug 2014 23:49:17 +0000 (23:49 +0000)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Update NEWS

10 years agoUpdate NEWS
Keyur Govande [Fri, 15 Aug 2014 23:49:07 +0000 (23:49 +0000)]
Update NEWS

10 years agoMerge branch 'PHP-5.6'
Keyur Govande [Fri, 15 Aug 2014 23:47:31 +0000 (23:47 +0000)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Update NEWS
  Fix another failing test
  Add NEWS
  Fix failing tests
  Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Keyur Govande [Fri, 15 Aug 2014 23:47:06 +0000 (23:47 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Update NEWS
  Fix another failing test
  Add NEWS
  Fix failing tests
  Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)

Conflicts:
ext/mysqli/tests/mysqli_change_user.phpt

10 years agoUpdate NEWS
Keyur Govande [Fri, 15 Aug 2014 23:38:14 +0000 (23:38 +0000)]
Update NEWS

10 years agoFix another failing test
Keyur Govande [Fri, 15 Aug 2014 23:26:21 +0000 (23:26 +0000)]
Fix another failing test

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Keyur Govande [Fri, 15 Aug 2014 23:13:36 +0000 (23:13 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Add NEWS
  Fix failing tests
  Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)

Conflicts:
ext/mysqli/tests/table.inc

10 years agoAdd NEWS
Keyur Govande [Fri, 15 Aug 2014 23:08:29 +0000 (23:08 +0000)]
Add NEWS

10 years agoMerge branch 'pull-request/772' into PHP-5.4
Keyur Govande [Fri, 15 Aug 2014 23:06:55 +0000 (23:06 +0000)]
Merge branch 'pull-request/772' into PHP-5.4

* pull-request/772:
  Fix failing tests
  Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)

Before the patch, a value of 9.99 in a FLOAT column came out of mysqli
as 9.9998998641968. This is because it would naively cast a 4-byte float
into PHP's internal 8-byte double.
To fix this, with GCC we use the built-in decimal support to "up-convert"
the 4-byte float to a 8-byte double.
When that is not available, we fall back to converting the float
to a string and then converting the string to a double. This mimics
what MySQL does.

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Fri, 15 Aug 2014 12:13:00 +0000 (16:13 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Fixed version checking
  Fixed version check

10 years agoBetter version checking
Xinchen Hui [Fri, 15 Aug 2014 10:41:01 +0000 (18:41 +0800)]
Better version checking

10 years agoBetter version checking
Xinchen Hui [Fri, 15 Aug 2014 10:39:45 +0000 (18:39 +0800)]
Better version checking

10 years agoBetter version checking
Xinchen Hui [Fri, 15 Aug 2014 10:38:31 +0000 (18:38 +0800)]
Better version checking

10 years agoFixed version checking
Xinchen Hui [Fri, 15 Aug 2014 10:28:41 +0000 (18:28 +0800)]
Fixed version checking

10 years agoFixed version check
Xinchen Hui [Fri, 15 Aug 2014 10:21:23 +0000 (18:21 +0800)]
Fixed version check

10 years agoFixed PHP6 unicode related tests
Dmitry Stogov [Fri, 15 Aug 2014 09:35:52 +0000 (13:35 +0400)]
Fixed PHP6 unicode related tests

10 years agoFixed PHP6 unicode related tests
Dmitry Stogov [Fri, 15 Aug 2014 09:22:13 +0000 (13:22 +0400)]
Fixed PHP6 unicode related tests

10 years agoFixed PHP6 unicode related tests
Dmitry Stogov [Fri, 15 Aug 2014 09:08:53 +0000 (13:08 +0400)]
Fixed PHP6 unicode related tests

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Fri, 15 Aug 2014 08:58:22 +0000 (16:58 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

Conflicts:
ext/mysqli/mysqli_api.c

10 years agoAdd copyright header
Xinchen Hui [Fri, 15 Aug 2014 08:47:54 +0000 (16:47 +0800)]
Add copyright header

10 years agoRemove old version PHP supports
Xinchen Hui [Fri, 15 Aug 2014 08:40:07 +0000 (16:40 +0800)]
Remove old version PHP supports

10 years agoFixed build after version number bumped
Xinchen Hui [Fri, 15 Aug 2014 08:39:51 +0000 (16:39 +0800)]
Fixed build after version number bumped

10 years agoParameters with duplicate names are not allowed anymore in PHP7.
Dmitry Stogov [Fri, 15 Aug 2014 07:46:04 +0000 (11:46 +0400)]
Parameters with duplicate names are not allowed anymore in PHP7.

10 years agoBehavoir of func_get_arg() and func_get_args() was changed in PHP7.
Dmitry Stogov [Fri, 15 Aug 2014 07:39:50 +0000 (11:39 +0400)]
Behavoir of func_get_arg() and func_get_args() was changed in PHP7.
Now they show current values of variables corresponded to passed arguments instead of originally passed values.

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Fri, 15 Aug 2014 07:13:42 +0000 (11:13 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Update Version Number :)
  Fixed initializing
  Unused variable

Conflicts:
main/php_version.h

10 years agoBump version to 7.0.0-dev
Dmitry Stogov [Fri, 15 Aug 2014 07:10:41 +0000 (11:10 +0400)]
Bump version to 7.0.0-dev

10 years agoUpdate Version Number :)
Xinchen Hui [Fri, 15 Aug 2014 07:06:26 +0000 (15:06 +0800)]
Update Version Number :)

10 years agoFixed initializing
Xinchen Hui [Fri, 15 Aug 2014 05:52:52 +0000 (13:52 +0800)]
Fixed initializing

10 years agoUnused variable
Xinchen Hui [Fri, 15 Aug 2014 05:47:38 +0000 (13:47 +0800)]
Unused variable

10 years agoMerge branch 'master' into phpng POST_PHPNG_MERGE
Dmitry Stogov [Fri, 15 Aug 2014 04:10:08 +0000 (08:10 +0400)]
Merge branch 'master' into phpng

* master:
  add NEWS for 5.6 too
  Fix bug #67716 - Segfault in cdf.c
  Fix bug #67716 - Segfault in cdf.c
  fix test
  split the glob() test to test different basedir
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()
  Add NEWS entry for log() improvements

10 years agoMerge branch 'PHP-5.6' PRE_PHPNG_MERGE
Stanislav Malyshev [Fri, 15 Aug 2014 01:16:49 +0000 (18:16 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add NEWS for 5.6 too

10 years agoadd NEWS for 5.6 too
Stanislav Malyshev [Fri, 15 Aug 2014 01:16:33 +0000 (18:16 -0700)]
add NEWS for 5.6 too

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Fri, 15 Aug 2014 00:22:15 +0000 (17:22 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #67716 - Segfault in cdf.c
  Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 15 Aug 2014 00:22:06 +0000 (17:22 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #67716 - Segfault in cdf.c
  Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:21:37 +0000 (17:21 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:19:51 +0000 (17:19 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67716 - Segfault in cdf.c

10 years agoFix bug #67716 - Segfault in cdf.c
Remi Collet [Fri, 15 Aug 2014 00:19:03 +0000 (17:19 -0700)]
Fix bug #67716 - Segfault in cdf.c

10 years agoFix bug #67716 - Segfault in cdf.c
Remi Collet [Fri, 15 Aug 2014 00:19:03 +0000 (17:19 -0700)]
Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Fri, 15 Aug 2014 00:09:09 +0000 (17:09 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix test
  split the glob() test to test different basedir
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 15 Aug 2014 00:08:37 +0000 (17:08 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:07:45 +0000 (17:07 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix test

10 years agofix test
Stanislav Malyshev [Fri, 15 Aug 2014 00:07:28 +0000 (17:07 -0700)]
fix test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 15 Aug 2014 00:05:12 +0000 (17:05 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  split the glob() test to test different basedir
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:05:03 +0000 (17:05 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  split the glob() test to test different basedir

10 years agosplit the glob() test to test different basedir
Anatol Belski [Tue, 20 Aug 2013 11:39:30 +0000 (13:39 +0200)]
split the glob() test to test different basedir

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Thu, 14 Aug 2014 23:59:14 +0000 (16:59 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()

10 years agofixed glob() edge case on windows, ref bug #47358
Anatol Belski [Mon, 19 Aug 2013 12:21:16 +0000 (14:21 +0200)]
fixed glob() edge case on windows, ref bug #47358

10 years ago- fix bug #47358, glob returns error, should be empty array()
Pierre Joye [Tue, 8 Jan 2013 14:02:04 +0000 (15:02 +0100)]
- fix bug #47358, glob returns error, should be empty array()

Conflicts:
ext/standard/dir.c

10 years agoAdd NEWS entry for log() improvements
Sara Golemon [Thu, 14 Aug 2014 20:34:06 +0000 (13:34 -0700)]
Add NEWS entry for log() improvements

10 years agoFixed mode
Dmitry Stogov [Thu, 14 Aug 2014 19:54:32 +0000 (23:54 +0400)]
Fixed mode

10 years agoFixed compilation warnings
Dmitry Stogov [Thu, 14 Aug 2014 19:53:27 +0000 (23:53 +0400)]
Fixed compilation warnings

10 years agoFixed windows build
Dmitry Stogov [Thu, 14 Aug 2014 19:31:01 +0000 (23:31 +0400)]
Fixed windows build

10 years agoMerge branch 'master' into phpng
Dmitry Stogov [Thu, 14 Aug 2014 19:30:49 +0000 (23:30 +0400)]
Merge branch 'master' into phpng

* master: (51 commits)
  Update Git rules
  Back to -dev (with EOL notice in NEWS)
  new NEWS block for the next release
  It's 2014 already, fix copyright year where user visible
  PHP 5.3.29
  Some changes were lost in the merge commit of #66091
  Updated NEWS for #66091
  Fixed #66091
  Updated NEWS for #66091
  Updated NEWS for #66091
  Fixed #66091
  updated NEWS
  updated NEWS
  updated NEWS
  backported the fix for bug #41577
  NEWS entry for e6d93a1 / d73d44c
  restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606
  Revert "Merge branch 'pull-request/694' into PHP-5.6"
  PHP 5.3.29RC1
  Fix missing type checks in various functions
  ...

Conflicts:
ext/date/php_date.c
ext/standard/math.c

10 years agoFixed support for references
Dmitry Stogov [Thu, 14 Aug 2014 18:44:25 +0000 (22:44 +0400)]
Fixed support for references

10 years agoFix failing tests
Keyur Govande [Thu, 14 Aug 2014 18:20:26 +0000 (18:20 +0000)]
Fix failing tests

10 years agoPatch for bug #67839 (mysqli does not handle 4-byte floats correctly)
Keyur Govande [Thu, 14 Aug 2014 18:19:56 +0000 (18:19 +0000)]
Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)

Before the patch, a value of 9.99 in a FLOAT column came out of mysqli
as 9.9998998641968. This is because it would naively cast a 4-byte float
into PHP's internal 8-byte double.
To fix this, with GCC we use the built-in decimal support to "up-convert"
the 4-byte float to a 8-byte double.
When that is not available, we fall back to converting the float
to a string and then converting the string to a double. This mimics
what MySQL does.

10 years agoFixed support for references
Dmitry Stogov [Thu, 14 Aug 2014 17:54:57 +0000 (21:54 +0400)]
Fixed support for references

10 years agoMerge branch 'pull-request/658'
Sara Golemon [Thu, 14 Aug 2014 16:44:14 +0000 (09:44 -0700)]
Merge branch 'pull-request/658'

10 years agoMerge branch 'PHP-5.6'
Johannes Schlüter [Thu, 14 Aug 2014 15:27:12 +0000 (17:27 +0200)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Johannes Schlüter [Thu, 14 Aug 2014 15:25:22 +0000 (17:25 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Thu, 14 Aug 2014 15:22:25 +0000 (17:22 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

10 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 14 Aug 2014 15:13:44 +0000 (17:13 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

10 years agoUpdate Git rules PHP-5.3
Johannes Schlüter [Thu, 14 Aug 2014 15:08:02 +0000 (17:08 +0200)]
Update Git rules

10 years agoBack to -dev (with EOL notice in NEWS)
Johannes Schlüter [Thu, 14 Aug 2014 15:05:20 +0000 (17:05 +0200)]
Back to -dev (with EOL notice in NEWS)

10 years agoFixed reference support (references to references are not allowed)
Dmitry Stogov [Thu, 14 Aug 2014 13:00:01 +0000 (17:00 +0400)]
Fixed reference support (references to references are not allowed)

10 years agoFixed reference handling
Dmitry Stogov [Thu, 14 Aug 2014 11:07:39 +0000 (15:07 +0400)]
Fixed reference handling