php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57061 can not compile 0.8.1
Submitted: 2006-06-05 05:02 UTC Modified: 2006-06-06 17:16 UTC
From: crimson at technologist dot com Assigned: pollita (profile)
Status: Closed Package: runkit (PECL)
PHP Version: 4.4.1 OS: Red Hat Enterprise Linux ES 3
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: crimson at technologist dot com
New email:
PHP Version: OS:

 

 [2006-06-05 05:02 UTC] crimson at technologist dot com
Description:
------------
PHP 4.4.2 (cgi)
Zend Engine v1.3.0
./configure --prefix=/root/phpRenBot/php4 --enable-ftp --enable-sockets --enable-memory-limit
runkit-0.8.1

Steps to reproduce:
-Download runkit-0.8.1.tgz with "pear download".
-Unarchive the file and cd into the directory.
-Run "phpize"
-./configure
-./make

Reproduce code:
---------------
not applicable

Expected result:
----------------
I expect for modules/runkit.so to be compiled which I would them copy into my extensions directory and load via php.ini setting at runtime.

Actual result:
--------------
Results (from failure step):
gcc -I. -I/root/runkit-0.8.1 -DPHP_ATOM_INC -I/root/runkit-0.8.1/include -I/root/runkit-0.8.1/main -I/root/runkit-0.8.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -DHAVE_CONFIG_H -g -O2 -c /root/runkit-0.8.1/runkit_props.c  -fPIC -DPIC -o runkit_props.lo
/root/runkit-0.8.1/runkit_props.c: In function `php_runkit_def_prop_add':
/root/runkit-0.8.1/runkit_props.c:99: `ZEND_ACC_PROTECTED' undeclared (first use in this function)
/root/runkit-0.8.1/runkit_props.c:99: (Each undeclared identifier is reported only once
/root/runkit-0.8.1/runkit_props.c:99: for each function it appears in.)
/root/runkit-0.8.1/runkit_props.c:113: `ZEND_ACC_PRIVATE' undeclared (first use in this function)
/root/runkit-0.8.1/runkit_props.c: In function `zif_runkit_default_property_add':
/root/runkit-0.8.1/runkit_props.c:157: `ZEND_ACC_PUBLIC' undeclared (first use in this function)
make: *** [runkit_props.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-06 17:16 UTC] pollita@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


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