php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39804 Testcase 008.phpt is getting failed.
Submitted: 2006-12-12 06:50 UTC Modified: 2006-12-20 01:00 UTC
From: shaamcom_83 at yahoo dot co dot in Assigned:
Status: No Feedback Package: CGI/CLI related
PHP Version: 5.2.0 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shaamcom_83 at yahoo dot co dot in
New email:
PHP Version: OS:

 

 [2006-12-12 06:50 UTC] shaamcom_83 at yahoo dot co dot in
Description:
------------
When I run the unit test case for PHP 5.2.0, using the command - 
./sapi/cli/php -d 'safe_mode=0' -d 'output_buffering=Off' -d 'memory_limit=-1' run-tests.php tests/func/008.phpt

it fails, whereas when I run the same test case using 

pear run-tests tests/func/008.phpt

its getting passed. Then I found a similar bug being already filed for an early version. I went through the bug fix and I dint see the fix there at cgi_main.c
Refer: http://bugs.php.net/bug.php?id=34429


Reproduce code:
---------------
The file <php 5.2.0_source_Code>/src/tests/func/008.phpt

Expected result:
----------------
'foo1'
                                                                                                                              
'foo2'


Actual result:
--------------
<no output>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-12 07:44 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Cannot reproduce.
 [2006-12-20 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC