#44886 [NEW]: output_add_rewrite_var fails on with attributes containing underscores

2008-05-01 Thread suhachov at gmail dot com
From: suhachov at gmail dot com Operating system: any PHP version: 5.2.5 PHP Bug Type: Output Control Bug description: output_add_rewrite_var fails on with attributes containing underscores Description: output_add_rewrite_var() fails to operate on forms with

#42499 [Fbk->Opn]: PDO_MYSQL: multi-statement execution via PDO::exec() makes connection unusable

2007-09-04 Thread suhachov at gmail dot com
ID: 42499 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com -Status: Feedback +Status: Open Bug Type: PDO related Operating System: FC PHP Version: 5.2.4 New Comment: I said it _only_ in reply to your

#42499 [Opn]: After multi-statement execution via PDO::exec() connection becomes unusable

2007-09-03 Thread suhachov at gmail dot com
ID: 42499 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com Status: Open Bug Type: PDO related Operating System: FC PHP Version: 5.2.4 New Comment: # tar xjf php-5.2.4.tar.bz2 # cd php-5.2.4 # ./configure --disable

#42499 [Fbk->Opn]: After multi-statement execution via PDO::exec() connection becomes unusable

2007-09-03 Thread suhachov at gmail dot com
ID: 42499 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com -Status: Feedback +Status: Open Bug Type: PDO related Operating System: FC PHP Version: 5.2.4 New Comment: How about _you_ check this issue

#42499 [NEW]: After multi-statement execution via PDO::exec() connection becomes unusable

2007-08-31 Thread suhachov at gmail dot com
From: suhachov at gmail dot com Operating system: FC PHP version: 5.2.4 PHP Bug Type: PDO related Bug description: After multi-statement execution via PDO::exec() connection becomes unusable Description: $dbh = PDO('mysql:...',...); $dbh->exec(

#39089 [Fbk->Opn]: Missing -liconv during GD configuring fails ./configure run

2007-04-03 Thread suhachov at gmail dot com
ID: 39089 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com -Status: Feedback +Status: Open Bug Type: GD related Operating System: Linux FC PHP Version: 5.1.6 Assigned To: pajoye New Comment: Of

#39483 [Asn]: Problem with using placeholders and string constants in PDO MySQL

2006-11-14 Thread suhachov at gmail dot com
ID: 39483 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com Status: Assigned Bug Type: PDO related Operating System: Linux PHP Version: 5.2.0 Assigned To: wez New Comment: I suggest you some patch to fix this

#39483 [Opn]: Problem with using placeholders and string constants in PDO MySQL

2006-11-12 Thread suhachov at gmail dot com
ID: 39483 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com Status: Open Bug Type: PDO related Operating System: Linux PHP Version: 5.2.0 New Comment: Oh! I've forgot to note: when I compile pdo_mysql wit

#39483 [Fbk->Opn]: Problem with using placeholders and string constants in PDO MySQL

2006-11-12 Thread suhachov at gmail dot com
ID: 39483 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com -Status: Feedback +Status: Open Bug Type: PDO related Operating System: Linux PHP Version: 5.2.0 New Comment: I've tried it with: 5.0.26 4

#39483 [NEW]: Problem with using placeholders and string constants in PDO MySQL

2006-11-12 Thread suhachov at gmail dot com
From: suhachov at gmail dot com Operating system: Linux PHP version: 5.2.0 PHP Bug Type: PDO related Bug description: Problem with using placeholders and string constants in PDO MySQL Description: It seems that PDO sql parser is broken and tries to look for

#39308 [NEW]: PDO eats 1 megabyte for every prepared statement for LONGTEXT fields

2006-10-30 Thread suhachov at gmail dot com
From: suhachov at gmail dot com Operating system: Linux FC PHP version: 5.1.6 PHP Bug Type: Performance problem Bug description: PDO eats 1 megabyte for every prepared statement for LONGTEXT fields Description: Simple program: // remember used memory $start

#39089 [Fbk->Opn]: Missing -liconv during GD configuring fails ./configure run

2006-10-10 Thread suhachov at gmail dot com
ID: 39089 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com -Status: Feedback +Status: Open Bug Type: *Compile Issues Operating System: Linux FC PHP Version: 5.1.6 Assigned To: pajoye New Comment: No

#39089 [Bgs->Opn]: Missing -liconv during GD configuring fails ./configure run

2006-10-09 Thread suhachov at gmail dot com
ID: 39089 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com -Status: Bogus +Status: Open Bug Type: *Compile Issues Operating System: Linux FC PHP Version: 5.1.6 New Comment: Thanx, I know. But sometimes

#39089 [NEW]: Missing -liconv during GD configuring fails ./configure run

2006-10-09 Thread suhachov at gmail dot com
From: suhachov at gmail dot com Operating system: Linux FC PHP version: 5.1.6 PHP Bug Type: *Compile Issues Bug description: Missing -liconv during GD configuring fails ./configure run Description: 1. cd gd-2.0.33 2. ./configure --with-iconv-prefix=/path/to

#37419 [Opn]: PDO constructor returns NULL if empty options list is passed under Apache2

2006-05-12 Thread suhachov at gmail dot com
ID: 37419 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com Status: Open Bug Type: Apache2 related Operating System: WinXP PHP Version: 5.1.4 New Comment: I've solved this problem - MySQL extension wasn

#37416 [Csd]: Exception in rewind() method crashes iterator_to_array() function

2006-05-12 Thread suhachov at gmail dot com
ID: 37416 User updated by: suhachov at gmail dot com Reported By: suhachov at gmail dot com Status: Closed Bug Type: SPL related Operating System: WinXP PHP Version: 5.1.4 New Comment: Ok, snapshot is good, but when (and where) can I get compiled

#37419 [NEW]: PDO constructor returns NULL if empty options list is passed under Apache2

2006-05-12 Thread suhachov at gmail dot com
From: suhachov at gmail dot com Operating system: WinXP PHP version: 5.1.4 PHP Bug Type: Apache2 related Bug description: PDO constructor returns NULL if empty options list is passed under Apache2 Description: new PDO('mysql:host=localhost;db=test',&#

#37416 [NEW]: Exception in rewind() method crashes iterator_to_array() function

2006-05-12 Thread suhachov at gmail dot com
From: suhachov at gmail dot com Operating system: WinXP PHP version: 5.1.4 PHP Bug Type: SPL related Bug description: Exception in rewind() method crashes iterator_to_array() function Description: I call iterator_to_array($iter) and if something bad is happend