|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
#45549 [NEW]: Don't requireFrom: Keisial at gmail dot com
Operating system: Linux PHP version: 5.3CVS-2008-07-17 (snap) PHP Bug Type: PHP-GTK related Bug description: Don't require Description: ------------ GtkMozEmbed::render_data[1] and GtkMozEmbed::append_data[2] receive a data parameter and a int one with the length of that data, just as their C versions [3],[4]. However, this is unneeded, confusing and potentially incoherent for PHP, whose strings are binary-safe. So an override should be added for them to get the length from the string. 1-http://gtk.php.net/manual/en/mozembed.gtkmozembed.method.render_data.php 2-http://gtk.php.net/manual/en/gtk.gtkmozembed.method.append_data.php 3-http://www.mozilla.org/unix/gtk-embedding.html#gtk_moz_embed_render_data 4-http://www.mozilla.org/unix/gtk-embedding.html#gtk_moz_embed_append_data -- Edit bug report at http://bugs.php.net/?id=45549&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45549&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45549&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45549&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45549&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45549&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45549&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45549&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45549&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45549&r=support Expected behavior: http://bugs.php.net/fix.php?id=45549&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45549&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45549&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45549&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45549&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45549&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45549&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45549&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45549&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45549&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45549&r=mysqlcfg -- PHP-GTK Development Mailing List (http://gtk.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|
#45549 [Opn->Sus]: Don't require ID: 45549
Updated by: auroraeosrose@... Reported By: Keisial at gmail dot com -Status: Open +Status: Suspended Bug Type: PHP-GTK related Operating System: Linux PHP Version: 5.3CVS-2008-07-17 (snap) New Comment: As we don't have a lot of manpower right now and this is a feature request, it will have to wait until someone writes the override Previous Comments: ------------------------------------------------------------------------ [2008-07-17 20:03:26] Keisial at gmail dot com Description: ------------ GtkMozEmbed::render_data[1] and GtkMozEmbed::append_data[2] receive a data parameter and a int one with the length of that data, just as their C versions [3],[4]. However, this is unneeded, confusing and potentially incoherent for PHP, whose strings are binary-safe. So an override should be added for them to get the length from the string. 1-http://gtk.php.net/manual/en/mozembed.gtkmozembed.method.render_data.php 2-http://gtk.php.net/manual/en/gtk.gtkmozembed.method.append_data.php 3-http://www.mozilla.org/unix/gtk-embedding.html#gtk_moz_embed_render_data 4-http://www.mozilla.org/unix/gtk-embedding.html#gtk_moz_embed_append_data ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45549&edit=1 -- PHP-GTK Development Mailing List (http://gtk.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
| Free Forum Powered by Nabble | Forum Help |