[PHP-DEV] Bug #12992: php ignores Accept: text/vnd.wap.wml

2001-08-27 Thread tf
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

[PHP-DEV] Bug #12989: php sets the wrong default header (use not mimetypes)

2001-08-27 Thread tf
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

[PHP-DEV] Bug #11626: additional oci function for quoting

2001-06-23 Thread tf
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

[PHP-DEV] Bug #10873: internal xmlparser eats only formatted xmlstrings...

2001-05-15 Thread tf
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

[PHP-DEV] Bug #10657: settype() with larger than 32bit values

2001-05-03 Thread tf
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

[PHP-DEV] Bug #10633: settype(.., "double") not work as expected(or documented)

2001-05-03 Thread tf
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

[PHP-DEV] PHP 4.0 Bug #9835: problems with multiple /* comments

2001-03-19 Thread tf
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

[PHP-DEV] PHP 4.0 Bug #9743: can exec() or system() return the pid ?

2001-03-14 Thread tf
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

[PHP-DEV] PHP 4.0 Bug #9458: in_array() error

2001-02-26 Thread tf
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