#39653 [Fbk-Opn]: BDB-4.5 include, older BDB linked

2006-11-28 Thread vesely at tana dot it
ID: 39653 User updated by: vesely at tana dot it Reported By: vesely at tana dot it -Status: Feedback +Status: Open Bug Type: DBM/DBA related Operating System: unix PHP Version: 4.4.4 New Comment: I bet that patch works, but it's

#39653 [NEW]: BDB-4.5 include, older BDB linked

2006-11-27 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: unix PHP version: 4.4.4 PHP Bug Type: Reproducible crash Bug description: BDB-4.5 include, older BDB linked Description: Please add tests for db-4.5 and newer: the compilation does not fail if by chance an older db

#39653 [Fbk-Opn]: BDB-4.5 include, older BDB linked

2006-11-27 Thread vesely at tana dot it
ID: 39653 User updated by: vesely at tana dot it Reported By: vesely at tana dot it -Status: Feedback +Status: Open -Bug Type: Unknown/Other Function +Bug Type: DBM/DBA related Operating System: unix PHP Version: 4.4.4 New Comment

#33828 [WFx]: processes opened with proc_open may freeze on fatal error

2005-07-23 Thread vesely at tana dot it
ID: 33828 User updated by: vesely at tana dot it Reported By: vesely at tana dot it Status: Wont fix Bug Type: Unknown/Other Function Operating System: Unix PHP Version: 4.4.0 New Comment: Perhaps you may check the following code, please? When

#33828 [NEW]: processes opened with proc_open may freeze on fatal error

2005-07-22 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: Unix PHP version: 4.4.0 PHP Bug Type: Reproducible crash Bug description: processes opened with proc_open may freeze on fatal error Description: If the proc_open was inside a class object, then on a fatal error

#33781 [Opn]: add stream_set_timeout support for pipes

2005-07-21 Thread vesely at tana dot it
ID: 33781 User updated by: vesely at tana dot it Reported By: vesely at tana dot it Status: Open Bug Type: Feature/Change Request Operating System: Unix PHP Version: 4.4.0 New Comment: I have a couple of notes on that example. The function

#33781 [NEW]: Alarm needed for proc_open pipes

2005-07-20 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: Unix PHP version: 4.4.0 PHP Bug Type: Feature/Change Request Bug description: Alarm needed for proc_open pipes Description: When using the Apache module it is not possible to use pcntl_alarm (why?). OTOH

#27018 [Bgs]: urlencode should not do non-ascii characters

2004-01-24 Thread vesely at tana dot it
ID: 27018 User updated by: vesely at tana dot it Reported By: vesely at tana dot it Status: Bogus Bug Type: URL related Operating System: Irrelevant PHP Version: Irrelevant New Comment: iconv_mime_encode would be nearly fine for me (until I don't

#27018 [NEW]: urlencode should not do non-ascii characters

2004-01-23 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: Irrelevant PHP version: Irrelevant PHP Bug Type: URL related Bug description: urlencode should not do non-ascii characters Description: Hi, is it possible to reopen bug 6173? Briefly, national characters

#26304 [NEW]: Unexpected data loss when opening dba file

2003-11-18 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: Solaris PHP version: 4.3.4 PHP Bug Type: DBM/DBA related Bug description: Unexpected data loss when opening dba file Description: Opening a file in 'c' mode (see example below) truncates the file!! The docs say 'c

#26304 [Opn]: Unexpected data loss when opening dba file

2003-11-18 Thread vesely at tana dot it
ID: 26304 User updated by: vesely at tana dot it Reported By: vesely at tana dot it Status: Open Bug Type: DBM/DBA related Operating System: Solaris PHP Version: 4.3.4 New Comment: Also, that correction around line 67 in dba_db4.c (DBA_OPEN_FUNC

#26305 [NEW]: Segmentation Fault when endlessly including the same file

2003-11-18 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: Solaris PHP version: 4.3.4 PHP Bug Type: Reproducible crash Bug description: Segmentation Fault when endlessly including the same file Description: Yes, I've been so stupid to do that. (I thought ../ could

#25745 [NEW]: Character type functions fail on negative chars

2003-10-03 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: PHP version: 4.3.2 PHP Bug Type: *Languages/Translation Bug description: Character type functions fail on negative chars Description: The upper half of the codes are badly reported, e.g ctype_alpha(รจ) returns true

#25745 [Fbk-Opn]: Character type functions fail on negative chars

2003-10-03 Thread vesely at tana dot it
ID: 25745 User updated by: vesely at tana dot it Reported By: vesely at tana dot it -Status: Feedback +Status: Open Bug Type:*Languages/Translation PHP Version: 4.3.2 Assigned To: moriyoshi New Comment: I got 817 compiling with gcc 3.2

#18648 [Com]: Single entry form POST gives incorrect variable content

2003-07-20 Thread vesely at tana dot it
ID: 18648 Comment by: vesely at tana dot it Reported By: ms at ecs dot soton dot ac dot uk Status: Bogus Bug Type: Apache2 related Operating System: All PHP Version: 5CVS-2003-01-29 (dev) / 4CVS-20020121 (stable) New Comment

#22657 [NEW]: Weak parsing in rfc1867.c

2003-03-12 Thread vesely at tana dot it
From: vesely at tana dot it Operating system: Any PHP version: 4.3.0 PHP Bug Type: HTTP related Bug description: Weak parsing in rfc1867.c Hi, watch out rfc1867.c around line 342, in function next_line() there is (was?) the following code: if (ptr

#22657 [Bgs]: Weak parsing in rfc1867.c

2003-03-12 Thread vesely at tana dot it
ID: 22657 User updated by: vesely at tana dot it Reported By: vesely at tana dot it Status: Bogus Bug Type: HTTP related Operating System: Any PHP Version: 4.3.0 New Comment: buf_begin can be NULL, no DOS possible - BOGUS1 it is not initialized