com gtk/php-gtk: Make extension loading more clear. A lot of people are going to be confused about what happened to SQLite in PHP 5.1...: win32/php.ini
[email protected] (David Soria Parra) Sat, 29 Oct 2005 16:27:03 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: ee96c186815ec397eb9585a71b69e362e29ec9ae Author: Steph Fox <[email protected]> Sat, 29 Oct 2005 16:27:03 +0000 Parents: 481a0a120537cf48257f0eb4002caa0d92a2a6da Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=ee96c186815ec397eb9585a71b69e362e29ec9ae Log: Make extension loading more clear. A lot of people are going to be confused about what happened to SQLite in PHP 5.1... Changed paths: M win32/php.ini Diff: ee96c186815ec397eb9585a71b69e362e29ec9ae diff --git a/win32/php.ini b/win32/php.ini index 5edcf4d..3bdbc6d 100644 --- a/win32/php.ini +++ b/win32/php.ini @@ -19,9 +19,12 @@ ;extension_dir = "./" ; Make sure that php-gtk2.dll under Windows, or php-gtk2.so under Unix, is in -; the directory named in extension_dir, and tell PHP to load it. +; the directory named in extension_dir alongside any other shared PHP extensions +; you intend to use, and tell PHP to load it. ;extension = php-gtk2.** +;extension = php_pdo.** +;extension = php_sqlite.** ;;;;;;;;;;;;;;;;;;;;;; ; PHP-GTK extensions ;