PHP PEAR CVS 39 CVS PEAR PECL GEN PECL GEN
Date: Thu, 03 Jul 2003 11:32:06 -0000

Subject: cvs: pear /PECL_Gen pecl-gen
From: hholzgra@no-spam (Hartmut Holzgraefe)

hholzgra Thu Jul 3 07:32:06 2003 EDT
Modified files: /pear/PECL_Gen pecl-gen Log:
README generation in ext_skel compatibility mode version number now provided by Extension class Index: pear/PECL_Gen/pecl-gen diff -u pear/PECL_Gen/pecl-gen:1.10 pear/PECL_Gen/pecl-gen:1.11
--- pear/PECL_Gen/pecl-gen:1.10 Wed Jul 2 13:37:32 2003
+++ pear/PECL_Gen/pecl-gen Thu Jul 3 07:32:06 2003
@@no-spam -5,7 +5,7 @@no-spam * Console script to generate PECL extensions from command line *
* @no-spam Hartmut Holzgraefe <hartmut@no-spam>
-* @no-spam $Id: pecl-gen,v 1.10 2003/07/02 17:37:32 hholzgra Exp $
+* @no-spam $Id: pecl-gen,v 1.11 2003/07/03 11:32:06 hholzgra Exp $
*/
// includes @@no-spam -135,6 +135,8 @@no-spam }
}
+ $ext->write_readme("./$extname");
+
if (!$options->have("quiet")) {
echo $ext->success_msg($extname);
}
@@no-spam -225,7 +227,7 @@no-spam function version()
{
$fp = fopen("php://stderr", "w");
- fputs($fp, "pecl-gen 0.7.0-dev, Copyright (c) 2003 The PHP Group\n");
+ fputs($fp, "pecl-gen ". PECL_Gen_Extension::version() . ", Copyright (c) 2003 The PHP Group\n");

fclose($fp);
}