PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Gtk Components » Gtk_FileDrop » Bug #7286

Doesn't use constants

Details

Submitted2006-04-04 01:37 UTC
Fromphp-gtk at swavely dot net
Assignedcweiske
StatusClosed
PackageGtk_FileDrop
PHP Version5.1.1
OSWin 2000
Roadmaps(Not assigned)

Comments

[2006-04-04 01:37 UTC] php-gtk at swavely dot net

Description:
------------
I get this error when I run the test script given in the 'End User Documentation':

PHP Notice: Use of undefined constant GTK_DEST_DEFAULT_ALL - assumed 'GTK_DEST_DEFAULT_ALL' in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66

PHP Notice: Use of undefined constant GDK_ACTION_COPY - assumed 'GDK_ACTION_COPY' in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66

PHP Notice: Use of undefined constant GDK_ACTION_MOVE - assumed 'GDK_ACTION_MOVE' in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66

PHP Warning: PHP-GTK internal error: could not convert 'GDK_ACTION_OOV]' to flags in C:\PHP-Gtk2\lib\pear\Gtk\FileDrop.php on line 66

Test script:
---------------
Used script at bottom of this page: http://pear.php.net/manual/en/package.gtk.filedrop.example.php

[2006-05-01 10:02 UTC] php-gtk at swavely dot net

Got it now, my bad.