]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 17 Jan 2014 02:32:06 +0000 (03:32 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  forked the test for bug #66481

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 17 Jan 2014 02:31:38 +0000 (03:31 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  forked the test for bug #66481

11 years agoforked the test for bug #66481
Anatol Belski [Fri, 17 Jan 2014 02:30:42 +0000 (03:30 +0100)]
forked the test for bug #66481

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 16 Jan 2014 06:42:04 +0000 (14:42 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 16 Jan 2014 06:41:52 +0000 (14:41 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoRe-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)
Xinchen Hui [Thu, 16 Jan 2014 06:41:12 +0000 (14:41 +0800)]
Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)

11 years agoRevert "Bug #66481 Segfaults on session_name()"
Xinchen Hui [Thu, 16 Jan 2014 06:38:35 +0000 (14:38 +0800)]
Revert "Bug #66481 Segfaults on session_name()"

This reverts commit 5662ffb295c6f9cb10768d8246f2656aae6b8abb.

11 years agoRevert "Update NEWS"
Xinchen Hui [Thu, 16 Jan 2014 06:38:22 +0000 (14:38 +0800)]
Revert "Update NEWS"

This reverts commit 8f5de8ddcf5fea43928cf2358b95f3de1ab5ade9.

11 years agoUpdate NEWS
Yasuo Ohgaki [Thu, 16 Jan 2014 02:41:30 +0000 (11:41 +0900)]
Update NEWS

11 years agoUpdate NEWS
Yasuo Ohgaki [Thu, 16 Jan 2014 02:40:33 +0000 (11:40 +0900)]
Update NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Thu, 16 Jan 2014 02:35:11 +0000 (11:35 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Bug #66481 Segfaults on session_name()

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Thu, 16 Jan 2014 02:34:31 +0000 (11:34 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Bug #66481 Segfaults on session_name()

11 years agoBug #66481 Segfaults on session_name()
Conor McDermottroe [Tue, 14 Jan 2014 02:08:13 +0000 (02:08 +0000)]
Bug #66481 Segfaults on session_name()

If the previous value of session.name was NULL then any call to
session_name($string) would result in a segmentation fault.

This changes the behaviour to set the value of session.name to
"PHPSESSID" if a blank value is given in php.ini or via -d on the
command line. There is already protection against setting it to NULL via
session_name() or ini_set().

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Wed, 15 Jan 2014 08:15:25 +0000 (12:15 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Log information about cached scripts and keys

11 years agoLog information about cached scripts and keys
Dmitry Stogov [Wed, 15 Jan 2014 08:12:22 +0000 (12:12 +0400)]
Log information about cached scripts and keys

11 years agoWe don't know PHP_5_6_X_API_NO yet
Dmitry Stogov [Wed, 15 Jan 2014 07:09:38 +0000 (11:09 +0400)]
We don't know PHP_5_6_X_API_NO yet

11 years agoAdded pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up
Yasuo Ohgaki [Wed, 15 Jan 2014 05:37:24 +0000 (14:37 +0900)]
Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up

11 years agoAlways initialize pg_version() result array elements to prevent failed test with...
Yasuo Ohgaki [Wed, 15 Jan 2014 05:27:33 +0000 (14:27 +0900)]
Always initialize pg_version() result array elements to prevent failed test with older postgresql servers. Add missing client_encoding element.

11 years agoFixed pg_version() crash with older postgresql
Yasuo Ohgaki [Wed, 15 Jan 2014 04:32:15 +0000 (13:32 +0900)]
Fixed pg_version() crash with older postgresql

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Wed, 15 Jan 2014 02:07:10 +0000 (11:07 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed session module is sending multiple set-cookie headers when session.use_strict_mode=1

11 years agoFixed session module is sending multiple set-cookie headers when session.use_strict_m...
Yasuo Ohgaki [Wed, 15 Jan 2014 02:03:07 +0000 (11:03 +0900)]
Fixed session module is sending multiple set-cookie headers when session.use_strict_mode=1

11 years agoFixed arguments unpacking segfault with opcache
Nikita Popov [Tue, 14 Jan 2014 14:34:08 +0000 (22:34 +0800)]
Fixed arguments unpacking segfault with opcache

11 years agoMade pg_version() return full connection info.
Yasuo Ohgaki [Tue, 14 Jan 2014 01:10:48 +0000 (10:10 +0900)]
Made pg_version() return full connection info.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 13 Jan 2014 19:10:35 +0000 (23:10 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed ZTS build

11 years agoFixed ZTS build
Dmitry Stogov [Mon, 13 Jan 2014 19:09:59 +0000 (23:09 +0400)]
Fixed ZTS build

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 13 Jan 2014 16:12:53 +0000 (17:12 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  forked test for win32

11 years agoforked test for win32
Anatol Belski [Mon, 13 Jan 2014 16:12:14 +0000 (17:12 +0100)]
forked test for win32

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 13 Jan 2014 14:06:49 +0000 (18:06 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)

Conflicts:
NEWS

11 years agoFixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)
Dmitry Stogov [Mon, 13 Jan 2014 14:05:21 +0000 (18:05 +0400)]
Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)

11 years agoFixed bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant...
Dmitry Stogov [Mon, 13 Jan 2014 12:16:23 +0000 (16:16 +0400)]
Fixed bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)

11 years agoFixed bug #66471 (Keep backward compatibility)
Dmitry Stogov [Mon, 13 Jan 2014 11:34:25 +0000 (15:34 +0400)]
Fixed bug #66471 (Keep backward compatibility)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 13 Jan 2014 08:07:50 +0000 (12:07 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66474 (Optimizer bug in constant string to boolean conversion)

Conflicts:
NEWS

11 years agoFixed bug #66474 (Optimizer bug in constant string to boolean conversion)
Dmitry Stogov [Mon, 13 Jan 2014 08:06:19 +0000 (12:06 +0400)]
Fixed bug #66474 (Optimizer bug in constant string to boolean conversion)

11 years agoFixed build (making zend_is_by_ref_func_arg_fetch function static)
Bob Weinand [Sun, 12 Jan 2014 00:59:22 +0000 (01:59 +0100)]
Fixed build (making zend_is_by_ref_func_arg_fetch function static)

11 years agoImplement argument unpacking
Nikita Popov [Thu, 29 Aug 2013 09:35:11 +0000 (11:35 +0200)]
Implement argument unpacking

RFC: https://wiki.php.net/rfc/argument_unpacking

11 years agoMinor cleanup in zend_do_pass_param()
Nikita Popov [Wed, 28 Aug 2013 18:12:54 +0000 (20:12 +0200)]
Minor cleanup in zend_do_pass_param()

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Johannes Schlüter [Fri, 10 Jan 2014 15:02:46 +0000 (16:02 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agofix encoding
Johannes Schlüter [Fri, 10 Jan 2014 14:57:40 +0000 (15:57 +0100)]
fix encoding

11 years ago5.5.9-dev now
Julien Pauli [Fri, 10 Jan 2014 09:01:30 +0000 (10:01 +0100)]
5.5.9-dev now

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 9 Jan 2014 14:28:47 +0000 (15:28 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fixed EOL in the test

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Thu, 9 Jan 2014 14:28:09 +0000 (15:28 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed EOL in the test

11 years agofixed EOL in the test
Anatol Belski [Thu, 9 Jan 2014 14:27:26 +0000 (15:27 +0100)]
fixed EOL in the test

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 9 Jan 2014 14:24:55 +0000 (15:24 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  added testcase from bug #65371

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Thu, 9 Jan 2014 14:24:31 +0000 (15:24 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  added testcase from bug #65371

11 years agoadded testcase from bug #65371
Anatol Belski [Thu, 9 Jan 2014 14:23:49 +0000 (15:23 +0100)]
added testcase from bug #65371

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Thu, 9 Jan 2014 09:49:54 +0000 (13:49 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed ADD_INTERNED_STRING() logic to support strings that are already interned. (Terry)

11 years agoFixed ADD_INTERNED_STRING() logic to support strings that are already interned. ...
Dmitry Stogov [Thu, 9 Jan 2014 09:48:08 +0000 (13:48 +0400)]
Fixed ADD_INTERNED_STRING() logic to support strings that are already interned. (Terry)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Sun, 5 Jan 2014 18:21:49 +0000 (19:21 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  one more extension for the basename test

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sun, 5 Jan 2014 18:21:27 +0000 (19:21 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  one more extension for the basename test

11 years agoone more extension for the basename test
Anatol Belski [Sun, 5 Jan 2014 18:19:54 +0000 (19:19 +0100)]
one more extension for the basename test

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Sun, 5 Jan 2014 18:13:15 +0000 (19:13 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  improved the fix for bug #66395
  updated NEWS
  Fixed bug #66009 Failed compilation of PHP extension with C++ std library using VS 2012

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Sun, 5 Jan 2014 18:12:52 +0000 (19:12 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  improved the fix for bug #66395

11 years agoimproved the fix for bug #66395
Anatol Belski [Sun, 5 Jan 2014 18:05:04 +0000 (19:05 +0100)]
improved the fix for bug #66395

- fixed the traverse vulnerability in case like c:d:file.txt
- ensure paths containing NTFS streams are still worky

11 years agoFixed bug #66009 Failed compilation of PHP extension with C++ std library using VS...
Anatol Belski [Fri, 3 Jan 2014 23:47:10 +0000 (00:47 +0100)]
Fixed bug #66009 Failed compilation of PHP extension with C++ std library using VS 2012

Visual Studio 2012 includes sanity checks for C++11 features, see
http://msdn.microsoft.com/en-us/library/vstudio/bb531344(v=vs.110).aspx
To fix the 'inline' keyword redefinition for C++ in debug mode, the
new macros ZEND_WIN32_KEEP_INLINE is introduced, ZEND_WIN32_FORCE_INLINE is
automatically appended in release mode.

11 years agoupdated NEWS
Anatol Belski [Fri, 3 Jan 2014 23:59:03 +0000 (00:59 +0100)]
updated NEWS

11 years agoFixed bug #66009 Failed compilation of PHP extension with C++ std library using VS...
Anatol Belski [Fri, 3 Jan 2014 23:47:10 +0000 (00:47 +0100)]
Fixed bug #66009 Failed compilation of PHP extension with C++ std library using VS 2012

Visual Studio 2012 includes sanity checks for C++11 features, see
http://msdn.microsoft.com/en-us/library/vstudio/bb531344(v=vs.110).aspx
To fix the 'inline' keyword redefinition for C++ in debug mode, the
new macros ZEND_WIN32_KEEP_INLINE is introduced, ZEND_WIN32_FORCE_INLINE is
automatically appended in release mode.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Sat, 4 Jan 2014 00:29:15 +0000 (01:29 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Sat, 4 Jan 2014 00:24:54 +0000 (01:24 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix bug #66286: Incorrect object comparison with inheritance
Nikita Popov [Sat, 4 Jan 2014 00:22:14 +0000 (01:22 +0100)]
Fix bug #66286: Incorrect object comparison with inheritance

std_compare_objects immidiately returned 0 if the property tables
of both objects contain NULL at some index. Thus it would report
objects as equal even though properties following after that
differ.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 3 Jan 2014 21:44:46 +0000 (22:44 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS

11 years agoupdated NEWS
Anatol Belski [Fri, 3 Jan 2014 21:42:38 +0000 (22:42 +0100)]
updated NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 3 Jan 2014 21:38:47 +0000 (22:38 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66395 basename function doesn't remove drive letter

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 3 Jan 2014 21:32:39 +0000 (22:32 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #66395 basename function doesn't remove drive letter

11 years agoFixed bug #66395 basename function doesn't remove drive letter
Anatol Belski [Fri, 3 Jan 2014 21:25:58 +0000 (22:25 +0100)]
Fixed bug #66395 basename function doesn't remove drive letter

11 years agoHere need to be str_efree
Xinchen Hui [Fri, 3 Jan 2014 03:36:50 +0000 (11:36 +0800)]
Here need to be str_efree

found by ext/standard/tests/general_functions/phpinfo2.php fails

11 years agoBump year
Xinchen Hui [Fri, 3 Jan 2014 03:08:10 +0000 (11:08 +0800)]
Bump year

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 3 Jan 2014 03:08:06 +0000 (11:08 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoBump year
Xinchen Hui [Fri, 3 Jan 2014 03:06:16 +0000 (11:06 +0800)]
Bump year

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Fri, 3 Jan 2014 03:06:12 +0000 (11:06 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoBump year
Xinchen Hui [Fri, 3 Jan 2014 03:04:26 +0000 (11:04 +0800)]
Bump year

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Thu, 2 Jan 2014 12:52:20 +0000 (12:52 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Derick Rethans [Thu, 2 Jan 2014 12:52:08 +0000 (12:52 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Thu, 2 Jan 2014 12:47:44 +0000 (12:47 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFixed (some of) add/sub.
Derick Rethans [Thu, 2 Jan 2014 12:45:48 +0000 (12:45 +0000)]
Fixed (some of) add/sub.

This worked in PHP 5.4 already, but with the introduction of DateTimeImmutable
this code was not correctly merged.

11 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Derick Rethans [Thu, 2 Jan 2014 10:57:46 +0000 (10:57 +0000)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

11 years ago- BFN
Felipe Pena [Thu, 2 Jan 2014 00:33:12 +0000 (22:33 -0200)]
- BFN

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
krakjoe [Wed, 1 Jan 2014 13:01:06 +0000 (13:01 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix #66375 bad logic in sapi header callback routine

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
krakjoe [Wed, 1 Jan 2014 13:00:29 +0000 (13:00 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix #66375 bad logic in sapi header callback routine

11 years agofix #66375 bad logic in sapi header callback routine
krakjoe [Wed, 1 Jan 2014 12:58:18 +0000 (12:58 +0000)]
fix #66375 bad logic in sapi header callback routine

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Felipe Pena [Wed, 1 Jan 2014 11:56:49 +0000 (09:56 -0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  - Fixed bug #66381 (__ss_family was changed on AIX 5.3)

11 years agoMerge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
Felipe Pena [Wed, 1 Jan 2014 11:56:31 +0000 (09:56 -0200)]
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5

11 years ago- Fixed bug #66381 (__ss_family was changed on AIX 5.3)
Felipe Pena [Wed, 1 Jan 2014 11:55:14 +0000 (09:55 -0200)]
- Fixed bug #66381 (__ss_family was changed on AIX 5.3)

11 years agoThrow warning when converting invalid string to GMP
Nikita Popov [Mon, 30 Dec 2013 13:37:32 +0000 (14:37 +0100)]
Throw warning when converting invalid string to GMP

11 years agoupdate php.ini-*
Michael Wallner [Tue, 10 Dec 2013 15:28:51 +0000 (16:28 +0100)]
update php.ini-*

11 years agoAdd E_DEPRECATED when populating $HTTP_RAW_POST_DATA
Michael Wallner [Tue, 10 Dec 2013 14:35:41 +0000 (15:35 +0100)]
Add E_DEPRECATED when populating $HTTP_RAW_POST_DATA

11 years agoadd 'never'
Michael Wallner [Wed, 27 Nov 2013 11:19:47 +0000 (12:19 +0100)]
add 'never'

11 years agofix type
Michael Wallner [Wed, 27 Nov 2013 11:19:32 +0000 (12:19 +0100)]
fix type

11 years agofix type; add tests for -1
Michael Wallner [Tue, 26 Nov 2013 14:29:39 +0000 (15:29 +0100)]
fix type; add tests for -1

11 years agos/BOOLEAN/ENTRY/
Michael Wallner [Tue, 26 Nov 2013 14:07:29 +0000 (15:07 +0100)]
s/BOOLEAN/ENTRY/

11 years agore-introduce always_populate_raw_post_data
Michael Wallner [Tue, 26 Nov 2013 14:03:37 +0000 (15:03 +0100)]
re-introduce always_populate_raw_post_data

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Mon, 30 Dec 2013 12:58:29 +0000 (13:58 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Mon, 30 Dec 2013 12:54:58 +0000 (13:54 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoFix leak caused by fix to bug #65667
Nikita Popov [Mon, 30 Dec 2013 12:46:55 +0000 (13:46 +0100)]
Fix leak caused by fix to bug #65667

ftp->stream is now closed in the ftp resource dtor.

11 years agomissing file from libzip 0.11.2
Remi Collet [Mon, 30 Dec 2013 09:00:02 +0000 (10:00 +0100)]
missing file from libzip 0.11.2

11 years agofix compat for PHP ABI changes
Remi Collet [Mon, 30 Dec 2013 07:47:16 +0000 (08:47 +0100)]
fix compat for PHP ABI changes

11 years agoNEWS
Remi Collet [Mon, 30 Dec 2013 06:45:09 +0000 (07:45 +0100)]
NEWS

11 years agoSync with pecl/zip 1.12.4dev
Remi Collet [Mon, 30 Dec 2013 06:35:30 +0000 (07:35 +0100)]
Sync with pecl/zip 1.12.4dev

- update bunled libzip to 0.11.2
- expose zip_file_set_external_attributes + zip_file_get_external_attributes
  with new methods:
ZipArchive::setExternalAttributesName
ZipArchive::setExternalAttributesIndex
ZipArchive::getExternalAttributesName
ZipArchive::getExternalAttributesIndex

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 30 Dec 2013 03:07:37 +0000 (11:07 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoFix test fail
Xinchen Hui [Mon, 30 Dec 2013 03:07:25 +0000 (11:07 +0800)]
Fix test fail

11 years agoFix one more test in dos style eol
Xinchen Hui [Mon, 30 Dec 2013 02:58:40 +0000 (10:58 +0800)]
Fix one more test in dos style eol