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
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: 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

Pull Requests

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: Fri Oct 18 03:01:27 2024 UTC