Req #51308 [Opn]: PDO::FETCH_FUNC should also work with fetch()

2010-11-15 Thread kenaniah at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=51308&edit=1 ID: 51308 User updated by:kenaniah at gmail dot com Reported by:kenaniah at gmail dot com Summary:PDO::FETCH_FUNC should also work with fetch() Status: Open

[PHP-BUG] Req #51451 [NEW]: Native interface for date/time functions

2010-03-31 Thread kenaniah at gmail dot com
From: Operating system: * PHP version: 5.3.2 Package: Date/time related Bug Type: Feature/Change Request Bug description:Native interface for date/time functions Description: I would love to see interfaces defined in core that would allow any impleme

[PHP-BUG] Req #51308 [NEW]: PDO::FETCH_FUNC should also work with fetch()

2010-03-16 Thread kenaniah at gmail dot com
From: Operating system: * PHP version: 5.3.2 Package: PDO related Bug Type: Feature/Change Request Bug description:PDO::FETCH_FUNC should also work with fetch() Description: Currently, PDO::FETCH_FUNC can only be used in the PDOStatement::fetchAll()

#50726 [Com]: Resume after Exceptions

2010-01-11 Thread kenaniah at gmail dot com
ID: 50726 Comment by: kenaniah at gmail dot com Reported By: kenaniah at gmail dot com Status: Open Bug Type: Feature/Change Request Operating System: Linux PHP Version: 5.3.1 New Comment: I agree that this may be abuse of exceptions

#50726 [NEW]: Resume after Exceptions

2010-01-11 Thread kenaniah at gmail dot com
From: kenaniah at gmail dot com Operating system: Linux PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: Resume after Exceptions Description: I think that PHP would benefit greatly by implementing a feature known as "resum

#44597 [Com]: [PATCH] Postgres driver does not prepare booleans correctly

2009-10-04 Thread kenaniah at gmail dot com
ID: 44597 Comment by: kenaniah at gmail dot com Reported By: kenaniah at gmail dot com Status: Open Bug Type: PDO related Operating System: Red Hat 4.1.1 PHP Version: 5.2.6 New Comment: *Sjoerd My apologies on the incorrect spelling

#44597 [Opn]: [PATCH] Postgres driver does not prepare booleans correctly

2009-10-04 Thread kenaniah at gmail dot com
ID: 44597 User updated by: kenaniah at gmail dot com Reported By: kenaniah at gmail dot com Status: Open Bug Type: PDO related Operating System: Red Hat 4.1.1 PHP Version: 5.2.6 New Comment: In response to sjored, I believe there is huge

#44597 [Opn]: Postgres driver does not prepare booleans correctly

2009-09-21 Thread kenaniah at gmail dot com
ID: 44597 User updated by: kenaniah at gmail dot com Reported By: kenaniah at gmail dot com Status: Open Bug Type: PDO related Operating System: Red Hat 4.1.1 PHP Version: 5.2.6 New Comment: In response to sjoerd, this may very well be a product

#44597 [NoF->Opn]: Postgres driver does not prepare booleans correctly

2009-09-13 Thread kenaniah at gmail dot com
ID: 44597 User updated by: kenaniah at gmail dot com Reported By: kenaniah at gmail dot com -Status: No Feedback +Status: Open Bug Type: PDO related Operating System: Red Hat 4.1.1 PHP Version: 5.2.6 New Comment: This is still

#47615 [NEW]: PDO parameter binding is in clear violation of the ISO 9075 standard

2009-03-10 Thread kenaniah at gmail dot com
From: kenaniah at gmail dot com Operating system: * PHP version: 5.2.9 PHP Bug Type: PDO related Bug description: PDO parameter binding is in clear violation of the ISO 9075 standard Description: Referencing ISO 9075, PDO does not properly bind boolean

#44597 [Com]: Postgres driver does not prepare booleans correctly

2009-02-03 Thread kenaniah at gmail dot com
ID: 44597 Comment by: kenaniah at gmail dot com Reported By: kenaniah at gmail dot com Status: Open Bug Type: PDO related Operating System: Red Hat 4.1.1 PHP Version: 5.2.5 New Comment: This issue seems like it would be a very easy fix and

#44597 [NEW]: Postgres driver does not prepare booleans correctly

2008-04-01 Thread kenaniah at gmail dot com
From: kenaniah at gmail dot com Operating system: Red Hat 4.1.1 PHP version: 5.2.5 PHP Bug Type: PDO related Bug description: Postgres driver does not prepare booleans correctly Description: When using postgres via PDO and attempting to execute an INSERT or

#42536 [NEW]: Dynamic and multiple object inheritance (and no, this isn't heresy)

2007-09-03 Thread kenaniah at gmail dot com
From: kenaniah at gmail dot com Operating system: PHP version: 5.2.4 PHP Bug Type: Feature/Change Request Bug description: Dynamic and multiple object inheritance (and no, this isn't heresy) Description: To implement this would require a definite change i

#31690 [Com]: user specific additions to php.ini

2007-09-03 Thread kenaniah at gmail dot com
ID: 31690 Comment by: kenaniah at gmail dot com Reported By: wf at bitplan dot com Status: Open Bug Type: Feature/Change Request Operating System: all PHP Version: 5.0.3 New Comment: I am somewhat surprised to see that PHP can't do thi

#42535 [NEW]: repeat() loop

2007-09-03 Thread kenaniah at gmail dot com
From: kenaniah at gmail dot com Operating system: PHP version: 5.2.4 PHP Bug Type: Feature/Change Request Bug description: repeat() loop Description: Granted, you can replicate this by using while($i=0;$i<$times;$i++){ //code here } but that defeats