Categories
Windows

Memorandum #14.

同一記事の日本語版

   As PHP7.0.2 was released, I updated to it. Here is ChangeLog. My server OS is Windows7 HE SP1 x86, so I downloaded php-7.0.2-Win32-VC14-x86.zip.

   The new php.ini-production is different from old ones. ‘Old’, I mean php.ini-production files of PHP7.0.0 and 7.0.1.
   First, the [sqlite] part was deleted. Only the [sqlite3] part remained.

[sqlite]
; http://php.net/sqlite.assoc-case
;sqlite.assoc_case = 0

[sqlite3]
;sqlite3.extension_dir =

   Second, the following lines were added.

; Only write session data when session data is changed. Enabled by default.
; http://php.net/session.lazy-write
;session.lazy_write = On

   If you need more information about php.ini configuration, see ‘Migrating from PHP 5.5.16 to PHP 5.6.0 on Windows’.

   By the way, I updated to Apache2.4.18 on December 15. Its httpd.conf hasn’t the lines about ‘MSIE 10.0 DNT’ things anymore. The lines showed up at Apache2.4.3 and were commented at 2.4.4. And then all of them disappeared at Apache2.4.18. Is this related to…?

Leave a Reply

Your email address will not be published. Required fields are marked *