| Newsgroups |
php.gtk.dev |
| Message-ID |
<[email protected]> |
ID: 45549
Updated by: [email protected]
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