#42634 [Fbk->Opn]: Apache 2.2.6 + PHP 5.2.4 => 302

2007-09-13 Thread php at transpect dot com
 ID:   42634
 User updated by:  php at transpect dot com
 Reported By:  php at transpect dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Apache2 related
 Operating System: Gentoo Linux
 PHP Version:  5.2.4
 New Comment:

PHP 5.2.3 built against Apache 2.2.6 also produces the 302 error.

So it seems to be something about Apache 2.2.6 (at least on my system)
that's included by PHP 5.2.3 and 5.2.4 when the module's built?


Previous Comments:


[2007-09-13 10:11:20] [EMAIL PROTECTED]

To be sure it's regression between 5.2.3 / 5.2.4 can you try with PHP
5.2.3 + Apache 2.2.6 ?



[2007-09-12 14:45:16] php at transpect dot com

Maybe narrowing it down:

PHP 5.2.4 built against Apache 2.2.4 works - both with Apache 2.2.4 and
2.2.6. (The PHP 5.2.3 module that works with both Apaches was also built
against Apache 2.2.4.) So the bug only enters building PHP 5.2.4 (and
last night's snapshot) against Apache 2.2.6.



[2007-09-12 14:36:16] php at transpect dot com

Here are the tests failed by 5.2.4 on my system, just in case they are
pertinent:

Bug #16069 (ICONV transliteration failure)
[ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Bug #41567 (json_encode() double conversion is inconsistent with PHP)
[ext/json/tests/bug41567.phpt]
Test lstat() and stat() functions: usage variations - effects of
touch() on link [ext/standard/tests/file/lstat_stat_variation6.phpt]



[2007-09-12 13:55:18] php at transpect dot com

Hi Jani, I used the same standard installation steps for PHP 5.2.3 and
5.2.4 - and also now php5.2-200709120230, which also produces this
strange 302 result. I configure as above, make, make test (all versions
failed a couple of tests and I sent in the reports), make install (then
eliminate the redundant module load that make install keeps putting in
httpd.conf - it should check first).

I'm sure he combination works for most people, or there'd be other
reports of trouble by now. That something different in the PHP module
could cause HTML pages to load wrong seems like there has to be an
Apache bug involved - it shouldn't be possible for a module to cause a
misfire in stuff it shouldn't even handle. There must be something
peculiar to my system, but I'm really scratching my head on what could
cause it to work fine with 5.2.3 but serve 302's rather than pages with
5.2.4.



[2007-09-12 11:39:10] [EMAIL PROTECTED]

Are you sure you have installed PHP correctly? That same combination
works just fine for me..



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/42634

-- 
Edit this bug report at http://bugs.php.net/?id=42634&edit=1


#42634 [Opn]: Apache 2.2.6 + PHP 5.2.4 => 302

2007-09-12 Thread php at transpect dot com
 ID:   42634
 User updated by:  php at transpect dot com
 Reported By:  php at transpect dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: Gentoo Linux
 PHP Version:  5.2.4
 New Comment:

Maybe narrowing it down:

PHP 5.2.4 built against Apache 2.2.4 works - both with Apache 2.2.4 and
2.2.6. (The PHP 5.2.3 module that works with both Apaches was also built
against Apache 2.2.4.) So the bug only enters building PHP 5.2.4 (and
last night's snapshot) against Apache 2.2.6.


Previous Comments:


[2007-09-12 14:36:16] php at transpect dot com

Here are the tests failed by 5.2.4 on my system, just in case they are
pertinent:

Bug #16069 (ICONV transliteration failure)
[ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Bug #41567 (json_encode() double conversion is inconsistent with PHP)
[ext/json/tests/bug41567.phpt]
Test lstat() and stat() functions: usage variations - effects of
touch() on link [ext/standard/tests/file/lstat_stat_variation6.phpt]



[2007-09-12 13:55:18] php at transpect dot com

Hi Jani, I used the same standard installation steps for PHP 5.2.3 and
5.2.4 - and also now php5.2-200709120230, which also produces this
strange 302 result. I configure as above, make, make test (all versions
failed a couple of tests and I sent in the reports), make install (then
eliminate the redundant module load that make install keeps putting in
httpd.conf - it should check first).

I'm sure he combination works for most people, or there'd be other
reports of trouble by now. That something different in the PHP module
could cause HTML pages to load wrong seems like there has to be an
Apache bug involved - it shouldn't be possible for a module to cause a
misfire in stuff it shouldn't even handle. There must be something
peculiar to my system, but I'm really scratching my head on what could
cause it to work fine with 5.2.3 but serve 302's rather than pages with
5.2.4.



[2007-09-12 11:39:10] [EMAIL PROTECTED]

Are you sure you have installed PHP correctly? That same combination
works just fine for me..

--------

[2007-09-12 01:42:12] php at transpect dot com

Description:

Apache 2.2.6 with php 5.2.3's libphp5.so works fine. But with 5.2.4
Apache starts without error, but every request to the server (whether to
a PHP or HTML page) results in a blank page in the browser, and a "302"
(redirect) rather than a "200" response in the log. In all respects this
is the same system except for the switch between 5.2.3 and 5.2.4.


Reproduce code:
---
These are the configuration options used - building by hand in each
case:

HTTPD
./configure --enable-so --enable-ssl --enable-rewrite
PHP
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--disable-cgi







-- 
Edit this bug report at http://bugs.php.net/?id=42634&edit=1


#42634 [Opn]: Apache 2.2.6 + PHP 5.2.4 => 302

2007-09-12 Thread php at transpect dot com
 ID:   42634
 User updated by:  php at transpect dot com
 Reported By:  php at transpect dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: Gentoo Linux
 PHP Version:  5.2.4
 New Comment:

Here are the tests failed by 5.2.4 on my system, just in case they are
pertinent:

Bug #16069 (ICONV transliteration failure)
[ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
Bug #41567 (json_encode() double conversion is inconsistent with PHP)
[ext/json/tests/bug41567.phpt]
Test lstat() and stat() functions: usage variations - effects of
touch() on link [ext/standard/tests/file/lstat_stat_variation6.phpt]


Previous Comments:


[2007-09-12 13:55:18] php at transpect dot com

Hi Jani, I used the same standard installation steps for PHP 5.2.3 and
5.2.4 - and also now php5.2-200709120230, which also produces this
strange 302 result. I configure as above, make, make test (all versions
failed a couple of tests and I sent in the reports), make install (then
eliminate the redundant module load that make install keeps putting in
httpd.conf - it should check first).

I'm sure he combination works for most people, or there'd be other
reports of trouble by now. That something different in the PHP module
could cause HTML pages to load wrong seems like there has to be an
Apache bug involved - it shouldn't be possible for a module to cause a
misfire in stuff it shouldn't even handle. There must be something
peculiar to my system, but I'm really scratching my head on what could
cause it to work fine with 5.2.3 but serve 302's rather than pages with
5.2.4.



[2007-09-12 11:39:10] [EMAIL PROTECTED]

Are you sure you have installed PHP correctly? That same combination
works just fine for me..

--------

[2007-09-12 01:42:12] php at transpect dot com

Description:

Apache 2.2.6 with php 5.2.3's libphp5.so works fine. But with 5.2.4
Apache starts without error, but every request to the server (whether to
a PHP or HTML page) results in a blank page in the browser, and a "302"
(redirect) rather than a "200" response in the log. In all respects this
is the same system except for the switch between 5.2.3 and 5.2.4.


Reproduce code:
---
These are the configuration options used - building by hand in each
case:

HTTPD
./configure --enable-so --enable-ssl --enable-rewrite
PHP
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--disable-cgi







-- 
Edit this bug report at http://bugs.php.net/?id=42634&edit=1


#42634 [Fbk->Opn]: Apache 2.2.6 + PHP 5.2.4 => 302

2007-09-12 Thread php at transpect dot com
 ID:   42634
 User updated by:  php at transpect dot com
 Reported By:  php at transpect dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Apache2 related
 Operating System: Gentoo Linux
 PHP Version:  5.2.4
 New Comment:

Hi Jani, I used the same standard installation steps for PHP 5.2.3 and
5.2.4 - and also now php5.2-200709120230, which also produces this
strange 302 result. I configure as above, make, make test (all versions
failed a couple of tests and I sent in the reports), make install (then
eliminate the redundant module load that make install keeps putting in
httpd.conf - it should check first).

I'm sure he combination works for most people, or there'd be other
reports of trouble by now. That something different in the PHP module
could cause HTML pages to load wrong seems like there has to be an
Apache bug involved - it shouldn't be possible for a module to cause a
misfire in stuff it shouldn't even handle. There must be something
peculiar to my system, but I'm really scratching my head on what could
cause it to work fine with 5.2.3 but serve 302's rather than pages with
5.2.4.


Previous Comments:


[2007-09-12 11:39:10] [EMAIL PROTECTED]

Are you sure you have installed PHP correctly? That same combination
works just fine for me..

--------

[2007-09-12 01:42:12] php at transpect dot com

Description:

Apache 2.2.6 with php 5.2.3's libphp5.so works fine. But with 5.2.4
Apache starts without error, but every request to the server (whether to
a PHP or HTML page) results in a blank page in the browser, and a "302"
(redirect) rather than a "200" response in the log. In all respects this
is the same system except for the switch between 5.2.3 and 5.2.4.


Reproduce code:
---
These are the configuration options used - building by hand in each
case:

HTTPD
./configure --enable-so --enable-ssl --enable-rewrite
PHP
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--disable-cgi







-- 
Edit this bug report at http://bugs.php.net/?id=42634&edit=1


#42634 [NEW]: Apache 2.2.6 + PHP 5.2.4 => 302

2007-09-11 Thread php at transpect dot com
From: php at transpect dot com
Operating system: Gentoo Linux
PHP version:  5.2.4
PHP Bug Type: Apache2 related
Bug description:  Apache 2.2.6 + PHP 5.2.4 => 302

Description:

Apache 2.2.6 with php 5.2.3's libphp5.so works fine. But with 5.2.4 Apache
starts without error, but every request to the server (whether to a PHP or
HTML page) results in a blank page in the browser, and a "302" (redirect)
rather than a "200" response in the log. In all respects this is the same
system except for the switch between 5.2.3 and 5.2.4.


Reproduce code:
---
These are the configuration options used - building by hand in each case:

HTTPD
./configure --enable-so --enable-ssl --enable-rewrite
PHP
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--disable-cgi



-- 
Edit bug report at http://bugs.php.net/?id=42634&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42634&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42634&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42634&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=42634&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=42634&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=42634&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=42634&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=42634&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=42634&r=support
Expected behavior:http://bugs.php.net/fix.php?id=42634&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=42634&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=42634&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=42634&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42634&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=42634&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=42634&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=42634&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42634&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=42634&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=42634&r=mysqlcfg