SPECS: php-pecl-session_mysql.spec - Provides: php(session_mysql) ...

glen glen at pld-linux.org
Thu Feb 8 20:36:24 CET 2007


Author: glen                         Date: Thu Feb  8 19:36:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Provides: php(session_mysql)
- does not need php mysql extension

---- Files affected:
SPECS:
   php-pecl-session_mysql.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-session_mysql.spec
diff -u SPECS/php-pecl-session_mysql.spec:1.9 SPECS/php-pecl-session_mysql.spec:1.10
--- SPECS/php-pecl-session_mysql.spec:1.9	Thu Feb  8 16:08:40 2007
+++ SPECS/php-pecl-session_mysql.spec	Thu Feb  8 20:36:19 2007
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+# on apache2 restart when module can't connect to database issues errors that can't be understand why:
+# [error] [client ::1] PHP Fatal error:  session_start(): Failed to initialize storage module: mysql (path: /var/run/php) in class.auth.php on line 22
+# [error] [client x.x.x.x] PHP Fatal error:  session_start(): Failed to initialize storage module: mysql (path: /var/run/php) in class.auth.php on line 22
+#
 %define		_modname	session_mysql
 Summary:	MySQL session save handler for PHP
 Summary(pl):	Obsługa zapisywania sesji w bazie MySQL dla PHP
@@ -18,7 +22,7 @@
 BuildRequires:	rpmbuild(macros) >= 1.344
 %{?requires_php_extension}
 Requires:	php-common >= 4:5.0.4
-Requires:	php(mysql)
+Provides:	php(session_mysql)
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -74,6 +78,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007/02/08 19:36:19  glen
+- Provides: php(session_mysql)
+- does not need php mysql extension
+
 Revision 1.9  2007/02/08 15:08:40  glen
 - up to 1.9
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pecl-session_mysql.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list