]> git.pld-linux.org Git - packages/agata.git/blobdiff - agata-gtk.patch
- allows to use agata without php.ini changes
[packages/agata.git] / agata-gtk.patch
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.030344 seconds and 4 git commands to generate.