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…?

o6asan

Recent Posts

How to enable Hyper-V and run Windows 7 on Amazon’s cheap laptop.

The laptop mentioned previous article successfully became 24H2. The touchpad was risen because the battery…

1 month ago

Upgrade Amazon’s cheap laptop to Windows 11 PRO 24H2.

I had a cheap laptop from Amazon and had used it to watch streaming programs…

2 months ago

Very easy, sweet potato yōkan recipe.

The recipe for sweet potato yōkan that I often made this fall. Ingredients Sweet potato…

2 years ago

On my home network, I’ve built an FTP server that I left for long time.

After a long time, when I checked broken links and fixed them, I got an…

4 years ago

Moving “o6asan’s BBS”.-#2

I made a box, so I prepare the contents. Theme and Plugins. The theme is…

4 years ago

Moving “o6asan’s BBS”.

Hehe, it's been almost a year since my last post. I received a notification email…

4 years ago

This website uses cookies.