]> granicus.if.org Git - php/log
php
12 years agocorrect NEWS
Xinchen Hui [Sat, 5 May 2012 16:51:20 +0000 (00:51 +0800)]
correct NEWS

12 years agoFixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
Xinchen Hui [Sat, 5 May 2012 16:40:49 +0000 (00:40 +0800)]
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)

12 years agoFix for CVE-2012-1823
Rasmus Lerdorf [Thu, 3 May 2012 13:51:52 +0000 (15:51 +0200)]
Fix for CVE-2012-1823
(cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3)

12 years agoFix bug #61906 ext\phar\tests\zip\phar_setsignaturealgo2.phpt fails
Anatoliy Belsky [Fri, 4 May 2012 09:40:49 +0000 (11:40 +0200)]
Fix bug #61906 ext\phar\tests\zip\phar_setsignaturealgo2.phpt fails

12 years agoFix bug #61904 ext\phar\tests\tar\phar_setsignaturealgo2.phpt
Anatoliy Belsky [Fri, 4 May 2012 09:29:49 +0000 (11:29 +0200)]
Fix bug #61904 ext\phar\tests\tar\phar_setsignaturealgo2.phpt

12 years agoBump to next version
Christopher Jones [Thu, 3 May 2012 19:03:49 +0000 (12:03 -0700)]
Bump to next version

Bump PHP version number

12 years agoFix typo
Xinchen Hui [Thu, 3 May 2012 10:37:19 +0000 (18:37 +0800)]
Fix typo

picked form pull request of reeze.xia@gmail.com

12 years agoFix bug 61902 ext\phar\tests\phar_setsignaturealgo2.phpt falis
Anatoliy Belsky [Wed, 2 May 2012 19:38:32 +0000 (21:38 +0200)]
Fix bug 61902 ext\phar\tests\phar_setsignaturealgo2.phpt falis

openssl needs explicit openssl.cnf on windows

12 years agoFix for bug#61411
andrey [Wed, 2 May 2012 13:55:22 +0000 (15:55 +0200)]
Fix for bug#61411

Bug #61411 PDO Segfaults with PERSISTENT == TRUE && EMULATE_PREPARES == FALSE
Wrong allocation, that doesn't follow the scheme of using stmt->persistent
was the root cause of the problem and the crash at free.

12 years agoMerge branch 'bug61810' into PHP-5.3
Christopher Jones [Tue, 1 May 2012 22:47:54 +0000 (15:47 -0700)]
Merge branch 'bug61810' into PHP-5.3

* bug61810:
  Make output order for dom007.phpt platform independent

12 years agoMake output order for dom007.phpt platform independent
Christopher Jones [Tue, 1 May 2012 22:43:31 +0000 (15:43 -0700)]
Make output order for dom007.phpt platform independent

This test has long been near the top of the reported output diffs.
For example, on http://qa.php.net/reports/?version=5.4.0 it has diffed
1307 times out of 3543 reports, at time of this commit.  (The second
highest diff has occurred 710 times.)

12 years agoMerge branch 'fix-bug61115-1.phpt-for-no-debug' into PHP-5.3
Christopher Jones [Tue, 1 May 2012 21:33:57 +0000 (14:33 -0700)]
Merge branch 'fix-bug61115-1.phpt-for-no-debug' into PHP-5.3

* fix-bug61115-1.phpt-for-no-debug:
  Fix masking in bug61115-1.phpt

12 years agoFix masking in bug61115-1.phpt
Christopher Jones [Tue, 1 May 2012 21:32:09 +0000 (14:32 -0700)]
Fix masking in bug61115-1.phpt

The test bug61115-1.phpt was diffing for non-debug builds

12 years agoFix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails
Anatoliy Belsky [Mon, 30 Apr 2012 15:23:49 +0000 (17:23 +0200)]
Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails

12 years agoAdditional fixs for bug 61746 - prepare/clean acls
Anatoliy Belsky [Mon, 30 Apr 2012 12:33:48 +0000 (14:33 +0200)]
Additional fixs for bug 61746 - prepare/clean acls

12 years agoFix bug 61870 ext\session\tests\bug42596.phpt fails
Anatoliy Belsky [Mon, 30 Apr 2012 10:06:28 +0000 (12:06 +0200)]
Fix bug 61870 ext\session\tests\bug42596.phpt fails

12 years agoFix bug ext\filter\tests\bug52209.phpt fails
Anatoliy Belsky [Mon, 30 Apr 2012 08:25:54 +0000 (10:25 +0200)]
Fix bug ext\filter\tests\bug52209.phpt fails

12 years agomerge test from PHP-5.4
Xinchen Hui [Mon, 30 Apr 2012 04:33:55 +0000 (12:33 +0800)]
merge test from PHP-5.4

12 years agoRevert "Merge branch 'fix-pro_nice-test' of https://github.com/reeze/php-src into...
Xinchen Hui [Mon, 30 Apr 2012 04:31:33 +0000 (12:31 +0800)]
Revert "Merge branch 'fix-pro_nice-test' of https://github.com/reeze/php-src into PHP-5.3"

After pushed, I found the test script in 5.4 is already fixed this, so
revert this change, and be consistent with 5.4's test

This reverts commit 24d85e4bd8d56197ca673791ad007f2e595478cf, reversing
changes made to bae56a87f81b91cd815604b0f404f616b0d73c2b.

12 years agoMerge branch 'fix-pro_nice-test' of https://github.com/reeze/php-src into PHP-5.3
Xinchen Hui [Mon, 30 Apr 2012 04:29:15 +0000 (12:29 +0800)]
Merge branch 'fix-pro_nice-test' of https://github.com/reeze/php-src into PHP-5.3

12 years agoFixed bug #61546 (functions related to current script failed when chdir() in cli...
Xinchen Hui [Mon, 30 Apr 2012 04:09:22 +0000 (12:09 +0800)]
Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi).

12 years ago- BFN
Felipe Pena [Sun, 29 Apr 2012 22:44:27 +0000 (19:44 -0300)]
- BFN

12 years ago- Added missing bound check in iptcparse() (path by chris at chiappa.net)
Felipe Pena [Sun, 29 Apr 2012 22:12:12 +0000 (19:12 -0300)]
- Added missing bound check in iptcparse() (path by chris at chiappa.net)

12 years agoFix test for proc_nice: bsd ps command didn't support option -o "%p %n"
reeze [Sun, 29 Apr 2012 16:59:54 +0000 (00:59 +0800)]
Fix test for proc_nice: bsd ps command didn't support option -o "%p %n"

12 years agoFix bug 61685 putenv('TZ=UTC') doesn't update timezone for localtime()
Matt Ficken [Sat, 28 Apr 2012 09:42:42 +0000 (11:42 +0200)]
Fix bug 61685 putenv('TZ=UTC') doesn't update timezone for localtime()

12 years agoFix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails
Anatoliy Belsky [Thu, 26 Apr 2012 13:14:26 +0000 (15:14 +0200)]
Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails

12 years agoFix bug #61800 ext\standard\tests\streams\bug61371.phpt fails
Anatoliy Belsky [Thu, 26 Apr 2012 11:27:01 +0000 (13:27 +0200)]
Fix bug #61800 ext\standard\tests\streams\bug61371.phpt fails

12 years agoPartial fix for bug 61743 to get correct icacls path
Anatoliy Belsky [Wed, 25 Apr 2012 16:38:27 +0000 (18:38 +0200)]
Partial fix for bug 61743 to get correct icacls path

12 years agoFix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 only
Anatoliy Belsky [Tue, 24 Apr 2012 12:05:35 +0000 (14:05 +0200)]
Fix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 only

12 years agoFixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64
Gustavo André dos Santos Lopes [Mon, 23 Apr 2012 21:09:38 +0000 (22:09 +0100)]
Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64

Also fixed possible invalid read on big endian LP64.

12 years ago- Fixed bug #61829 (Memory leak when calling MessageFormatter's constructor twice)
Felipe Pena [Mon, 23 Apr 2012 18:18:12 +0000 (15:18 -0300)]
- Fixed bug #61829 (Memory leak when calling MessageFormatter's constructor twice)

12 years agoFix bug #61811 three of finfo tests failed, see also #61812.
Anatoliy Belsky [Sun, 22 Apr 2012 17:26:54 +0000 (19:26 +0200)]
Fix bug #61811 three of finfo tests failed, see also #61812.

The remaining two was assidentially merged back from 5.4

12 years agoFixed warning implicit declaration of function 'file_printedlen'
Xinchen Hui [Sun, 22 Apr 2012 11:52:07 +0000 (19:52 +0800)]
Fixed warning implicit declaration of function 'file_printedlen'

12 years agoFixed bug #61812 (Uninitialised value used in libmagic)
Xinchen Hui [Sun, 22 Apr 2012 11:38:14 +0000 (19:38 +0800)]
Fixed bug #61812 (Uninitialised value used in libmagic)

12 years agoFix test
Xinchen Hui [Sat, 21 Apr 2012 08:02:25 +0000 (16:02 +0800)]
Fix test

Reported by cjones

12 years ago- BFN
Felipe Pena [Fri, 20 Apr 2012 02:23:46 +0000 (23:23 -0300)]
- BFN

12 years ago- Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to...
Felipe Pena [Fri, 20 Apr 2012 02:12:47 +0000 (23:12 -0300)]
- Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null) patch by ab@php.net

12 years agoMerge branch 'pull-request/61' into PHP-5.3
Stanislav Malyshev [Thu, 19 Apr 2012 18:05:17 +0000 (11:05 -0700)]
Merge branch 'pull-request/61' into PHP-5.3

* pull-request/61:
  Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer

12 years agoCommit generated file
Johannes Schlüter [Thu, 19 Apr 2012 10:47:09 +0000 (12:47 +0200)]
Commit generated file

12 years agoFix bug #61755 parsing bug can lead to access violations
Johannes Schlüter [Thu, 19 Apr 2012 10:46:02 +0000 (12:46 +0200)]
Fix bug #61755 parsing bug can lead to access violations

12 years agoFix bug 61671 ext\spl\tests\fileobject_003.phpt fails
Anatoliy Belsky [Thu, 19 Apr 2012 09:20:16 +0000 (11:20 +0200)]
Fix bug 61671 ext\spl\tests\fileobject_003.phpt fails

The solution was already introduced in 5.4 by Etienne Kneuss and
Pierre but wasn't merged back into 5.3 . SplFileObject should
not be used with directories. So just putting together all the
necessary pieces from 5.4

12 years agoBug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer
Sherif Ramadan [Thu, 19 Apr 2012 08:44:43 +0000 (04:44 -0400)]
Bug#59597 NumberFormatter::parse() with TYPE_INT64 results in a 32 bit integer

12 years agoDrop old README
Johannes Schlüter [Wed, 18 Apr 2012 22:29:24 +0000 (00:29 +0200)]
Drop old README

12 years agoFix slight grammar glitch (thanks Dan Brown)
Johannes Schlüter [Wed, 18 Apr 2012 22:07:40 +0000 (00:07 +0200)]
Fix slight grammar glitch (thanks Dan Brown)

12 years agoUpdate generated file.
Johannes Schlüter [Wed, 18 Apr 2012 20:47:14 +0000 (22:47 +0200)]
Update generated file.

12 years agoEnsure the SQL parser is regenerated after changes.
Johannes Schlüter [Wed, 18 Apr 2012 20:45:59 +0000 (22:45 +0200)]
Ensure the SQL parser is regenerated after changes.

12 years agoFix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*
Anatoliy Belsky [Mon, 16 Apr 2012 15:06:30 +0000 (17:06 +0200)]
Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*

12 years agoFix bug 61720 ext\libxml\tests\bug61367-read.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:45:03 +0000 (15:45 +0200)]
Fix bug 61720 ext\libxml\tests\bug61367-read.phpt fails

12 years agoFix bug 61719 ext\soap\tests\bugs\bug31422.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:38:46 +0000 (15:38 +0200)]
Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt fails

12 years agoFix bug 61718 ext\ldap\tests\ldap_set_rebind_proc_error.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:25:20 +0000 (15:25 +0200)]
Fix bug 61718 ext\ldap\tests\ldap_set_rebind_proc_error.phpt fails

12 years agoFix bug 61717 ext\ldap\tests\ldap_sasl_bind_basic.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:20:03 +0000 (15:20 +0200)]
Fix bug 61717 ext\ldap\tests\ldap_sasl_bind_basic.phpt fails

12 years agoFix bug 61716 tests\basic\021.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 13:14:26 +0000 (15:14 +0200)]
Fix bug 61716 tests\basic\021.phpt fails

12 years agoFix bug 61683 tests\basic\bug20539.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 12:38:16 +0000 (14:38 +0200)]
Fix bug 61683 tests\basic\bug20539.phpt fails

12 years agoFix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 12:04:29 +0000 (14:04 +0200)]
Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails

12 years agoFix bug 61676 ext\tidy\tests\bug54682.phpt fails
Anatoliy Belsky [Mon, 16 Apr 2012 11:38:13 +0000 (13:38 +0200)]
Fix bug 61676 ext\tidy\tests\bug54682.phpt fails

12 years agoFix bug 61743 tests in ext\standard\tests\file\windows_acls\* fail
Anatoliy Belsky [Mon, 16 Apr 2012 11:30:58 +0000 (13:30 +0200)]
Fix bug 61743 tests in ext\standard\tests\file\windows_acls\* fail

12 years agoRename README.SVN-RULES to README.GIT-RULES, here, too
Johannes Schlüter [Fri, 13 Apr 2012 22:29:55 +0000 (00:29 +0200)]
Rename README.SVN-RULES to README.GIT-RULES, here, too

12 years agoconfigure.in: Check for README.GIT-RULES instead of README.SVN-RULES
David Soria Parra [Fri, 13 Apr 2012 14:32:41 +0000 (16:32 +0200)]
configure.in: Check for README.GIT-RULES instead of README.SVN-RULES

We removed the README.SVN-RULES file. Configure checks for this file.
Let's check for the new README.GIT-RULES instead.

12 years agoMove and update README.SVN-RULES to README.GIT-RULES
Johannes Schlüter [Fri, 13 Apr 2012 00:12:47 +0000 (02:12 +0200)]
Move and update README.SVN-RULES to README.GIT-RULES

12 years agoFixed test faild
Xinchen Hui [Thu, 12 Apr 2012 16:07:07 +0000 (00:07 +0800)]
Fixed test faild

the sun_path will not be that much long:
 http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/un.h.html

12 years agoRemove cherry-picked items for 5.3.11
Johannes Schlüter [Thu, 12 Apr 2012 09:21:41 +0000 (11:21 +0200)]
Remove cherry-picked items for 5.3.11

12 years agoFix bug #61537 (json_encode() incorrectly truncates/discards information) and
Adam Harvey [Mon, 2 Apr 2012 01:46:18 +0000 (09:46 +0800)]
Fix bug #61537 (json_encode() incorrectly truncates/discards information) and
remove a test case that's now mooted by this fix.

12 years agoDisabled EOL conversions on certain tests
Gustavo André dos Santos Lopes [Tue, 10 Apr 2012 18:41:07 +0000 (19:41 +0100)]
Disabled EOL conversions on certain tests

12 years agoFixed bug #61669 ext\standard\tests\file\rename_variation7-win32.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 13:16:48 +0000 (15:16 +0200)]
Fixed bug #61669 ext\standard\tests\file\rename_variation7-win32.phpt fails

12 years agoFixed bug #61668 ext\standard\tests\file\rename_variation13-win32.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 13:09:21 +0000 (15:09 +0200)]
Fixed bug #61668 ext\standard\tests\file\rename_variation13-win32.phpt fails

12 years agoFix bug #61667 ext\standard\tests\file\glob_variation-win32.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 13:00:03 +0000 (15:00 +0200)]
Fix bug #61667 ext\standard\tests\file\glob_variation-win32.phpt fails

12 years agoFixed bug #61666 ext\standard\tests\file\file_put_contents_variation8-win32.phpt...
Anatoliy Belsky [Tue, 10 Apr 2012 12:13:15 +0000 (14:13 +0200)]
Fixed bug #61666 ext\standard\tests\file\file_put_contents_variation8-win32.phpt fails

12 years agoFix bug #61659 Test ext\spl\tests\bug60082.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 12:03:19 +0000 (14:03 +0200)]
Fix bug #61659 Test ext\spl\tests\bug60082.phpt fails

12 years agoFixed bug #61638 Test ext\sockets\tests\unixloop.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 11:58:15 +0000 (13:58 +0200)]
Fixed bug #61638 Test ext\sockets\tests\unixloop.phpt fails

12 years agoFixed bug #61637 ext\sockets\tests\socket_sentto_recvfrom_unix.phpt
Anatoliy Belsky [Tue, 10 Apr 2012 11:54:22 +0000 (13:54 +0200)]
Fixed bug #61637 ext\sockets\tests\socket_sentto_recvfrom_unix.phpt

12 years agoFixed bug #61635 ext\sockets\tests\socket_select-wrongparams-1.phpt
Anatoliy Belsky [Tue, 10 Apr 2012 11:40:20 +0000 (13:40 +0200)]
Fixed bug #61635 ext\sockets\tests\socket_select-wrongparams-1.phpt

12 years agoFixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 11:08:57 +0000 (13:08 +0200)]
Fixed bug #61634 Test ext\sockets\tests\socket_listen-wrongparams.phpt fails

12 years agoFixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 11:02:53 +0000 (13:02 +0200)]
Fixed bug #61633 Test ext\sockets\tests\socket_create_pair-wrongparams.phpt fails

12 years agoFixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails
Anatoliy Belsky [Tue, 10 Apr 2012 10:57:10 +0000 (12:57 +0200)]
Fixed bug #61632 Test ext\sockets\tests\socket_create_listen.phpt fails

12 years agoFixed bug 61621 Test fail in ext/standard/tests/dir
Anatoliy Belsky [Tue, 10 Apr 2012 10:47:01 +0000 (12:47 +0200)]
Fixed bug 61621 Test fail in ext/standard/tests/dir

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 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 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 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 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 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 #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 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 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 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 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 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 agoUpdate NEWS for #61541
Xinchen Hui [Tue, 3 Apr 2012 04:13:59 +0000 (12:13 +0800)]
Update NEWS for #61541

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 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- 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' 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