[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-17 Thread mfischer
ID: 13718 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: No, its not 'how it should work'. Image when you write the following code in php: $interests = something; $interests = new;

[PHP-DEV] Bug #13723: can't browse php pages

2001-10-17 Thread tomdavid
From: [EMAIL PROTECTED] Operating system: NT4 PHP version: 4.0.6 PHP Bug Type: *Web Server problem Bug description: can't browse php pages our client developed a PHP page. We were told that it is already published and can be viewed already on their site. I asked a friend

[PHP-DEV] Bug #13723 Updated: can't browse php pages

2001-10-17 Thread zak
ID: 13723 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Web Server problem Operating System: NT4 PHP Version: 4.0.6 New Comment: This is almost assuredly not a PHP bug. A 404 indicates that the server cannot find the requested web page. Doublecheck

[PHP-DEV] Bug #13724: assert does not work as documented

2001-10-17 Thread yasuo_ohgaki
From: [EMAIL PROTECTED] Operating system: Linux 2.4.4/glibc 2.2.2 PHP version: 4.0CVS-2001-10-17 PHP Bug Type: Scripting Engine problem Bug description: assert does not work as documented According to the manual, assert() accepts string or boolean. However, it seems

[PHP-DEV] Bug #13724 Updated: assert does not work as documented

2001-10-17 Thread yasuo_ohgaki
ID: 13724 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Scripting Engine problem Bug Type: Documentation problem Operating System: Linux 2.4.4/glibc 2.2.2 PHP Version: 4.0CVS-2001-10-17 New Comment: I've take a look at assert.c. assert() expects

[PHP-DEV] Bug #13720 Updated: ftp_nlist and ftp_rawlist always return false

2001-10-17 Thread sniper
ID: 13720 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: FTP related Operating System: Windows 2000 Advance Server PHP Version: 4.0.6 New Comment: In which version of PHP did this work? Is PHP the only part that was updated? Is the FTP server same

[PHP-DEV] PHP for cygwin

2001-10-17 Thread graeme
Some of you may know that Apche for Cygwin binaries are available from http://apache.dev.wapme.net/packages/. This includes PHP-4.0.6 with mysql and pgsql. Some people prefer developing inside a Cygwin window/enviroment/shell or whatever you want to call it. I'm on of those people. Mostly

[PHP-DEV] Bug #13725: --disable-assert to disable assert() completely?

2001-10-17 Thread yasuo_ohgaki
From: [EMAIL PROTECTED] Operating system: ANY PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: --disable-assert to disable assert() completely? If there is assert() in script, function call for assert() is issued at execution. (If assert is not