]> granicus.if.org Git - php/log
php
12 years agonow we have also an xz archive
Ferenc Kovacs [Thu, 24 Jan 2013 11:56:02 +0000 (12:56 +0100)]
now we have also an xz archive

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Wed, 23 Jan 2013 18:45:12 +0000 (10:45 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix tests
  fix tests

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 23 Jan 2013 18:45:01 +0000 (10:45 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix tests

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Stanislav Malyshev [Wed, 23 Jan 2013 18:44:53 +0000 (10:44 -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:
  fix valgrind warning
  Fix bug #64023 (__toString() & SplFileInfo)
  Fix test related to change for #bug64007 and also fix in newInstanceArgs
  NEWS: Start PHP 5.5.0 Beta 1 section
  NEWS for PHP 5.5.0alpha4
  Fix NEWS

12 years agofix tests
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:07 +0000 (00:36 -0800)]
fix tests

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 23 Jan 2013 18:44:38 +0000 (10:44 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix tests

12 years agofix tests
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:07 +0000 (00:36 -0800)]
fix tests

12 years agoMerge branch 'PHP-5.5'
Gustavo Lopes [Wed, 23 Jan 2013 12:26:15 +0000 (13:26 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix bug #64023 (__toString() & SplFileInfo)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Gustavo Lopes [Wed, 23 Jan 2013 12:24:50 +0000 (13:24 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #64023 (__toString() & SplFileInfo)

12 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Tue, 22 Jan 2013 15:49:13 +0000 (16:49 +0100)]
Merge branch 'PHP-5.5'

12 years agofix valgrind warning
Andrey Hristov [Tue, 22 Jan 2013 15:48:39 +0000 (16:48 +0100)]
fix valgrind warning

12 years agoMerge branch 'bug64023' into PHP-5.4
Gustavo Lopes [Tue, 22 Jan 2013 11:24:33 +0000 (12:24 +0100)]
Merge branch 'bug64023' into PHP-5.4

* bug64023:
  Fix bug #64023 (__toString() & SplFileInfo)

Conflicts:
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

12 years agoFix bug #64023 (__toString() & SplFileInfo)
Gustavo Lopes [Sat, 19 Jan 2013 15:21:26 +0000 (16:21 +0100)]
Fix bug #64023 (__toString() & SplFileInfo)

Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore
__toString().

Using echo() directly would actually use __toString(), but this was a
bug: the ECHO handler would try zend_std_cast_object_tostring() before
cast_object(), but cast_object() should have priority as
zend_std_cast_object_tostring() assumes an object with a
zend_class_entry.

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Tue, 22 Jan 2013 09:00:15 +0000 (17:00 +0800)]
Merge branch 'PHP-5.5'

12 years agoFix test related to change for #bug64007 and also fix in newInstanceArgs
Xinchen Hui [Tue, 22 Jan 2013 08:58:40 +0000 (16:58 +0800)]
Fix test related to change for #bug64007 and also fix in newInstanceArgs

12 years agoNEWS: Start PHP 5.5.0 Beta 1 section
David Soria Parra [Tue, 22 Jan 2013 08:45:04 +0000 (09:45 +0100)]
NEWS: Start PHP 5.5.0 Beta 1 section

12 years agoNEWS for PHP 5.5.0alpha4
David Soria Parra [Tue, 22 Jan 2013 08:37:02 +0000 (09:37 +0100)]
NEWS for PHP 5.5.0alpha4

12 years agoFix NEWS
David Soria Parra [Tue, 22 Jan 2013 08:35:24 +0000 (09:35 +0100)]
Fix NEWS

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 22 Jan 2013 08:37:26 +0000 (00:37 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix tests

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:26 +0000 (00:36 -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:
  Merge fix of #62836 to ?.re, and regenerate ?.c
  Fixed bug #64007 (There is an ability to create instance of Generator by hand).
  - Fixed ZTS build
  Class Name Resolution As Scalar Via "class" Keyword

12 years agofix tests
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:07 +0000 (00:36 -0800)]
fix tests

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Mon, 21 Jan 2013 03:49:01 +0000 (11:49 +0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Mon, 21 Jan 2013 03:42:16 +0000 (11:42 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
ext/standard/var_unserializer.c

12 years agoMerge fix of #62836 to ?.re, and regenerate ?.c
Xinchen Hui [Mon, 21 Jan 2013 03:35:22 +0000 (11:35 +0800)]
Merge fix of #62836 to ?.re, and regenerate ?.c

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Sat, 19 Jan 2013 09:03:53 +0000 (17:03 +0800)]
Merge branch 'PHP-5.5'

12 years agoFixed bug #64007 (There is an ability to create instance of Generator by hand).
Xinchen Hui [Sat, 19 Jan 2013 09:01:57 +0000 (17:01 +0800)]
Fixed bug #64007 (There is an ability to create instance of Generator by hand).

Use get_constrctor instead of access of the ce->constructor directly

12 years agoMerge branch 'PHP-5.5'
Felipe Pena [Sat, 19 Jan 2013 00:15:22 +0000 (22:15 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed ZTS build

12 years ago- Fixed ZTS build
Felipe Pena [Sat, 19 Jan 2013 00:15:08 +0000 (22:15 -0200)]
- Fixed ZTS build

12 years agoMerge branch 'PHP-5.5' of git://github.com/php/php-src into PHP-5.5
Lars Strojny [Sat, 19 Jan 2013 00:06:13 +0000 (01:06 +0100)]
Merge branch 'PHP-5.5' of git://github.com/php/php-src into PHP-5.5

12 years agoMerge branch 'PHP-5.5'
Lars Strojny [Sat, 19 Jan 2013 00:01:39 +0000 (01:01 +0100)]
Merge branch 'PHP-5.5'

12 years agoClass Name Resolution As Scalar Via "class" Keyword
Lars Strojny [Sat, 19 Jan 2013 00:00:47 +0000 (01:00 +0100)]
Class Name Resolution As Scalar Via "class" Keyword

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Fri, 18 Jan 2013 21:45:40 +0000 (13:45 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix bug #63462 (Magic methods called twice for unset protected properties)

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Stanislav Malyshev [Fri, 18 Jan 2013 21:42:19 +0000 (13:42 -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:
  Fixed bug #63988 (Two Date tests fail) only for PHP-5.5
  - Fixed ZTS build
  Dereferencing process-handles no longer waits on those processes.
  revert change. now it doesn't compile again...someone should fix ext/date...
  Use two dtors thus allow allocation based on the alloc model of the connection.
  plug a leak - forgot ot use the dtor already written
  Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
  Revert "Update fputcsv() to escape all characters equally."
  Add support for connect attributes, as of MySQL 5.6
  Bug #62489: dba_insert not working as expected
  UPGRADING.INTERNALS: document zend_qsort_r
  Add zend_qsort_r & use it in strtr
  NEWS for bug #63893
  Update README.PARAMETER_PARSING_API
  Export zend_parse_parameter()
  Expose zend_parse_arg() as zend_parse_parameter()
  zend_parse_parameters: allow ! for non pointers

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 18 Jan 2013 21:42:04 +0000 (13:42 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix bug #63462 (Magic methods called twice for unset protected properties)
  NEWS for bug #64011. See 77ee200
  Fix bug #64011 (get_html_translation_table())
  Fix News
  Update the arguments in the prototype of fpm_socket_unix_test_connect().
  fixed build
  NEWS for bug #63893
  Fixed inconsequential bug in strtr()
  Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
  Revert "Update fputcsv() to escape all characters equally."
  Remove _GNU_SOURCE, add local heap sort
  The compiler can figure this out
  Remove unused block
  strtr() with 2nd param array - optimization
  Refactoring, bugs & leaks
  Optimize strtr w/ 2nd arg array

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Fri, 18 Jan 2013 21:32:43 +0000 (13:32 -0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fix bug #63462 (Magic methods called twice for unset protected properties)

12 years agofix bug #63462 (Magic methods called twice for unset protected properties)
Stanislav Malyshev [Mon, 14 Jan 2013 08:06:09 +0000 (00:06 -0800)]
fix bug #63462 (Magic methods called twice for unset protected properties)

12 years agoMerge branch 'PHP-5.5'
Gustavo Lopes [Fri, 18 Jan 2013 11:12:55 +0000 (12:12 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  NEWS for bug #64011. See 77ee200
  Fix bug #64011 (get_html_translation_table())
  Fix News

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Gustavo Lopes [Fri, 18 Jan 2013 11:12:25 +0000 (12:12 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  NEWS for bug #64011. See 77ee200
  Fix bug #64011 (get_html_translation_table())
  Fix News

12 years agoNEWS for bug #64011. See 77ee200
Gustavo Lopes [Fri, 18 Jan 2013 11:12:08 +0000 (12:12 +0100)]
NEWS for bug #64011. See 77ee200

12 years agoFix bug #64011 (get_html_translation_table())
Gustavo Lopes [Fri, 18 Jan 2013 11:07:21 +0000 (12:07 +0100)]
Fix bug #64011 (get_html_translation_table())

get_html_translation_table() with encoding ISO-8859-1 and HTMLENTITIES
was broken. Only entities for characters U+0000 to U+0040 were being
included in the result.

12 years agoUpdate config.sub to latest GPLv2 upstream version
Ard Biesheuvel [Fri, 18 Jan 2013 09:13:10 +0000 (10:13 +0100)]
Update config.sub to latest GPLv2 upstream version

This adds the ability to configure/build for 64-bit ARMv8,
which uses the host triplet 'aarch64-linux-gnu'.

Source:
  http://git.savannah.gnu.org/gitweb/?p=config.git;h=306afce

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Fri, 18 Jan 2013 07:51:32 +0000 (15:51 +0800)]
Merge branch 'PHP-5.5'

12 years agoFixed bug #63988 (Two Date tests fail) only for PHP-5.5
Xinchen Hui [Fri, 18 Jan 2013 07:49:36 +0000 (15:49 +0800)]
Fixed bug #63988 (Two Date tests fail) only for PHP-5.5

12 years agoFix skipif section
Xinchen Hui [Fri, 18 Jan 2013 07:12:51 +0000 (15:12 +0800)]
Fix skipif section

12 years agoMerge branch 'feature/linaro-arm-performance'
Ard Biesheuvel [Thu, 17 Jan 2013 17:07:10 +0000 (18:07 +0100)]
Merge branch 'feature/linaro-arm-performance'

* feature/linaro-arm-performance:
  Added ARM accelerated implementations for ZEND_SIGNED_MULTIPLY_LONG()
  Added test cases for ZEND_SIGNED_MULTIPLY_LONG()

12 years agoAdded ARM accelerated implementations for ZEND_SIGNED_MULTIPLY_LONG()
Ard Biesheuvel [Thu, 17 Jan 2013 16:51:12 +0000 (17:51 +0100)]
Added ARM accelerated implementations for ZEND_SIGNED_MULTIPLY_LONG()

Added inline assembler implementations:
- for 32-bit ARM, as the existing C implementation uses 64-bit
integer arithmetic, which relies on software emulation by libgcc;
- for 64-bit ARM, as the existing C implementation uses long doubles
to check for overflow before using the integer result.

Also updated my email address and fixed some whitespace

12 years agoAdded test cases for ZEND_SIGNED_MULTIPLY_LONG()
Ard Biesheuvel [Thu, 17 Jan 2013 16:41:58 +0000 (17:41 +0100)]
Added test cases for ZEND_SIGNED_MULTIPLY_LONG()

Before making changes to the implementation of
ZEND_SIGNED_MULTIPLY_LONG(), add some test cases
to make sure the various implementations remain
equivalent.

12 years agoMerge branch 'PHP-5.5'
Gustavo Lopes [Wed, 16 Jan 2013 22:37:42 +0000 (23:37 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Update README.PARAMETER_PARSING_API
  Export zend_parse_parameter()
  Expose zend_parse_arg() as zend_parse_parameter()
  zend_parse_parameters: allow ! for non pointers

12 years agoMerge remote-tracking branch 'cataphract/zpp_improv' into PHP-5.5
Gustavo Lopes [Wed, 16 Jan 2013 22:37:06 +0000 (23:37 +0100)]
Merge remote-tracking branch 'cataphract/zpp_improv' into PHP-5.5

See https://wiki.php.net/rfc/zpp_improv

* cataphract/zpp_improv:
  Update README.PARAMETER_PARSING_API
  Export zend_parse_parameter()
  Expose zend_parse_arg() as zend_parse_parameter()
  zend_parse_parameters: allow ! for non pointers

12 years agoFix News
Christopher Jones [Wed, 16 Jan 2013 04:38:24 +0000 (20:38 -0800)]
Fix News

12 years agoMerge branch 'PHP-5.5'
Adam Harvey [Wed, 16 Jan 2013 02:21:51 +0000 (10:21 +0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Update the arguments in the prototype of fpm_socket_unix_test_connect().

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Wed, 16 Jan 2013 02:19:13 +0000 (10:19 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Update the arguments in the prototype of fpm_socket_unix_test_connect().

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Adam Harvey [Wed, 16 Jan 2013 02:18:00 +0000 (10:18 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Update the arguments in the prototype of fpm_socket_unix_test_connect().

12 years agoUpdate the arguments in the prototype of fpm_socket_unix_test_connect().
Adam Harvey [Wed, 16 Jan 2013 02:06:56 +0000 (10:06 +0800)]
Update the arguments in the prototype of fpm_socket_unix_test_connect().

Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11).

12 years agoMerge branch 'PHP-5.5'
Felipe Pena [Tue, 15 Jan 2013 21:59:30 +0000 (19:59 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed ZTS build

12 years ago- Fixed ZTS build
Felipe Pena [Tue, 15 Jan 2013 21:59:23 +0000 (19:59 -0200)]
- Fixed ZTS build

12 years agoMerge branch 'master' of git.php.net:php-src
Felipe Pena [Tue, 15 Jan 2013 21:45:43 +0000 (19:45 -0200)]
Merge branch 'master' of git.php.net:php-src

12 years ago- Fixed ZTS build
Felipe Pena [Tue, 15 Jan 2013 21:45:09 +0000 (19:45 -0200)]
- Fixed ZTS build

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Tue, 15 Jan 2013 21:40:31 +0000 (22:40 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fixed build
  NEWS for bug #63893

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatoliy Belsky [Tue, 15 Jan 2013 21:39:49 +0000 (22:39 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed build
  NEWS for bug #63893

Conflicts:
NEWS

12 years agofixed build
Anatoliy Belsky [Tue, 15 Jan 2013 21:36:29 +0000 (22:36 +0100)]
fixed build

12 years agoMerge branch 'PHP-5.5'
Lars Strojny [Tue, 15 Jan 2013 21:12:09 +0000 (22:12 +0100)]
Merge branch 'PHP-5.5'

12 years agoDereferencing process-handles no longer waits on those processes.
Jille Timmermans [Tue, 15 Jan 2013 10:25:55 +0000 (11:25 +0100)]
Dereferencing process-handles no longer waits on those processes.

Implements FR #46487

12 years agoMerge branch 'PHP-5.5'
Gustavo Lopes [Tue, 15 Jan 2013 20:46:57 +0000 (21:46 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed inconsequential bug in strtr()
  UPGRADING.INTERNALS: document zend_qsort_r
  Add zend_qsort_r & use it in strtr
  NEWS for bug #63893
  Remove _GNU_SOURCE, add local heap sort
  The compiler can figure this out
  Remove unused block
  strtr() with 2nd param array - optimization
  Refactoring, bugs & leaks
  Optimize strtr w/ 2nd arg array

12 years agoMerge remote-tracking branch 'remotes/cataphract/strtr_wu94_55' into PHP-5.5
Gustavo Lopes [Tue, 15 Jan 2013 20:45:22 +0000 (21:45 +0100)]
Merge remote-tracking branch 'remotes/cataphract/strtr_wu94_55' into PHP-5.5

* remotes/cataphract/strtr_wu94_55:
  Fixed inconsequential bug in strtr()
  UPGRADING.INTERNALS: document zend_qsort_r
  Add zend_qsort_r & use it in strtr
  NEWS for bug #63893
  Remove _GNU_SOURCE, add local heap sort
  The compiler can figure this out
  Remove unused block
  strtr() with 2nd param array - optimization
  Refactoring, bugs & leaks
  Optimize strtr w/ 2nd arg array

12 years agoNEWS for bug #63893
Gustavo Lopes [Mon, 14 Jan 2013 16:17:58 +0000 (17:17 +0100)]
NEWS for bug #63893

12 years agoMerge remote-tracking branch 'remotes/cataphract/strtr_wu94_54' into PHP-5.4
Gustavo Lopes [Tue, 15 Jan 2013 20:05:21 +0000 (21:05 +0100)]
Merge remote-tracking branch 'remotes/cataphract/strtr_wu94_54' into PHP-5.4

* remotes/cataphract/strtr_wu94_54:
  Fixed inconsequential bug in strtr()
  Remove _GNU_SOURCE, add local heap sort
  The compiler can figure this out
  Remove unused block
  strtr() with 2nd param array - optimization
  Refactoring, bugs & leaks
  Optimize strtr w/ 2nd arg array

12 years agoMerge branch 'strtr_wu94_54' into strtr_wu94_55
Gustavo Lopes [Tue, 15 Jan 2013 16:26:24 +0000 (17:26 +0100)]
Merge branch 'strtr_wu94_54' into strtr_wu94_55

12 years agoFixed inconsequential bug in strtr()
Gustavo Lopes [Tue, 15 Jan 2013 16:25:59 +0000 (17:25 +0100)]
Fixed inconsequential bug in strtr()

12 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Tue, 15 Jan 2013 11:21:22 +0000 (12:21 +0100)]
Merge branch 'PHP-5.5'

12 years agorevert change. now it doesn't compile again...someone should fix ext/date...
Andrey Hristov [Tue, 15 Jan 2013 11:20:58 +0000 (12:20 +0100)]
revert change. now it doesn't compile again...someone should fix ext/date...

12 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Tue, 15 Jan 2013 11:20:24 +0000 (12:20 +0100)]
Merge branch 'PHP-5.5'

12 years agoUse two dtors thus allow allocation based on the alloc model of the
Andrey Hristov [Tue, 15 Jan 2013 11:19:52 +0000 (12:19 +0100)]
Use two dtors thus allow allocation based on the alloc model of the
connection.

12 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Tue, 15 Jan 2013 10:33:07 +0000 (11:33 +0100)]
Merge branch 'PHP-5.5'

12 years agoplug a leak - forgot ot use the dtor already written
Andrey Hristov [Tue, 15 Jan 2013 10:32:44 +0000 (11:32 +0100)]
plug a leak - forgot ot use the dtor already written

12 years agoMerge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Tue, 15 Jan 2013 10:07:58 +0000 (11:07 +0100)]
Merge branch 'master' of ssh://git.php.net/php-src

12 years agoMerge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Andrey Hristov [Tue, 15 Jan 2013 10:07:32 +0000 (11:07 +0100)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5

12 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Tue, 15 Jan 2013 10:07:08 +0000 (11:07 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Andrey Hristov [Tue, 15 Jan 2013 10:06:59 +0000 (11:06 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
NEWS

12 years agoRevert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
Adam Harvey [Tue, 15 Jan 2013 09:37:21 +0000 (17:37 +0800)]
Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."

This reverts commit 0510701474e8d99b5b30139b5599e44f9b555a5a.

12 years agoRevert "Update fputcsv() to escape all characters equally."
Adam Harvey [Tue, 15 Jan 2013 09:33:54 +0000 (17:33 +0800)]
Revert "Update fputcsv() to escape all characters equally."

On second thoughts, while the behaviour _is_ broken, this isn't the right fix.

This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.

12 years agoRevert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
Adam Harvey [Tue, 15 Jan 2013 09:37:21 +0000 (17:37 +0800)]
Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."

This reverts commit 0510701474e8d99b5b30139b5599e44f9b555a5a.

12 years agoRevert "Update fputcsv() to escape all characters equally."
Adam Harvey [Tue, 15 Jan 2013 09:33:54 +0000 (17:33 +0800)]
Revert "Update fputcsv() to escape all characters equally."

On second thoughts, while the behaviour _is_ broken, this isn't the right fix.

This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.

12 years agoMerge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Tue, 15 Jan 2013 09:40:15 +0000 (10:40 +0100)]
Merge branch 'master' of ssh://git.php.net/php-src

Conflicts:
NEWS

12 years agoRevert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."
Adam Harvey [Tue, 15 Jan 2013 09:37:21 +0000 (17:37 +0800)]
Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."

This reverts commit 0510701474e8d99b5b30139b5599e44f9b555a5a.

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Adam Harvey [Tue, 15 Jan 2013 09:35:34 +0000 (17:35 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Revert "Update fputcsv() to escape all characters equally."

12 years agoRevert "Update fputcsv() to escape all characters equally."
Adam Harvey [Tue, 15 Jan 2013 09:33:54 +0000 (17:33 +0800)]
Revert "Update fputcsv() to escape all characters equally."

On second thoughts, while the behaviour _is_ broken, this isn't the right fix.

This reverts commit 9b5cb0e8059b1e8bec096067491ed8d75f878938.

12 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Tue, 15 Jan 2013 09:12:54 +0000 (10:12 +0100)]
Merge branch 'PHP-5.5'

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5
Andrey Hristov [Tue, 15 Jan 2013 09:05:54 +0000 (10:05 +0100)]
Merge branch 'PHP-5.5' of ssh://git.php.net/php-src into PHP-5.5

12 years agoAdd support for connect attributes, as of MySQL 5.6
Andrey Hristov [Tue, 15 Jan 2013 09:04:59 +0000 (10:04 +0100)]
Add support for connect attributes, as of MySQL 5.6

12 years agoMerge branch 'PHP-5.5'
Lars Strojny [Tue, 15 Jan 2013 08:35:47 +0000 (09:35 +0100)]
Merge branch 'PHP-5.5'

12 years agoBug #62489: dba_insert not working as expected
Lars Strojny [Tue, 15 Jan 2013 08:30:44 +0000 (09:30 +0100)]
Bug #62489: dba_insert not working as expected

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 15 Jan 2013 08:08:44 +0000 (00:08 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 15 Jan 2013 08:08:29 +0000 (00:08 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS

12 years agofix NEWS
Stanislav Malyshev [Tue, 15 Jan 2013 08:06:35 +0000 (00:06 -0800)]
fix NEWS

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 15 Jan 2013 08:07:22 +0000 (00:07 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 15 Jan 2013 08:07:07 +0000 (00:07 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix NEWS

12 years agofix NEWS
Stanislav Malyshev [Tue, 15 Jan 2013 08:06:35 +0000 (00:06 -0800)]
fix NEWS

12 years agoMerge branch 'PHP-5.5'
Adam Harvey [Tue, 15 Jan 2013 07:52:12 +0000 (15:52 +0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa.

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Adam Harvey [Tue, 15 Jan 2013 07:50:57 +0000 (15:50 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa.