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

Pull Requests

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: Sun Dec 22 04:01:29 2024 UTC