[PHP-BUG] Bug #65199 [NEW]: pg_copy_from() modifies input array variable

2013-07-03 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux (all?) PHP version: 5.5.0 Package: PostgreSQL related Bug Type: Bug Bug description:pg_copy_from() modifies input array variable Description: The variable holding the array of values I pass

Req #32100 [Com]: Request 'finally' support for exceptions

2010-06-26 Thread thuejk at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=32100edit=1 ID: 32100 Comment by: thuejk at gmail dot com Reported by: ceefour at gauldong dot net Summary: Request 'finally' support for exceptions Status: Closed Type: Feature/Change

#50686 [WFx]: fputcsv and fgetcsv doesn't follow CSV format

2010-01-11 Thread thuejk at gmail dot com
ID: 50686 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Wont fix Bug Type: Filesystem function related Operating System: * PHP Version: 5.*, 6 Assigned To: iliaa New Comment: The spec existed before

#50686 [Asn]: fputcsv and fgetcsv doesn't follow CSV format

2010-01-10 Thread thuejk at gmail dot com
ID: 50686 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Assigned Bug Type: Filesystem function related Operating System: * PHP Version: 5.*, 6 Assigned To: iliaa New Comment: I will consider doing

#50686 [Asn]: fputcsv and fgetcsv doesn't follow CSV format

2010-01-09 Thread thuejk at gmail dot com
ID: 50686 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Assigned Bug Type: Filesystem function related Operating System: Ubuntu PHP Version: 5.3.1 Assigned To: iliaa New Comment: I have written a test

#50686 [Asn]: fputcsv and fgetcsv doesn't follow CSV format

2010-01-08 Thread thuejk at gmail dot com
ID: 50686 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Assigned Bug Type: Filesystem function related Operating System: Ubuntu PHP Version: 5.3.1 Assigned To: iliaa New Comment: Also, according

#50686 [NEW]: fputcsv and fgetcsv doesn't follow CSV format

2010-01-07 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Ubuntu PHP version: 5.3.1 PHP Bug Type: Unknown/Other Function Bug description: fputcsv and fgetcsv doesn't follow CSV format Description: According to http://en.wikipedia.org/wiki/Comma-separated_values (which I

#50654 [NEW]: Nested heredocs fail

2010-01-04 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Debian Linux Unstable PHP version: 5.2.12 PHP Bug Type: Scripting Engine problem Bug description: Nested heredocs fail Description: Embedding a heredoc inside another heredoc fails to compile on 5.2.12. (The same

#47639 [NEW]: pg_copy_from: WARNING: nonstandard use of \\ in a string literal

2009-03-12 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux PHP version: 5.2.9 PHP Bug Type: PostgreSQL related Bug description: pg_copy_from: WARNING: nonstandard use of \\ in a string literal Description: Whenever I use pg_copy_from() I get an error in /var/log

#46954 [Bgs]: pg_prepare silently truncates query name

2009-01-02 Thread thuejk at gmail dot com
ID: 46954 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Bogus Bug Type: PostgreSQL related Operating System: Linux PHP Version: 5.2.8 New Comment: The maximum length of the name is NAMEDATALEN-1 - see http

#46954 [Bgs]: pg_prepare silently truncates query name

2009-01-02 Thread thuejk at gmail dot com
ID: 46954 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Bogus Bug Type: PostgreSQL related Operating System: Linux PHP Version: 5.2.8 New Comment: Hmm, which of course will not work since the database we

#46954 [NEW]: pg_prepare silently truncates query name

2008-12-27 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux PHP version: 5.2.8 PHP Bug Type: PostgreSQL related Bug description: pg_prepare silently truncates query name Description: When using pg_prepare(string $stmtname, string $query) with a very long $stmtname

#45610 [NEW]: pg_field_type returns wrong type

2008-07-23 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux (probably all) PHP version: 5.2.6 PHP Bug Type: PostgreSQL related Bug description: pg_field_type returns wrong type Description: For some queries, pg_field_type() returns the wrong field type. It seems

#45610 [Opn-Bgs]: pg_field_type returns wrong type

2008-07-23 Thread thuejk at gmail dot com
ID: 45610 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com -Status: Open +Status: Bogus Bug Type: PostgreSQL related Operating System: Linux (probably all) PHP Version: 5.2.6 New Comment: Ah bugger

#44428 [NEW]: file and line missing in debug_backtrace() output

2008-03-13 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: All PHP version: 5.2.5 PHP Bug Type: Scripting Engine problem Bug description: file and line missing in debug_backtrace() output Description: In all cases (but the one below one), file and line indexes are defined

#43187 [NEW]: Recursive loop crashes php instead of emitting error

2007-11-04 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux PHP version: 5.2.4 PHP Bug Type: Reproducible crash Bug description: Recursive loop crashes php instead of emitting error Description: When running a recursive loop with lots of iterations, PHP will segfault

#43042 [NEW]: Error handling when out of memory

2007-10-19 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: All PHP version: 5.2.4 PHP Bug Type: Feature/Change Request Bug description: Error handling when out of memory Description: I have a PHP production setup where errors are automatically reported to me via email

#40261 [Csd]: Extremely slow data handling due to memory fragmentation

2007-03-20 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Closed Bug Type: Performance problem Operating System: All PHP Version: 5.2.0 Assigned To: dmitry New Comment: Excellent, thanks :). I

#40261 [Asn]: Extremely slow data handling due to memory fragmentation

2007-03-16 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Assigned Bug Type: Performance problem Operating System: All PHP Version: 5.2.0 Assigned To: dmitry New Comment: I think I am hitting

#40809 [NEW]: Poor perfomance of .=

2007-03-14 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux PHP version: 5.2.1 PHP Bug Type: Performance problem Bug description: Poor perfomance of .= Description: In some cases, the .= operator can have poor performance. I have a production PHP program which

#40261 [Fbk-Opn]: Extremely slow data handling due to memory fragmentation

2007-01-30 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com -Status: Feedback +Status: Open Bug Type: Performance problem Operating System: All PHP Version: 5.2.0 Assigned To: dmitry New Comment

#40261 [Opn]: Extremely slow data handling due to memory fragmentation

2007-01-29 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Open Bug Type: Performance problem -Operating System: Linux +Operating System: All PHP Version: 5.2.0 New Comment: I added a few printf's and found out

#40261 [Opn]: Extremely slow data handling due to memory fragmentation

2007-01-28 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com -Summary: Extremely slow data handling in specific situation Reported By: thuejk at gmail dot com Status: Open Bug Type: Performance problem Operating System: Linux PHP Version: 5.2.0 New

#40261 [NEW]: Extremely slow data handling in specific situation

2007-01-27 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux PHP version: 5.2.0 PHP Bug Type: Performance problem Bug description: Extremely slow data handling in specific situation Description: I have some code which produces unacceptible performance in a specific

#40261 [Fbk-Opn]: Extremely slow data handling in specific situation

2007-01-27 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com -Status: Feedback +Status: Open Bug Type: Performance problem Operating System: Linux PHP Version: 5.2.0 New Comment: I added the requested changes

#40261 [Fbk-Opn]: Extremely slow data handling in specific situation

2007-01-27 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com -Status: Feedback +Status: Open Bug Type: Performance problem Operating System: Linux PHP Version: 5.2.0 New Comment: I have made it a bit shorter

#40261 [Opn]: Extremely slow data handling in specific situation

2007-01-27 Thread thuejk at gmail dot com
ID: 40261 User updated by: thuejk at gmail dot com Reported By: thuejk at gmail dot com Status: Open Bug Type: Performance problem Operating System: Linux PHP Version: 5.2.0 New Comment: On second though, black boxes are not good for testing

#39915 [NEW]: Trying to access the index of an integer should throw a warning

2006-12-20 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug description: Trying to access the index of an integer should throw a warning Description: Trying to access the index of an integer is not a well

#39916 [NEW]: Auto trunkation of floats to ints in array indices should raise a warning

2006-12-20 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug description: Auto trunkation of floats to ints in array indices should raise a warning Description: As described in http://php.net/manual/en

#38047 [NEW]: file and line sometimes not set in backtrace from inside error handler

2006-07-09 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Linux PHP version: 5.1.4 PHP Bug Type: Unknown/Other Function Bug description: file and line sometimes not set in backtrace from inside error handler Description: I generate a backtrace from inside my error