Lines Matching refs:extname
1201 source distribution, and that extname is the name of the PECL
1227 * pecl download extname
1236 $ svn co http://svn.php.net/repository/pecl/<extname>/trunk
1262 $ pecl install extname
1264 This will download the source for extname, compile, and install
1265 extname.so into your extension_dir. extname.so may then be loaded via
1272 $ pecl install extname-beta
1276 $ pecl install extname-0.1
1290 a directory named extname:
1292 $ cd extname
1298 A successful install will have created extname.so and put it into the
1300 extension=extname.so line before you can use the extension.
1319 $ pecl download extname
1320 $ gzip -d < extname.tgz | tar -xvf -
1321 $ mv extname-x.x.x extname
1325 /your/phpsrcdir/ext/extname
1334 $ ./configure --with-extname --enable-someotherext --with-foobar
1342 Whether --enable-extname or --with-extname is used depends on the
1346 $ ./configure --help | grep extname