Lines Matching refs:extname
1051 source distribution, and that extname is the name of the PECL
1077 * pecl download extname
1086 $ svn co http://svn.php.net/repository/pecl/<extname>/trunk
1112 $ pecl install extname
1114 This will download the source for extname, compile, and install
1115 extname.so into your extension_dir. extname.so may then be loaded via
1122 $ pecl install extname-beta
1126 $ pecl install extname-0.1
1140 a directory named extname:
1142 $ cd extname
1148 A successful install will have created extname.so and put it into the
1150 extension=extname.so line before you can use the extension.
1169 $ pecl download extname
1170 $ gzip -d < extname.tgz | tar -xvf -
1171 $ mv extname-x.x.x extname
1175 /your/phpsrcdir/ext/extname
1184 $ ./configure --with-extname --enable-someotherext --with-foobar
1192 Whether --enable-extname or --with-extname is used depends on the
1196 $ ./configure --help | grep extname