Code

patches: Added 02-php5.4.diff -- use ob_end_flush() in favor of ob_end_clean()
[pkg-libkohana2-php.git] / debian / changelog
index 2e5a52b3f5038f8a2f072ef69c61738918ce467b..7822392755b1a8318bcb2f519623c40b77a770df 100644 (file)
@@ -1,3 +1,14 @@
+libkohana2-php (2.3.4-2) unstable; urgency=low
+
+  * debian/patches:
+    - Added 02-php5.4.diff -- use ob_end_flush() in favor of ob_end_clean() if
+      the buffer contains any data to make sure the rendered page is actually
+      displayed (PHP 5.4 handles end_clean() a bit different than previous
+      versions); thanks to Bernhard Schmidt for reporting this and Jörg Linge
+      for tracking down to problem (Closes: #665197).
+
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 03 Apr 2012 13:03:53 +0200
+
 libkohana2-php (2.3.4-1) unstable; urgency=low
 
   [ Sven Velt ]