|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-24 05:20 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 22 11:00:01 2025 UTC |
The documentation in README.EXT_SKEL concerning (g)awk on Debian is incomplete. The included diff "fixes" this. Index: README.EXT_SKEL =================================================================== RCS file: /repository/php4/README.EXT_SKEL,v retrieving revision 1.10 diff -u -r1.10 README.EXT_SKEL --- README.EXT_SKEL 13 Mar 2003 09:02:13 -0000 1.10 +++ README.EXT_SKEL 24 Mar 2003 10:21:08 -0000 @@ -20,7 +20,8 @@ [ Note that GNU awk is likely required for this script to work. Debian systems seem to default to using mawk, so you may need to change the - #! line in skeleton/create_stubs to use gawk explicitly. ] + #! line in skeleton/create_stubs and the cat $proto | awk line in + ext_skel to use gawk explicitly. ] If you don't need to test the existence of any external header files, libraries or functions in them, the module is already almost ready to be