]> granicus.if.org Git - php/log
php
12 years agofix bug #61782 - __clone/__destruct do not match other methods when checking access...
Stanislav Malyshev [Sun, 13 May 2012 05:12:48 +0000 (22:12 -0700)]
fix bug #61782 - __clone/__destruct do not match other methods when checking access controls

12 years agofix bug #54547
Stanislav Malyshev [Fri, 11 May 2012 06:58:10 +0000 (23:58 -0700)]
fix bug #54547

12 years agoupdate NEWS
Stanislav Malyshev [Wed, 9 May 2012 20:37:49 +0000 (13:37 -0700)]
update NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 12 May 2012 05:19:27 +0000 (13:19 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)
  fix stack overflow in php_intlog10abs()

Conflicts:
Zend/zend_execute.c

12 years agoFixed Bug #62005 (unexpected behavior when incrementally assigning to a member of...
Xinchen Hui [Sat, 12 May 2012 05:13:44 +0000 (13:13 +0800)]
Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)

12 years agofix stack overflow in php_intlog10abs()
Nuno Lopes [Fri, 11 May 2012 16:50:29 +0000 (12:50 -0400)]
fix stack overflow in php_intlog10abs()

bug uncovered by LLVM/clang's new -fbounds-checking switch
this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt

12 years agofix stack overflow in php_intlog10abs()
Nuno Lopes [Fri, 11 May 2012 16:50:29 +0000 (12:50 -0400)]
fix stack overflow in php_intlog10abs()

bug uncovered by LLVM/clang's new -fbounds-checking switch
this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 11 May 2012 12:38:43 +0000 (14:38 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails

12 years agoFix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails
Anatoliy Belsky [Fri, 11 May 2012 12:24:12 +0000 (14:24 +0200)]
Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails

This fixes a general issue. In this ticket and not for the first time
is being seen, that people are trying to use data from "examples"
in the tests. When extracting a test pack only "tests" and its siblings
was taken into account. Now "examples" are copied as well.

12 years agoMerge branch 'remove-useless-func-decleare' of https://github.com/reeze/php-src into...
Xinchen Hui [Fri, 11 May 2012 12:07:27 +0000 (20:07 +0800)]
Merge branch 'remove-useless-func-decleare' of https://github.com/reeze/php-src into PHP-5.4

12 years agoCleanup useless function declaration for traits
Reeze Xia [Fri, 11 May 2012 08:52:12 +0000 (16:52 +0800)]
Cleanup useless function declaration for traits

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 10 May 2012 15:32:21 +0000 (17:32 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

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

12 years agoFix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails
Anatoliy Belsky [Thu, 10 May 2012 15:07:38 +0000 (17:07 +0200)]
Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails

Exception text differ on windows

12 years agoupdated NEWS
Anatoliy Belsky [Thu, 10 May 2012 13:56:50 +0000 (15:56 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 10 May 2012 13:52:37 +0000 (15:52 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated NEWS

12 years agoupdated NEWS
Anatoliy Belsky [Thu, 10 May 2012 13:48:56 +0000 (15:48 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Thu, 10 May 2012 13:36:47 +0000 (15:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug ext\standard\tests\file\realpath_cache_win32.phpt fails

12 years agoFix bug ext\standard\tests\file\realpath_cache_win32.phpt fails
Anatoliy Belsky [Thu, 10 May 2012 13:27:44 +0000 (15:27 +0200)]
Fix bug ext\standard\tests\file\realpath_cache_win32.phpt fails

What happens here is trivial long overflow. Despite the bug attracted
attention on windows, the same story is on linux. Just wait for a big
anough bucket->key . The linux test had %i to check the key value
which should be %d all the way.

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 9 May 2012 11:04:32 +0000 (13:04 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt fails

12 years agoFix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt fails
Anatoliy Belsky [Wed, 9 May 2012 11:02:33 +0000 (13:02 +0200)]
Fix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt fails

Another error message is produced by win specific code

12 years agoCorrect test title
Xinchen Hui [Wed, 9 May 2012 03:28:57 +0000 (11:28 +0800)]
Correct test title

12 years agoImplemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions)
Xinchen Hui [Wed, 9 May 2012 03:27:39 +0000 (11:27 +0800)]
Implemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions)

12 years agoFix test failed, the fsockopen will be refused immediately if the server is not...
Xinchen Hui [Wed, 9 May 2012 03:21:24 +0000 (11:21 +0800)]
Fix test failed,  the fsockopen will be refused immediately if the server is not set up.

12 years ago- BFN
Felipe Pena [Wed, 9 May 2012 00:07:29 +0000 (21:07 -0300)]
- BFN

12 years ago- Fixed bug #61978 (Object recursion not detected for classes that implement JsonSeri...
Felipe Pena [Wed, 9 May 2012 00:05:51 +0000 (21:05 -0300)]
- Fixed bug #61978 (Object recursion not detected for classes that implement JsonSerializable)

12 years agoTypo
David Soria Parra [Tue, 8 May 2012 20:08:54 +0000 (22:08 +0200)]
Typo

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 8 May 2012 17:35:13 +0000 (19:35 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*

12 years agoFix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*
Matt Ficken [Tue, 8 May 2012 17:31:41 +0000 (19:31 +0200)]
Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*

Fixed that again for systems having their %SYSTEMROOT% not in
c:\windows

12 years agoc++ comments
Stanislav Malyshev [Tue, 8 May 2012 17:18:06 +0000 (10:18 -0700)]
c++ comments

12 years agorestore BC
Stanislav Malyshev [Tue, 8 May 2012 05:22:56 +0000 (22:22 -0700)]
restore BC

12 years agows + restore BC to apache_request_headers
Stanislav Malyshev [Tue, 8 May 2012 04:54:19 +0000 (21:54 -0700)]
ws + restore BC to apache_request_headers

12 years agofix bug #61807 - Buffer Overflow in apache_request_headers
Stanislav Malyshev [Mon, 7 May 2012 19:24:22 +0000 (12:24 -0700)]
fix bug #61807 - Buffer Overflow in apache_request_headers

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 8 May 2012 16:52:48 +0000 (18:52 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  updated NEWS

12 years agoupdated NEWS
Anatoliy Belsky [Tue, 8 May 2012 16:51:49 +0000 (18:51 +0200)]
updated NEWS

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 8 May 2012 16:34:32 +0000 (18:34 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61713 check also that mbstring's found any internal_encoding

12 years agoFix bug 61713 check also that mbstring's found any internal_encoding
Anatoliy Belsky [Tue, 8 May 2012 16:31:11 +0000 (18:31 +0200)]
Fix bug 61713 check also that mbstring's found any internal_encoding

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Tue, 8 May 2012 16:14:38 +0000 (18:14 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61713 ext\standard\tests\strings\htmlentities10.phpt fails

12 years agoFix bug #61713 ext\standard\tests\strings\htmlentities10.phpt fails
Anatoliy Belsky [Tue, 8 May 2012 15:42:01 +0000 (17:42 +0200)]
Fix bug #61713 ext\standard\tests\strings\htmlentities10.phpt fails

There is a logic error in charset detection part for htmlentities.
When mbstring is compiled shared and mbstring.internal_encoding
is set to pass, it prevents default_charset from being checked
resulting iso-8859-1 being choosed.

12 years agoFix #61704 (Crash apache, phpinfo() threading issue)
Johannes Schlüter [Tue, 8 May 2012 15:30:05 +0000 (17:30 +0200)]
Fix #61704 (Crash apache, phpinfo() threading issue)

12 years agoFix folding marks
Johannes Schlüter [Tue, 8 May 2012 13:18:33 +0000 (15:18 +0200)]
Fix folding marks

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Tue, 8 May 2012 09:49:50 +0000 (11:49 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  This will be PHP 5.3.14
  improve fix for CVE-2012-1823

12 years agoThis will be PHP 5.3.14
Johannes Schlüter [Tue, 8 May 2012 09:28:15 +0000 (11:28 +0200)]
This will be PHP 5.3.14

12 years agoimprove fix for CVE-2012-1823
Stanislav Malyshev [Mon, 7 May 2012 19:08:36 +0000 (12:08 -0700)]
improve fix for CVE-2012-1823

12 years agoimprove fix for CVE-2012-1823
Stanislav Malyshev [Mon, 7 May 2012 19:08:36 +0000 (12:08 -0700)]
improve fix for CVE-2012-1823

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Mon, 7 May 2012 13:40:16 +0000 (15:40 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt fails
  Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails

12 years agoFix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt fails
Anatoliy Belsky [Mon, 7 May 2012 13:39:07 +0000 (15:39 +0200)]
Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt fails

12 years agoFix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails
Anatoliy Belsky [Mon, 7 May 2012 13:37:29 +0000 (15:37 +0200)]
Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails

12 years agoFix bug 61769 Random failure of php_cli_server*phpt tests
Matt Ficken [Sun, 6 May 2012 16:05:02 +0000 (18:05 +0200)]
Fix bug 61769 Random failure of php_cli_server*phpt tests

12 years agocorrect variable name
Xinchen Hui [Sun, 6 May 2012 12:37:03 +0000 (20:37 +0800)]
correct variable name

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 6 May 2012 12:32:15 +0000 (20:32 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoChange the test folder
Xinchen Hui [Sun, 6 May 2012 12:31:40 +0000 (20:31 +0800)]
Change the test folder

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sun, 6 May 2012 12:06:05 +0000 (20:06 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference)

12 years agoFixed bug #61730 (Segfault from array_walk modifying an array passed by reference)
Xinchen Hui [Sun, 6 May 2012 12:01:10 +0000 (20:01 +0800)]
Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Nikita Popov [Sun, 6 May 2012 11:33:47 +0000 (13:33 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Add NEWS entry for bug #61961
  Fixed Bug #61961 (file_get_content leaks when access empty file with max length)

12 years agoAdd NEWS entry for bug #61961
Nikita Popov [Sun, 6 May 2012 11:19:17 +0000 (13:19 +0200)]
Add NEWS entry for bug #61961

12 years agoMerge branch 'pull-request/76' into PHP-5.3
Nikita Popov [Sun, 6 May 2012 10:45:45 +0000 (12:45 +0200)]
Merge branch 'pull-request/76' into PHP-5.3

12 years agoFixed Bug #61961 (file_get_content leaks when access empty file with max length)
Reeze Xia [Sun, 6 May 2012 10:27:26 +0000 (18:27 +0800)]
Fixed Bug #61961 (file_get_content leaks when access empty file with max length)

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Sat, 5 May 2012 16:52:51 +0000 (00:52 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  correct NEWS
  Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)

Conflicts:
ext/curl/interface.c

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:50:37 +0000 (00:50 +0800)]
Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)

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 agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Sat, 5 May 2012 15:36:55 +0000 (17:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

By Rasmus Lerdorf
* PHP-5.3:
  Fix for CVE-2012-1823 (cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3)

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 for CVE-2012-1823
Rasmus Lerdorf [Thu, 3 May 2012 13:51:52 +0000 (15:51 +0200)]
Fix for CVE-2012-1823

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 4 May 2012 09:42:05 +0000 (11:42 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61906 ext\phar\tests\zip\phar_setsignaturealgo2.phpt fails

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 agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Fri, 4 May 2012 09:32:12 +0000 (11:32 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug #61904 ext\phar\tests\tar\phar_setsignaturealgo2.phpt

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 agoMerge branch 'PHP-5.3' into PHP-5.4
Christopher Jones [Thu, 3 May 2012 19:22:39 +0000 (12:22 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Bump to next version

Conflicts:
configure.in
main/php_version.h

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 agoFixed bug #61922 (ZTS build doesn't accept zend.script_encoding config)
Xinchen Hui [Thu, 3 May 2012 14:39:53 +0000 (22:39 +0800)]
Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config)

12 years agoFixed test bug #61892
Xinchen Hui [Thu, 3 May 2012 11:56:49 +0000 (19:56 +0800)]
Fixed test bug #61892

12 years agoMerge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 3 May 2012 10:40:57 +0000 (18:40 +0800)]
Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4

* origin/PHP-5.3:
  Fix typo

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 agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Wed, 2 May 2012 19:41:33 +0000 (21:41 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61902 ext\phar\tests\phar_setsignaturealgo2.phpt falis

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 agoMerge branch 'PHP-5.3' into PHP-5.4
andrey [Wed, 2 May 2012 13:57:08 +0000 (15:57 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

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 5.3.11 stuff
Stanislav Malyshev [Wed, 2 May 2012 07:08:04 +0000 (00:08 -0700)]
merge 5.3.11 stuff

12 years agoorganize NEWS
Stanislav Malyshev [Wed, 2 May 2012 07:00:59 +0000 (00:00 -0700)]
organize NEWS

12 years agoRevert "Fix bug #61537 (json_encode() incorrectly truncates/discards information...
Stanislav Malyshev [Wed, 2 May 2012 06:51:41 +0000 (23:51 -0700)]
Revert "Fix bug #61537 (json_encode() incorrectly truncates/discards information) and"

This reverts commit cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b.
The fix is not correct, not fixed after discussion on github.
Please fix the issues and reapply the patch

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

* PHP-5.3:
  Make output order for dom007.phpt platform independent

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 'PHP-5.3' into PHP-5.4
Christopher Jones [Tue, 1 May 2012 21:34:54 +0000 (14:34 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix masking in bug61115-1.phpt

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 ago- Regenerated files
Felipe Pena [Mon, 30 Apr 2012 18:57:00 +0000 (15:57 -0300)]
- Regenerated files

12 years ago- Fixed Windows build
Felipe Pena [Mon, 30 Apr 2012 18:55:57 +0000 (15:55 -0300)]
- Fixed Windows build

12 years agoMerge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Anatoliy Belsky [Mon, 30 Apr 2012 15:25:25 +0000 (17:25 +0200)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

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

* PHP-5.3:
  Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails

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 ago- Regenerated files
Felipe Pena [Mon, 30 Apr 2012 13:35:28 +0000 (10:35 -0300)]
- Regenerated files

12 years ago- Changed last commit to use VK_ESCAPE on Windows
Felipe Pena [Mon, 30 Apr 2012 13:31:49 +0000 (10:31 -0300)]
- Changed last commit to use VK_ESCAPE on Windows

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Mon, 30 Apr 2012 12:36:42 +0000 (14:36 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Additional fixs for bug 61746 - prepare/clean acls

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 agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Mon, 30 Apr 2012 10:10:43 +0000 (12:10 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61870 ext\session\tests\bug42596.phpt fails

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 agoMerge branch 'PHP-5.3' into PHP-5.4
Anatoliy Belsky [Mon, 30 Apr 2012 08:28:00 +0000 (10:28 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug ext\filter\tests\bug52209.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