php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22841 README.EXT_SKEL incomplete (Fix included)
Submitted: 2003-03-24 03:28 UTC Modified: 2003-03-24 05:20 UTC
From: php-bugs at martinjansen dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 5CVS-2003-03-24 (dev) OS: Linux
Private report: No CVE-ID: None
 [2003-03-24 03:28 UTC] php-bugs at martinjansen dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-24 05:20 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC