php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58322 File renamed on runkit test 'bug4519'
Submitted: 2008-08-22 16:46 UTC Modified: 2013-02-23 11:17 UTC
From: Keisial at gmail dot com Assigned: pollita (profile)
Status: Closed Package: runkit (PECL)
PHP Version: 5_2 CVS-2008-08-22 (dev) OS:
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Keisial at gmail dot com
New email:
PHP Version: OS:

 

 [2008-08-22 16:46 UTC] Keisial at gmail dot com
Description:
------------
The test bug4519 for runkit tries to include a non-existant file. The right one seems to be bug4519_inc.php

That is:

Index: tests/bug4519.phpt
===================================================================
RCS file: /repository/pecl/runkit/tests/bug4519.phpt,v
retrieving revision 1.1
diff -r1.1 bug4519.phpt
18c18
< runkit_import(dirname(__FILE__) . '/bug_4519_test.php', RUNKIT_IMPORT_OVERRIDE  | RUNKIT_IMPORT_CLASSES);
---
> runkit_import(dirname(__FILE__) . '/bug4519_inc.php', RUNKIT_IMPORT_OVERRIDE | RUNKIT_IMPORT_CLASSES);


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-02-23 11:17 UTC] pollita@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pollita
 [2013-02-23 11:17 UTC] pollita@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC