]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Fri, 29 Mar 2013 15:46:24 +0000 (23:46 +0800)]
Merge branch 'PHP-5.5'

11 years agoFixed bug #64544 (Valgrind warnings after using putenv)
Xinchen Hui [Fri, 29 Mar 2013 15:42:50 +0000 (23:42 +0800)]
Fixed bug #64544 (Valgrind warnings after using putenv)

The frozen_envion is needed, since if an item in environ is updated
(like the test script HOME one), invalid free still shows up

11 years agoMerge branch 'master' of https://git.php.net/push/php-src
Keyur Govande [Fri, 29 Mar 2013 14:47:11 +0000 (14:47 +0000)]
Merge branch 'master' of https://git.php.net/push/php-src

* 'master' of https://git.php.net/push/php-src:
  fix BELL constant declaration
  merging conflict left over
  fix typo
  add definition for 5.5
  fix bug #64490 - add __FreeBSD_kernel__ to allowed FreeBSD defs
  - fix x64 issues on windows with the various time types (overflow, signed and unsigned bits ops, etc.) causing crashes on start, error or log, must be done in win32/time.c for some of these functions too
  - fix regression (imagerotate_overflow.phpt), fix for all cases
  - fix regression bug24155.phpt and bug39366.phpt
  - fix regression (imagerotate_overflow.phpt)
  fix memory leak
  - ws
  - add gd changes
  - update the comment to match the code/features
  setting plausible default value for struct members
  Fixed test after nick previous fix

11 years agoMerge branch 'PHP-5.5'
Keyur Govande [Fri, 29 Mar 2013 14:44:35 +0000 (14:44 +0000)]
Merge branch 'PHP-5.5'

* PHP-5.5: (276 commits)
  Patch for Bug #64544. The process title change module keeps track of the locally allocated environ, so it doesn't need to worry about when environ changes underneath it, for example by putenv()/setenv()
  Fix "passing NULL to non-pointer argument" warnings in intl
  Remove support for cloning generators
  Removed deprecated check
  Fix whitespace issue in the SOAP test
  Fix SOAP test
  Forgot to fix the test on 5.4
  Exclude Travis build for 5.3 and 5.4
  Fix tests after addition of ^ (xor) operator to ini
  Fix Bug #64545: PHP Error in ef93a93ee21bce9218188
  Attempt to fix SKIP
  This will PHP 5.3.25
  Typo fix (greater then => greater than)
  don't optimize script if it's not going to be cached
  Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).
  With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars
  Fixed issue #78 (incorrect file path validation)
  Fix test on Mac (\D shows up)
  Add test for #64529
  will be 5.4.15
  ...

11 years agoMerge branch 'pull-request/313' into PHP-5.5
Keyur Govande [Fri, 29 Mar 2013 14:42:16 +0000 (14:42 +0000)]
Merge branch 'pull-request/313' into PHP-5.5

* pull-request/313:
  Patch for Bug #64544. The process title change module keeps track of the locally allocated environ, so it doesn't need to worry about when environ changes underneath it, for example by putenv()/setenv()

11 years agoMerge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5
Keyur Govande [Fri, 29 Mar 2013 14:35:45 +0000 (14:35 +0000)]
Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/push/php-src: (266 commits)
  Fix "passing NULL to non-pointer argument" warnings in intl
  Remove support for cloning generators
  Removed deprecated check
  Fix whitespace issue in the SOAP test
  Fix SOAP test
  Forgot to fix the test on 5.4
  Exclude Travis build for 5.3 and 5.4
  Fix tests after addition of ^ (xor) operator to ini
  Fix Bug #64545: PHP Error in ef93a93ee21bce9218188
  Attempt to fix SKIP
  This will PHP 5.3.25
  Typo fix (greater then => greater than)
  don't optimize script if it's not going to be cached
  Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).
  With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars
  Fixed issue #78 (incorrect file path validation)
  Fix test on Mac (\D shows up)
  Add test for #64529
  will be 5.4.15
  fix NEWS
  ...

11 years agoPatch for Bug #64544.
Keyur Govande [Fri, 29 Mar 2013 14:27:36 +0000 (14:27 +0000)]
Patch for Bug #64544.
The process title change module keeps track of the locally allocated
environ, so it doesn't need to worry about when environ changes
underneath it, for example by putenv()/setenv()

11 years agoMerge branch 'PHP-5.5'
Nikita Popov [Fri, 29 Mar 2013 12:01:08 +0000 (13:01 +0100)]
Merge branch 'PHP-5.5'

11 years agoFix "passing NULL to non-pointer argument" warnings in intl
Nikita Popov [Fri, 29 Mar 2013 11:36:57 +0000 (12:36 +0100)]
Fix "passing NULL to non-pointer argument" warnings in intl

The second argument to spprintf is a size_t (maximum length).

11 years agoMerge branch 'PHP-5.5'
Nikita Popov [Fri, 29 Mar 2013 10:43:19 +0000 (11:43 +0100)]
Merge branch 'PHP-5.5'

11 years agoRemove support for cloning generators
Nikita Popov [Mon, 25 Mar 2013 16:40:58 +0000 (17:40 +0100)]
Remove support for cloning generators

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 28 Mar 2013 23:18:51 +0000 (03:18 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Removed deprecated check

11 years agoRemoved deprecated check
Dmitry Stogov [Thu, 28 Mar 2013 23:18:04 +0000 (03:18 +0400)]
Removed deprecated check

11 years agoMerge branch 'PHP-5.5'
Pierre Joye [Thu, 28 Mar 2013 21:14:50 +0000 (22:14 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix BELL constant declaration

11 years agofix BELL constant declaration
Pierre Joye [Thu, 28 Mar 2013 21:14:34 +0000 (22:14 +0100)]
fix BELL constant declaration

11 years agoMerge branch 'PHP-5.5'
Nikita Popov [Thu, 28 Mar 2013 18:11:21 +0000 (19:11 +0100)]
Merge branch 'PHP-5.5'

11 years agoFix whitespace issue in the SOAP test
Nikita Popov [Thu, 28 Mar 2013 18:10:57 +0000 (19:10 +0100)]
Fix whitespace issue in the SOAP test

11 years agoMerge branch 'PHP-5.5'
Nikita Popov [Thu, 28 Mar 2013 18:06:13 +0000 (19:06 +0100)]
Merge branch 'PHP-5.5'

11 years agoFix SOAP test
Nikita Popov [Thu, 28 Mar 2013 18:05:06 +0000 (19:05 +0100)]
Fix SOAP test

Doesn't look like these warnings are present anymore.

11 years agoMerge branch 'PHP-5.5'
Nikita Popov [Thu, 28 Mar 2013 17:43:20 +0000 (18:43 +0100)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Thu, 28 Mar 2013 17:43:11 +0000 (18:43 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
.travis.yml

11 years agoForgot to fix the test on 5.4
Nikita Popov [Thu, 28 Mar 2013 17:42:01 +0000 (18:42 +0100)]
Forgot to fix the test on 5.4

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Nikita Popov [Thu, 28 Mar 2013 17:41:34 +0000 (18:41 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoExclude Travis build for 5.3 and 5.4
Nikita Popov [Thu, 28 Mar 2013 17:40:57 +0000 (18:40 +0100)]
Exclude Travis build for 5.3 and 5.4

11 years agoMerge branch 'PHP-5.5'
Nikita Popov [Thu, 28 Mar 2013 17:36:06 +0000 (18:36 +0100)]
Merge branch 'PHP-5.5'

11 years agoFix tests after addition of ^ (xor) operator to ini
Nikita Popov [Thu, 28 Mar 2013 17:35:46 +0000 (18:35 +0100)]
Fix tests after addition of ^ (xor) operator to ini

11 years agoMerge branch 'PHP-5.5'
Nikita Popov [Thu, 28 Mar 2013 17:24:27 +0000 (18:24 +0100)]
Merge branch 'PHP-5.5'

11 years agoFix Bug #64545: PHP Error in ef93a93ee21bce9218188
Nikita Popov [Thu, 28 Mar 2013 17:23:23 +0000 (18:23 +0100)]
Fix Bug #64545: PHP Error in ef93a93ee21bce9218188

Test was using die "Foo" instead of die("Foo").

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Thu, 28 Mar 2013 15:24:17 +0000 (23:24 +0800)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 28 Mar 2013 15:23:07 +0000 (23:23 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoAttempt to fix SKIP
Xinchen Hui [Thu, 28 Mar 2013 15:22:20 +0000 (23:22 +0800)]
Attempt to fix SKIP

11 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Thu, 28 Mar 2013 14:09:28 +0000 (15:09 +0100)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Thu, 28 Mar 2013 14:09:06 +0000 (15:09 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 28 Mar 2013 14:08:30 +0000 (15:08 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

11 years agoThis will PHP 5.3.25
Johannes Schlüter [Thu, 28 Mar 2013 14:05:46 +0000 (15:05 +0100)]
This will PHP 5.3.25

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Thu, 28 Mar 2013 11:14:25 +0000 (19:14 +0800)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 28 Mar 2013 11:13:58 +0000 (19:13 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoTypo fix (greater then => greater than)
Veres Lajos [Thu, 28 Mar 2013 10:44:02 +0000 (10:44 +0000)]
Typo fix (greater then => greater than)

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Thu, 28 Mar 2013 09:48:18 +0000 (13:48 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars

11 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Thu, 28 Mar 2013 09:48:00 +0000 (13:48 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 28 Mar 2013 09:47:38 +0000 (13:47 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  don't optimize script if it's not going to be cached
  Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).

11 years agodon't optimize script if it's not going to be cached
Dmitry Stogov [Thu, 28 Mar 2013 09:45:40 +0000 (13:45 +0400)]
don't optimize script if it's not going to be cached

11 years agoReimplemented OPcache restart trigger. Now, if memory or hash are full the restart...
Dmitry Stogov [Thu, 28 Mar 2013 09:34:59 +0000 (13:34 +0400)]
Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).

11 years agoMerge branch 'PHP-5.5'
Remi Collet [Thu, 28 Mar 2013 09:25:53 +0000 (10:25 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Thu, 28 Mar 2013 09:25:39 +0000 (10:25 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars

11 years agoWith pkgconfig < 0.28 output is a single space
Remi Collet [Thu, 28 Mar 2013 09:22:20 +0000 (10:22 +0100)]
With pkgconfig < 0.28 output is a single space
With pkgconfig = 0.28 output is an empty string,
This breaks the test on the 2 vars

Need to split when
LIB set (ex -lssl -lcrypto)
INC empty (because /usr/include used)

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Thu, 28 Mar 2013 08:31:33 +0000 (12:31 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed issue #78 (incorrect file path validation)

11 years agoFixed issue #78 (incorrect file path validation)
Dmitry Stogov [Thu, 28 Mar 2013 08:30:18 +0000 (12:30 +0400)]
Fixed issue #78 (incorrect file path validation)

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Thu, 28 Mar 2013 06:35:57 +0000 (14:35 +0800)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 28 Mar 2013 06:35:02 +0000 (14:35 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix test on Mac (\D shows up)
Xinchen Hui [Thu, 28 Mar 2013 06:34:08 +0000 (14:34 +0800)]
Fix test on Mac (\D shows up)

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Thu, 28 Mar 2013 05:55:06 +0000 (13:55 +0800)]
Merge branch 'PHP-5.5'

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 28 Mar 2013 05:54:37 +0000 (13:54 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Thu, 28 Mar 2013 05:54:04 +0000 (13:54 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years agoAdd test for #64529
Xinchen Hui [Thu, 28 Mar 2013 05:45:42 +0000 (13:45 +0800)]
Add test for #64529

11 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Wed, 27 Mar 2013 21:02:45 +0000 (14:02 -0700)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  will be 5.4.15
  fix NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 27 Mar 2013 21:02:14 +0000 (14:02 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  will be 5.4.15
  fix NEWS

Conflicts:
configure.in
main/php_version.h

11 years agowill be 5.4.15
Stanislav Malyshev [Wed, 27 Mar 2013 20:59:29 +0000 (13:59 -0700)]
will be 5.4.15

11 years agofix NEWS
Stanislav Malyshev [Wed, 27 Mar 2013 20:57:53 +0000 (13:57 -0700)]
fix NEWS

11 years agoMerge branch 'PHP-5.5'
Lars Strojny [Wed, 27 Mar 2013 20:37:42 +0000 (21:37 +0100)]
Merge branch 'PHP-5.5'

Conflicts:
Zend/zend_ini_scanner.c

11 years agoAdded XOR support for expressions in INI parser: NEWS and zend_language_scanner.c
Lars Strojny [Wed, 27 Mar 2013 20:30:56 +0000 (21:30 +0100)]
Added XOR support for expressions in INI parser: NEWS and zend_language_scanner.c

11 years agoAdded XOR support for expressions in INI parser
Dejan Marjanovic [Tue, 26 Mar 2013 22:54:09 +0000 (23:54 +0100)]
Added XOR support for expressions in INI parser

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 27 Mar 2013 20:10:13 +0000 (00:10 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed bug #64529 (Ran out of opcode space)

Conflicts:
Zend/zend_language_scanner.c

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Dmitry Stogov [Wed, 27 Mar 2013 20:08:11 +0000 (00:08 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #64529 (Ran out of opcode space)

Conflicts:
NEWS
Zend/zend_execute_API.c
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h

11 years agoFixed bug #64529 (Ran out of opcode space)
Dmitry Stogov [Wed, 27 Mar 2013 20:03:40 +0000 (00:03 +0400)]
Fixed bug #64529 (Ran out of opcode space)

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Wed, 27 Mar 2013 19:15:38 +0000 (23:15 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Remove unused variable
  NEWS Section for beta 3
  News for beta 2

11 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 27 Mar 2013 19:15:21 +0000 (23:15 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Remove unused variable
  NEWS Section for beta 3
  News for beta 2

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 27 Mar 2013 19:14:59 +0000 (23:14 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed issue #74 (Allowed per request OPcache disabling)

11 years agoFixed issue #74 (Allowed per request OPcache disabling)
Dmitry Stogov [Wed, 27 Mar 2013 19:13:21 +0000 (23:13 +0400)]
Fixed issue #74 (Allowed per request OPcache disabling)

11 years agoMerge branch 'PHP-5.5'
David Soria Parra [Wed, 27 Mar 2013 19:01:05 +0000 (20:01 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Remove unused variable

11 years agoRemove unused variable
David Soria Parra [Wed, 27 Mar 2013 19:00:54 +0000 (20:00 +0100)]
Remove unused variable

11 years agoMerge branch 'PHP-5.5'
David Soria Parra [Wed, 27 Mar 2013 18:58:10 +0000 (19:58 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  NEWS Section for beta 3
  News for beta 2

11 years agoNEWS Section for beta 3
David Soria Parra [Wed, 27 Mar 2013 18:57:24 +0000 (19:57 +0100)]
NEWS Section for beta 3

11 years agoNews for beta 2
David Soria Parra [Wed, 27 Mar 2013 18:30:43 +0000 (19:30 +0100)]
News for beta 2

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 27 Mar 2013 18:17:50 +0000 (22:17 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)

11 years agoFixed issue #76 (actually we don't need zend_shared_memory_block_header at all)
Dmitry Stogov [Wed, 27 Mar 2013 18:16:18 +0000 (22:16 +0400)]
Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Dmitry Stogov [Wed, 27 Mar 2013 17:09:51 +0000 (21:09 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  add WebP support in phpinfo

11 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Wed, 27 Mar 2013 17:09:31 +0000 (21:09 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  add WebP support in phpinfo

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 27 Mar 2013 17:08:58 +0000 (21:08 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Added opcache.enable_cli=0

11 years agoAdded opcache.enable_cli=0
Dmitry Stogov [Wed, 27 Mar 2013 17:08:18 +0000 (21:08 +0400)]
Added opcache.enable_cli=0

11 years agoMerge branch 'PHP-5.5'
Dmitry Stogov [Wed, 27 Mar 2013 17:04:04 +0000 (21:04 +0400)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Added description for opcache.enable_cli

11 years agoAdded description for opcache.enable_cli
Dmitry Stogov [Wed, 27 Mar 2013 17:02:39 +0000 (21:02 +0400)]
Added description for opcache.enable_cli

11 years agoMerge branch 'PHP-5.5'
Pierre Joye [Wed, 27 Mar 2013 16:39:05 +0000 (17:39 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  add WebP support in phpinfo

11 years agoadd WebP support in phpinfo
Pierre Joye [Wed, 27 Mar 2013 16:38:57 +0000 (17:38 +0100)]
add WebP support in phpinfo

11 years agoMerge branch 'PHP-5.5'
Pierre Joye [Wed, 27 Mar 2013 06:29:56 +0000 (07:29 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  add windows 8 and windows server 2012

11 years agoadd windows 8 and windows server 2012
Pierre Joye [Wed, 27 Mar 2013 06:29:47 +0000 (07:29 +0100)]
add windows 8 and windows server 2012

11 years agoMerge branch 'PHP-5.5'
Pierre Joye [Wed, 27 Mar 2013 06:15:30 +0000 (07:15 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  versions no longer supported, no need to check

11 years agoversions no longer supported, no need to check
Pierre Joye [Wed, 27 Mar 2013 06:15:23 +0000 (07:15 +0100)]
versions no longer supported, no need to check

11 years agoMerge branch 'PHP-5.5'
Pierre Joye [Wed, 27 Mar 2013 04:13:42 +0000 (05:13 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  FALSE on error

11 years ago FALSE on error
Pierre Joye [Wed, 27 Mar 2013 04:13:30 +0000 (05:13 +0100)]
 FALSE on error

11 years agomerging conflict left over
Pierre Joye [Tue, 26 Mar 2013 16:46:29 +0000 (17:46 +0100)]
merging conflict left over

11 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Pierre Joye [Tue, 26 Mar 2013 10:24:48 +0000 (11:24 +0100)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

11 years agoMerge branch 'master' of git.php.net:php-src
Pierre Joye [Tue, 26 Mar 2013 10:24:30 +0000 (11:24 +0100)]
Merge branch 'master' of git.php.net:php-src

11 years agoconflict
Pierre Joye [Tue, 26 Mar 2013 10:24:00 +0000 (11:24 +0100)]
conflict

11 years agofix regression, take #2 (merge issue due to git 1.8 default setting changes)
Pierre Joye [Tue, 26 Mar 2013 10:23:15 +0000 (11:23 +0100)]
fix regression, take #2 (merge issue due to git 1.8 default setting changes)

11 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Tue, 26 Mar 2013 04:03:37 +0000 (12:03 +0800)]
Merge branch 'PHP-5.5'

11 years agoFixed bug #64515 (Memoryleak when using the same variablename 2times in function...
Xinchen Hui [Tue, 26 Mar 2013 04:02:48 +0000 (12:02 +0800)]
Fixed bug #64515 (Memoryleak when using the same variablename 2times in function declaration)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Tue, 26 Mar 2013 03:51:15 +0000 (11:51 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoUpdate test script
Xinchen Hui [Tue, 26 Mar 2013 03:50:47 +0000 (11:50 +0800)]
Update test script

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Tue, 26 Mar 2013 03:47:38 +0000 (11:47 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5