Re: [PHP] mod_php4

2002-04-08 Thread The Doctor

Here is what I get when I try to make a DSO
with apache 2.0.35 and php 4.1.2:


Script started on Sun Apr  7 13:39:30 2002
doctor.nl2k.ab.ca//usr/source/php-4.1.2$ make 
Making all in Zend
Making all in main
Making all in ext
Making all in zlib
Making all in ftp
Making all in gd
Making all in mysql
Making all in openssl
Making all in pcre
Making all in pcrelib
Making all in posix
Making all in session
Making all in standard
Making all in xml
Making all in expat
Making all in sapi
Making all in apache2filter
/bin/sh /usr2/source/php-4.1.2/libtool --silent --mode=compile gcc  -I. 
-I/usr2/source/php-4.1.2/sapi/apache2filter -I/usr2/source/php-4.1.2/main 
-I/usr2/source/php-4.1.2 -I/var/www/include/ -I/usr2/source/php-4.1.2/Zend 
-I/usr/contrib/include -I/usr2/source/gd-1.8.3 -I/usr/contrib/include/mysql 
-I/usr2/source/php-4.1.2/ext/xml/expat  -I/usr2/source/php-4.1.2/TSRM -g -O2 -DZTS 
-prefer-pic  -c sapi_apache2.c
sapi_apache2.c: In function `php_apache_sapi_ub_write':
sapi_apache2.c:58: too few arguments to function `apr_brigade_create'
sapi_apache2.c:61: too few arguments to function `apr_bucket_transient_create'
sapi_apache2.c: In function `php_apache_sapi_register_variables':
sapi_apache2.c:148: warning: initialization discards qualifiers from pointer target 
type
sapi_apache2.c: In function `php_apache_sapi_flush':
sapi_apache2.c:171: too few arguments to function `apr_brigade_create'
sapi_apache2.c:172: too few arguments to function `apr_bucket_flush_create'
sapi_apache2.c: In function `php_input_filter':
sapi_apache2.c:245: too few arguments to function `apr_brigade_create'
sapi_apache2.c:247: incompatible type for argument 4 of `ap_get_brigade'
sapi_apache2.c:247: too few arguments to function `ap_get_brigade'
sapi_apache2.c: In function `php_output_filter':
sapi_apache2.c:311: too few arguments to function `apr_brigade_create'
sapi_apache2.c:366: too few arguments to function `apr_bucket_transient_create'
sapi_apache2.c:375: too few arguments to function `apr_bucket_eos_create'
sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:407: `AP_FTYPE_CONTENT' undeclared (first use in this function)
sapi_apache2.c:407: (Each undeclared identifier is reported only once
sapi_apache2.c:407: for each function it appears in.)
sapi_apache2.c:408: warning: passing arg 2 of `ap_register_input_filter' from 
incompatible pointer type
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
doctor.nl2k.ab.ca//usr/source/php-4.1.2$ exit
exit

Script done on Sun Apr  7 13:39:58 2002
-- 
Member - Liberal International  On 11 Sept 2001 the WORLD was violated.
This is [EMAIL PROTECTED]   Ici [EMAIL PROTECTED]
Society MUST be saved! Extremists must dissolve.  
Beware of defining as intelligent only those who share your opinions

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




Re: [PHP] mod_php4

2001-02-27 Thread Richard Lynch

 Does anyone know the difference between the cgi version of php4 (php.exe)
as
 opposed to setting up php4 as a server's module?

 I have both versions installed its just that I do not know what is the
 difference when it comes to functionality. Does the cgi version execute
 faster then the other...things like this!

CGI much slower, somewhat more stable since it's been around longer.

There will be some features not available in CGI, but if you're using NT
they probably wouldn't have worked anyway.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General 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]