Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-09 Thread Andrei Zmievski

On Sun, 08 Apr 2001, Stig Bakken wrote:
> ssb   Sun Apr  8 15:30:18 2001 EDT
> 
>   Modified files:  
> /php4 Makefile.in configure.in 
> /php4/mainbuild-defs.h.in 
> /php4/pearPEAR.php.in 
> /php4/sapiMakefile.in 
> /php4/sapi/cgiconfig.m4 
>   Log:
>   * CGI version is always installed!

Yes!


-Andrei
* Anything will fit if you push hard enough *

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-09 Thread Sascha Schumann

On Sun, 8 Apr 2001, Stig Bakken wrote:

> ssb   Sun Apr  8 15:30:18 2001 EDT
>
>   Modified files:
> /php4 Makefile.in configure.in
> /php4/mainbuild-defs.h.in
> /php4/pearPEAR.php.in
> /php4/sapiMakefile.in
> /php4/sapi/cgiconfig.m4
>   Log:

This patch breaks not only vpath builds, it won't work on any
clean checkout.  Stig, please test your patches before
committing them.  I really wonder why you had to commit it
almost instantly after requesting comments on php-dev.

- Sascha Experience IRCG
  http://schumann.cx/http://schumann.cx/ircg


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-09 Thread Bernard Jauregui

Looks like CGI certainly did get dissabled :-)
-I think the makefile has been swiped.

Build under FreeBSD 3.4:
---cut---
Making all in sapi
Making all in cgi
make: don't know how to make all. Stop
*** Error code 1

Stop.
*** Error code 1
---paste---

BJ

""Stig Bakken"" <[EMAIL PROTECTED]> wrote in message
cvsssb986769018@cvsserver">news:cvsssb986769018@cvsserver...
> ssb Sun Apr  8 15:30:18 2001 EDT
>
>   Modified files:
> /php4 Makefile.in configure.in
> /php4/main build-defs.h.in
> /php4/pear PEAR.php.in
> /php4/sapi Makefile.in
> /php4/sapi/cgi config.m4
>   Log:
>   * CGI version is always installed!
>   * replaced --disable-pear with --with-pear=DIR (or --without-pear),
> is backwards compatible
>   * use --datadir, --libdir and --sysconfdir configure options to
determine
> where PEAR files, shared extensions and php.ini goes
>   * simplified the extension version directory name
>
>






> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-08 Thread Sean R. Bright

Sorry:

./configure --with-apxs=/usr/local/etc/httpd/bin/apxs --with-mysql

> -Original Message-
> From: Sean R. Bright [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 08, 2001 8:21 PM
> To: 'Stig Bakken'; [EMAIL PROTECTED]
> Subject: RE: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main
> build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi 
> config.m4 
> 
> 
> After "cvs update -dAP":
> 
> Making all in sapi
> gmake[1]: Entering directory `/home/kroot/php4/sapi'
> Making all in cgi
> gmake[2]: Entering directory `/home/kroot/php4/sapi/cgi'
> gmake[2]: *** No rule to make target `all'.  Stop.
> gmake[2]: Leaving directory `/home/kroot/php4/sapi/cgi'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/home/kroot/php4/sapi'
> gmake: *** [all-recursive] Error 1
> 
> > -Original Message-
> > From: Stig Bakken [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, April 08, 2001 6:30 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main
> > build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi 
> > config.m4 
> > 
> > 
> > ssb Sun Apr  8 15:30:18 2001 EDT
> > 
> >   Modified files:  
> > /php4   Makefile.in configure.in 
> > /php4/main  build-defs.h.in 
> > /php4/pear  PEAR.php.in 
> > /php4/sapi  Makefile.in 
> > /php4/sapi/cgi  config.m4 
> >   Log:
> >   * CGI version is always installed!
> >   * replaced --disable-pear with --with-pear=DIR (or 
> --without-pear),
> > is backwards compatible
> >   * use --datadir, --libdir and --sysconfdir configure 
> > options to determine
> > where PEAR files, shared extensions and php.ini goes
> >   * simplified the extension version directory name
> >   
> >   
> 
> -- 
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-08 Thread Sean R. Bright

After "cvs update -dAP":

Making all in sapi
gmake[1]: Entering directory `/home/kroot/php4/sapi'
Making all in cgi
gmake[2]: Entering directory `/home/kroot/php4/sapi/cgi'
gmake[2]: *** No rule to make target `all'.  Stop.
gmake[2]: Leaving directory `/home/kroot/php4/sapi/cgi'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/kroot/php4/sapi'
gmake: *** [all-recursive] Error 1

> -Original Message-
> From: Stig Bakken [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 08, 2001 6:30 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main
> build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi 
> config.m4 
> 
> 
> ssb   Sun Apr  8 15:30:18 2001 EDT
> 
>   Modified files:  
> /php4 Makefile.in configure.in 
> /php4/mainbuild-defs.h.in 
> /php4/pearPEAR.php.in 
> /php4/sapiMakefile.in 
> /php4/sapi/cgiconfig.m4 
>   Log:
>   * CGI version is always installed!
>   * replaced --disable-pear with --with-pear=DIR (or --without-pear),
> is backwards compatible
>   * use --datadir, --libdir and --sysconfdir configure 
> options to determine
> where PEAR files, shared extensions and php.ini goes
>   * simplified the extension version directory name
>   
>   

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-08 Thread Anil Madhavapeddy

Derick Rethans wrote:


> On Sun, 8 Apr 2001, Stig Bakken wrote:
>
> >   * CGI version is always installed!
>
> Do we want this? I don't actually. It would be nice if the cgi build
> could be disabled.

With PEAR maturing, it'll be pretty useful to have it installed by
default; an option to disable it would definitely be good however.

Anil


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-08 Thread Derick Rethans

On Sun, 8 Apr 2001, Stig Bakken wrote:

>   * CGI version is always installed!

Do we want this? I don't actually. It would be nice if the cgi build could
be disabled.

Regards,

Derick Rethans

-
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
 SRM: Site Resource Manager - www.vl-srm.net
-


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]