Lines Matching refs:extname
1230 source distribution, and that extname is the name of the PECL
1251 * The pecl install extname command downloads the extensions code
1258 * pecl download extname PECL extensions that have releases listed on
1264 $ svn checkout http://svn.php.net/repository/pecl/extname/trunk
1265 extname
1383 $ pecl install extname
1385 This will download the source for extname, compile, and install
1386 extname.so into your extension_dir. extname.so may then be loaded via
1393 $ pecl install extname-beta
1397 $ pecl install extname-0.1
1417 a directory named extname:
1419 $ cd extname
1425 A successful install will have created extname.so and put it into the
1427 extension=extname.so line before you can use the extension.
1492 $ pecl download extname
1493 $ gzip -d < extname.tgz | tar -xvf -
1494 $ mv extname-x.x.x extname
1498 /your/phpsrcdir/ext/extname
1507 $ ./configure --with-extname --enable-someotherext --with-foobar
1515 Whether --enable-extname or --with-extname is used depends on the
1519 $ ./configure --help | grep extname