#32550 [NEW]: Support for ~ home directories in paths on linux.

2005-04-02 Thread nofulfillment at numbinside dot net
From: nofulfillment at numbinside dot net
Operating system: GNU/Linux (Slackware 10.1)
PHP version:  5.0.4
PHP Bug Type: Feature/Change Request
Bug description:  Support for ~ home directories in paths on linux.

Description:

I would like to request a short(?) modification to the path handling
functions for php.ini.

Basically, I'd like to see support for ~ home directories on *nix (and
others, if it pertains) for settings such as open_basedir,
safe_mode_exec_dir, safe_mode_include_dir, etc. (I didn't directly try the
safe_mode_* ones that I listed, but supposed that they didn't work--correct
me if I'm wrong).

Thanks

-Wes


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


#32461 [Fbk->Csd]: MySQL Extension Segmentation Fault

2005-04-02 Thread nofulfillment at numbinside dot net
 ID:   32461
 User updated by:  nofulfillment at numbinside dot net
 Reported By:  nofulfillment at numbinside dot net
-Status:   Feedback
+Status:   Closed
 Bug Type: MySQL related
 Operating System: GNU/Linux (Slackware 10.1)
 PHP Version:  5.0.3
 New Comment:

Ok, all appears to be working. Noteably, I didn't do many tests againts
the new version, only one, so I guess you'll find out whenever you
release 5.1. Best of luck. -Wes


Previous Comments:


[2005-03-29 07:38:58] nofulfillment at numbinside dot net

Installed, up and running. I'll try to remember to force the error to
occur sometime tomorrow and report then.



[2005-03-29 00:43:34] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip





[2005-03-26 05:10:33] nofulfillment at numbinside dot net

Description:

I'm working with phpMyAdmin (irrelivent, but aids in understanding),
and I had the MYSQL_SOCKET file configured wrong. PHP's MySQL extension
was creating a Segmentation fault in that it was trying to read a
non-existant file. 

My configure line, I do not believe to be relavent, but I have included
it anyways. (Along with some other details from phpinfo())
System:Linux NcFTestServer-Linux 2.4.29-grsec #7 SMP Thu
Feb 3 18:41:23 PST 2005 i686
Build Date:Dec 23 2004 15:48:45
Configure Command: './configure' '--prefix=/usr' '--disable-static'
'--with-apxs=/usr/sbin/apxs' '--sysconfdir=/etc'
'--enable-discard-path' '--with-config-file-path=/etc/apache'
'--enable-safe-mode' '--with-openssl' '--with-mhash' '--enable-bcmath'
'--with-bz2' '--with-pic' '--enable-calendar' '--enable-ctype'
'--with-gdbm' '--with-db3' '--enable-dbase' '--enable-ftp'
'--with-iconv' '--with-exif' '--with-gd' '--enable-gd-native-ttf'
'--with-jpeg-dir=/usr' '--with-png' '--with-gmp' '--with-mysql'
'--with-gettext=shared,/usr' '--with-expat-dir=/usr' '--with-xml'
'--enable-wddx' '--with-mm=/usr' '--enable-trans-sid' '--enable-shmop'
'--enable-sockets' '--with-regex=php' '--enable-sysvsem'
'--enable-sysvshm' '--enable-yp' '--enable-memory-limit'
'--with-tsrm-pthreads' '--enable-shared' '--disable-debug'
'--with-zlib=/usr'

Using php.ini-recommended, although this does NOT change why it's
failing (tried falling back to -dist, but had the same problem). 

GDB backtrace is mostly irrelievent, and it was NOT built with
debugging symbols. 

I believe that this can be solved by checking to see if the file
exists.

Reproduce code:
---
Try connecting to MySQL using a non-existant local socket file. (i.e.,
/tmp/non-exist.sock)

Expected result:

When trying to run phpMyAdmin, I was expecting to see the login page.

Actual result:
--
Output from Bash trying to WGET it to see what happens:

[EMAIL PROTECTED]:/# wget http://server/phpMyAdmin_folder/index.php
--11:35:05--  http://server/phpMyAdmin_folder/index.php
Resolving server... done.
Connecting to server[i.p.v.4]:80... connected.
HTTP request sent, awaiting response...
11:35:06 ERROR -1: No data received.





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


#32461 [Fbk->Opn]: MySQL Extension Segmentation Fault

2005-03-28 Thread nofulfillment at numbinside dot net
 ID:   32461
 User updated by:  nofulfillment at numbinside dot net
 Reported By:  nofulfillment at numbinside dot net
-Status:   Feedback
+Status:   Open
 Bug Type: MySQL related
 Operating System: GNU/Linux (Slackware 10.1)
 PHP Version:  5.0.3
 New Comment:

Installed, up and running. I'll try to remember to force the error to
occur sometime tomorrow and report then.


Previous Comments:


[2005-03-29 00:43:34] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip





[2005-03-26 05:10:33] nofulfillment at numbinside dot net

Description:

I'm working with phpMyAdmin (irrelivent, but aids in understanding),
and I had the MYSQL_SOCKET file configured wrong. PHP's MySQL extension
was creating a Segmentation fault in that it was trying to read a
non-existant file. 

My configure line, I do not believe to be relavent, but I have included
it anyways. (Along with some other details from phpinfo())
System:Linux NcFTestServer-Linux 2.4.29-grsec #7 SMP Thu
Feb 3 18:41:23 PST 2005 i686
Build Date:Dec 23 2004 15:48:45
Configure Command: './configure' '--prefix=/usr' '--disable-static'
'--with-apxs=/usr/sbin/apxs' '--sysconfdir=/etc'
'--enable-discard-path' '--with-config-file-path=/etc/apache'
'--enable-safe-mode' '--with-openssl' '--with-mhash' '--enable-bcmath'
'--with-bz2' '--with-pic' '--enable-calendar' '--enable-ctype'
'--with-gdbm' '--with-db3' '--enable-dbase' '--enable-ftp'
'--with-iconv' '--with-exif' '--with-gd' '--enable-gd-native-ttf'
'--with-jpeg-dir=/usr' '--with-png' '--with-gmp' '--with-mysql'
'--with-gettext=shared,/usr' '--with-expat-dir=/usr' '--with-xml'
'--enable-wddx' '--with-mm=/usr' '--enable-trans-sid' '--enable-shmop'
'--enable-sockets' '--with-regex=php' '--enable-sysvsem'
'--enable-sysvshm' '--enable-yp' '--enable-memory-limit'
'--with-tsrm-pthreads' '--enable-shared' '--disable-debug'
'--with-zlib=/usr'

Using php.ini-recommended, although this does NOT change why it's
failing (tried falling back to -dist, but had the same problem). 

GDB backtrace is mostly irrelievent, and it was NOT built with
debugging symbols. 

I believe that this can be solved by checking to see if the file
exists.

Reproduce code:
---
Try connecting to MySQL using a non-existant local socket file. (i.e.,
/tmp/non-exist.sock)

Expected result:

When trying to run phpMyAdmin, I was expecting to see the login page.

Actual result:
--
Output from Bash trying to WGET it to see what happens:

[EMAIL PROTECTED]:/# wget http://server/phpMyAdmin_folder/index.php
--11:35:05--  http://server/phpMyAdmin_folder/index.php
Resolving server... done.
Connecting to server[i.p.v.4]:80... connected.
HTTP request sent, awaiting response...
11:35:06 ERROR -1: No data received.





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


#32461 [Fbk->Opn]: MySQL Extension Segmentation Fault

2005-03-26 Thread nofulfillment at numbinside dot net
 ID:   32461
 User updated by:  nofulfillment at numbinside dot net
 Reported By:  nofulfillment at numbinside dot net
-Status:   Feedback
+Status:   Open
 Bug Type: MySQL related
 Operating System: GNU/Linux (Slackware 10.1)
 PHP Version:  5.0.3
 New Comment:

Ok, the configure file isn't in the 19:30 release, so I'm just going to
take your word that it was fixed. I've resolved all the issues already
anyways (corrected all settings in php.ini that refered to an invalid
file). But at least it sounds like the devs fixed it for others. 

Have a GREAT day! 
-Wes


Previous Comments:


[2005-03-26 20:20:16] [EMAIL PROTECTED]

Ok, wait for 10 mins for the next snapshot - Zeev forgot to set the
version back to dev, that's why there is no ./configure..



[2005-03-26 19:45:54] nofulfillment at numbinside dot net

*Frustrated*

Ok, if I should never (emphasis dropped) run autoconf, and I should
only have to run the ./configure, why isn't it working?! There is no
configure script included in the CVS stable snapshot.

So please inform me: How do I install the stable snapshot then?



[2005-03-26 19:11:25] [EMAIL PROTECTED]

Actually - you should *never* run autoconf yourself...



[2005-03-26 19:08:06] [EMAIL PROTECTED]

You don't need to run anything except for ./configure && make & make
install when you're building packages from php.net.
The error you get means that you're using unsupported version of
autoconf (the supported one is 2.13).

--------

[2005-03-26 18:55:53] nofulfillment at numbinside dot net

Please excuse the ignorance, but how would I install this package. I
tried to run autoconf to generate a ./configure file, but it gave
warnings and when I ran the result, it failed.


[EMAIL PROTECTED]:~/src/php5-STABLE-200503261730# autoconf
configure.in:150: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
configure.in:150: the top level
configure.in:77: error: possibly undefined macro: AC_MSG_ERROR
  If this token and others are legitimate, please use
m4_pattern_allow.
  See the Autoconf documentation.
configure.in:141: error: possibly undefined macro: AC_MSG_CHECKING
configure.in:146: error: possibly undefined macro: AC_MSG_RESULT
configure.in:194: error: possibly undefined macro: AC_DEFINE
configure.in:209: error: possibly undefined macro: AC_DEFINE_UNQUOTED
configure.in:484: error: possibly undefined macro: AC_TRY_LINK
configure.in:1218: error: possibly undefined macro: AC_PROG_LIBTOOL


[EMAIL PROTECTED]:~/src/php5-STABLE-200503261730# `cat
/home/AnotherUser/phpconfig.txt`
./configure: line 42: syntax error near unexpected token `Running'
./configure: line 42: `PHP_CONFIGURE_PART(Running system checks)'


The phpconfig.txt file has a known-to-be-valid ./configure statement in
there, that was used to compile both the 4.3.10 and 5.0.3 releases.


Thanks again. :)
-Wes



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/32461

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


#32461 [Fbk->Opn]: MySQL Extension Segmentation Fault

2005-03-26 Thread nofulfillment at numbinside dot net
 ID:   32461
 User updated by:  nofulfillment at numbinside dot net
 Reported By:  nofulfillment at numbinside dot net
-Status:   Feedback
+Status:   Open
 Bug Type: MySQL related
 Operating System: GNU/Linux (Slackware 10.1)
 PHP Version:  5.0.3
 New Comment:

*Frustrated*

Ok, if I should never (emphasis dropped) run autoconf, and I should
only have to run the ./configure, why isn't it working?! There is no
configure script included in the CVS stable snapshot.

So please inform me: How do I install the stable snapshot then?


Previous Comments:


[2005-03-26 19:11:25] [EMAIL PROTECTED]

Actually - you should *never* run autoconf yourself...



[2005-03-26 19:08:06] [EMAIL PROTECTED]

You don't need to run anything except for ./configure && make & make
install when you're building packages from php.net.
The error you get means that you're using unsupported version of
autoconf (the supported one is 2.13).



[2005-03-26 18:55:53] nofulfillment at numbinside dot net

Please excuse the ignorance, but how would I install this package. I
tried to run autoconf to generate a ./configure file, but it gave
warnings and when I ran the result, it failed.


[EMAIL PROTECTED]:~/src/php5-STABLE-200503261730# autoconf
configure.in:150: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
configure.in:150: the top level
configure.in:77: error: possibly undefined macro: AC_MSG_ERROR
  If this token and others are legitimate, please use
m4_pattern_allow.
  See the Autoconf documentation.
configure.in:141: error: possibly undefined macro: AC_MSG_CHECKING
configure.in:146: error: possibly undefined macro: AC_MSG_RESULT
configure.in:194: error: possibly undefined macro: AC_DEFINE
configure.in:209: error: possibly undefined macro: AC_DEFINE_UNQUOTED
configure.in:484: error: possibly undefined macro: AC_TRY_LINK
configure.in:1218: error: possibly undefined macro: AC_PROG_LIBTOOL


[EMAIL PROTECTED]:~/src/php5-STABLE-200503261730# `cat
/home/AnotherUser/phpconfig.txt`
./configure: line 42: syntax error near unexpected token `Running'
./configure: line 42: `PHP_CONFIGURE_PART(Running system checks)'


The phpconfig.txt file has a known-to-be-valid ./configure statement in
there, that was used to compile both the 4.3.10 and 5.0.3 releases.


Thanks again. :)
-Wes



[2005-03-26 07:48:11] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip



--------

[2005-03-26 05:10:33] nofulfillment at numbinside dot net

Description:

I'm working with phpMyAdmin (irrelivent, but aids in understanding),
and I had the MYSQL_SOCKET file configured wrong. PHP's MySQL extension
was creating a Segmentation fault in that it was trying to read a
non-existant file. 

My configure line, I do not believe to be relavent, but I have included
it anyways. (Along with some other details from phpinfo())
System:Linux NcFTestServer-Linux 2.4.29-grsec #7 SMP Thu
Feb 3 18:41:23 PST 2005 i686
Build Date:Dec 23 2004 15:48:45
Configure Command: './configure' '--prefix=/usr' '--disable-static'
'--with-apxs=/usr/sbin/apxs' '--sysconfdir=/etc'
'--enable-discard-path' '--with-config-file-path=/etc/apache'
'--enable-safe-mode' '--with-openssl' '--with-mhash' '--enable-bcmath'
'--with-bz2' '--with-pic' '--enable-calendar' '--enable-ctype'
'--with-gdbm' '--with-db3' '--enable-dbase' '--enable-ftp'
'--with-iconv' '--with-exif' '--with-gd' '--enable-gd-native-ttf'
'--with-jpeg-dir=/usr' '--with-png' '--with-gmp' '--with-mysql'
'--with-gettext=shared,/usr' '--with-expat-dir=/usr' '--with-xml'
'--enable-wddx' '--with-mm=/usr' '--enable-trans-sid' '--enable-shmop'
'--enable-sockets' '--with-regex=php' '--enable-sysvsem'
'--enable-sysvshm' '--enable-yp' '--enable-memory-limit'
'--with-tsrm-pthreads' '--enable-shared' '--disable-debug'
'--with-zlib=/usr'

Using php.ini-recommended, although this does NOT change why it's
failing (tried falling back to -dist, but had the same problem). 

GDB

#32461 [Fbk->Opn]: MySQL Extension Segmentation Fault

2005-03-26 Thread nofulfillment at numbinside dot net
 ID:   32461
 User updated by:  nofulfillment at numbinside dot net
 Reported By:  nofulfillment at numbinside dot net
-Status:   Feedback
+Status:   Open
 Bug Type: MySQL related
 Operating System: GNU/Linux (Slackware 10.1)
 PHP Version:  5.0.3
 New Comment:

Please excuse the ignorance, but how would I install this package. I
tried to run autoconf to generate a ./configure file, but it gave
warnings and when I ran the result, it failed.


[EMAIL PROTECTED]:~/src/php5-STABLE-200503261730# autoconf
configure.in:150: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
configure.in:150: the top level
configure.in:77: error: possibly undefined macro: AC_MSG_ERROR
  If this token and others are legitimate, please use
m4_pattern_allow.
  See the Autoconf documentation.
configure.in:141: error: possibly undefined macro: AC_MSG_CHECKING
configure.in:146: error: possibly undefined macro: AC_MSG_RESULT
configure.in:194: error: possibly undefined macro: AC_DEFINE
configure.in:209: error: possibly undefined macro: AC_DEFINE_UNQUOTED
configure.in:484: error: possibly undefined macro: AC_TRY_LINK
configure.in:1218: error: possibly undefined macro: AC_PROG_LIBTOOL


[EMAIL PROTECTED]:~/src/php5-STABLE-200503261730# `cat
/home/AnotherUser/phpconfig.txt`
./configure: line 42: syntax error near unexpected token `Running'
./configure: line 42: `PHP_CONFIGURE_PART(Running system checks)'


The phpconfig.txt file has a known-to-be-valid ./configure statement in
there, that was used to compile both the 4.3.10 and 5.0.3 releases.


Thanks again. :)
-Wes


Previous Comments:


[2005-03-26 07:48:11] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip





[2005-03-26 05:10:33] nofulfillment at numbinside dot net

Description:

I'm working with phpMyAdmin (irrelivent, but aids in understanding),
and I had the MYSQL_SOCKET file configured wrong. PHP's MySQL extension
was creating a Segmentation fault in that it was trying to read a
non-existant file. 

My configure line, I do not believe to be relavent, but I have included
it anyways. (Along with some other details from phpinfo())
System:Linux NcFTestServer-Linux 2.4.29-grsec #7 SMP Thu
Feb 3 18:41:23 PST 2005 i686
Build Date:Dec 23 2004 15:48:45
Configure Command: './configure' '--prefix=/usr' '--disable-static'
'--with-apxs=/usr/sbin/apxs' '--sysconfdir=/etc'
'--enable-discard-path' '--with-config-file-path=/etc/apache'
'--enable-safe-mode' '--with-openssl' '--with-mhash' '--enable-bcmath'
'--with-bz2' '--with-pic' '--enable-calendar' '--enable-ctype'
'--with-gdbm' '--with-db3' '--enable-dbase' '--enable-ftp'
'--with-iconv' '--with-exif' '--with-gd' '--enable-gd-native-ttf'
'--with-jpeg-dir=/usr' '--with-png' '--with-gmp' '--with-mysql'
'--with-gettext=shared,/usr' '--with-expat-dir=/usr' '--with-xml'
'--enable-wddx' '--with-mm=/usr' '--enable-trans-sid' '--enable-shmop'
'--enable-sockets' '--with-regex=php' '--enable-sysvsem'
'--enable-sysvshm' '--enable-yp' '--enable-memory-limit'
'--with-tsrm-pthreads' '--enable-shared' '--disable-debug'
'--with-zlib=/usr'

Using php.ini-recommended, although this does NOT change why it's
failing (tried falling back to -dist, but had the same problem). 

GDB backtrace is mostly irrelievent, and it was NOT built with
debugging symbols. 

I believe that this can be solved by checking to see if the file
exists.

Reproduce code:
---
Try connecting to MySQL using a non-existant local socket file. (i.e.,
/tmp/non-exist.sock)

Expected result:

When trying to run phpMyAdmin, I was expecting to see the login page.

Actual result:
--
Output from Bash trying to WGET it to see what happens:

[EMAIL PROTECTED]:/# wget http://server/phpMyAdmin_folder/index.php
--11:35:05--  http://server/phpMyAdmin_folder/index.php
Resolving server... done.
Connecting to server[i.p.v.4]:80... connected.
HTTP request sent, awaiting response...
11:35:06 ERROR -1: No data received.





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


#32461 [NEW]: MySQL Extension Segmentation Fault

2005-03-25 Thread nofulfillment at numbinside dot net
From: nofulfillment at numbinside dot net
Operating system: GNU/Linux (Slackware 10.1)
PHP version:  5.0.3
PHP Bug Type: MySQL related
Bug description:  MySQL Extension Segmentation Fault

Description:

I'm working with phpMyAdmin (irrelivent, but aids in understanding), and I
had the MYSQL_SOCKET file configured wrong. PHP's MySQL extension was
creating a Segmentation fault in that it was trying to read a non-existant
file. 

My configure line, I do not believe to be relavent, but I have included it
anyways. (Along with some other details from phpinfo())
System:Linux NcFTestServer-Linux 2.4.29-grsec #7 SMP Thu Feb 3
18:41:23 PST 2005 i686
Build Date:Dec 23 2004 15:48:45
Configure Command: './configure' '--prefix=/usr' '--disable-static'
'--with-apxs=/usr/sbin/apxs' '--sysconfdir=/etc' '--enable-discard-path'
'--with-config-file-path=/etc/apache' '--enable-safe-mode'
'--with-openssl' '--with-mhash' '--enable-bcmath' '--with-bz2'
'--with-pic' '--enable-calendar' '--enable-ctype' '--with-gdbm'
'--with-db3' '--enable-dbase' '--enable-ftp' '--with-iconv' '--with-exif'
'--with-gd' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png'
'--with-gmp' '--with-mysql' '--with-gettext=shared,/usr'
'--with-expat-dir=/usr' '--with-xml' '--enable-wddx' '--with-mm=/usr'
'--enable-trans-sid' '--enable-shmop' '--enable-sockets'
'--with-regex=php' '--enable-sysvsem' '--enable-sysvshm' '--enable-yp'
'--enable-memory-limit' '--with-tsrm-pthreads' '--enable-shared'
'--disable-debug' '--with-zlib=/usr'

Using php.ini-recommended, although this does NOT change why it's failing
(tried falling back to -dist, but had the same problem). 

GDB backtrace is mostly irrelievent, and it was NOT built with debugging
symbols. 

I believe that this can be solved by checking to see if the file exists.

Reproduce code:
---
Try connecting to MySQL using a non-existant local socket file. (i.e.,
/tmp/non-exist.sock)

Expected result:

When trying to run phpMyAdmin, I was expecting to see the login page.

Actual result:
--
Output from Bash trying to WGET it to see what happens:

[EMAIL PROTECTED]:/# wget http://server/phpMyAdmin_folder/index.php
--11:35:05--  http://server/phpMyAdmin_folder/index.php
Resolving server... done.
Connecting to server[i.p.v.4]:80... connected.
HTTP request sent, awaiting response...
11:35:06 ERROR -1: No data received.

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