ID: 46495
User updated by: guy at centroin dot it
Reported By: guy at centroin dot it
Status: Bogus
Bug Type: PHP options/info functions
Operating System: aix 4
PHP Version: 5.2.6
New Comment:
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
Previous Comments:
------------------------------------------------------------------------
[2008-11-06 01:15:39] [EMAIL PROTECTED]
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-05 16:15:57] 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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=46495&edit=1