]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 10 Apr 2012 10:37:37 +0000 (12:37 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails
  Fixed bug #61631 mbstring mail related tests fail
  Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
  Fix bug #61609 Test ext\date\tests\bug52062.phpt fails As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php this is the generic 32 bit timestamp issue

12 years agoFixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 10:33:11 +0000 (12:33 +0200)]
Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails

The behaviour on windows is to select an arbitrary timezone from the
current system settings. This gives no chance to hardcode the timezone
name, for instance for UTC+1 it could choose from the multiple names
like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.

The original test made to be skipped on windows and a duplicate was made
for windows. Tested on debian and win7 both x86.

12 years agoFixed bug #61631 mbstring mail related tests fail
Anatoliy Belsky [Tue, 10 Apr 2012 09:47:18 +0000 (11:47 +0200)]
Fixed bug #61631 mbstring mail related tests fail

12 years agoFixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
Anatoliy Belsky [Tue, 10 Apr 2012 09:03:41 +0000 (11:03 +0200)]
Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails

The behaviour on windows is to select an arbitrary timezone from the current system settings.
This gives no chance to hardcode the timezone name, for instance for UTC+1 it could choose
from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.

The original test made to be skipped on windows and a duplicate was made for windows.

12 years agoFix bug #61609 Test ext\date\tests\bug52062.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 08:18:10 +0000 (10:18 +0200)]
Fix bug #61609 Test ext\date\tests\bug52062.phpt fails
As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php
this is the generic 32 bit timestamp issue

12 years agoFixed bug #61631 mbstring mail related tests fail
Anatoliy Belsky [Tue, 10 Apr 2012 09:47:18 +0000 (11:47 +0200)]
Fixed bug #61631 mbstring mail related tests fail

12 years agoFixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
Anatoliy Belsky [Tue, 10 Apr 2012 09:03:41 +0000 (11:03 +0200)]
Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails

The behaviour on windows is to select an arbitrary timezone from the current system settings.
This gives no chance to hardcode the timezone name, for instance for UTC+1 it could choose
from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.

The original test made to be skipped on windows and a duplicate was made for windows.

12 years agoFix bug #61609 Test ext\date\tests\bug52062.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 08:18:10 +0000 (10:18 +0200)]
Fix bug #61609 Test ext\date\tests\bug52062.phpt fails
As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php
this is the generic 32 bit timestamp issue

12 years agoMFH: fixed a mistake on reverting my previous patch.
Rui Hirokawa [Mon, 9 Apr 2012 14:49:18 +0000 (23:49 +0900)]
MFH: fixed a mistake on reverting my previous patch.

12 years agoFix bug #61660: bin2hex(hex2bin($data)) != $data
Nikita Popov [Sun, 8 Apr 2012 20:36:50 +0000 (22:36 +0200)]
Fix bug #61660: bin2hex(hex2bin($data)) != $data

If the input data has an odd length a warning is thrown and false is returned.

12 years agoMerge branch '5.3' into 5.4
Gustavo André dos Santos Lopes [Sat, 7 Apr 2012 15:34:17 +0000 (16:34 +0100)]
Merge branch '5.3' into 5.4

12 years agoFixed bug in new stream_get_line() when using NUL as a delimiter.
Gustavo André dos Santos Lopes [Sat, 7 Apr 2012 15:32:19 +0000 (16:32 +0100)]
Fixed bug in new stream_get_line() when using NUL as a delimiter.

This is the issue Derick spotted a few days ago..

12 years agoUpdate NEWS
Xinchen Hui [Fri, 6 Apr 2012 13:58:28 +0000 (21:58 +0800)]
Update NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 6 Apr 2012 13:57:56 +0000 (21:57 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2))

12 years agoFixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2))
Xinchen Hui [Fri, 6 Apr 2012 13:42:40 +0000 (21:42 +0800)]
Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2))

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 4 Apr 2012 16:54:03 +0000 (18:54 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61480 test bug - ext/gd/tests/bug48555.phpt
  updated the NEWS with the latest fileinfo changes

Conflicts:
NEWS

12 years agoFix bug #61480 test bug - ext/gd/tests/bug48555.phpt
Matt Ficken [Wed, 4 Apr 2012 16:39:24 +0000 (18:39 +0200)]
Fix bug #61480 test bug - ext/gd/tests/bug48555.phpt

12 years agoupdated the NEWS with the latest fileinfo changes
Anatoliy Belsky [Wed, 4 Apr 2012 10:36:34 +0000 (12:36 +0200)]
updated the NEWS with the latest fileinfo changes

12 years agofix typo
Xinchen Hui [Wed, 4 Apr 2012 09:41:25 +0000 (17:41 +0800)]
fix typo

12 years agoUpdate NEWS for #61617
Xinchen Hui [Wed, 4 Apr 2012 09:38:43 +0000 (17:38 +0800)]
Update NEWS for #61617

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 4 Apr 2012 09:36:18 +0000 (17:36 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #61617 (Libxml tests failed(ht is already destroyed))
  Cherry-pick 4cc74767

Conflicts:
NEWS

12 years agoFixed bug #61617 (Libxml tests failed(ht is already destroyed))
Xinchen Hui [Wed, 4 Apr 2012 09:22:37 +0000 (17:22 +0800)]
Fixed bug #61617 (Libxml tests failed(ht is already destroyed))

12 years agoCherry-pick 4cc74767
Gustavo André dos Santos Lopes [Wed, 4 Apr 2012 08:59:51 +0000 (09:59 +0100)]
Cherry-pick 4cc74767

Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227.

Conflicts:

ext/standard/tests/general_functions/bug60227.phpt
ext/standard/tests/general_functions/bug60227_1.phpt
ext/standard/tests/general_functions/bug60227_2.phpt
main/SAPI.c

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 4 Apr 2012 08:37:29 +0000 (16:37 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix warning "suggest parentheses around assignment"

Conflicts:
main/SAPI.c

12 years agoFix warning "suggest parentheses around assignment"
Xinchen Hui [Wed, 4 Apr 2012 08:35:32 +0000 (16:35 +0800)]
Fix warning "suggest parentheses around assignment"

12 years agoFixed bug Fixed bug #61605 (header_remove() does not remove all headers)
Xinchen Hui [Wed, 4 Apr 2012 08:14:28 +0000 (16:14 +0800)]
Fixed bug Fixed bug #61605 (header_remove() does not remove all headers)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 4 Apr 2012 08:13:02 +0000 (16:13 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #61605 (header_remove() does not remove all headers)
Xinchen Hui [Wed, 4 Apr 2012 08:01:43 +0000 (16:01 +0800)]
Fixed bug #61605 (header_remove() does not remove all headers)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Wed, 4 Apr 2012 07:24:08 +0000 (15:24 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFix test
Xinchen Hui [Sat, 24 Mar 2012 04:15:04 +0000 (12:15 +0800)]
Fix test

cherry-pick from php-5.4

12 years agoFixed bug #61423 (gzip compression fails).
Ilia Alshanetsky [Tue, 3 Apr 2012 12:47:00 +0000 (08:47 -0400)]
Fixed bug #61423 (gzip compression fails).

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 3 Apr 2012 12:22:59 +0000 (14:22 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61460 popen_close_error-win32 expected output is wrong

Conflicts:
ext/standard/tests/file/popen_pclose_error-win32.phpt

12 years agoFix bug #61460 popen_close_error-win32 expected output is wrong
Matt Ficken [Tue, 3 Apr 2012 12:19:43 +0000 (14:19 +0200)]
Fix bug #61460 popen_close_error-win32 expected output is wrong

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 3 Apr 2012 11:24:31 +0000 (13:24 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61454 ext\standard\tests\general_functions\bug49847.phpt fails

12 years agoFix bug #61454 ext\standard\tests\general_functions\bug49847.phpt fails
Anatoliy Belsky [Tue, 3 Apr 2012 11:23:06 +0000 (13:23 +0200)]
Fix bug #61454 ext\standard\tests\general_functions\bug49847.phpt fails

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 3 Apr 2012 11:09:17 +0000 (13:09 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192

12 years agoFix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192
Anatoliy Belsky [Tue, 3 Apr 2012 11:07:51 +0000 (13:07 +0200)]
Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 3 Apr 2012 09:08:02 +0000 (11:08 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61517 random test failure - ext/standard/tests/misc/time_sleep_until_basic.phpt

12 years agoFix bug #61517 random test failure - ext/standard/tests/misc/time_sleep_until_basic...
Anatoliy Belsky [Tue, 3 Apr 2012 09:04:52 +0000 (11:04 +0200)]
Fix bug #61517 random test failure - ext/standard/tests/misc/time_sleep_until_basic.phpt

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 3 Apr 2012 04:18:42 +0000 (12:18 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoUpdate NEWS for #61541
Xinchen Hui [Tue, 3 Apr 2012 04:13:59 +0000 (12:13 +0800)]
Update NEWS for #61541

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Moriyoshi Koizumi [Mon, 2 Apr 2012 17:00:23 +0000 (02:00 +0900)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
NEWS

12 years agoReset LIBS temporarily to make sure PHP_CHECK_FUNC will look into libc.
Moriyoshi Koizumi [Mon, 2 Apr 2012 16:32:42 +0000 (01:32 +0900)]
Reset LIBS temporarily to make sure PHP_CHECK_FUNC will look into libc.

See Gentoo bug #364139. https://bugs.gentoo.org/show_bug.cgi?id=364139
Reported by Naohiro Aota.

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Mon, 2 Apr 2012 15:36:50 +0000 (17:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated the libmagic.patch
  Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails
  Fix bug #61565 Fileinfo ext\fileinfo\tests\finfo_file_001.phpt fails
  - update to openssl 0.9.8u

Conflicts:
ext/fileinfo/tests/finfo_open_001.phpt
ext/fileinfo/tests/finfo_open_error.phpt
win32/build/libs_version.txt

12 years agoupdated the libmagic.patch
Anatoliy Belsky [Mon, 2 Apr 2012 15:27:23 +0000 (17:27 +0200)]
updated the libmagic.patch

12 years agoBug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails
Anatoliy Belsky [Mon, 2 Apr 2012 15:22:46 +0000 (17:22 +0200)]
Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails

This patch fixes the failure caused by the
posix lseek and read versions under windows in cdf_read() .
Additionally all the occurences of lseek and read
was replaced by _lseek and _reed for windows.

12 years agoFix bug #61565 Fileinfo ext\fileinfo\tests\finfo_file_001.phpt fails
Anatoliy Belsky [Mon, 2 Apr 2012 15:19:09 +0000 (17:19 +0200)]
Fix bug #61565 Fileinfo ext\fileinfo\tests\finfo_file_001.phpt fails

12 years ago- update to openssl 0.9.8u
Pierre Joye [Mon, 2 Apr 2012 10:59:03 +0000 (12:59 +0200)]
- update to openssl 0.9.8u

12 years ago- update to openssl 0.9.8u
Pierre Joye [Mon, 2 Apr 2012 10:59:03 +0000 (12:59 +0200)]
- update to openssl 0.9.8u

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Derick Rethans [Mon, 2 Apr 2012 09:40:02 +0000 (10:40 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years ago- Updated to version 2012.3 (2012c)
Derick Rethans [Mon, 2 Apr 2012 09:40:01 +0000 (10:40 +0100)]
- Updated to version 2012.3 (2012c)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Popa Adrian Marius [Mon, 2 Apr 2012 07:03:25 +0000 (10:03 +0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Popa Adrian Marius [Mon, 2 Apr 2012 07:03:18 +0000 (10:03 +0300)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

12 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Popa Adrian Marius [Mon, 2 Apr 2012 07:02:45 +0000 (10:02 +0300)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Sat, 31 Mar 2012 07:34:25 +0000 (09:34 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Cleanup Safe Mode related comment in SG(request_info)

12 years agoCleanup Safe Mode related comment in SG(request_info)
reeze [Fri, 30 Mar 2012 17:04:38 +0000 (01:04 +0800)]
Cleanup Safe Mode related comment in SG(request_info)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Christopher Jones [Fri, 30 Mar 2012 23:17:37 +0000 (16:17 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Add php.ini parameter checks for OCI8

12 years agoMerge branch 'add-oci8-ini-tests' into PHP-5.3
Christopher Jones [Fri, 30 Mar 2012 23:16:32 +0000 (16:16 -0700)]
Merge branch 'add-oci8-ini-tests' into PHP-5.3

* add-oci8-ini-tests:
  Add php.ini parameter checks for OCI8

12 years agoAdd php.ini parameter checks for OCI8
Christopher Jones [Fri, 30 Mar 2012 23:12:25 +0000 (16:12 -0700)]
Add php.ini parameter checks for OCI8

Add tests for OCI8 php.ini parameters particularly to check
which parameters can be changes with ini_set().

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 30 Mar 2012 17:48:45 +0000 (10:48 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  trivial change try to ci a "fake" merge
  Fix test,  parameter signatures was introduced only into 5.4
  fix makedist for new tags

12 years agotrivial change try to ci a "fake" merge
Xinchen Hui [Fri, 30 Mar 2012 12:50:45 +0000 (20:50 +0800)]
trivial change try to ci a "fake" merge

seems now a empty merge will not be accepted by pre-receive-hook
  "remote: We cannot figure out what you comitted!"

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Fri, 30 Mar 2012 12:45:09 +0000 (20:45 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix test,  parameter signatures was introduced only into 5.4

12 years agoFix test, parameter signatures was introduced only into 5.4
Xinchen Hui [Fri, 30 Mar 2012 12:37:48 +0000 (20:37 +0800)]
Fix test,  parameter signatures was introduced only into 5.4

12 years agofix makedist for new tags
Stanislav Malyshev [Fri, 30 Mar 2012 07:01:29 +0000 (00:01 -0700)]
fix makedist for new tags

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 30 Mar 2012 00:42:40 +0000 (17:42 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fixed bug61115-1.phpt for debug build version.
  Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)
  Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)
  This will be PHP 5.3.12
  ext/pcntl/pcntl.c: Fix typo in comment
  Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
  Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
  ext/pcntl/pcntl.c: Fix typo in comment
  ext/pcntl/pcntl.c: Fix typo in comment
  - fix bug #61541, Segfault when using ob_* in output_callback
  - fix bug #61541, Segfault when using ob_* in output_callback
  update NEWS
  fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN
  open_basedir check for linkinfo
  NEWS entry for readline fix
  NEWS entry for readline fix
  Add open_basedir checks to readline_write_history and readline_read_history

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Popa Adrian Marius [Thu, 29 Mar 2012 15:28:22 +0000 (18:28 +0300)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix firebird bug #60947 , tested and now it prints the header page information from database

12 years agoFix firebird bug #60947 , tested and now it prints the header page information from...
Popa Adrian Marius [Thu, 29 Mar 2012 15:28:01 +0000 (18:28 +0300)]
Fix firebird bug #60947 , tested and now it prints the header page information from database

12 years agoResolved conflict.
Shein Alexey [Thu, 29 Mar 2012 12:03:43 +0000 (17:03 +0500)]
Resolved conflict.

12 years agoMerge branch 'fix-debug-build-bug61115-1.phpt' into PHP-5.3
Shein Alexey [Thu, 29 Mar 2012 12:01:40 +0000 (17:01 +0500)]
Merge branch 'fix-debug-build-bug61115-1.phpt' into PHP-5.3

* fix-debug-build-bug61115-1.phpt:
  Fixed bug61115-1.phpt for debug build version.

12 years agoFixed bug61115-1.phpt for debug build version.
Shein Alexey [Thu, 29 Mar 2012 11:51:45 +0000 (16:51 +0500)]
Fixed bug61115-1.phpt for debug build version.

12 years agoFixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)
Yasuo Ohgaki [Thu, 29 Mar 2012 10:48:58 +0000 (19:48 +0900)]
Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Yasuo Ohgaki [Thu, 29 Mar 2012 10:55:06 +0000 (19:55 +0900)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)

12 years agoFixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)
Yasuo Ohgaki [Thu, 29 Mar 2012 10:48:58 +0000 (19:48 +0900)]
Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 29 Mar 2012 09:43:26 +0000 (11:43 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  This will be PHP 5.3.12

Conflicts:
configure.in
main/php_version.h

12 years agoThis will be PHP 5.3.12
Johannes Schlüter [Thu, 29 Mar 2012 09:22:44 +0000 (11:22 +0200)]
This will be PHP 5.3.12

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 29 Mar 2012 08:57:57 +0000 (10:57 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:

12 years agoMerge remote branch 'security/PHP-5.3' into PHP-5.3
Johannes Schlüter [Thu, 29 Mar 2012 08:54:08 +0000 (10:54 +0200)]
Merge remote branch 'security/PHP-5.3' into PHP-5.3

* security/PHP-5.3:
  fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN
  open_basedir check for linkinfo
  NEWS entry for readline fix
  Add open_basedir checks to readline_write_history and readline_read_history

12 years agoMerge branch '5.3' into 5.4
Gustavo André dos Santos Lopes [Thu, 29 Mar 2012 07:47:58 +0000 (08:47 +0100)]
Merge branch '5.3' into 5.4

Conflicts:
main/output.c

12 years agoMerge rebased pull request #24 onto 5.3 into 5.3
Gustavo André dos Santos Lopes [Thu, 29 Mar 2012 07:46:31 +0000 (08:46 +0100)]
Merge rebased pull request #24 onto 5.3 into 5.3

12 years agoext/pcntl/pcntl.c: Fix typo in comment
Jille Timmermans [Wed, 28 Mar 2012 14:18:23 +0000 (16:18 +0200)]
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans <jille@quis.cx>
12 years agoRevert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
Gustavo André dos Santos Lopes [Thu, 29 Mar 2012 07:45:00 +0000 (08:45 +0100)]
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)

This reverts commit 4aeabaf8e938af00d6fe9f8316251b543640018c.

12 years agoRevert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
Gustavo André dos Santos Lopes [Thu, 29 Mar 2012 07:44:19 +0000 (08:44 +0100)]
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)

This reverts commit 55b1e612421c52ea0bb8a3772095c5bbd62045db.

12 years agoMerge branch 'sec54' into PHP-5.4
Stanislav Malyshev [Thu, 29 Mar 2012 04:16:04 +0000 (21:16 -0700)]
Merge branch 'sec54' into PHP-5.4

* sec54:
  update NEWS
  fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN
  open_basedir check for linkinfo
  NEWS entry for readline fix
  NEWS entry for readline fix
  Add open_basedir checks to readline_write_history and readline_read_history

12 years agoext/pcntl/pcntl.c: Fix typo in comment
Jille Timmermans [Wed, 28 Mar 2012 14:18:23 +0000 (16:18 +0200)]
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans <jille@quis.cx>
12 years agoext/pcntl/pcntl.c: Fix typo in comment
Jille Timmermans [Wed, 28 Mar 2012 14:18:23 +0000 (16:18 +0200)]
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans <jille@quis.cx>
12 years agoMerge branch 'pull-request/25' into 5.3
Yasuo Ohgaki [Wed, 28 Mar 2012 23:51:29 +0000 (08:51 +0900)]
Merge branch 'pull-request/25' into 5.3

* pull-request/25:
  - fix bug #61541, Segfault when using ob_* in output_callback

12 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 28 Mar 2012 23:16:20 +0000 (16:16 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Refactoring junit logger. Added generation of nested testsuites in junit.xml.

12 years ago- fix bug #61541, Segfault when using ob_* in output_callback
reeze [Wed, 28 Mar 2012 16:18:02 +0000 (00:18 +0800)]
- fix bug #61541, Segfault when using ob_* in output_callback

12 years agoMerge branch '5.3' into 5.4
Gustavo André dos Santos Lopes [Wed, 28 Mar 2012 20:42:48 +0000 (21:42 +0100)]
Merge branch '5.3' into 5.4

12 years agoMerge commit rebase pull request 16 into 5.3
Gustavo André dos Santos Lopes [Wed, 28 Mar 2012 20:41:56 +0000 (21:41 +0100)]
Merge commit rebase pull request 16 into 5.3

12 years agoRefactoring junit logger. Added generation of nested testsuites in junit.xml.
Shein Alexey [Wed, 21 Mar 2012 21:59:02 +0000 (02:59 +0500)]
Refactoring junit logger. Added generation of nested testsuites in junit.xml.

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 28 Mar 2012 17:32:24 +0000 (19:32 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61459 popen_close_basic-win32 can't run sort.exe

12 years agoFix bug #61459 popen_close_basic-win32 can't run sort.exe
Anatoliy Belsky [Wed, 28 Mar 2012 17:25:29 +0000 (19:25 +0200)]
Fix bug #61459 popen_close_basic-win32 can't run sort.exe

12 years ago- fix bug #61541, Segfault when using ob_* in output_callback
reeze [Wed, 28 Mar 2012 16:18:02 +0000 (00:18 +0800)]
- fix bug #61541, Segfault when using ob_* in output_callback

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 28 Mar 2012 15:13:16 +0000 (17:13 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61401 ext\openssl\tests\004.phpt fails
  Fix bug #61404 ext\openssl\tests\021.phpt fails
  Fix bug #61448 intl tests fail with icu >= 4.8

12 years agoFix bug #61401 ext\openssl\tests\004.phpt fails
Anatoliy Belsky [Wed, 28 Mar 2012 15:11:58 +0000 (17:11 +0200)]
Fix bug #61401 ext\openssl\tests\004.phpt fails

12 years agoFix bug #61404 ext\openssl\tests\021.phpt fails
Anatoliy Belsky [Wed, 28 Mar 2012 14:04:56 +0000 (16:04 +0200)]
Fix bug #61404 ext\openssl\tests\021.phpt fails

12 years agoFix bug #61404 ext\openssl\tests\021.phpt fails
Anatoliy Belsky [Wed, 28 Mar 2012 14:04:56 +0000 (16:04 +0200)]
Fix bug #61404 ext\openssl\tests\021.phpt fails

12 years agoFix bug #61448 intl tests fail with icu >= 4.8
Anatoliy Belsky [Wed, 28 Mar 2012 11:59:51 +0000 (13:59 +0200)]
Fix bug #61448 intl tests fail with icu >= 4.8

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Anatoliy Belsky [Wed, 28 Mar 2012 12:51:16 +0000 (14:51 +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:
  Fixed problem introduced in a763929 (fixing bug #61347).