]> git.pld-linux.org Git - packages/agata.git/commitdiff
- allows to use agata without php.ini changes
authorggodlewski <ggodlewski@pld-linux.org>
Fri, 13 Dec 2002 22:19:44 +0000 (22:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    agata-gtk.patch -> 1.1

agata-gtk.patch [new file with mode: 0644]

diff --git a/agata-gtk.patch b/agata-gtk.patch
new file mode 100644 (file)
index 0000000..c459136
--- /dev/null
@@ -0,0 +1,11 @@
+--- agata/agata.php.old        Fri Dec 13 23:17:30 2002
++++ agata/agata.php    Fri Dec 13 23:17:41 2002
+@@ -36,7 +36,7 @@
+ if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN')
+   dl('php_gtk.dll');
+ else
+-  dl('php_gtk.so');
++  dl('gtk.so');
+ class AgataMain extends AgataCore
+ {
This page took 0.063689 seconds and 4 git commands to generate.