#50529 [NEW]: weleh
From: amel at yahoo dot com
Operating system: normal
PHP version: 5.3.1
PHP Bug Type: PHP-GTK related
Bug description: weleh
Description:
------------
ERGDSFGV
Expected result:
----------------
HASFSGEGEG
Actual result:
--------------
GCVHEYHVG
--
Edit bug report at http://bugs.php.net/?id=50529&edit=1
--
Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=50529&r=trysnapshot52
Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=50529&r=trysnapshot53
Try a snapshot (PHP 6.0): http://bugs.php.net/fix.p
|
12/19/2009 12:40:03 AM
|
1
|
php-gtk-...@lists.php.net ("amel at yahoo dot com")
|
#50525 [NEW]: FileSelection Complete Failure
From: chezmmd at gmail dot com
Operating system: WinXP
PHP version: 5.2.12
PHP Bug Type: PHP-GTK related
Bug description: FileSelection Complete Failure
Description:
------------
Cannot get GtkFileSelection->complete to work, using current release.
Took online Manual example of object construction, and added a complete
stmt. Results invalid.
Reproduce code:
---------------
<?php
//Creating and initialising the file selection prompt
$filePrompt = new GtkFileSelection('GtkFileSelection Demo');
$filePrompt->connect_simple(
'destroy',
array
|
12/18/2009 7:58:33 PM
|
3
|
php-gtk-...@lists.php.net ("chezmmd at gmail dot com")
|
#50466 [NEW]: http://www.php.net/support.php
From: rombiama at gmail dot com
Operating system: .../index.php
PHP version: 5.2.11
PHP Bug Type: PHP-GTK related
Bug description: http://www.php.net/support.php
Description:
------------
<?php
HTTP/2.2 200 OK
Date: Mon, 13 Dec 2009 19:53:38 GMT
Server: Apache/2
Last-Modified: Mon, 21 Sep 2009 10:12:18 GMT
ETag: "4e677ab-bbc1-b775e480"
Accept-Ranges: bytes
Content-Length: 48065
Connection: open
Url:http://www.angosso.com/index.html?1257942582655/"
<?php
Reproduce code:
---------------
---
From manual page: function.ob-start#Description
---
<?p
|
12/13/2009 7:03:18 PM
|
1
|
php-gtk-...@lists.php.net ("rombiama at gmail dot com")
|
Compilation error
Dear People @ dev list,
When I compile the code I get an error about a missing file "cc:
ext/gtk+/gen_gtk-1.c: No such file or directory"
<quote>
Parsing file 'ext/gtk+/gtk-2.10-types.defs'.
Parsing file 'ext/gtk+/gtk-2.8.defs'.
Parsing file 'ext/gtk+/gtk-2.8-types.defs'.
Parsing file 'ext/gtk+/gtk.defs'.
/bin/sh /usr/src/packages/BUILD/php-gtk-2.0.1+svn291224/libtool
--mode=compile cc -Iext/gtk+/
-I/usr/src/packages/BUILD/php-gtk-2.0.1+svn291224/ext/gtk+/ -DPHP_ATOM_INC
-I/usr/src/packages/BUILD/php-gtk-2.0.1+svn291224/include -I
/usr/src/packages/BUILD/php-gtk-2.0.1+svn29122
|
11/23/2009 9:31:24 PM
|
4
|
joop_boo...@web.de ("Joop Boonen")
|
Dear php-gtk-dev@lists.php.net 73% 0FF on Pfizer.
------=_NextPart_000_0558_01CA6498.D7600040
Content-Type: text/plain;
charset="windows-1251"
Content-Transfer-Encoding: 8bit
Click here http://www.dolodsoy.cn to view as a web page.
View image in browser now http://www.dolodsoy.cn/1.gif
Unsubscribe at http://www.dolodsoy.cn
Change e-mail address at http://www.dolodsoy.cn
Privacy Policy at http://www.dolodsoy.cn
About Us at http://www.dolodsoy.cn
Copyright � 2009 grnqb Inc. All rights reserved.
------=_NextPart_000_0558_01CA6498.D7600040--
|
11/14/2009 3:38:14 AM
|
0
|
php-gene...@antonakis.co.uk (� VIAGRA � Official Site)
|
#50046 [NEW]: Documentation fix for GtkDialog::add_action_widget()
From: ptlis at ptlis dot net
Operating system: ubuntu 9.04
PHP version: 5.2.11
PHP Bug Type: PHP-GTK related
Bug description: Documentation fix for GtkDialog::add_action_widget()
Description:
------------
Another simple documentation update; In the parameter description i've
added a link to the GtkResponseType enum.
patch: http://ptlis.net/temp/gtkdialog.xml.patch
--
Edit bug report at http://bugs.php.net/?id=50046&edit=1
--
Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=50046&r=trysnapshot52
Try a snapshot (PHP 5.3):
|
10/30/2009 11:06:53 PM
|
0
|
php-gtk-...@lists.php.net ("ptlis at ptlis dot net")
|
#50045 [NEW]: Minor documentation fix
From: ptlis at ptlis dot net
Operating system: ubuntu 9.04
PHP version: 5.2.11
PHP Bug Type: PHP-GTK related
Bug description: Minor documentation fix
Description:
------------
Simple one-line documentation fix; The documentation of the parameters for
the GtkMessageDialog constructor has a typo; as such the documentation of
the GtkMessageType enum was not linked to.
The patch can be found at http://ptlis.net/temp/gtkmessage.xml.patch
--
Edit bug report at http://bugs.php.net/?id=50045&edit=1
--
Try a snapshot (PHP 5.2): http://bugs.php.ne
|
10/30/2009 10:26:50 PM
|
0
|
php-gtk-...@lists.php.net ("ptlis at ptlis dot net")
|
#49907 [NEW]: PHP Gtk2 Widget can_default is undefined
From: chezmmd at gmail dot com
Operating system: WinXP
PHP version: 5.2.11
PHP Bug Type: PHP-GTK related
Bug description: PHP Gtk2 Widget can_default is undefined
Description:
------------
Unable to get GtkEntry to have focus after user selects a row in
GtkTreeView on same screen w/o a grab_default. Widget->grab_default causes
GtkCritical error w/o can_default (php.exe:2020 Gtk-CRITICAL
gtk_widget_grab_default: assertion 'GTK_WIDGET_CAN_DEFAULT'(widget) failed.
Widget->can_default causes PHP fatal error and crash.
Reproduce code:
---------------
<?php
|
10/17/2009 8:05:58 AM
|
0
|
php-gtk-...@lists.php.net ("chezmmd at gmail dot com")
|
GtkBuilder does not call __construct() for custom widgets
Hi,
I'm trying to add custom php-gtk widgets to glade-3
- I've compiled a php with the embed sapi and linked it
with a library of my own which includes the php code.
- added the .so to the glade path
- added the needed catalogue files
It seems to be ok with glade but there is a major problem:
GtkBuilder creates the php-gtk Derived objects but does not
call their constructor (their __construct() method in php)
check this code:
<?php
class MyWin extends GtkWindow {
public function __construct() {
echo "MyWin::__construct(): constructor called\n";
parent::__construct()
|
10/13/2009 11:44:12 AM
|
0
|
...@kpistiolis.gr (Pistiolis Konstantinos)
|
Re: [PHP-GTK-DEV] Bugzilla
On Mon, October 5, 2009 1:03 am, Elizabeth M Smith wrote:
> Joop Boonen wrote:
>> Hello,
>> Is there a bugzilla for php-gtk?
>> The latest cvs build does build against php 5.3 but not any more
against
>> php < 5.3.
>> Regards,
>> Joop
> Builds fine against the lastest PHP 5.2 branch (I've built it about 50
times this weekend hunting a bug)
> There are some issues with the configure stuff with automake however
since it now requires the cairo extension as well (adding -DHAVE_CAIRO
to CFLAGS ...)
> we use bugs.php.net for bug tracking
I'm sorry my mistake. It looks more like a gd
|
10/5/2009 6:08:41 AM
|
0
|
joop_boo...@web.de ("Joop Boonen")
|
#49769 [NEW]: extension URL
From: rombiama at gmail dot com
Operating system: ../index2.php
PHP version: 5.2.11
PHP Bug Type: PHP-GTK related
Bug description: extension URL
Description:
------------
Configuration extension URL: www.angosso.com/action
Reproduce code:
---------------
---
From manual page: function.strpos#Description
---
" <?xml encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http‎://www.w3.org/1999/xhtml" xml:lang="fr,en"
lang="fr,en">
<head>
|
10/4/2009 6:02:34 PM
|
0
|
php-gtk-...@lists.php.net ("rombiama at gmail dot com")
|
Bugzilla
Hello,
Is there a bugzilla for php-gtk?
The latest cvs build does build against php 5.3 but not any more against
php < 5.3.
Regards,
Joop
|
10/3/2009 8:53:13 PM
|
3
|
joop_boo...@web.de ("Joop Boonen")
|
php-gtk-dev
--000feaed5d5f11d8e504743e2bb0
Content-Type: text/plain; charset=ISO-8859-1
php-gtk-dev
--000feaed5d5f11d8e504743e2bb0--
|
9/23/2009 12:50:46 PM
|
0
|
...@hacder.cn (hacder)
|
PHP-GTK HEAD for PHP 5.3 on Windows
Hello,
I was wondering if anyone could do me a favour by compiling PHP-GTK's
HEAD with PHP 5.3 on Windows. I have written some 5.3-specific code that
will not run with anything less than 5.3.
Thanks,
Justin aka FrozenFire
|
9/11/2009 7:13:50 PM
|
0
|
frozenf...@thefrozenfire.com (Justin Martin)
|
#49466 [NEW]: Gtk::timeout_add updates "date" function but not "filesize"
From: willgriffiths1 at yahoo dot co dot uk
Operating system: Windows Vista
PHP version: 5.3.0
PHP Bug Type: PHP-GTK related
Bug description: Gtk::timeout_add updates "date" function but not "filesize"
Description:
------------
I put PHP 5.3 because it made me pick a version. I'm actually using
PHP-GTK2.
The function in the example given echos the 'date' and the 'filesize'
every 3 seconds.
However, while the date updates correctly (+3 seconds each time), the
filesize stays the same even if you increase the size of the file.
Is this expected behaviour?
|
9/4/2009 10:36:48 AM
|
0
|
php-gtk-...@lists.php.net ("willgriffiths1 at yahoo dot co dot uk")
|
Webkit extension
Hi,
I've been tinkering recently with the objective of adding a WebKit
wrapper to PHP-GTK. I've got it to the stage where it at least compiles
and can load pages on my Ubuntu Linux machine, as shown in
http://mgdm.net/~michael/webkit.png - I'd like to get it into SVN
somewhere though so other people who know more about it than I can hack
on it. Would this be OK with others?
WebKit seems to be the best maintained of the GTK browser components, as
far as I can make out, and it doesn't /seem/ to have too many dependencies.
--
Cheers,
Michael
|
7/20/2009 6:57:41 PM
|
0
|
mich...@no-surprises.co.uk (Michael Maclean)
|
[PHP-GTK-DEV] Undefined method: PangoFontDescription::free()
Hello:
I am using PHP-Gtk2 to develop software to control a motorsports scoreboard.
I have the most recent versions of every piece of the puzzle (php-gtk2, GTK+
bundle) and am running on WinXP 32-bit.
Upon attempting to use the command $pfd -> free() on a PangoFontDescription
named $pfd, I encounter the error
[17-Jul-2009 10:51:10] PHP Fatal error: Call to undefined method
PangoFontDescription::free() in D:\Documents and Settings ... on line 58
This command appears in all PHP-Gtk2 references. Why does it remain
"undefined" to my compiler? The static pango_font_descriptio
|
7/17/2009 3:26:43 PM
|
0
|
jrd...@yahoo.com (Jon Dunlap)
|
Developement Team
--0016e65a0d867fbb2e046eab78f9
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
I have been using Ubuntu Linux for the past two years
I just stumble upon GTK and I realized that it is a nice
tool for development, and I also saw your call for people
development and documentation.
I wish to be part of your esteemed team.
Please advice.
--
Osagie Samuel E
ICT, University of Abuja,
FCT - Abuja
Nigeria.
+234 7032880195
+234 7025415009
--0016e65a0d867fbb2e046eab78f9--
|
7/14/2009 2:44:06 PM
|
0
|
osagiesa...@gmail.com (Osagie Sammy)
|
Docs and phpd
I see in the wiki a work in progress to use phd and i want help with
this, so where are the current work and which task i can do to help?
|
6/30/2009 4:38:51 PM
|
0
|
conceicao.ferna...@gmail.com (=?ISO-8859-1?Q?Fernando_Correa_da_Concei=E7=E3o?=)
|
php-gtk 2.01 do not use functions for gtk 2.10, possible bug?
Using ubuntu 9.04 with gtk 2.16.1 php 5.2.6
I build php-gtk 2.01(cvs version do not build for me with cairo errors),
it build and runs ok, but, the functions that are 2.10 are missing, like
gtktreeview:enable_tree_lines and gtknotebook:set_reordenable.
Thanks
ps: I am working again on pt_BR docs, and I will try send some en docs too.
|
6/29/2009 3:37:09 PM
|
0
|
conceicao.ferna...@gmail.com (=?ISO-8859-1?Q?Fernando_Correa_da_Concei=E7=E3o?=)
|
New PHP-GTK namespace on wiki.php.net
Hi folks,
There is now a PHP-GTK namespace on the PHP wiki, which can be found at
http://wiki.php.net/php-gtk. If anyone has any info they'd like to put
on there (and who doesn't already have a CVS account), ping this mailing
list first and we'll get you sorted out with an account. At the moment
there's just information on the docs migration to PhD on there.
--
Cheers,
Michael
|
5/5/2009 9:45:51 PM
|
0
|
mich...@no-surprises.co.uk (Michael Maclean)
|
PHP-GTK Reflection Viewer, add as demo code?
--------------070900050106020907060007
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hello,
I've written up a PHP-GTK Reflection Viewer. It was suggested that it
might be added as a demo application within the PHP-GTK sources.
It can be checked out at
http://svn.thefrozenfire.com/phpreflector/tags/0.2/, though I'll also
attach a tarball.
I realise it's wholly lacking in comments, though I do use very
descriptive naming. I'll certainly add comments if it is decided that
the code should be added as a demo.
Any comments would be greatly appreci
|
4/7/2009 8:29:26 PM
|
0
|
frozenf...@thefrozenfire.com (Justin Martin)
|
[Fwd: Request for PHP-GTK functionality]
--------------000706050909000101020703
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
--------------000706050909000101020703
Content-Type: message/rfc822;
name="Request for PHP-GTK functionality.eml"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Request for PHP-GTK functionality.eml"
Delivered-To: andrei@gravitonic.com
Received: by 10.210.92.16 with SMTP id p16cs40728ebb;
Wed, 25 Feb 2009 03:33:48 -0800 (PST)
Received: by 10.140.161.11 with SMTP id j11mr12015rve.114.1235561627184;
Wed, 25 Feb
|
2/25/2009 5:08:32 PM
|
0
|
and...@gravitonic.com (Andrei Zmievski)
|
bug
Hello
When creating a combobox using a GtkListStore, PHP-GTK gives me this
error:
(combobox_model.php:7672): GLib-GObject-WARNING **:
IA__g_object_new_valist: object class `GtkComboBox' has no property
named `text-column'
Does anyone knows what it can be ? The code is below:
<?php
$window = new GtkWindow;
$window->set_default_size(200,100);
$window->set_border_width(20);
$window->set_position(GTK::WIN_POS_CENTER);
$model = new GtkListStore(GObject::TYPE_OBJECT, GObject::TYPE_STRING);
$comboBox = new GtkComboBox($model); // => the error is here
$cell_renderer1 = new
|
2/12/2009 11:54:10 PM
|
0
|
pa...@dalloglio.net (Pablo DallOglio)
|
Want to work on PHP GTK
------=_Part_154081_26253687.1231831033440
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
HI
I also want to work as member of GTK PHP.
Thanks
--
With Regards,
Gourav Mehta
------=_Part_154081_26253687.1231831033440--
|
1/13/2009 7:17:13 AM
|
0
|
gouravme...@gmail.com ("gourav mehta")
|
#47063 [NEW]: PHP-GTK
From: db4fn1 dot snl at gishpuppy dot com
Operating system: Ubuntu
PHP version: 5.2.8
PHP Bug Type: PHP-GTK related
Bug description: PHP-GTK
Description:
------------
PHP-GTK2 crashed on PHP5 when some code was executed. The interface was
made with phpGladeTool.
Reproduce code:
---------------
http://php.pastebin.com/m2e33034b
Expected result:
----------------
A working interface
Actual result:
--------------
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbol
|
1/10/2009 8:04:40 PM
|
0
|
php-gtk-...@lists.php.net ("db4fn1 dot snl at gishpuppy dot com")
|
cairo fixes step 1
------=_Part_159954_829745.1231261432913
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
this patch is step 1 in fixing the current php-gtk cvs on unix, as
right now it will not compile. (however with the patch, it does)
it addresses renaming in the updated cairo extension, and also a
"stray # in program" error caused by lack of a new line.
you will need cairo from the svn. if the cairo svn is still at
revision 20 you will probably need to patch cairo first
(recompile/reinstall). that patch is also attached.
it compiles wit
|
1/6/2009 5:03:52 PM
|
0
|
...@kateos.org ("Bob Majdak Jr")
|
#46999 [NEW]: -Werror=format-security
From: oden dot eriksson at envitory dot se
Operating system: Linux
PHP version: 5.2.8
PHP Bug Type: PHP-GTK related
Bug description: -Werror=format-security
Description:
------------
The build fails with -Werror=format-security
Will attach a patch that fixes this.
Expected result:
----------------
It should build.
Actual result:
--------------
/home/oden/RPM/BUILD/php-gtk-2.0.1/main/php_gtk_util.c: In function
'parse_arg':
/home/oden/RPM/BUILD/php-gtk-2.0.1/main/php_gtk_util.c:422: error: format
not a string literal and no format arguments
/home/
|
1/4/2009 12:12:43 PM
|
0
|
php-gtk-...@lists.php.net ("oden dot eriksson at envitory dot se")
|
Politics
untrue unixlookalike imageprocessing eeohef violation bangs matter thirtyfive subgroups
|
10/26/2008 11:00:25 AM
|
0
|
...@carpinterialuque.com (Amy)
|
Politics
thunk quasiacronym wildcarded teteatete neteeket seepeeem buzzes cn outhouse
|
10/25/2008 4:00:32 PM
|
0
|
...@carpinterialuque.com (Amy)
|
Politics
mouso verbs dumplings snarf choppedoff mbat doubles converges prewinchester
|
10/23/2008 4:00:16 PM
|
0
|
...@carpinterialuque.com (Amy)
|
Linux and building PHP-GTK modules as shared
Hello,
I had trouble compiling php-gtk extensions as shared; they weren't
correctly linked with their respective libraries. The following patch
addresses this issue and I thought I'd share it with you so it could be
incorporated into future versions.
http://aur.archlinux.org/packages/php-gtk/php-gtk/shared-link.patch
Regards,
|
10/12/2008 2:30:36 PM
|
0
|
foutre...@gmail.com (Evangelos Foutras)
|
Politics
countrys oneliners mll accelerometers punchline reliable pluralize grinder eeohef
|
10/7/2008 10:01:48 AM
|
0
|
...@carpinterialuque.com (Amy)
|
win32
hi,
is there someone using win32 calls ?
i looking for a was to use windows dll's for together with php-gtk.
some already used it ?
the proglem ist not php or gtk , its the machanism to call a dll
thanks
|
9/3/2008 2:10:39 PM
|
0
|
har...@thoeny.ch (Harald Thoeny)
|
[Fwd: PHP-GTK 2.0.1 / Suggestion at configure script]
--------------090506030706040700060804
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
--------------090506030706040700060804
Content-Type: message/rfc822;
name="PHP-GTK 2.0.1 / Suggestion at configure script.eml"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline;
filename="PHP-GTK 2.0.1 / Suggestion at configure script.eml"
Delivered-To: andrei@gravitonic.com
Received: by 10.180.252.15 with SMTP id z15cs46110bkh;
Mon, 1 Sep 2008 11:36:15 -0700 (PDT)
Received: by 10.140.133.10 with SMTP id g10mr3625575rvd.170.12202941
|
9/2/2008 2:54:58 AM
|
0
|
and...@gravitonic.com (Andrei Zmievski)
|