]> granicus.if.org Git - php/log
php
13 years agocomment for the #else
andrey [Mon, 7 May 2012 11:55:40 +0000 (13:55 +0200)]
comment for the #else

13 years agoMerge branch 'master' of git.php.net:php-src
andrey [Mon, 7 May 2012 11:32:05 +0000 (13:32 +0200)]
Merge branch 'master' of git.php.net:php-src

13 years agoreorganize things a bit...just shifting code
andrey [Mon, 7 May 2012 11:31:42 +0000 (13:31 +0200)]
reorganize things a bit...just shifting code

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Sun, 6 May 2012 16:06:12 +0000 (18:06 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix bug 61769 Random failure of php_cli_server*phpt tests

13 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

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 6 May 2012 12:37:33 +0000 (20:37 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  correct variable name

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

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

13 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

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

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sun, 6 May 2012 12:29:26 +0000 (20:29 +0800)]
Merge branch 'PHP-5.4'

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

13 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)

13 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)

13 years agoMerge branch 'PHP-5.4'
Nikita Popov [Sun, 6 May 2012 11:40:06 +0000 (13:40 +0200)]
Merge branch 'PHP-5.4'

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

13 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)

13 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

13 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

13 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)

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Sat, 5 May 2012 16:53:47 +0000 (00:53 +0800)]
Merge branch 'PHP-5.4'

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

13 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

13 years agocorrect NEWS
Xinchen Hui [Sat, 5 May 2012 16:51:20 +0000 (00:51 +0800)]
correct NEWS

13 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)

13 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)

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Sat, 5 May 2012 15:37:35 +0000 (17:37 +0200)]
Merge branch 'PHP-5.4'

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

13 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)

13 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)

13 years agoFix for CVE-2012-1823
Rasmus Lerdorf [Thu, 3 May 2012 13:51:52 +0000 (15:51 +0200)]
Fix for CVE-2012-1823

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

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

13 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

13 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

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Fri, 4 May 2012 09:38:43 +0000 (11:38 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix bug #61904 ext\phar\tests\tar\phar_setsignaturealgo2.phpt
  Bump to next version

Conflicts:
configure.in
main/php_version.h

13 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

13 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

13 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

13 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

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Thu, 3 May 2012 14:40:51 +0000 (22:40 +0800)]
Merge branch 'PHP-5.4'

13 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)

13 years agoMerge branch 'master' of git.php.net:php-src
andrey [Thu, 3 May 2012 13:34:24 +0000 (15:34 +0200)]
Merge branch 'master' of git.php.net:php-src

13 years agobump mysqlnd versions
andrey [Thu, 3 May 2012 13:33:47 +0000 (15:33 +0200)]
bump mysqlnd versions

13 years agoMerge remote-tracking branch 'origin/PHP-5.4'
Xinchen Hui [Thu, 3 May 2012 12:00:10 +0000 (20:00 +0800)]
Merge remote-tracking branch 'origin/PHP-5.4'

* origin/PHP-5.4:
  Fixed test bug #61892

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

13 years agophoenix from the ashes
andrey [Thu, 3 May 2012 11:34:26 +0000 (13:34 +0200)]
phoenix from the ashes

13 years agohere comes the news
andrey [Thu, 3 May 2012 11:02:34 +0000 (13:02 +0200)]
here comes the news

13 years agoMerge branch 'master' of git.php.net:php-src
andrey [Thu, 3 May 2012 11:00:17 +0000 (13:00 +0200)]
Merge branch 'master' of git.php.net:php-src

13 years agoRemove support for local infile handler in mysqli from 5.5
andrey [Thu, 3 May 2012 10:55:03 +0000 (12:55 +0200)]
Remove support for local infile handler in mysqli from 5.5

This removes the following functions from the API:
mysqli_set_local_infile_default()
mysqli_set_local_infile_handler()

Using these functions is known to be lead to stability problems in
mysqli. It was only enabled when compiling against libmysql. mysqlnd
doesn't have this support for local infile. However, with mysqlnd it can
be emulated by using stream handlers like in:

$c->query("LOAD DATA LOCAL INFILE "http://example.com/import.csv" INTO ...")
All available protocols, as well as user implemented ones can be added.

13 years agoMerge remote-tracking branch 'origin/PHP-5.4'
Xinchen Hui [Thu, 3 May 2012 10:41:45 +0000 (18:41 +0800)]
Merge remote-tracking branch 'origin/PHP-5.4'

13 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

13 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

13 years agoremove dead and unused for more than 8 years code
andrey [Thu, 3 May 2012 10:22:25 +0000 (12:22 +0200)]
remove dead and unused for more than 8 years code

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Wed, 2 May 2012 19:42:57 +0000 (21:42 +0200)]
Merge branch 'PHP-5.4'

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

13 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

13 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

13 years agoMerge branch 'PHP-5.4'
andrey [Wed, 2 May 2012 14:15:35 +0000 (16:15 +0200)]
Merge branch 'PHP-5.4'

13 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

13 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.

13 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Wed, 2 May 2012 07:11:19 +0000 (00:11 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  merge 5.3.11 stuff
  organize NEWS
  Revert "Fix bug #61537 (json_encode() incorrectly truncates/discards information) and"

13 years agomerge 5.3.11 stuff
Stanislav Malyshev [Wed, 2 May 2012 07:08:04 +0000 (00:08 -0700)]
merge 5.3.11 stuff

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

13 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

13 years agoMerge branch 'PHP-5.4'
Christopher Jones [Tue, 1 May 2012 22:51:01 +0000 (15:51 -0700)]
Merge branch 'PHP-5.4'

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

13 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

13 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

13 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.)

13 years agoMerge branch 'PHP-5.4'
Christopher Jones [Tue, 1 May 2012 21:47:18 +0000 (14:47 -0700)]
Merge branch 'PHP-5.4'

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

Conflicts:
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h

13 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

13 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

13 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

13 years ago- Regenerated files
Felipe Pena [Mon, 30 Apr 2012 18:57:09 +0000 (15:57 -0300)]
- Regenerated files

13 years ago- Regenerated files
Felipe Pena [Mon, 30 Apr 2012 18:57:00 +0000 (15:57 -0300)]
- Regenerated files

13 years agoMerge branch 'PHP-5.4'
Felipe Pena [Mon, 30 Apr 2012 18:56:15 +0000 (15:56 -0300)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed Windows build

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

13 years agoMerge branch 'master' of git.php.net:php-src
Anatoliy Belsky [Mon, 30 Apr 2012 15:35:32 +0000 (17:35 +0200)]
Merge branch 'master' of git.php.net:php-src

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Mon, 30 Apr 2012 15:31:31 +0000 (17:31 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails
  - Regenerated files

Conflicts:
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h

13 years agoMerge branch 'master' of git.php.net:php-src
andrey [Mon, 30 Apr 2012 15:31:06 +0000 (17:31 +0200)]
Merge branch 'master' of git.php.net:php-src

13 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

13 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

13 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

13 years agorefactor MYSQLND_NET, split it two parts for easy resharing
andrey [Mon, 30 Apr 2012 15:01:56 +0000 (17:01 +0200)]
refactor MYSQLND_NET, split it two parts for easy resharing

13 years ago- Regenerated files
Felipe Pena [Mon, 30 Apr 2012 13:35:28 +0000 (10:35 -0300)]
- Regenerated files

13 years ago- Regenerated files
Felipe Pena [Mon, 30 Apr 2012 13:35:11 +0000 (10:35 -0300)]
- Regenerated files

13 years agoMerge branch 'PHP-5.4'
Felipe Pena [Mon, 30 Apr 2012 13:31:59 +0000 (10:31 -0300)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - Changed last commit to use VK_ESCAPE on Windows

13 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

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Mon, 30 Apr 2012 12:37:08 +0000 (14:37 +0200)]
Merge branch 'PHP-5.4'

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

13 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

13 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

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Mon, 30 Apr 2012 10:11:00 +0000 (12:11 +0200)]
Merge branch 'PHP-5.4'

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

13 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

13 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

13 years agoMerge branch 'PHP-5.4'
Anatoliy Belsky [Mon, 30 Apr 2012 08:41:13 +0000 (10:41 +0200)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fix bug ext\filter\tests\bug52209.phpt fails

13 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

13 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

13 years agoMerge remote-tracking branch 'origin/PHP-5.4'
Xinchen Hui [Mon, 30 Apr 2012 04:36:06 +0000 (12:36 +0800)]
Merge remote-tracking branch 'origin/PHP-5.4'

13 years agoMerge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 30 Apr 2012 04:35:44 +0000 (12:35 +0800)]
Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4

13 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

13 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.

13 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

13 years agoMerge remote-tracking branch 'origin/PHP-5.4'
Xinchen Hui [Mon, 30 Apr 2012 04:16:50 +0000 (12:16 +0800)]
Merge remote-tracking branch 'origin/PHP-5.4'

* origin/PHP-5.4:
  Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi).
  - BFN
  - BFN

13 years agoMerge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 30 Apr 2012 04:15:43 +0000 (12:15 +0800)]
Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4

* origin/PHP-5.3:
  Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi).
  - BFN

Conflicts:
sapi/cli/php_cli.c

13 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).

13 years ago- BFN
Felipe Pena [Sun, 29 Apr 2012 22:48:00 +0000 (19:48 -0300)]
- BFN