Skip to content

Commit 907ec31

Browse files
committed
Added documentation for the recent changes.
1 parent da6b190 commit 907ec31

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
OracleEditor.php ChangeLog
22
==================================
33

4+
2017-08-24 Tim Strehle <[email protected]>
5+
6+
Changed to always use UTF-8 - non-Unicode data is not supported anymore.
7+
This fixes problems when trying to read the charset from NLS_LANG, which
8+
fails when using Easy Connect.
9+
10+
2017-08-23 Tim Strehle <[email protected]>
11+
12+
Fixed fatal error on PHP 7. OracleEditor.php now runs fine on PHP 7.
13+
414
2013-08-27 Tim Strehle <[email protected]>
515

616
Moved from SourceForge.net to GitHub.com.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Simply download the OracleEditor.php file and copy it on your web server.
2020
Requirements
2121
------------
2222

23-
You need a webserver running PHP 4 (version 4.1 or greater) with Session and OCI8 support. OracleEditor.php works fine with the php.ini setting register_globals=off.
23+
You need a webserver running PHP 5 or PHP 7 with Session and OCI8 support. OracleEditor.php works fine with the php.ini setting register_globals=off.
2424

2525
Features
2626

0 commit comments

Comments
 (0)