#46951 [NEW]: GD ext need to support streams

2008-12-26 Thread syncer at gmail dot com
From: syncer at gmail dot com
Operating system: any
PHP version:  5.3.0alpha3
PHP Bug Type: GD related
Bug description:  GD ext need to support streams

Description:

PHP has wide support for Streams, Please add stream support for GD output
functions imagegif(), imagepng(), imagewbmp(), imagejpeg() 

There is a work around with ob_buffer system and then out to stream
resource but why not to be native supported.

Thanks.


-- 
Edit bug report at http://bugs.php.net/?id=46951&edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=46951&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=46951&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=46951&r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=46951&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46951&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=46951&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=46951&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=46951&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=46951&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=46951&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=46951&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=46951&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=46951&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=46951&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=46951&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=46951&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=46951&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=46951&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=46951&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=46951&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=46951&r=mysqlcfg



#45702 [NEW]: PDO_SQLITE need to be updated (REQUEST)

2008-08-03 Thread syncer at gmail dot com
From: syncer at gmail dot com
Operating system: All
PHP version:  5.3.0alpha1
PHP Bug Type: PDO related
Bug description:  PDO_SQLITE need to be updated (REQUEST)

Description:

Hi,
 The PDO SQLite driver is forgoten and need to be updated to the 
current SQLite.

Here is some information about the dates and versions:
- SQLite PDO Driver version is: 3.1.3 released on 2006-05-01
- Bundled SQLite3 extension: 3.3.9 released on 2008-06-14
- The SQLite current release: 3.6.0 released on 2008-07-16

A lot of pepole were happy after releasing the PDO as a step forward 
to centralize the database connection, so the question is this 
dropping support for it, is it DEAD?

http://pecl.php.net/package/PDO_SQLITE
http://pecl.php.net/package/sqlite3
http://www.sqlite.org/

Cheers,
Mina


-- 
Edit bug report at http://bugs.php.net/?id=45702&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45702&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45702&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45702&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=45702&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=45702&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=45702&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=45702&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=45702&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=45702&r=support
Expected behavior:http://bugs.php.net/fix.php?id=45702&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=45702&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=45702&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=45702&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45702&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=45702&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=45702&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=45702&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45702&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=45702&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=45702&r=mysqlcfg



#45702 [Fbk->Csd]: PDO_SQLITE need to be updated (REQUEST)

2008-08-05 Thread syncer at gmail dot com
 ID:   45702
 User updated by:  syncer at gmail dot com
 Reported By:  syncer at gmail dot com
-Status:   Feedback
+Status:   Closed
 Bug Type: PDO related
 Operating System: All
 PHP Version:  5.3.0alpha1
 New Comment:

Okay, I will give it a try. Thanks


Previous Comments:


[2008-08-04 14:28:22] [EMAIL PROTECTED]

http://sqlite.org/changes.html

3.6.0 is a beta release and we won't bundle that.



[2008-08-03 15:43:10] [EMAIL PROTECTED]

sqlite3 bundled version uses 3.5.9. pdo-sqlite has modified to use
ext/sqlite3 lib as well.

Give it a try using 5.3-CVS (or snaps.php.net)



[2008-08-03 15:19:02] syncer at gmail dot com

Description:

Hi,
 The PDO SQLite driver is forgoten and need to be updated to the 
current SQLite.

Here is some information about the dates and versions:
- SQLite PDO Driver version is: 3.1.3 released on 2006-05-01
- Bundled SQLite3 extension: 3.3.9 released on 2008-06-14
- The SQLite current release: 3.6.0 released on 2008-07-16

A lot of pepole were happy after releasing the PDO as a step forward 
to centralize the database connection, so the question is this 
dropping support for it, is it DEAD?

http://pecl.php.net/package/PDO_SQLITE
http://pecl.php.net/package/sqlite3
http://www.sqlite.org/

Cheers,
Mina






-- 
Edit this bug report at http://bugs.php.net/?id=45702&edit=1