Lines Matching refs:extname
1193 source distribution, and that extname is the name of the PECL
1219 * pecl download extname
1228 $ svn co http://svn.php.net/repository/pecl/<extname>/trunk
1254 $ pecl install extname
1256 This will download the source for extname, compile, and install
1257 extname.so into your extension_dir. extname.so may then be loaded via
1264 $ pecl install extname-beta
1268 $ pecl install extname-0.1
1282 a directory named extname:
1284 $ cd extname
1290 A successful install will have created extname.so and put it into the
1292 extension=extname.so line before you can use the extension.
1311 $ pecl download extname
1312 $ gzip -d < extname.tgz | tar -xvf -
1313 $ mv extname-x.x.x extname
1317 /your/phpsrcdir/ext/extname
1326 $ ./configure --with-extname --enable-someotherext --with-foobar
1334 Whether --enable-extname or --with-extname is used depends on the
1338 $ ./configure --help | grep extname