Hello community,

here is the log from the commit of package php5 for openSUSE:Factory
checked in at Tue Apr 19 09:14:12 CEST 2011.



--------
--- php5/php5.changes   2011-04-14 01:41:42.000000000 +0200
+++ /mounts/work_src_done/STABLE/php5/php5.changes      2011-04-18 
15:05:25.000000000 +0200
@@ -7,0 +8,6 @@
+Tue Apr  5 06:41:50 UTC 2011 - [email protected]
+
+- Add a default to date.timezone  because php5 warns that this is a required 
setting and clutters up the output in zypper installations of pear packages and 
other places
+- Versions after 5.3.6 may make this fatal
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  php-5.3.6-ini-date.timezone.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.a3uU7X/_old  2011-04-19 09:13:42.000000000 +0200
+++ /var/tmp/diff_new_pack.a3uU7X/_new  2011-04-19 09:13:42.000000000 +0200
@@ -77,7 +77,7 @@
 ###
 ###
 Version:        5.3.6
-Release:        2
+Release:        4
 License:        The PHP License, version 3.01
 Group:          Development/Languages/Other
 Provides:       php zend php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
@@ -120,6 +120,7 @@
 Patch28:        php-5.3.6-intl.patch
 Patch29:        php5-openssl.patch
 Patch30:        php5-dtor-err-crash.patch
+Patch31:        php-5.3.6-ini-date.timezone.patch
 Url:            http://www.php.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        PHP5 Core Files
@@ -1233,6 +1234,7 @@
 %patch28
 %patch29
 %patch30
+%patch31
 # we build three SAPI
 %{__mkdir_p} build-apache2 build-fpm
 %{__mkdir_p} build-fastcgi/sapi/cgi/libfcgi


++++++ php-5.3.6-ini-date.timezone.patch ++++++
Index: php.ini-production
===================================================================
--- php.ini-production.orig
+++ php.ini-production
@@ -993,7 +993,7 @@ default_socket_timeout = 60
 [Date]
 ; Defines the default timezone used by the date functions
 ; http://php.net/date.timezone
-;date.timezone =
+date.timezone = 'UTC'
 
 ; http://php.net/date.default-latitude
 ;date.default_latitude = 31.7667

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to