php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56767 Fix missing ''php_runkit_import_class_props' function in runkit_import.c
Submitted: 2006-01-08 18:12 UTC Modified: 2013-02-23 18:57 UTC
From: hans dot moog at mkj-computing dot de Assigned: pollita (profile)
Status: Closed Package: runkit (PECL)
PHP Version: 5.1.1 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hans dot moog at mkj-computing dot de
New email:
PHP Version: OS:

 

 [2006-01-08 18:12 UTC] hans dot moog at mkj-computing dot de
Description:
------------
The function: 'php_runkit_import_class_props' is still empty.

/* {{{ php_runkit_import_class_props
 */
static int php_runkit_import_class_props(zend_class_entry *dce, zend_class_entry *ce, int override TSRMLS_DC)
{

	return SUCCESS;
}


Please fix the missing functionality so import imports the complete class and not only parts of it :)

Ps: runkit rocks so far


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-02-23 18:57 UTC] pollita@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pollita
 [2013-02-23 18:57 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: Tue Mar 19 10:01:30 2024 UTC