From e39535704790cdc6e1e47167ae19a815fb40b586 Mon Sep 17 00:00:00 2001 From: fitzagard Date: Fri, 23 Dec 2011 01:26:58 -0500 Subject: [PATCH 1/2] Pointing mysql.sock to /srv/mysql instead of /var/run --- packages/php/php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/php/php.spec b/packages/php/php.spec index cd039ad2..aa2594e1 100644 --- a/packages/php/php.spec +++ b/packages/php/php.spec @@ -87,7 +87,7 @@ export LDFLAGS="%{LDFLAGS}" --with-gd \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ - --with-mysql-sock=/var/run/mysql/mysql.sock \ + --with-mysql-sock=/srv/mysql/mysql.sock \ --with-apxs2=/usr/sbin/apxs make cd ../%{name}-%{version}-fpm @@ -120,7 +120,7 @@ cd ../%{name}-%{version}-fpm --with-gd \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ - --with-mysql-sock=/var/run/mysql/mysql.sock \ + --with-mysql-sock=/srv/mysql/mysql.sock \ --enable-fpm make From 1cb381f3206a3e3e357b54dad0c46202e9077b26 Mon Sep 17 00:00:00 2001 From: fitzagard Date: Sat, 24 Dec 2011 10:07:24 -0500 Subject: [PATCH 2/2] Bumped Release Bumped release and updated changelog --- packages/php/php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/php/php.spec b/packages/php/php.spec index aa2594e1..6be5ca20 100644 --- a/packages/php/php.spec +++ b/packages/php/php.spec @@ -1,7 +1,7 @@ Summary: PHP Hypertext Preprocessor Name: php Version: 5.3.6 -Release: 2 +Release: 3 Group: Development/Languages License: PHP v3.01 Distribution: LightCube OS @@ -187,6 +187,9 @@ You may also what to edit "DirectoryIndex" to include index.php' /usr/%{_lib}/apache/libphp5.so %changelog +* Fri Dec 24 2011 Fitz Agard - 5.3.6-3 +- Changed mysql.sock location. + * Thu Aug 25 2011 Jeremy Huntwork - 5.3.6-2 - Enable support for FTP