[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2007-03-03 Thread Philip Olson
philip  Sat Mar  3 23:01:09 2007 UTC

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  Use the pecl command instead of the pear command.
  
  Feel free to research the history. It appears 1.4.0 introduced pecl, and 
  made pear not install PECL extensions. They both use pearcmd.php currently.
  
  The pear command gives a warning for PECL extensions so users shouldn't
  be too confused without version information.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/pecl.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.14 phpdoc/en/install/pecl.xml:1.15
--- phpdoc/en/install/pecl.xml:1.14 Sun Jan 28 17:26:57 2007
+++ phpdoc/en/install/pecl.xml  Sat Mar  3 23:01:09 2007
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -17,6 +17,8 @@
to the PHP source distribution, and that extname is the 
name of the
PECL extension.  Adjust accordingly.  These instructions also assume a 
familiarity with the pear command.
+   The information in the PEAR manual for the pear command 
also
+   applies to the pecl command.
   
   
To be useful, a shared extension must be built, installed, and loaded.  The
@@ -58,7 +60,7 @@
 
  PECL extensions that have releases listed on the PECL web site are
  available for download and installation using the pear command.
+ url="&url.php.pear.cli;">pecl command.
  Specific revisions may also be specified.
 

@@ -116,10 +118,10 @@
  
  
  
-  Compiling shared PECL extensions with PEAR
+  Compiling shared PECL extensions with the pecl command
   
-   PEAR makes it easy to create shared PHP extensions. Using the 
-   pear command, do the following:
+   PECL makes it easy to create shared PHP extensions. Using the 
+   pecl command, do the following:
   
   

@@ -133,7 +135,7 @@
extname.so may then be loaded via &php.ini;
   
   
-   By default, the pear command will not install
+   By default, the pecl command will not install
packages that are marked with the alpha or
beta state.  If no stable packages
are available, you may install a beta package using the
@@ -157,9 +159,9 @@
  
   Compiling shared PECL extensions with phpize
   
-   Sometimes, using the pear installer is not an option.
+   Sometimes, using the pecl installer is not an option.
This could be because you're behind a firewall, or it could be because the
-   extension you want to install is not available as a PEAR compatible
+   extension you want to install is not available as a PECL compatible
package, such as unreleased extensions from CVS.  If you need to build such
an extension, you can use the lower-level build tools to perform the build
manually.
@@ -211,7 +213,7 @@

 


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2007-01-28 Thread Mehdi Achour
didou   Sun Jan 28 17:26:57 2007 UTC

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  Link to http://pecl4win.php.net/
  # User note
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/pecl.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.13 phpdoc/en/install/pecl.xml:1.14
--- phpdoc/en/install/pecl.xml:1.13 Thu Oct 19 21:09:02 2006
+++ phpdoc/en/install/pecl.xml  Sun Jan 28 17:26:57 2007
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -87,9 +87,10 @@
 
  Windows users may find compiled PECL binaries by downloading the
  Collection of PECL modules from the 
- PHP Downloads page, and by
- retrieving a PECL Snapshot.  To
- compile PHP under Windows, read the 
+ PHP Downloads page, or by
+ retrieving a PECL Snapshot
+ or an extension DLL on PECL4WIN.
+ To compile PHP under Windows, read the 
  appropriate chapter.
 



Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-21 Thread Pierre

Hello,

On 10/21/06, Friedhelm Betz <[EMAIL PROTECTED]> wrote:

Pierre wrote:
> Hello,
>
> On 10/21/06, Friedhelm Betz <[EMAIL PROTECTED]> wrote:
>> Pierre wrote:
>>
>> [...]
>>
>> >>
>> >> And pecl is available as of PHP x.x.x?
>> >> What should people use with versions <= PHP x.x.x?
>> >> Or is this an issue, which Version if PEAR is installed?
>> >>
>> >> Think, that should be in the docs.
>> >
>> > PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
>> > releases. The installation of the pecl command is done by the installer
>> > (gopear or with php releases).
>>
>> The question form my POV and maybe our users remain:
>>
>> Installed with php-release:
>> pecl-command is available as of PHP x.x.x?
>> "in all recent (and supported) PHP releases" is a vague term.
>>
>> There must be a PHP Version we can name, where pecl-command is installed
>> first time, no?
>> We should offer this piece of info to our readers :-)
>
> No idea,  5.1.0?

Anyone?

> However, it is more important to introduce the notion of *installer*
> and package versions and not only php versions.

I agree completly, that it is important to introduce the notion of
*installer* version.

But I didn't get the part about "more important". More important than what?


More important than the first PHP release having pear 1.4.0. A user
reading "require PEAR-1.4.0 or earlier (check it with pear -V)" will
simply run pear -V, no matter if it uses php 5.0, 5.1, or 4.4.



Don't get me wrong:
but imagine someone is reading the docs, how to install a pecl-extension
as outlined, fires up her terminal, types "pecl install
" and pecl-command is not available? No hint in the
docs, thats bad, whats going on ;-)
Wchich steps should she take to get the required pecl-command or maybe
she can still use pear install...  ?


if PEAR is already installed but is too old, point to the pear manual
orfaq, the short explanation being:

pear upgrade pear
then
pecl instal foo

She can still install a pecl package with pear using this command:

pear install pecl/pear

But the recommended way is to use the pecl command. For example if the
extension is already loaded by PHP, it is possible that the .so/dll
cannot be replaced.

--Pierre


Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-21 Thread Friedhelm Betz

Pierre wrote:

Hello,

On 10/21/06, Friedhelm Betz <[EMAIL PROTECTED]> wrote:

Pierre wrote:

[...]

>>
>> And pecl is available as of PHP x.x.x?
>> What should people use with versions <= PHP x.x.x?
>> Or is this an issue, which Version if PEAR is installed?
>>
>> Think, that should be in the docs.
>
> PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
> releases. The installation of the pecl command is done by the installer
> (gopear or with php releases).

The question form my POV and maybe our users remain:

Installed with php-release:
pecl-command is available as of PHP x.x.x?
"in all recent (and supported) PHP releases" is a vague term.

There must be a PHP Version we can name, where pecl-command is installed
first time, no?
We should offer this piece of info to our readers :-)


No idea,  5.1.0?


Anyone?


However, it is more important to introduce the notion of *installer*
and package versions and not only php versions.


I agree completly, that it is important to introduce the notion of 
*installer* version.


But I didn't get the part about "more important". More important than what?

Don't get me wrong:
but imagine someone is reading the docs, how to install a pecl-extension 
as outlined, fires up her terminal, types "pecl install 
" and pecl-command is not available? No hint in the 
docs, thats bad, whats going on ;-)
Wchich steps should she take to get the required pecl-command or maybe 
she can still use pear install...  ?


Friedhelm


Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-21 Thread Pierre

Hello,

On 10/21/06, Friedhelm Betz <[EMAIL PROTECTED]> wrote:

Pierre wrote:

[...]

>>
>> And pecl is available as of PHP x.x.x?
>> What should people use with versions <= PHP x.x.x?
>> Or is this an issue, which Version if PEAR is installed?
>>
>> Think, that should be in the docs.
>
> PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
> releases. The installation of the pecl command is done by the installer
> (gopear or with php releases).

The question form my POV and maybe our users remain:

Installed with php-release:
pecl-command is available as of PHP x.x.x?
"in all recent (and supported) PHP releases" is a vague term.

There must be a PHP Version we can name, where pecl-command is installed
first time, no?
We should offer this piece of info to our readers :-)


No idea,  5.1.0?

However, it is more important to introduce the notion of *installer*
and package versions and not only php versions. There is more pear
releases than php releases. Some (important) bugs can be fixed between
two PHP releases, just like bugs in extensions can be fixed in a PECL
release.

--Pierre


Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-21 Thread Friedhelm Betz

Pierre wrote:

[...]



And pecl is available as of PHP x.x.x?
What should people use with versions <= PHP x.x.x?
Or is this an issue, which Version if PEAR is installed?

Think, that should be in the docs.  


PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
releases. The installation of the pecl command is done by the installer
(gopear or with php releases).


The question form my POV and maybe our users remain:

Installed with php-release:
pecl-command is available as of PHP x.x.x?
"in all recent (and supported) PHP releases" is a vague term.

There must be a PHP Version we can name, where pecl-command is installed 
first time, no?

We should offer this piece of info to our readers :-)


It has to be used to install pecl
packages, not pear.


Thanks, I know ;-)

Friedhelm


Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-21 Thread Pierre
From: Pierre <[EMAIL PROTECTED]>
To: Friedhelm Betz <[EMAIL PROTECTED]>
Cc: Pierre-Alain Joye <[EMAIL PROTECTED]>, phpdoc@lists.php.net
Subject: Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml
Date: Sat, 21 Oct 2006 12:38:03 +0200
X-Mailer: Sylpheed-Claws 2.5.5 (GTK+ 2.8.20; x86_64-unknown-linux-gnu)

On Sat, 21 Oct 2006 10:50:18 +0200
Friedhelm Betz <[EMAIL PROTECTED]> wrote:

> Hi Pierre,
> 
> Pierre-Alain Joye wrote:  
> > pajoye  Thu Oct 19 21:09:02 2006 UTC
> > 
> >   Modified files:  
> > /phpdoc/en/install  pecl.xml 
> >   Log:
> >   - replace pear by pecl. "pecl" is the pecl.php.net installer
> > (default channel of pecl is pecl.php.net not pear.php.net)  
> 
> 
> And pecl is available as of PHP x.x.x?
> What should people use with versions <= PHP x.x.x?
> Or is this an issue, which Version if PEAR is installed?
> 
> Think, that should be in the docs.  

PEAR 1.4.0 or earlier, available in all recent (and supported) PHP
releases. The installation of the pecl command is done by the installer
(gopear or with php releases). It has to be used to install pecl
packages, not pear.

-- Pierre


Re: [PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-21 Thread Friedhelm Betz

Hi Pierre,

Pierre-Alain Joye wrote:

pajoye  Thu Oct 19 21:09:02 2006 UTC

  Modified files:  
/phpdoc/en/install	pecl.xml 
  Log:

  - replace pear by pecl. "pecl" is the pecl.php.net installer
(default channel of pecl is pecl.php.net not pear.php.net)



And pecl is available as of PHP x.x.x?
What should people use with versions <= PHP x.x.x?
Or is this an issue, which Version if PEAR is installed?

Think, that should be in the docs.

Friedhelm


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-19 Thread Pierre-Alain Joye
pajoye  Thu Oct 19 21:09:02 2006 UTC

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  - replace pear by pecl. "pecl" is the pecl.php.net installer
(default channel of pecl is pecl.php.net not pear.php.net)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/pecl.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.12 phpdoc/en/install/pecl.xml:1.13
--- phpdoc/en/install/pecl.xml:1.12 Mon May  1 01:01:53 2006
+++ phpdoc/en/install/pecl.xml  Thu Oct 19 21:09:02 2006
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -53,7 +53,7 @@


 
- pear download extname
+ pecl download extname
 
 
  PECL extensions that have releases listed on the PECL web site are
@@ -122,7 +122,7 @@
   
   

-$ pear install extname
+$ pecl install extname

   
   
@@ -140,7 +140,7 @@
   
   

-$ pear install extname-beta
+$ pecl install extname-beta

   
   
@@ -148,7 +148,7 @@
   
   

-$ pear install extname-0.1
+$ pecl install extname-0.1

   
  


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-04-30 Thread Philip Olson
philip  Mon May  1 01:01:54 2006 UTC

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  Mention when phpize might not exist, and why
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/install/pecl.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.11 phpdoc/en/install/pecl.xml:1.12
--- phpdoc/en/install/pecl.xml:1.11 Sat Feb 11 20:44:08 2006
+++ phpdoc/en/install/pecl.xml  Mon May  1 01:01:53 2006
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -186,6 +186,16 @@
to and adjust &php.ini; and add an extension=extname.so
line before you can use the extension.
   
+  
+   If the system is missing the phpize command, and 
precompiled
+   packages (like RPM's) are used, be sure to also install the appropriate 
+   devel version of the PHP package as they often include 
the 
+   phpize command along with the appropriate header files 
to 
+   build PHP and its extensions.
+  
+  
+   Execute phpize --help to display additional usage 
information.
+  
  
 
  


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-02-11 Thread Nuno Lopes
nlopess Sat Feb 11 20:44:08 2006 UTC

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  fix build..
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/install/pecl.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.10 phpdoc/en/install/pecl.xml:1.11
--- phpdoc/en/install/pecl.xml:1.10 Sat Feb 11 20:38:12 2006
+++ phpdoc/en/install/pecl.xml  Sat Feb 11 20:44:08 2006
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -90,7 +90,7 @@
  PHP Downloads page, and by
  retrieving a PECL Snapshot.  To
  compile PHP under Windows, read the 
- appropriate chapter.
+ appropriate chapter.
 

   


[PHP-DOC] cvs: phpdoc /en/install pecl.xml /entities global.ent

2006-02-11 Thread Nuno Lopes
nlopess Sat Feb 11 20:38:12 2006 UTC

  Modified files:  
/phpdoc/entitiesglobal.ent 
/phpdoc/en/install  pecl.xml 
  Log:
  fix some more URLs entities and remove more bogus external references to CVS 
files
  
http://cvs.php.net/viewcvs.cgi/phpdoc/entities/global.ent?r1=1.258&r2=1.259&diff_format=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.258 phpdoc/entities/global.ent:1.259
--- phpdoc/entities/global.ent:1.258Sat Feb 11 20:31:33 2006
+++ phpdoc/entities/global.ent  Sat Feb 11 20:38:12 2006
@@ -1,6 +1,6 @@
 
+
 
 
  Installation of PECL extensions
@@ -90,7 +90,7 @@
  PHP Downloads page, and by
  retrieving a PECL Snapshot.  To
  compile PHP under Windows, read the 
- Win32 Build README.
+ appropriate chapter.
 

   


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2005-09-11 Thread Wez Furlong
wez Sun Sep 11 03:18:59 2005 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  adjust pecl installation notes
  
  http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.8 phpdoc/en/install/pecl.xml:1.9
--- phpdoc/en/install/pecl.xml:1.8  Tue Jun  7 18:41:44 2005
+++ phpdoc/en/install/pecl.xml  Sun Sep 11 03:18:57 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -7,27 +7,27 @@
  
   Introduction to PECL Installations
   
-   PHP extensions may be installed in a variety of ways. 
-   PECL is a repository of PHP extensions 
-   living within the PEAR structure, and 
-   the following demonstrates how to install these extensions.
+   PECL is a repository of PHP extensions that
+   are made available to you via the PEAR
+   packaging system.  This section of the manual is intended to demonstrate
+   how to obtain and install PECL extensions.
   
   
These instructions assume /your/phpsrcdir/ is the path
-   to the PHP source, and extname is the name of the
+   to the PHP source distribution, and that extname is the 
name of the
PECL extension.  Adjust accordingly.  These instructions also assume a 
familiarity with the pear command.
   
   
-   Shared extensions may be installed by including them inside of &php.ini;
-   using the extension PHP directive. See
-   also the extensions_dir
-   directive, and dl.  The installation methods described
-   below do not automatically configure PHP to include these extensions, this 
-   step must be done manually.
+   To be useful, a shared extension must be built, installed, and loaded.  The
+   methods described below provide you with various instructions on how to
+   build and install the extensions, but they do not automatically load them.
+   Extensions can be loaded by adding an extension directive.  To this &php.ini;
+   file, or through the use of the dl function.
   
   
-   When building PHP modules, it's important to have the appropriate versions 
+   When building PHP modules, it's important to have known-good versions 
of the required tools (autoconf, automake, libtool, etc.) See the 
Anonymous CVS Instructions for 
details on the required tools, and required versions.
@@ -45,9 +45,10 @@
  &url.pecl;
 
 
- Listed here is information like the ChangeLog, release information, 
- requirements, revisions, etc.  Although not every PECL extension has a
- webpage, most do.
+ The PECL web site contains information about the different extensions
+ that are offered by the PHP Development Team.  The information available
+ here includes: ChangeLog, release notes, requirements and other similar
+ details.
 


@@ -55,8 +56,10 @@
  pear download extname
 
 
- The pear command may also be used 
- to download source files.  Specific revisions may also be specified.
+ PECL extensions that have releases listed on the PECL web site are
+ available for download and installation using the pear command.
+ Specific revisions may also be specified.
 


@@ -64,10 +67,10 @@
  CVS
 
 
- All PECL files reside in CVS.  A web-based view may
+ Most PECL extensions also reside in CVS.  A web-based 
view may
  be seen at &url.php.cvs;pecl/.  
- To download straight from CVS, consider the following 
- where phpfi is the password for user 
+ To download straight from CVS, the following 
+ sequence of commands may be used.  Note that phpfi 
is the password for user 
  cvsread:
 
 
@@ -96,10 +99,10 @@
  
   PECL for Windows users
   
-   Like with any other PHP extension DLL, to install move 
-   the PECL extension DLLs into the 
-   extension_dir folder and include them within &php.ini;.  For 
-   example:
+   As with any other PHP extension DLL, installation is as
+   simple as copying the PECL extension DLLs into the 
+   extension_dir folder and loading them from &php.ini;.  For 
+   example, add the following line to your &php.ini;:
   
   

@@ -123,67 +126,75 @@

   
   
-   That will download the source for extname, and 
-   compile it on the system. This results in an 
-   extname.so file that may then be included in &php.ini;
+   This will download the source for extname, 
+   compile, and install extname.so into your extension_dir.  
+   extname.so may then be loaded via &php.ini;
   
   
-   In case the systems preferred_state is set higher than
-   an available extname version, like it's set to stable 
-   and the extension is still in beta, either alter the 
-   preferred_state via pear config-set 
-   or specify a specific version of the PECL extension. For example:
+   By default, the pear command will not install
+   packages that are marked with the alpha or
+   beta state.  If no stable packages
+   are available, you may install a beta package usi

[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2005-06-07 Thread Dan Scott
dbs Tue Jun  7 18:41:45 2005 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  Add '$ rm configure' to ensure that $ buildconf --force really works.
  
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.7 phpdoc/en/install/pecl.xml:1.8
--- phpdoc/en/install/pecl.xml:1.7  Fri Mar 25 13:21:32 2005
+++ phpdoc/en/install/pecl.xml  Tue Jun  7 18:41:44 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -210,6 +210,7 @@
   

 $ cd /your/phpsrcdir 
+$ rm configure
 $ ./buildconf --force
 $ ./configure --help
 $ ./configure --with-extname --enable-someotherext --with-foobar


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2005-03-25 Thread Nuno Lopes
nlopess Fri Mar 25 13:21:32 2005 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  grammar..
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.6 phpdoc/en/install/pecl.xml:1.7
--- phpdoc/en/install/pecl.xml:1.6  Fri Mar 25 13:15:00 2005
+++ phpdoc/en/install/pecl.xml  Fri Mar 25 13:21:32 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -220,7 +220,7 @@
   

 To run the 'buildconf' script you need autoconf 2.13 and automake 1.4+
-(newer version of autoconf might work, but are not supported).
+(newer versions of autoconf may work, but are not supported).

   
   


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2005-03-25 Thread Nuno Lopes
nlopess Fri Mar 25 13:15:00 2005 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  close #32357: add note about auotoconf/automake dependency
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.5 phpdoc/en/install/pecl.xml:1.6
--- phpdoc/en/install/pecl.xml:1.5  Fri Mar 18 14:56:27 2005
+++ phpdoc/en/install/pecl.xml  Fri Mar 25 13:15:00 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -217,6 +217,12 @@
 $ make install

   
+  
+   
+To run the 'buildconf' script you need autoconf 2.13 and automake 1.4+
+(newer version of autoconf might work, but are not supported).
+   
+  
   
Whether --enable-extname or --with-extname
 is used depends on the extension. Typically an extension that 


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2005-03-18 Thread Nuno Lopes
nlopess Fri Mar 18 14:56:28 2005 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  use buildconf --force to work in release versions
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.4 phpdoc/en/install/pecl.xml:1.5
--- phpdoc/en/install/pecl.xml:1.4  Wed Nov  3 04:30:06 2004
+++ phpdoc/en/install/pecl.xml  Fri Mar 18 14:56:27 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -210,7 +210,7 @@
   

 $ cd /your/phpsrcdir 
-$ ./buildconf
+$ ./buildconf --force
 $ ./configure --help
 $ ./configure --with-extname --enable-someotherext --with-foobar
 $ make


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2004-11-03 Thread anatoly techtonik
techtonik   Wed Nov  3 04:30:10 2004 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  remove simplesect in favor of sect1
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.3 phpdoc/en/install/pecl.xml:1.4
--- phpdoc/en/install/pecl.xml:1.3  Tue Sep  7 08:03:22 2004
+++ phpdoc/en/install/pecl.xml  Wed Nov  3 04:30:06 2004
@@ -1,10 +1,10 @@
 
-
+
 
 
  Installation of PECL extensions
 
- 
+ 
   Introduction to PECL Installations
   
PHP extensions may be installed in a variety of ways. 
@@ -32,9 +32,9 @@
Anonymous CVS Instructions for 
details on the required tools, and required versions.
   
- 
+ 
 
- 
+ 
   Downloading PECL extensions
   
There are several options for downloading PECL extensions, such as:
@@ -91,9 +91,9 @@
 

   
- 
+ 
 
- 
+ 
   PECL for Windows users
   
Like with any other PHP extension DLL, to install move 
@@ -109,9 +109,9 @@
   
After doing this, restart the web server.
   
- 
+ 
  
- 
+ 
   Compiling shared PECL extensions with PEAR
   
PEAR makes it easy to create shared PHP extensions. Using the 
@@ -144,9 +144,9 @@
extensions directory. Adjust  
&php.ini; accordingly.
   
- 
+ 
 
- 
+ 
   Compiling shared PECL extensions with phpize
   
If using pear is not an option, like for building shared PECL extensions
@@ -176,9 +176,9 @@
extensions directory, and adjust
&php.ini; accordingly.
   
- 
+ 
 
- 
+ 
   Compiling PECL extensions statically into PHP
   
To statically include the extension within the PHP build, put the 
@@ -228,7 +228,7 @@
 $ ./configure --help | grep extname

   
- 
+ 

 
 

[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2004-09-07 Thread Aidan Lister
aidan   Tue Sep  7 08:03:24 2004 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  Fixed build errors
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.2 phpdoc/en/install/pecl.xml:1.3
--- phpdoc/en/install/pecl.xml:1.2  Mon Sep  6 07:55:06 2004
+++ phpdoc/en/install/pecl.xml  Tue Sep  7 08:03:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -161,7 +161,7 @@

 

   
   
@@ -223,7 +225,7 @@
   
   

-$ ./configure --help |grep extname
+$ ./configure --help | grep extname

   
  


[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2004-09-06 Thread Aidan Lister
aidan   Mon Sep  6 07:55:06 2004 EDT

  Modified files:  
/phpdoc/en/install  pecl.xml 
  Log:
  Added cdata tag so build does not fail!
  
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.1 phpdoc/en/install/pecl.xml:1.2
--- phpdoc/en/install/pecl.xml:1.1  Sun Sep  5 19:23:34 2004
+++ phpdoc/en/install/pecl.xml  Mon Sep  6 07:55:06 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  Installation of PECL extensions
@@ -159,11 +159,13 @@
   
   

+