php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46495 undefined function
Submitted: 2008-11-05 16:15 UTC Modified: 2008-11-06 07:52 UTC
From: guy at centroin dot it Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.2.6 OS: aix 4
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: guy at centroin dot it
New email:
PHP Version: OS:

 

 [2008-11-05 16:15 UTC] guy at centroin dot it
Description:
------------
Using php >5.0.5 and AIX 4.3 any functions exit with FATAL ERROR: undefined function.
Script genif.sh builds empty array in module internal_function.c like this:
static zend_module_entry *php_builtin_extensions[] = {

};
instead of:
static zend_module_entry *php_builtin_extensions[] = {
 php_standard_ptr,

};
I think that awk script build/order_by_dep.awk works bad with gawk <3.1
Please add in prerequisite 





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-06 01:15 UTC] jani@php.net
Just install working tools (aka gnu) and all is fine. We're not 
wasting time on trying to fix everything that is broken in AIX.
 [2008-11-06 07:52 UTC] guy at centroin dot it
My AIX use gnu awk 3.0.5. Upgrading to gawk 3.1.4 resolve. 
I think that same the problem we are in other old platforms that using old gawk like linux Suse 7
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC