--- lib/ezutils/classes/ezini.php       2007-02-22 15:17:20.000000000 +0100
+++ lib/ezutils/classes/ezini.php.new   2007-02-22 15:17:10.000000000 +0100
@@ -454,7 +454,7 @@
         $i = 0;
         if ( is_array( $this->BlockValues )  )
         {
-            $fp = @fopen( $cachedFile, "w+" );
+            $fp = @fopen( $cachedFile, "x+" );
             if ( $fp === false )
             {
                 eZDebug::writeError( "Couldn't create cache file '$cachedFile', perhaps wrong permissions", "eZINI" );

