#44866 [Bgs]: curl CURLOPT_INFILE leaks handle reference

2008-05-09 Thread david at acz dot org
ID: 44866 User updated by: david at acz dot org Reported By: david at acz dot org Status: Bogus Bug Type: cURL related Operating System: SLES 10 x86_64 PHP Version: 5.2.5 New Comment: That does not help for long running (e.g. CLI) scripts

#44866 [Bgs]: curl CURLOPT_INFILE leaks handle reference

2008-05-09 Thread david at acz dot org
ID: 44866 User updated by: david at acz dot org Reported By: david at acz dot org Status: Bogus Bug Type: cURL related Operating System: SLES 10 x86_64 PHP Version: 5.2.5 New Comment: That does not help for long-running (e.g. CLI) scripts

#44866 [NEW]: curl CURLOPT_INFILE leaks handle reference

2008-04-29 Thread david at acz dot org
From: david at acz dot org Operating system: SLES 10 x86_64 PHP version: 5.2.5 PHP Bug Type: cURL related Bug description: curl CURLOPT_INFILE leaks handle reference Description: File handles are normally closed automatically when the reference count hits zero

#44501 [NEW]: file_put_contents writes empty file with zlib and LOCK_EX

2008-03-21 Thread david at acz dot org
From: david at acz dot org Operating system: SLES 10 x86_64 PHP version: 5.2.5 PHP Bug Type: Streams related Bug description: file_put_contents writes empty file with zlib and LOCK_EX Description: When passing LOCK_EX to file_put_contents() using a

#43050 [Opn]: OCI8 persistent connections cannot recover from disconnect

2007-10-23 Thread david at acz dot org
ID: 43050 User updated by: david at acz dot org Reported By: david at acz dot org Status: Open Bug Type: OCI8 related Operating System: SuSE Linux PHP Version: 5.2.4 New Comment: I wrote a patch that adds a new flag, use_ociping: http

#43050 [Opn]: OCI8 persistent connections cannot recover from disconnect

2007-10-23 Thread david at acz dot org
ID: 43050 User updated by: david at acz dot org Reported By: david at acz dot org Status: Open Bug Type: OCI8 related Operating System: SuSE Linux PHP Version: 5.2.4 New Comment: I found the root cause: OCIServerVersion() succeeds even though

#43050 [NEW]: OCI8 persistent connections cannot recover from disconnect

2007-10-19 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 5.2.4 PHP Bug Type: OCI8 related Bug description: OCI8 persistent connections cannot recover from disconnect Description: OCI8 persistent connections cannot, by design, be closed. The

#42369 [Fbk->Opn]: Implicit conversion to string leaks memory

2007-08-23 Thread david at acz dot org
ID: 42369 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Feedback +Status: Open Bug Type: SimpleXML related Operating System: SuSE Linux PHP Version: 5.2.3 New Comment: I could reproduce on php5.2

#42369 [NEW]: Implicit conversion to string leaks memory

2007-08-21 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 5.2.3 PHP Bug Type: SimpleXML related Bug description: Implicit conversion to string leaks memory Description: Passing a SimpleXML string object to most builtin string functions causes a memory

#41981 [NEW]: oci_execute crashes with database link

2007-07-12 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 5.2.3 PHP Bug Type: OCI8 related Bug description: oci_execute crashes with database link Description: oci_execute() crashes when selecting from a table accessed via a database link. client

#41637 [NEW]: Fast connects cause tests to fail

2007-06-08 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 5.2.3 PHP Bug Type: OCI8 related Bug description: Fast connects cause tests to fail Description: Connecting quickly to Oracle can cause ORA-12516 (TNS:listener could not find available handler

#41631 [Opn]: default_socket_timeout does not work with SSL

2007-06-08 Thread david at acz dot org
ID: 41631 User updated by: david at acz dot org Reported By: david at acz dot org Status: Open Bug Type: OpenSSL related Operating System: SuSE Linux PHP Version: 5.2.3 New Comment: I have a (partial?) fix: Index: main/streams/xp_socket.c

#41631 [NEW]: default_socket_timeout does not work with SSL

2007-06-07 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 5.2.3 PHP Bug Type: OpenSSL related Bug description: default_socket_timeout does not work with SSL Description: The default socket timeout does not work with SSL streams. An strace shows PHP

#41327 [Fbk->Opn]: pack tests do not run on 64 bit

2007-05-08 Thread david at acz dot org
ID: 41327 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Feedback +Status: Open Bug Type: Strings related Operating System: SLES 10 PHP Version: 5.2.2 New Comment: $ head php-5.2.2/ext/standard/tests

#41327 [NEW]: pack tests do not run on 64 bit

2007-05-08 Thread david at acz dot org
From: david at acz dot org Operating system: SLES 10 PHP version: 5.2.2 PHP Bug Type: Strings related Bug description: pack tests do not run on 64 bit Description: The pack tests only run on 32 bit platforms. Bug #40543, which only affected 64 bit platforms

#41031 [NEW]: Side by side install of CGI and CLI

2007-04-09 Thread david at acz dot org
From: david at acz dot org Operating system: Linux PHP version: 5.2.1 PHP Bug Type: Feature/Change Request Bug description: Side by side install of CGI and CLI Description: The following options would be helpful: --with-cgi-suffix=-cgi --with-cli-suffix

#40897 [Bgs->Opn]: error_log file not locked

2007-03-26 Thread david at acz dot org
ID: 40897 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Bogus +Status: Open Bug Type: Filesystem function related Operating System: Any PHP Version: 5.2.1 New Comment: O_APPEND is atomic for a single

#40897 [NEW]: error_log file not locked

2007-03-22 Thread david at acz dot org
From: david at acz dot org Operating system: Any PHP version: 5.2.1 PHP Bug Type: *General Issues Bug description: error_log file not locked Description: The internal php_log_err function does not lock the output file. This causes long messages to get mixed

#40221 [Opn]: Readline should re-read the window size

2007-01-24 Thread david at acz dot org
ID: 40221 User updated by: david at acz dot org Reported By: david at acz dot org Status: Open Bug Type: Readline related Operating System: SuSE Linux 9.3 PHP Version: 5.2.0 New Comment: I found a workaround: Previous Comments

#40221 [NEW]: Readline should re-read the window size

2007-01-24 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux 9.3 PHP version: 5.2.0 PHP Bug Type: Readline related Bug description: Readline should re-read the window size Description: The readline() function should re-read the window size every time it is called

#40134 [NEW]: Include memcache extension with PHP

2007-01-15 Thread david at acz dot org
From: david at acz dot org Operating system: PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug description: Include memcache extension with PHP Description: Given the popularity of memcached, it would be nice to have the memcache extension included

#40077 [NEW]: Make lint check multiple files

2007-01-09 Thread david at acz dot org
From: david at acz dot org Operating system: Any PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug description: Make lint check multiple files Description: It would be nice if lint mode checked multiple files: php -l foo.php bar.php No syntax errors

#39515 [Fbk->Opn]: SOAP fault detail does not contain attributes

2006-11-15 Thread david at acz dot org
ID: 39515 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Feedback +Status: Open Bug Type: SOAP related Operating System: SuSE Linux 9.3 PHP Version: 5.2.0 Assigned To: dmitry New Comment: The

#39515 [NEW]: SOAP fault detail does not contain attributes

2006-11-14 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux 9.3 PHP version: 5.2.0 PHP Bug Type: SOAP related Bug description: SOAP fault detail does not contain attributes Description: Attributes from tags inside a SOAP fault detail are not returned in the

#39352 [Bgs->Opn]: oci_close fails with global keyword

2006-11-09 Thread david at acz dot org
ID: 39352 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Bogus +Status: Open -Bug Type: OCI8 related +Bug Type: Scripting Engine problem Operating System: SuSE Linux 9.3 PHP Version: 5.2.0 Assigned

#39352 [NEW]: oci_close fails with global keyword

2006-11-02 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux 9.3 PHP version: 5.2.0 PHP Bug Type: OCI8 related Bug description: oci_close fails with global keyword Description: oci_close() fails if the connection resource is a global accessed via the "global&quo

#39039 [Bgs->Opn]: SSL: fatal protocol error when fetching HTTPS

2006-10-04 Thread david at acz dot org
ID: 39039 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Bogus +Status: Open Bug Type: Filesystem function related Operating System: SuSE Linux PHP Version: 5.1.6 New Comment: Sorry, I copied the wrong

#39039 [NEW]: SSL: fatal protocol error when fetching HTTPS

2006-10-04 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 5.1.6 PHP Bug Type: Filesystem function related Bug description: SSL: fatal protocol error when fetching HTTPS Description: PHP issues the warning "SSL: fatal protocol error" whe

#38905 [NEW]: RAW values returned inconsistently

2006-09-20 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 5.1.6 PHP Bug Type: OCI8 related Bug description: RAW values returned inconsistently Description: RAW columns are sometimes returned as binary and sometimes as hex. When this happens seems to

#36383 [Fbk->Opn]: ob_implicit_flush() does not disable output buffering

2006-02-15 Thread david at acz dot org
ID: 36383 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Feedback +Status: Open Bug Type: Output Control Operating System: Linux -PHP Version: 5.1.2 +PHP Version: 5.1-200602151530 New Comment: Same

#36347 [Bgs->Opn]: PDO::exec() fails if the query returns results

2006-02-14 Thread david at acz dot org
ID: 36347 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Bogus +Status: Open Bug Type: PDO related Operating System: SuSE Linux 9.3 PHP Version: 5.1.2 Assigned To: george New Comment: See my

#36383 [NEW]: ob_implicit_flush() does not disable output buffering

2006-02-13 Thread david at acz dot org
From: david at acz dot org Operating system: Linux PHP version: 5.1.2 PHP Bug Type: Output Control Bug description: ob_implicit_flush() does not disable output buffering Description: The documentation for ob_implicit_flush says that "Turning implicit flu

#36347 [Opn]: PDO::exec() fails if the query returns results

2006-02-09 Thread david at acz dot org
ID: 36347 User updated by: david at acz dot org Reported By: david at acz dot org Status: Open Bug Type: PDO related Operating System: SuSE Linux 9.3 PHP Version: 5.1.2 New Comment: This bug is similar to #34499. I can't comment on that, s

#36347 [NEW]: PDO::exec() fails if the query returns results

2006-02-09 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux 9.3 PHP version: 5.1.2 PHP Bug Type: PDO related Bug description: PDO::exec() fails if the query returns results Description: [Note: I am actually testing this on PHP 5.1.1. If this bug was fixed in PHP

#34225 [Fbk->Opn]: imagettftext() causes PHP to crash

2005-08-23 Thread david at acz dot org
ID: 34225 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Feedback +Status: Open Bug Type: GD related Operating System: SuSE Linux PHP Version: 4.4.0 Assigned To: pajoye New Comment: This is a

#34225 [NEW]: imagettftext() causes PHP to crash

2005-08-23 Thread david at acz dot org
From: david at acz dot org Operating system: SuSE Linux PHP version: 4.4.0 PHP Bug Type: Reproducible crash Bug description: imagettftext() causes PHP to crash Description: PHP sometimes crashes when calling the PHP function imagettftext(). It crashes because

#31796 [Fbk->Opn]: readline() completes filesystem

2005-02-03 Thread david at acz dot org
ID: 31796 User updated by: david at acz dot org Reported By: david at acz dot org -Status: Feedback +Status: Open Bug Type: Readline related Operating System: * PHP Version: 4CVS, 5CVS (2005-02-03) New Comment: I am positive. Previous

#31796 [NEW]: readline() completes filesystem

2005-02-01 Thread david at acz dot org
From: david at acz dot org Operating system: UNIX PHP version: 4.3.10 PHP Bug Type: Readline related Bug description: readline() completes filesystem Description: The readline() function always tab completes the filesystem even if a custom completion function is

#23993 [NEW]: Any

2003-06-04 Thread david at acz dot org
From: david at acz dot org Operating system: Any PHP version: 4.3.2 PHP Bug Type: Feature/Change Request Bug description: Any It would be really cool if SQLite were added to the main PHP distribution, instead of being a PEAR module. Then it could be built statically into