Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (f4dfc89c05b41ceae32c8e53ff9bde33ffad2549)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f4dfc89c05b41ceae32c8e53ff9bde33ffad2549)
  • Date: Thu, 2 Jul 2009 14:47:16 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

php-pear/php-dev/HISTORY | 3 +++
php-pear/php-dev/INSTALL | 2 +-
php-pear/php/HISTORY | 3 +++
php-pear/php/INSTALL | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit f4dfc89c05b41ceae32c8e53ff9bde33ffad2549
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

php-dev: php.ini-dist -> php.ini-production (Bug #15278)

commit 2edd38bb4562523fb2ac31f88bdc829ffed1e312
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

php: php.ini-dist -> php.ini-production (Bug #15278)

diff --git a/php-pear/php-dev/HISTORY b/php-pear/php-dev/HISTORY
index 39732ca..7bd2e4f 100644
--- a/php-pear/php-dev/HISTORY
+++ b/php-pear/php-dev/HISTORY
@@ -1,3 +1,6 @@
+2009-07-02 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: php.ini-dist -> php.ini-production (Bug #15278)
+
2008-10-12 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: firebird has moved

diff --git a/php-pear/php-dev/INSTALL b/php-pear/php-dev/INSTALL
index 71c8fec..2d82c5e 100755
--- a/php-pear/php-dev/INSTALL
+++ b/php-pear/php-dev/INSTALL
@@ -1,3 +1,3 @@
default_install &&

-install_config_file php.ini-dist /etc/php.ini
+install_config_file php.ini-production /etc/php.ini
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 064c5ba..8f69a2d 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2009-07-02 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: php.ini-dist -> php.ini-production (Bug #15278)
+
2009-06-30 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to 5.3.0

diff --git a/php-pear/php/INSTALL b/php-pear/php/INSTALL
index 567f8b6..58b5fd3 100755
--- a/php-pear/php/INSTALL
+++ b/php-pear/php/INSTALL
@@ -1,3 +1,3 @@
default_install &&

-install_config_file php.ini-dist /etc/php.ini
+install_config_file php.ini-production /etc/php.ini



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f4dfc89c05b41ceae32c8e53ff9bde33ffad2549), Eric Sandall, 07/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page