returned like:
406 Not Acceptable
like apache does.
for example:
tf@defiant:~/foobar > telnet stargazer 80
Trying 192.168.0.6...
Connected to stargazer.
Escape character is '^]'.
GET / HTTP/1.0
User-Agent: SMS
Accept: text/vnd.wap.wml
HTTP/1.1 406 Not Acceptable
From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.0.6
PHP Bug Type: Apache related
Bug description: php sets the wrong default header (use not mimetypes)
i want to parse .wml sites with php, the problem is the default
header.
when i not have added
AddType appl
From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.0.5
PHP Bug Type: Feature/Change Request
Bug description: additional oci function for quoting
would be nice to have an oci/oracle function, which quotes
strings
for CONTAINS() and LIKE ... statements oracle-like.
th
From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.0.5
PHP Bug Type: XML related
Bug description: internal xmlparser eats only formatted xmlstrings...
i use xmlrpc (from usefulinc) to communicate with different java systems. when i
receive data, the data comes m
From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.0.4
PHP Bug Type: Feature/Change Request
Bug description: settype() with larger than 32bit values
if i use settype($foo, "integer") with an value for $foo
alike '112'
settype() returns successfull type s
From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.0.4
PHP Bug Type: *Programming Data Structures
Bug description: settype(.., "double") not work as expected(or documented)
$tmp = "111t11t";
settype($tmp, "double");
echo $tmp;
returns '111' imho it shoul
From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.0.3pl1
PHP Bug Type: Scripting Engine problem
Bug description: problems with multiple /* comments
seems, that the parser has problems with different /* */
in the source e.G.
...
/*
...
$req="select /*+FIRST_ROW
From: [EMAIL PROTECTED]
Operating system: linux
PHP version: 4.0.4pl1
PHP Bug Type: Feature/Change Request
Bug description: can exec() or system() return the pid ?
hi,
its possible to implement, that exec saves the new pid of
the executed external programm into another par
From: [EMAIL PROTECTED]
Operating system: linux 2.2.x 2.4.x
PHP version: 4.0.3pl1
PHP Bug Type: Arrays related
Bug description: in_array() error
comparison problem in in_array() function
is a little bit confusing, espacially for user, who comes from other programming
la