|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-11-06 01:15 UTC] jani@php.net
[2008-11-06 07:52 UTC] guy at centroin dot it
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 13:00:02 2025 UTC |
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