HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/fickanzeiger/components/phputf8/utils/ChangeLog
2006-10-25 17:12  harryf

	* README: More detail / notes

2006-10-25 15:34  harryf

	* tests/index.php: Add simple unit test

2006-10-25 15:34  harryf

	* utf8_to_ascii.php: Move from global to local static variable

2006-09-04 23:34  harryf

	* builddb.pl: Fix example script name

2006-09-04 23:34  harryf

	* utf8_to_ascii.php: Performance optimization / re-write - elimate
	  string splitting with preg_match_all - most of the time was going
	  here - re-implement ord calculation - reduce #calls to PHP ord()
	  fn. Improve ab average response time for the example from ~9s to
	  ~0.41s

2006-03-04 00:43  harryf

	* LICENSE, README, builddb.pl, utf8_to_ascii.php, tests/index.php,
	  tests/data/utf8.txt: Initial import

2006-03-04 00:43  harryf

	* LICENSE, README, builddb.pl, utf8_to_ascii.php, tests/index.php,
	  tests/data/utf8.txt: Initial revision