php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20156 main/internal_functions.c
Submitted: 2002-10-29 17:11 UTC Modified: 2002-12-02 12:18 UTC
From: jan at kneschke dot de Assigned: helly (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 4CVS-2002-10-29 OS: Linux
Private report: No CVE-ID: None
 [2002-10-29 17:11 UTC] jan at kneschke dot de
 gcc  -Imain/ -I/home/weigon/projects/in-cvs/php4/main/ 
-DPHP_ATOM_INC -I/home/weigon/projects/in-cvs/php4/include 
-I/home/weigon/projects/in-cvs/php4/main 
-I/home/weigon/projects/in-cvs/php4 
-I/home/weigon/projects/in-cvs/php4/Zend 
-I/usr/include/freetype2 -I/usr//include  
-I/home/weigon/projects/in-cvs/php4/TSRM  -g -O2  -c 
main/internal_functions.c -o main/internal_functions.o  && 
echo > main/internal_functions.lo 
main/internal_functions.c:61: `phpext_overload_ptr' 
undeclared here (not in a function) 
main/internal_functions.c:61: initializer element is not 
constant 
main/internal_functions.c:61: (near initialization for 
`php_builtin_extensions[7]') 
 
 
phpext_overload_ptr isn't defined with ZendEngine2 
enabled. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-30 00:39 UTC] derick@php.net
Hmm, wouldn't be that easy to fix unless somebody comes up with some good autoconf magic. For now you can compile with --disable-overload AFAIK.

Derick
 [2002-10-30 01:35 UTC] jan at kneschke dot de
at least it let you compile it (after disabling 
xmlrpc-support bug #20155).
 [2002-12-02 12:18 UTC] helly@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, 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/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

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


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 15 12:00:03 2025 UTC