Lines Matching refs:extname
1026 source distribution, and that extname is the name of the PECL
1047 * The pecl install extname command downloads the extensions code
1054 * pecl download extname PECL extensions that have releases listed on
1060 $ svn checkout http://svn.php.net/repository/pecl/extname/trunk
1061 extname
1179 $ pecl install extname
1181 This will download the source for extname, compile, and install
1182 extname.so into your extension_dir. extname.so may then be loaded via
1189 $ pecl install extname-beta
1193 $ pecl install extname-0.1
1213 a directory named extname:
1215 $ cd extname
1221 A successful install will have created extname.so and put it into the
1223 extension=extname.so line before you can use the extension.
1288 $ pecl download extname
1289 $ gzip -d < extname.tgz | tar -xvf -
1290 $ mv extname-x.x.x extname
1294 /your/phpsrcdir/ext/extname
1303 $ ./configure --with-extname --enable-someotherext --with-foobar
1311 Whether --enable-extname or --with-extname is used depends on the
1315 $ ./configure --help | grep extname