| Bug #7286 | Doesn't use constants |
| Submitted: |
2006年04月04日 01:37 UTC |
| From: |
php-gtk at swavely dot net |
Assigned: |
cweiske |
| Status: |
Closed |
Package: |
Gtk_FileDrop (version 1.0.1) |
| PHP Version: |
5.1.1 |
OS: |
Win 2000 |
| Roadmaps: |
(Not assigned) |
[2006年04月04日 01:37 UTC] php-gtk at swavely dot net
(cohort)
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
Comments
[2006年05月01日 09:43 UTC] User who submitted this comment has not confirmed identityIf you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE. Write a message to pear-dev@lists.php.net
to request the confirmation link. All bugs/comments/patches associated with this
email address will be deleted within 48 hours if the account request is not confirmed!
[2006年05月01日 10:02 UTC] php-gtk at swavely dot net
Got it now, my bad.