]> granicus.if.org Git - php/log
php
12 years agoFix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip...
Christopher Jones [Tue, 7 Feb 2012 01:15:13 +0000 (01:15 +0000)]
Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip current test for 0.9. New test for 0.9 approved by Stas

12 years agoForce allow_url_fopen to fix qa.php.net/reports diffs
Christopher Jones [Mon, 6 Feb 2012 23:52:42 +0000 (23:52 +0000)]
Force allow_url_fopen to fix qa.php.net/reports diffs

12 years agoMask different curl message. Now passes on Oracle Linux 5
Christopher Jones [Mon, 6 Feb 2012 23:31:51 +0000 (23:31 +0000)]
Mask different curl message. Now passes on Oracle Linux 5

12 years agoAllow alternative curl output shown in several qa.php.net/reports logs
Christopher Jones [Mon, 6 Feb 2012 23:14:47 +0000 (23:14 +0000)]
Allow alternative curl output shown in several qa.php.net/reports logs

12 years agoSafer way to call pcre_fullinfo - bug 60986
Rasmus Lerdorf [Mon, 6 Feb 2012 18:18:53 +0000 (18:18 +0000)]
Safer way to call pcre_fullinfo - bug 60986

12 years agoFix for bug 60986
Rasmus Lerdorf [Mon, 6 Feb 2012 18:11:56 +0000 (18:11 +0000)]
Fix for bug 60986

12 years agoSame thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so there
Rasmus Lerdorf [Sun, 5 Feb 2012 10:35:56 +0000 (10:35 +0000)]
Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so there
is no way to know whether dst should be applied or not.

12 years agoWithout a timezone you can't know whether it is dst or not in this one
Rasmus Lerdorf [Sun, 5 Feb 2012 10:29:34 +0000 (10:29 +0000)]
Without a timezone you can't know whether it is dst or not in this one

12 years agoAnother openssl test that is dependent on the openssl version. The output has
Rasmus Lerdorf [Sun, 5 Feb 2012 10:08:16 +0000 (10:08 +0000)]
Another openssl test that is dependent on the openssl version. The output has
changed in more recent versions. Synch with newer output and consider changing
the test to only pick out the more stable fields instead of all of them.

12 years agofix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object http...
Popa Adrian Marius [Sun, 5 Feb 2012 09:58:50 +0000 (09:58 +0000)]
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt

12 years agoNeed EXPECTF here, of course
Rasmus Lerdorf [Sun, 5 Feb 2012 09:52:41 +0000 (09:52 +0000)]
Need EXPECTF here, of course

12 years agoGetting different hashes here. But this test isn't testing the hashes,
Rasmus Lerdorf [Sun, 5 Feb 2012 09:50:14 +0000 (09:50 +0000)]
Getting different hashes here. But this test isn't testing the hashes,
it is just making sure we actually get a hash and don't crash.

12 years agoAccording to the reports on qa this test is failing the same way for everyone.
Rasmus Lerdorf [Sun, 5 Feb 2012 09:32:20 +0000 (09:32 +0000)]
According to the reports on qa this test is failing the same way for everyone.
See: http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt
I'm not sure if this is due to a change in the openssl library or in the extension, so perhaps the test
itself needs to change, but for now synch it with the new output and watch for failures.

12 years agoThis test needs gc enabled
Rasmus Lerdorf [Sun, 5 Feb 2012 06:09:22 +0000 (06:09 +0000)]
This test needs gc enabled

12 years agoFixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
Xinchen Hui [Fri, 3 Feb 2012 16:27:35 +0000 (16:27 +0000)]
Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())

12 years ago- Merging r323033 into 5.3 (see bug #60227).
Gustavo André dos Santos Lopes [Fri, 3 Feb 2012 08:48:34 +0000 (08:48 +0000)]
- Merging r323033 into 5.3 (see bug #60227).

12 years agomention git
David Soria Parra [Fri, 3 Feb 2012 08:14:39 +0000 (08:14 +0000)]
mention git

13 years agoFix bug #60933 (Testing asort with SORT_LOCALE_STRING fails on Mac OS X 10.6) on...
Adam Harvey [Fri, 3 Feb 2012 01:21:24 +0000 (01:21 +0000)]
Fix bug #60933 (Testing asort with SORT_LOCALE_STRING fails on Mac OS X 10.6) on PHP_5_3 and trunk.

13 years agoThis will be PHP 5.3.11, 5.3.10 will be released from other branch
Johannes Schlüter [Thu, 2 Feb 2012 17:25:23 +0000 (17:25 +0000)]
This will be PHP 5.3.11, 5.3.10 will be released from other branch

13 years agoassert
Andrey Hristov [Thu, 2 Feb 2012 15:00:42 +0000 (15:00 +0000)]
assert

13 years agoAlways restore PG(magic_quote_gpc) on request shutdown
Dmitry Stogov [Thu, 2 Feb 2012 12:58:54 +0000 (12:58 +0000)]
Always restore PG(magic_quote_gpc) on request shutdown

13 years agoFixed memory leaks
Dmitry Stogov [Thu, 2 Feb 2012 10:26:53 +0000 (10:26 +0000)]
Fixed memory leaks

13 years agofix UMR in php_register_variable_ex, reported by Stefan Esser
Stanislav Malyshev [Wed, 1 Feb 2012 19:52:05 +0000 (19:52 +0000)]
fix UMR in php_register_variable_ex, reported by Stefan Esser

13 years agoFix test
Etienne Kneuss [Wed, 1 Feb 2012 13:25:32 +0000 (13:25 +0000)]
Fix test

13 years agoFixed basic HTTP authentication for WSDL sub requests.
Dmitry Stogov [Wed, 1 Feb 2012 12:16:52 +0000 (12:16 +0000)]
Fixed basic HTTP authentication for WSDL sub requests.

13 years agoFixed basic HTTP authentication for WSDL sub requests
Dmitry Stogov [Wed, 1 Feb 2012 11:26:57 +0000 (11:26 +0000)]
Fixed basic HTTP authentication for WSDL sub requests

13 years ago- fix #55226, WS
Pierre Joye [Tue, 31 Jan 2012 07:17:05 +0000 (07:17 +0000)]
- fix #55226, WS

13 years ago- fix #55226, fix build
Pierre Joye [Tue, 31 Jan 2012 07:14:36 +0000 (07:14 +0000)]
- fix #55226, fix build

13 years ago- libssh2 1.3.0
Pierre Joye [Mon, 30 Jan 2012 11:04:19 +0000 (11:04 +0000)]
- libssh2 1.3.0

13 years agoFixed bug #51860 (Include fails with toplevel symlink to /)
Dmitry Stogov [Mon, 30 Jan 2012 10:08:11 +0000 (10:08 +0000)]
Fixed bug #51860 (Include fails with toplevel symlink to /)

13 years agocreateCollation
Rasmus Lerdorf [Sun, 29 Jan 2012 04:23:27 +0000 (04:23 +0000)]
createCollation

13 years agocreateCollation() for pdo_sqlite as well
Rasmus Lerdorf [Sun, 29 Jan 2012 04:22:23 +0000 (04:22 +0000)]
createCollation() for pdo_sqlite as well
Closes bug #55226

13 years agoMissed the test
Rasmus Lerdorf [Sun, 29 Jan 2012 04:20:50 +0000 (04:20 +0000)]
Missed the test

13 years agocreateCollation()
Rasmus Lerdorf [Sun, 29 Jan 2012 03:59:35 +0000 (03:59 +0000)]
createCollation()

13 years agoGood patch from Brad Dewar that adds missing createCollation()
Rasmus Lerdorf [Sun, 29 Jan 2012 03:57:29 +0000 (03:57 +0000)]
Good patch from Brad Dewar that adds missing createCollation()
method. Fixes bug #60871 and is related to bug #55226

13 years ago- Fixed bug #60860 (session.save_handler=user without defined function core dumps)
Felipe Pena [Sat, 28 Jan 2012 21:02:09 +0000 (21:02 +0000)]
- Fixed bug #60860 (session.save_handler=user without defined function core dumps)

13 years agoSimple fix that just quotes the filenames in run-tests to support paths with spaces.
Rasmus Lerdorf [Sat, 28 Jan 2012 02:43:31 +0000 (02:43 +0000)]
Simple fix that just quotes the filenames in run-tests to support paths with spaces.
Fixes bug #60734

13 years ago- update libs
Pierre Joye [Fri, 27 Jan 2012 17:35:01 +0000 (17:35 +0000)]
- update libs

13 years ago- update libs
Pierre Joye [Fri, 27 Jan 2012 17:31:17 +0000 (17:31 +0000)]
- update libs

13 years ago- update libs
Pierre Joye [Fri, 27 Jan 2012 13:27:03 +0000 (13:27 +0000)]
- update libs

13 years ago- fix #60895, possible invalid handler usage
Pierre Joye [Fri, 27 Jan 2012 10:56:33 +0000 (10:56 +0000)]
- fix #60895, possible invalid handler usage

13 years ago- openssl 0.9.8t, curl 7.24.0
Pierre Joye [Thu, 26 Jan 2012 12:11:02 +0000 (12:11 +0000)]
- openssl 0.9.8t, curl 7.24.0

13 years agoRe-fixed bug #60825 (Segfault when running symfony 2 tests)
Xinchen Hui [Tue, 24 Jan 2012 14:39:45 +0000 (14:39 +0000)]
Re-fixed bug #60825 (Segfault when running symfony 2 tests)

13 years agominor tweak to warning to fix the bug54682.phpt test
Nuno Lopes [Mon, 23 Jan 2012 09:22:38 +0000 (09:22 +0000)]
minor tweak to warning to fix the bug54682.phpt test

13 years ago- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
Gustavo André dos Santos Lopes [Sun, 22 Jan 2012 20:30:37 +0000 (20:30 +0000)]
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
  together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
  already sufficient data buffered). stream_get_line() now behaves more like
  fgets(), as is documented.
#withheld commit to 5.4

13 years agorevert r319254 (fix bug #54682) since it is not correct
Nuno Lopes [Sat, 21 Jan 2012 11:32:56 +0000 (11:32 +0000)]
revert r319254 (fix bug #54682) since it is not correct
add test that was broken with that patch.
this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though

13 years ago.
Rasmus Lerdorf [Thu, 19 Jan 2012 22:41:39 +0000 (22:41 +0000)]
.

13 years agoAdded the bugfixing notes to the NEWS file
Popa Adrian Marius [Thu, 19 Jan 2012 22:35:35 +0000 (22:35 +0000)]
Added the bugfixing notes to the NEWS file

13 years agoMissing ifdef here
Rasmus Lerdorf [Thu, 19 Jan 2012 22:35:22 +0000 (22:35 +0000)]
Missing ifdef here
Fixes bug 60811

13 years agoFix #60802 ibase_trans() gives segfault when passing params (The &argn passed to...
Popa Adrian Marius [Thu, 19 Jan 2012 22:25:54 +0000 (22:25 +0000)]
Fix #60802 ibase_trans() gives segfault when passing params (The &argn passed to zend_parse_parameters shall be a pointer to an integer, not to an unsigned short.)

13 years agomerging the patch from #52078, fixes the test on disk with huge inode size(fileinode...
Ferenc Kovacs [Thu, 19 Jan 2012 00:20:04 +0000 (00:20 +0000)]
merging the patch from #52078, fixes the test on disk with huge inode size(fileinode() can overflow and return negative values there). will merge this to PHP_5_4 after the commit freeze.

13 years ago- add test for bug #60761
Pierre Joye [Wed, 18 Jan 2012 20:29:13 +0000 (20:29 +0000)]
- add test for bug #60761

13 years ago- add test for bug #60771
Pierre Joye [Wed, 18 Jan 2012 20:22:47 +0000 (20:22 +0000)]
- add test for bug #60771

13 years ago- add test for bug #60761
Pierre Joye [Wed, 18 Jan 2012 20:21:40 +0000 (20:21 +0000)]
- add test for bug #60761

13 years agoFixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes...
Dmitry Stogov [Tue, 17 Jan 2012 09:30:12 +0000 (09:30 +0000)]
Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long)

13 years agoWe should be back to -dev ...
Johannes Schlüter [Sun, 15 Jan 2012 19:51:36 +0000 (19:51 +0000)]
We should be back to -dev ...

13 years agoregen to fix lcov issues
Nuno Lopes [Sun, 15 Jan 2012 00:07:26 +0000 (00:07 +0000)]
regen to fix lcov issues

13 years agofixed failed tests (backport from PHP_5_4/trunk).
Rui Hirokawa [Sat, 14 Jan 2012 09:07:10 +0000 (09:07 +0000)]
fixed failed tests (backport from PHP_5_4/trunk).

13 years agoMFH: fixed bug #60227: header() cannot detect the multi-line header with CR.
Rui Hirokawa [Sat, 14 Jan 2012 07:41:01 +0000 (07:41 +0000)]
MFH: fixed bug #60227: header() cannot detect the multi-line header with CR.

13 years agoFix configuration message typo and alignment (5.4 merge approved by Stas)
Christopher Jones [Thu, 12 Jan 2012 23:23:05 +0000 (23:23 +0000)]
Fix configuration message typo and alignment (5.4 merge approved by Stas)

13 years ago- Fix version number as used in Windows builds for 5.3.9
Johannes Schlüter [Tue, 10 Jan 2012 13:27:39 +0000 (13:27 +0000)]
- Fix version number as used in Windows builds for 5.3.9

13 years agoPHP 5.3.9
Johannes Schlüter [Tue, 10 Jan 2012 11:21:57 +0000 (11:21 +0000)]
PHP 5.3.9

13 years ago- make it windows version independent, error msg differs, bad but well
Pierre Joye [Tue, 10 Jan 2012 08:30:00 +0000 (08:30 +0000)]
- make it windows version independent, error msg differs, bad but well

13 years agoadded fixed Pdo Firebird bugs to the NEWS section
Popa Adrian Marius [Tue, 10 Jan 2012 06:53:37 +0000 (06:53 +0000)]
added fixed Pdo Firebird bugs to the NEWS section

13 years agosync firebird test 003 with the 5.4 branch , eliminate failing test http://gcov.php...
Popa Adrian Marius [Tue, 10 Jan 2012 05:26:20 +0000 (05:26 +0000)]
sync firebird test 003 with the 5.4 branch , eliminate failing test http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F003.phpt

13 years ago - error is windows version dependent and not what we test here
Pierre Joye [Mon, 9 Jan 2012 15:31:33 +0000 (15:31 +0000)]
 - error is windows version dependent and not what we test here

13 years ago - spl tests are also under examples (sigh)
Pierre Joye [Mon, 9 Jan 2012 13:56:46 +0000 (13:56 +0000)]
 - spl tests are also under examples (sigh)

13 years agoThese tests don't work if run as root
Rasmus Lerdorf [Sun, 8 Jan 2012 18:43:30 +0000 (18:43 +0000)]
These tests don't work if run as root

13 years agoMake sure gc is enabled
Rasmus Lerdorf [Sun, 8 Jan 2012 18:22:50 +0000 (18:22 +0000)]
Make sure gc is enabled

13 years agodo kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot)
Nuno Lopes [Sun, 8 Jan 2012 18:03:56 +0000 (18:03 +0000)]
do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot)

13 years ago- Fixed credits for bug #60659
Jérôme Loyet [Wed, 4 Jan 2012 21:19:55 +0000 (21:19 +0000)]
- Fixed credits for bug #60659

13 years ago- Fixed bug #60659 (FPM does not clear auth_user on request accept)
Jérôme Loyet [Wed, 4 Jan 2012 21:18:26 +0000 (21:18 +0000)]
- Fixed bug #60659 (FPM does not clear auth_user on request accept)

13 years agoadd more tests for #60634 (stems from #21306) and xfail them all for the moment
Arpad Ray [Wed, 4 Jan 2012 11:44:05 +0000 (11:44 +0000)]
add more tests for #60634 (stems from #21306) and xfail them all for the moment

13 years ago- Fixed bug #60629 (memory corruption when web server closed the fcgi fd)
Jérôme Loyet [Tue, 3 Jan 2012 22:26:11 +0000 (22:26 +0000)]
- Fixed bug #60629 (memory corruption when web server closed the fcgi fd)

13 years agoadd test for #60634
Arpad Ray [Tue, 3 Jan 2012 21:47:16 +0000 (21:47 +0000)]
add test for #60634

13 years agoFixed broken test (different error message wording in 5.3 branch)
Shein Alexey [Mon, 2 Jan 2012 20:02:21 +0000 (20:02 +0000)]
Fixed broken test (different error message wording in 5.3 branch)

13 years agoBug #55663, fixed test for bug 43139 on Firebird. Per request from mariuz
Matteo Beccati [Mon, 2 Jan 2012 11:43:25 +0000 (11:43 +0000)]
Bug #55663, fixed test for bug 43139 on Firebird. Per request from mariuz

13 years agoregen for r321655
Nuno Lopes [Sun, 1 Jan 2012 22:52:23 +0000 (22:52 +0000)]
regen for r321655

13 years agofix memory leak in compile_string when there's a parse error (used e.g. in eval or...
Nuno Lopes [Sun, 1 Jan 2012 22:45:58 +0000 (22:45 +0000)]
fix memory leak in compile_string when there's a parse error (used e.g. in eval or assert)

13 years ago- Year++
Felipe Pena [Sun, 1 Jan 2012 13:15:04 +0000 (13:15 +0000)]
- Year++

13 years agofixed a crash in cli mode when apache_request_headers() is called
George Wang [Sat, 31 Dec 2011 18:15:06 +0000 (18:15 +0000)]
fixed a crash in cli mode when apache_request_headers() is called

13 years agoFixed PDO_Firebird: bug 53280 segfaults if query column count is less than param...
Popa Adrian Marius [Wed, 28 Dec 2011 19:58:37 +0000 (19:58 +0000)]
Fixed  PDO_Firebird: bug 53280 segfaults if query column count is less than param count

13 years agofix tablename in testcase test->testz
Popa Adrian Marius [Wed, 28 Dec 2011 19:09:41 +0000 (19:09 +0000)]
fix tablename in testcase test->testz

13 years agoAdded test case for PDO_Firebird: bug 53280 segfaults if query column count is less...
Popa Adrian Marius [Wed, 28 Dec 2011 18:52:39 +0000 (18:52 +0000)]
Added test case for PDO_Firebird: bug 53280 segfaults if query column count is less than param count

13 years agofix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
Popa Adrian Marius [Wed, 28 Dec 2011 10:17:17 +0000 (10:17 +0000)]
fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()

13 years agoone more error to fix Table unknown TEST , it should be TESTZ
Popa Adrian Marius [Wed, 28 Dec 2011 10:04:25 +0000 (10:04 +0000)]
one more error to fix Table unknown TEST , it should be TESTZ

13 years agofix table name in testcase
Popa Adrian Marius [Wed, 28 Dec 2011 09:59:53 +0000 (09:59 +0000)]
fix table name in testcase

13 years agoadded testcase for Bug 47415
Popa Adrian Marius [Wed, 28 Dec 2011 09:53:15 +0000 (09:53 +0000)]
added testcase for Bug 47415

13 years agocleanup for bug 48877 test, add description
Popa Adrian Marius [Wed, 28 Dec 2011 09:41:02 +0000 (09:41 +0000)]
cleanup for bug 48877 test, add description

13 years agoResolve the last of the xfails from Bug 55253.
Daniel Convissor [Wed, 28 Dec 2011 01:13:12 +0000 (01:13 +0000)]
Resolve the last of the xfails from Bug 55253.

13 years agoResolve more xfails due to Bug 55253 being fixed.
Daniel Convissor [Tue, 27 Dec 2011 19:44:13 +0000 (19:44 +0000)]
Resolve more xfails due to Bug 55253 being fixed.

13 years agoResolve some xfails due to Bug 55253 being fixed. (merged from 54)
Daniel Convissor [Tue, 27 Dec 2011 16:57:36 +0000 (16:57 +0000)]
Resolve some xfails due to Bug 55253 being fixed. (merged from 54)

13 years agohttp://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_firebird...
Popa Adrian Marius [Tue, 27 Dec 2011 16:49:00 +0000 (16:49 +0000)]
http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt
fix failure for bug 43130

13 years agoForgot to add the Pdo Firebird related bug to the News
Popa Adrian Marius [Tue, 27 Dec 2011 11:05:58 +0000 (11:05 +0000)]
Forgot to add the Pdo Firebird related bug to the News

13 years agoInitialize structure (some fields may be missed in array returned from user handler).
Dmitry Stogov [Thu, 22 Dec 2011 15:33:48 +0000 (15:33 +0000)]
Initialize structure (some fields may be missed in array returned from user handler).

13 years agoChange fatal error into warning and ignore arguments over limit
Dmitry Stogov [Thu, 22 Dec 2011 15:31:41 +0000 (15:31 +0000)]
Change fatal error into warning and ignore arguments over limit

13 years agoBack to -dev
Johannes Schlüter [Thu, 22 Dec 2011 12:36:40 +0000 (12:36 +0000)]
Back to -dev

13 years agoPHP 5.3.9RC4
Johannes Schlüter [Thu, 22 Dec 2011 12:33:04 +0000 (12:33 +0000)]
PHP 5.3.9RC4

13 years ago- Fixed bug #60570 (http wrapper leaks context resource if request fails/is
Gustavo André dos Santos Lopes [Wed, 21 Dec 2011 15:44:58 +0000 (15:44 +0000)]
- Fixed bug #60570 (http wrapper leaks context resource if request fails/is
  redirected).

13 years agoAdd tests for OpenSSL crash.
Scott MacVicar [Mon, 19 Dec 2011 03:09:05 +0000 (03:09 +0000)]
Add tests for OpenSSL crash.