]> granicus.if.org Git - php/log
php
12 years agoThese need to be volatile in order to prevent leaking after the
Rasmus Lerdorf [Tue, 6 Nov 2012 04:56:19 +0000 (20:56 -0800)]
These need to be volatile in order to prevent leaking after the
longjmp in the error handler

12 years agoFixed bug #63428 (The behavior of execute() changed)
Xinchen Hui [Sun, 4 Nov 2012 04:48:35 +0000 (12:48 +0800)]
Fixed bug #63428 (The behavior of execute() changed)

12 years agoThe /e modifier is deprecated
Xinchen Hui [Sat, 3 Nov 2012 16:53:45 +0000 (00:53 +0800)]
The /e modifier is deprecated

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 2 Nov 2012 10:57:56 +0000 (18:57 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 2 Nov 2012 10:54:27 +0000 (18:54 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #62444 (Handle leak in is_readable on windows).
Xinchen Hui [Fri, 2 Nov 2012 10:52:12 +0000 (18:52 +0800)]
Fixed bug #62444 (Handle leak in is_readable on windows).

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Wed, 31 Oct 2012 22:01:09 +0000 (23:01 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #63241 PHP fails to open Windows deduplicated files.

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 31 Oct 2012 21:55:32 +0000 (22:55 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63241 PHP fails to open Windows deduplicated files.

12 years agoFixed bug #63241 PHP fails to open Windows deduplicated files.
Anatoliy Belsky [Wed, 31 Oct 2012 21:41:03 +0000 (22:41 +0100)]
Fixed bug #63241 PHP fails to open Windows deduplicated files.

Fix by (daniel dot stelter-gliese at innogames dot de).
No test is supplied because the issue addresses
the new feature of the Windows Server 2012 and
would need a very specific filesystem setup.

12 years agoMerge branch 'PHP-5.4'
Andrey Hristov [Wed, 31 Oct 2012 18:04:10 +0000 (19:04 +0100)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Andrey Hristov [Wed, 31 Oct 2012 17:29:31 +0000 (18:29 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoread 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problem
Andrey Hristov [Wed, 31 Oct 2012 17:26:09 +0000 (18:26 +0100)]
read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problem

12 years agoAllow setting SHA256 auth public key as option
Johannes Schlüter [Wed, 31 Oct 2012 15:54:11 +0000 (16:54 +0100)]
Allow setting SHA256 auth public key as option

12 years agoplug recent leak
Andrey Hristov [Wed, 31 Oct 2012 15:13:00 +0000 (16:13 +0100)]
plug recent leak

12 years agoMerge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Wed, 31 Oct 2012 14:55:04 +0000 (15:55 +0100)]
Merge branch 'master' of ssh://git.php.net/php-src

12 years agocosmetics
Andrey Hristov [Wed, 31 Oct 2012 14:54:45 +0000 (15:54 +0100)]
cosmetics

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Wed, 31 Oct 2012 03:14:53 +0000 (11:14 +0800)]
Merge branch 'PHP-5.4'

12 years agoFixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames)
Xinchen Hui [Wed, 31 Oct 2012 03:13:32 +0000 (11:13 +0800)]
Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames)

12 years agoMerge branch 'PHP-5.4'
David Soria Parra [Tue, 30 Oct 2012 14:43:56 +0000 (15:43 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  NEWS for bug #62593
  Bug #62593 Updated to account for INOUT parameters
  Bug #62593 Updated test to verify bindParam doesn't change original value
  Bug #62593 Updated to always treat zval by value
  Bug #62593 Added test for change
  Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Tue, 30 Oct 2012 14:43:32 +0000 (15:43 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  NEWS for bug #62593
  Bug #62593 Updated to account for INOUT parameters
  Bug #62593 Updated test to verify bindParam doesn't change original value
  Bug #62593 Updated to always treat zval by value
  Bug #62593 Added test for change
  Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode

12 years agoNEWS for bug #62593
David Soria Parra [Tue, 30 Oct 2012 14:26:39 +0000 (15:26 +0100)]
NEWS for bug #62593

12 years agoBug #62593 Updated to account for INOUT parameters
Will Fitch [Wed, 26 Sep 2012 16:00:17 +0000 (12:00 -0400)]
Bug #62593 Updated to account for INOUT parameters

12 years agoBug #62593 Updated test to verify bindParam doesn't change original value
Will Fitch [Tue, 25 Sep 2012 19:22:24 +0000 (15:22 -0400)]
Bug #62593 Updated test to verify bindParam doesn't change original value

12 years agoBug #62593 Updated to always treat zval by value
Will Fitch [Tue, 25 Sep 2012 19:18:12 +0000 (15:18 -0400)]
Bug #62593 Updated to always treat zval by value

12 years agoBug #62593 Added test for change
Will Fitch [Mon, 24 Sep 2012 17:31:20 +0000 (13:31 -0400)]
Bug #62593 Added test for change

12 years agoBug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format...
Will Fitch [Thu, 20 Sep 2012 16:32:53 +0000 (12:32 -0400)]
Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 30 Oct 2012 03:11:22 +0000 (11:11 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 30 Oct 2012 03:09:53 +0000 (11:09 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
Xinchen Hui [Tue, 30 Oct 2012 03:08:14 +0000 (11:08 +0800)]
Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)

Simply change the expect parameter type, the valid of the resource will
be checked in using time.

12 years agoMerge branch 'tstarling/server-tests' of https://github.com/tstarling/php-src
Xinchen Hui [Mon, 29 Oct 2012 07:11:23 +0000 (15:11 +0800)]
Merge branch 'tstarling/server-tests' of https://github.com/tstarling/php-src

12 years agoserver-tests.php improvements:
Tim Starling [Sun, 28 Oct 2012 23:44:13 +0000 (10:44 +1100)]
server-tests.php improvements:

* Fixed use of deprecated functions ereg(), split(), etc.
* Fixed notice due to _sendHTTP() declared return by reference but not
  returning anything.
* Fixed interpretation of EXPECTF, copying from run-tests.php

12 years agoMerge branch 'PHP-5.4'
Derick Rethans [Sat, 27 Oct 2012 14:19:59 +0000 (15:19 +0100)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Derick Rethans [Sat, 27 Oct 2012 14:19:55 +0000 (15:19 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years ago- Updated to version 2012.8 (2012h)
Derick Rethans [Sat, 27 Oct 2012 14:19:54 +0000 (15:19 +0100)]
- Updated to version 2012.8 (2012h)

12 years agoMerge branch 'PHP-5.4'
Dmitry Stogov [Fri, 26 Oct 2012 16:49:21 +0000 (09:49 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #63180 (Corruption of hash tables)
  fix bug #63369

Conflicts:
NEWS

12 years agoFixed bug #63180 (Corruption of hash tables)
Dmitry Stogov [Fri, 26 Oct 2012 16:47:30 +0000 (09:47 -0700)]
Fixed bug #63180 (Corruption of hash tables)

12 years agofix bug #63369
Antony Dovgal [Fri, 26 Oct 2012 12:36:47 +0000 (16:36 +0400)]
fix bug #63369

(un)serialize() leaves dangling pointers, causes crashes

12 years agofix bug #63369
Antony Dovgal [Fri, 26 Oct 2012 12:36:47 +0000 (16:36 +0400)]
fix bug #63369

(un)serialize() leaves dangling pointers, causes crashes

12 years agoMerge branch 'PHP-5.4'
Johannes Schlüter [Fri, 26 Oct 2012 12:23:22 +0000 (14:23 +0200)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Fri, 26 Oct 2012 12:22:31 +0000 (14:22 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
ext/pdo_mysql/mysql_statement.c

12 years agoMerge branch 'PHP-5.4'
ULF WENDEL [Fri, 26 Oct 2012 10:32:39 +0000 (12:32 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  This won't make the test pass but now its at least one that shows no unnecessary error messages...

12 years agoThis won't make the test pass but now its at least one that shows no unnecessary...
ULF WENDEL [Fri, 26 Oct 2012 10:32:10 +0000 (12:32 +0200)]
This won't make the test pass but now its at least one that shows no unnecessary error messages...

12 years agoMerge branch 'PHP-5.4'
Anthony Ferrara [Thu, 25 Oct 2012 20:24:27 +0000 (16:24 -0400)]
Merge branch 'PHP-5.4'

12 years agoNews entry for CURL notice addition
Anthony Ferrara [Thu, 25 Oct 2012 20:04:56 +0000 (16:04 -0400)]
News entry for CURL notice addition

12 years agoNotice if CURLOPT_SSL_VERIFYHOST is set to true
John Jawed (JJ) [Thu, 25 Oct 2012 04:47:47 +0000 (21:47 -0700)]
Notice if CURLOPT_SSL_VERIFYHOST is set to true

12 years agoMerge in fix for bug 63363 (CURL silently accepts boolean true for SSL_VERIFYHOST
Anthony Ferrara [Thu, 25 Oct 2012 19:30:37 +0000 (15:30 -0400)]
Merge in fix for bug 63363 (CURL silently accepts boolean true for SSL_VERIFYHOST

Merge in a fix to raise a notice when a boolean true is passed into curl_setopt for CURLOPT_SSL_VERIFYHOST.

12 years agoNotice if CURLOPT_SSL_VERIFYHOST is set to true
John Jawed (JJ) [Thu, 25 Oct 2012 04:47:47 +0000 (21:47 -0700)]
Notice if CURLOPT_SSL_VERIFYHOST is set to true

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Wed, 24 Oct 2012 12:46:50 +0000 (14:46 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #63297 Phar fails to write an openssl based signature

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 24 Oct 2012 12:46:28 +0000 (14:46 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63297 Phar fails to write an openssl based signature

12 years agoFixed bug #63297 Phar fails to write an openssl based signature
Anatoliy Belsky [Wed, 24 Oct 2012 11:38:44 +0000 (13:38 +0200)]
Fixed bug #63297 Phar fails to write an openssl based signature

Unitialized values warnings seem to be everyday life
when working with openssl. For more read
http://www.openssl.org/support/faq.html#PROG13
So just fixing so the bug, no care about those
warnings.

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Wed, 24 Oct 2012 08:37:23 +0000 (10:37 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  enabled libxpm for gd on windows

12 years agoenabled libxpm for gd on windows
Anatoliy Belsky [Wed, 24 Oct 2012 08:36:52 +0000 (10:36 +0200)]
enabled libxpm for gd on windows

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Wed, 24 Oct 2012 08:35:52 +0000 (10:35 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  enabled libxpm for gd on windows

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 24 Oct 2012 08:35:07 +0000 (10:35 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  enabled libxpm for gd on windows

12 years agoenabled libxpm for gd on windows
Anatoliy Belsky [Wed, 24 Oct 2012 08:26:27 +0000 (10:26 +0200)]
enabled libxpm for gd on windows

12 years agoAdd missed file
Xinchen Hui [Wed, 24 Oct 2012 02:34:44 +0000 (10:34 +0800)]
Add missed file

12 years agoMerge branch 'master' of git.php.net:php-src
ULF WENDEL [Tue, 23 Oct 2012 13:14:59 +0000 (15:14 +0200)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  commented out the HHC_LOCATION line, as there are no easy to use alternatives for hhc.exe on linux. we should either run the chm build on a windows box(maybe on the replacement of oti1), or look into running it through wine see http://cweiske.de/tagebuch/Generating%20CHM%20files%20with%20Wine%20on%20a%20Linux%20server,%20and%20a%20bit%20about%20PEAR's%20PhD%20transition.htm for details. I also set DOT_CLEANUP to NO as the doc generation was spitting out errors regarding some dot file cannot be found.

12 years agocommented out the HHC_LOCATION line, as there are no easy to use alternatives for
Ferenc Kovacs [Thu, 25 Oct 2012 15:11:13 +0000 (17:11 +0200)]
commented out the HHC_LOCATION line, as there are no easy to use alternatives for
hhc.exe on linux.
we should either run the chm build on a windows box(maybe on the replacement of oti1),
or look into running it through wine see
http://cweiske.de/tagebuch/Generating%20CHM%20files%20with%20Wine%20on%20a%20Linux%20server,%20and%20a%20bit%20about%20PEAR's%20PhD%20transition.htm
for details.
I also set DOT_CLEANUP to NO as the doc generation was spitting out errors regarding some dot
file cannot be found.

12 years agoMerge branch 'PHP-5.4'
ULF WENDEL [Tue, 23 Oct 2012 13:14:45 +0000 (15:14 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix for bug #62820

12 years agoFix for bug #62820
ULF WENDEL [Tue, 23 Oct 2012 13:13:57 +0000 (15:13 +0200)]
Fix for bug #62820

12 years agoFix for bug #62820 well hidden beneath a ton of whitespace changes. Do not use this...
ULF WENDEL [Tue, 23 Oct 2012 12:58:16 +0000 (14:58 +0200)]
Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
ULF WENDEL [Tue, 23 Oct 2012 11:16:12 +0000 (13:16 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src:
  merged changes for bug #63297 from 5.3
  fixed a typo in the error message
  Fixed bug #63297 Phar fails to write an openssl based signature
  enabled libxpm for gd on windows
  enabled libxpm for gd on windows
  Update test script
  Test for #63336, xfail now
  Fixed bug #63305 (zend_mm_heap corrupted with traits)

12 years agomerged changes for bug #63297 from 5.3
Anatoliy Belsky [Thu, 25 Oct 2012 07:40:21 +0000 (09:40 +0200)]
merged changes for bug #63297 from 5.3

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 25 Oct 2012 07:36:26 +0000 (09:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  fixed a typo in the error message

12 years agofixed a typo in the error message
Anatoliy Belsky [Thu, 25 Oct 2012 07:26:44 +0000 (09:26 +0200)]
fixed a typo in the error message

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
ULF WENDEL [Tue, 23 Oct 2012 11:15:46 +0000 (13:15 +0200)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

* 'PHP-5.3' of git.php.net:php-src:
  fixed a typo in the error message
  Fixed bug #63297 Phar fails to write an openssl based signature
  enabled libxpm for gd on windows

12 years agoDeprecating undocumented function alias, related to bug #63295
ULF WENDEL [Tue, 23 Oct 2012 10:02:58 +0000 (12:02 +0200)]
Deprecating undocumented function alias, related to bug #63295

12 years agoUse if_nametoindex in Vista
Gustavo Lopes [Tue, 23 Oct 2012 09:50:56 +0000 (11:50 +0200)]
Use if_nametoindex in Vista

I missed this instance in bf19838c.

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 23 Oct 2012 09:29:28 +0000 (17:29 +0800)]
Merge branch 'PHP-5.4'

12 years agoUpdate test script
Xinchen Hui [Tue, 23 Oct 2012 09:28:52 +0000 (17:28 +0800)]
Update test script

12 years agoMerge branch 'master' of git.php.net:php-src
ULF WENDEL [Tue, 23 Oct 2012 09:18:43 +0000 (11:18 +0200)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  merged changes for bug #63297 from 5.3
  fixed a typo in the error message
  Fixed bug #63297 Phar fails to write an openssl based signature
  enabled libxpm for gd on windows
  enabled libxpm for gd on windows
  Add missed file
  Use if_nametoindex in Vista
  Update test script
  Test for #63336, xfail now
  Fixed bug #63305 (zend_mm_heap corrupted with traits)
  fix crashes in newly introduced macros when normal trace is disabled but memory traced is enabled.

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Thu, 25 Oct 2012 07:42:18 +0000 (09:42 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  merged changes for bug #63297 from 5.3

Conflicts:
NEWS

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Thu, 25 Oct 2012 07:36:44 +0000 (09:36 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fixed a typo in the error message

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 23 Oct 2012 08:36:36 +0000 (16:36 +0800)]
Merge branch 'PHP-5.4'

12 years agoTest for #63336, xfail now
Xinchen Hui [Tue, 23 Oct 2012 08:35:56 +0000 (16:35 +0800)]
Test for #63336, xfail now

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 23 Oct 2012 03:35:20 +0000 (11:35 +0800)]
Merge branch 'PHP-5.4'

12 years agoFixed bug #63305 (zend_mm_heap corrupted with traits)
Xinchen Hui [Tue, 23 Oct 2012 03:34:25 +0000 (11:34 +0800)]
Fixed bug #63305 (zend_mm_heap corrupted with traits)

12 years agoMerge branch 'master' of ssh://git.php.net/php-src
Andrey Hristov [Mon, 22 Oct 2012 12:36:16 +0000 (14:36 +0200)]
Merge branch 'master' of ssh://git.php.net/php-src

12 years agofix crashes in newly introduced macros when normal trace is disabled but
Andrey Hristov [Mon, 22 Oct 2012 12:35:35 +0000 (14:35 +0200)]
fix crashes in newly introduced macros when normal trace is disabled but
memory traced is enabled.

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
ULF WENDEL [Mon, 22 Oct 2012 11:38:02 +0000 (13:38 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src: (22 commits)
  Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)
  update NEWS
  updated NEWS
  Fixed bug #63284 PCRE upgrade to 8.31
  preg indenpent test script for #63055
  Update libmagic.patch
  Add fix & missing fix
  Add fix & missing fix
  Fixed bug #63307 (Unused variable in oci8.c)
  Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
  - Updated to version 2012.7 (2012g)
  SUpport newer bisons.
  Merge the fix for #61964 to 5.3, which will fix #63304
  indent
  better fix for #63055
  Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)
  I forgot that inconsistent is only avaliable in debug mode
  Add comments
  Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)
  PHP 5.3.18 NEWS
  ...

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
ULF WENDEL [Mon, 22 Oct 2012 11:37:37 +0000 (13:37 +0200)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

* 'PHP-5.3' of git.php.net:php-src: (123 commits)
  Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)
  updated NEWS
  Fixed bug #63284 PCRE upgrade to 8.31
  preg indenpent test script for #63055
  Update libmagic.patch
  Add fix & missing fix
  Fixed bug #63307 (Unused variable in oci8.c)
  Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
  - Updated to version 2012.7 (2012g)
  SUpport newer bisons.
  Merge the fix for #61964 to 5.3, which will fix #63304
  indent
  better fix for #63055
  Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)
  PHP 5.3.18 NEWS
  fix NEWS
  fix compilation failure on 32/64bit linux systems, when libmysql is used  with ext/mysql
  Remove executable permission on inc
  Remove executable permission on phpt
  Fixed bug #63236 (Executable permission on various source files)
  ...

12 years agoMerge branch 'master' of git.php.net:php-src
ULF WENDEL [Mon, 22 Oct 2012 11:35:06 +0000 (13:35 +0200)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (27 commits)
  Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)
  updated NEWS
  update NEWS
  updated NEWS
  Fixed bug #63284 PCRE upgrade to 8.31
  preg indenpent test script for #63055
  Update libmagic.patch
  Add fix & missing fix
  Add fix & missing fix
  Fixed bug #63307 (Unused variable in oci8.c)
  Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
  - Updated to version 2012.7 (2012g)
  SUpport newer bisons.
  Merge the fix for #61964 to 5.3, which will fix #63304
  add protection against core dumps if the underlying library returns 0x0 for some reason
  indent
  better fix for #63055
  Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite)
  I forgot that inconsistent is only avaliable in debug mode
  Add comments
  ...

12 years agoMerge branch 'PHP-5.4'
Christopher Jones [Mon, 22 Oct 2012 05:22:07 +0000 (22:22 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Christopher Jones [Mon, 22 Oct 2012 05:21:46 +0000 (22:21 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)

12 years agoRe-fixed bug #60901 (Improve "tail" syntax for AIX installation)
Christopher Jones [Mon, 22 Oct 2012 05:17:47 +0000 (22:17 -0700)]
Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)

The original fix broke Solaris installs of OCI8

12 years agoupdated NEWS
Anatoliy Belsky [Fri, 19 Oct 2012 08:02:37 +0000 (10:02 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Fri, 19 Oct 2012 08:00:55 +0000 (10:00 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  update NEWS

12 years agoupdate NEWS
Anatoliy Belsky [Fri, 19 Oct 2012 07:58:46 +0000 (09:58 +0200)]
update NEWS

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Fri, 19 Oct 2012 07:57:17 +0000 (09:57 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 19 Oct 2012 07:57:00 +0000 (09:57 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated NEWS

12 years agoupdated NEWS
Anatoliy Belsky [Fri, 19 Oct 2012 07:56:02 +0000 (09:56 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Fri, 19 Oct 2012 07:52:43 +0000 (09:52 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #63284 PCRE upgrade to 8.31

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 19 Oct 2012 07:51:58 +0000 (09:51 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63284 PCRE upgrade to 8.31

12 years agoFixed bug #63284 PCRE upgrade to 8.31
Anatoliy Belsky [Fri, 19 Oct 2012 07:49:28 +0000 (09:49 +0200)]
Fixed bug #63284 PCRE upgrade to 8.31

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 19 Oct 2012 03:24:56 +0000 (11:24 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 19 Oct 2012 03:24:15 +0000 (11:24 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agopreg indenpent test script for #63055
Xinchen Hui [Fri, 19 Oct 2012 03:22:56 +0000 (11:22 +0800)]
preg indenpent test script for #63055

12 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Fri, 19 Oct 2012 03:17:04 +0000 (11:17 +0800)]
Merge branch 'PHP-5.4'

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 19 Oct 2012 03:15:03 +0000 (11:15 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoUpdate libmagic.patch
Xinchen Hui [Fri, 19 Oct 2012 03:14:14 +0000 (11:14 +0800)]
Update libmagic.patch