Re: [PHP-DEV] Apache 2 installation instructions

2002-10-26 Thread Sebastian Bergmann
Gabor Hojtsy wrote: provide information for the documentation team to add to the documentation. It would definitely help users. It's all in /php4/sapi/apache2filter/README. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you?

[PHP-DEV] Apache 2 installation instructions

2002-10-26 Thread Gabor Hojtsy
Hi! We receive many complaints at [EMAIL PROTECTED] about failures in setting up PHP with Apache 2. Can somebody please update the documentation with details on Apache 2 on Linux and Windows, or provide information for the documentation team to add to the documentation. It would definitely help

Re: [PHP-DEV] Apache 2

2002-10-05 Thread Aaron Bannert
On Wed, Oct 02, 2002 at 05:25:43PM -0400, Ilia A. wrote: The attached patch accomplished the following things: - Added apache_response_headers(), apache_note(), apache_getenv(), apache_setenv() functions. - The getallheaders() is renamed to apache_request_headers()

[PHP-DEV] Apache 2

2002-10-02 Thread Ilia A.
The attached patch accomplished the following things: - Added apache_response_headers(), apache_note(), apache_getenv(), apache_setenv() functions. - The getallheaders() is renamed to apache_request_headers() and an getallheaders() is aliased to it. This makes the

Re: [PHP-DEV] Apache 2

2002-10-02 Thread Edin Kadribasic
On Wednesday 02 October 2002 23:25, Ilia A. wrote: The attached patch accomplished the following things: - Added apache_response_headers(), apache_note(), apache_getenv(), apache_setenv() functions. - The getallheaders() is renamed to apache_request_headers() and an

Re: [PHP-DEV] Apache 2 support

2002-06-04 Thread Venkat Raghavan
So, does this mean that Apache 2 support for PHP is not fully stable? In any case, my question on what to build is not answered. - Venkat Justin Erenkrantz [EMAIL PROTECTED] 04/06/2002 11:17:02 On Mon, Jun 03, 2002 at 10:06:42PM -0600, Venkat Raghavan wrote: Hi. I'm trying to build the PHP

Re: [PHP-DEV] Apache 2 support

2002-06-04 Thread Aaron Bannert
On Tue, Jun 04, 2002 at 03:11:40AM -0600, Venkat Raghavan wrote: So, does this mean that Apache 2 support for PHP is not fully stable? In any case, my question on what to build is not answered. You should use the --with-apxs2 flag to configure to build the apache2filter sapi module in PHP.

[PHP-DEV] Apache 2 support

2002-06-03 Thread Venkat Raghavan
Hi. I'm trying to build the PHP interface to Apache 2 (still mod_php, I guess). I see an apache2 directory that is empty and an apache2filter directory. The Readme in the latter says that it exploits the layered I/O support in Apache 2.0. Do I need to just build the latter or am I missing

Re: [PHP-DEV] Apache 2 support

2002-06-03 Thread Justin Erenkrantz
On Mon, Jun 03, 2002 at 10:06:42PM -0600, Venkat Raghavan wrote: Hi. I'm trying to build the PHP interface to Apache 2 (still mod_php, I guess). I see an apache2 directory that is empty and an apache2filter directory. The Readme in the latter says that it exploits the layered I/O support in

[PHP-DEV] Apache 2 news

2002-04-11 Thread Gabor Hojtsy
Hi! Please post a notice to [EMAIL PROTECTED] if you are ready with the full Apache 2 compatibilty, and it will be available in some release of PHP. A new news item in this case would be nice, to announce a milestone in the php-apache front, especially regarding *security*. Thanks, Goba --

Re: [PHP-DEV] Apache 2 news

2002-04-11 Thread Aaron Bannert
On Thu, Apr 11, 2002 at 08:15:07PM +0200, Gabor Hojtsy wrote: Hi! Please post a notice to [EMAIL PROTECTED] if you are ready with the full Apache 2 compatibilty, and it will be available in some release of PHP. A new news item in this case would be nice, to announce a milestone in the

Re: [PHP-DEV] Apache 2 news

2002-04-11 Thread Gabor Hojtsy
Please post a notice to [EMAIL PROTECTED] if you are ready with the full Apache 2 compatibilty, and it will be available in some release of PHP. A new news item in this case would be nice, to announce a milestone in the php-apache front, especially regarding *security*. What kind of

[PHP-DEV] Apache 2 and PHP 4 (current CVS)

2002-03-11 Thread Sebastian Bergmann
/usr/src/php4/sapi/apache2filter/sapi_apache2.c:473: 'AP_FTYPE_CONTENT' undeclared (first use in this function) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

Re: [PHP-DEV] apache 2 environment

2001-08-23 Thread teo
Hi Lenar! On Wed, 22 Aug 2001, Lenar wrote: Hi, Can anybody say something about progress made finding and fixing the unfortunate problem about apache 2 and php 407-dev, where server and environment variables are not accessible under php? I filed a bug report and still watching for

[PHP-DEV] apache 2 environment

2001-08-22 Thread Lenar
Hi, Can anybody say something about progress made finding and fixing the unfortunate problem about apache 2 and php 407-dev, where server and environment variables are not accessible under php? With regards, Lenar Lohmus -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Apache 2

2001-04-05 Thread junk-php
Sweet to see Apache 2 support availabe (--with-apxs2). Got it up and running under 2.0.16. What's the timeframe look like for this? There's really_silly, includes... Anything I can do to help? August -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

[PHP-DEV] Apache 2

2001-02-22 Thread Ian Holsman
Hi. I was wondering if anyone was planning to update the apache 2 drivers in CVS. There seems to have been a couple of function call name changes, which can make it compile, but it seems to not respond, so I don't think it is that simple.. I have no knowledge of php internals, but I'd be

Re: [PHP-DEV] Apache 2

2001-02-22 Thread Sascha Schumann
On 23 Feb 2001, Ian Holsman wrote: Hi. I was wondering if anyone was planning to update the apache 2 drivers in CVS. There seems to have been a couple of function call name changes, which can make it compile, but it seems to not respond, so I don't think it is that simple.. AFAICT