Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Sascha Schumann
On Tue, 1 Jul 2003, Jani Taskinen wrote:

 sniperTue Jul  1 13:03:55 2003 EDT

   Modified files:  (Branch: PHP_4_3)
 /php-src  configure.in
 /php-src/sapi/cgi Makefile.frag config9.m4
   Log:
   MFH: Separate CGI install from install-sapi.

This breaks the existing make install-sapi semantics.

Singling out SAPI instances is wrong -- you will just end up
with code for each SAPI all over the place.  This is the same
case as with the special handling of the embed SAPI which was
also removed immediately.

- Sascha

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Jani Taskinen
On Wed, 2 Jul 2003, Sascha Schumann wrote:

On Tue, 1 Jul 2003, Jani Taskinen wrote:

 sniper   Tue Jul  1 13:03:55 2003 EDT

   Modified files:  (Branch: PHP_4_3)
 /php-src configure.in
 /php-src/sapi/cgiMakefile.frag config9.m4
   Log:
   MFH: Separate CGI install from install-sapi.

This breaks the existing make install-sapi semantics.

Singling out SAPI instances is wrong -- you will just end up
with code for each SAPI all over the place.  This is the same
case as with the special handling of the embed SAPI which was
also removed immediately.

 So only problem with this is that 'install-sapi' does not
 install CGI anymore? I can fix that. But I don't want
 to see that libphp4.* crap get created uselessly when building
 only CGI. (It doesn't need it at all)
 
 --Jani
 


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Sascha Schumann
  But I don't want to see that libphp4.* crap get created
  uselessly when building only CGI. (It doesn't need it at
  all)

If you are building a program SAPI like CGI, libphp4.la never
gets created.  Your commit also only added a specific
install-cgi target which is irrelevant to how the CGI SAPI is
created.  Can you shed some light on what that special target
is supposed to achieve?

- Sascha

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Jani Taskinen
On Wed, 2 Jul 2003, Sascha Schumann wrote:

  But I don't want to see that libphp4.* crap get created
  uselessly when building only CGI. (It doesn't need it at
  all)

If you are building a program SAPI like CGI, libphp4.la never
gets created.  Your commit also only added a specific

Yes it did. See Makefile.global:25 (install-sapi)

install-cgi target which is irrelevant to how the CGI SAPI is
created.  Can you shed some light on what that special target
is supposed to achieve?

Moves the installation part from install-sapi to install-cgi.
(check the sapi/cgi/Makefile.frag)

--Jani



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php