20040718
- (dtucker) [Makefile.in] Create privsep directory and warn if _ntp group/
user do not exist.
- (dtucker) [defines.h] Mac OS X needs IOV_MAX defined too. From kinetik at
orcon.net.nz
- (dtucker) [configure.ac] Die screaming if we can't find getaddrinfo.
- (dtucker) [defines.h] Use "#if defined(..) not "#if (..)".
20040717
- (dtucker) [configure.ac] Import --with-ssl-dir checks from OpenSSH
Portable, configure will now automatically find libcrypto in its default
location.
- (dtucker) [ntpd.conf] Make more like OpenBSD's, but select 3 servers from
pool.ntp.org by default rather than use the "servers" directive.
GNU JAF is a framework for declaring what beans operate on what MIME type data.
Content handler beans can be defined to handle particular MIME content. The JAF
unites internet standards for declaring content with JavaBeans?.
The JAF defines two mechanisms within the framework. The first, the file type
map, specifies the MIME content type for a given file. The default
implementation of this uses the UNIX mime.types format to map filename
extensions to MIME types. The second mechanism, the command map, specifies
the actions that can be applied to a given MIME content type. The default
implementation of this uses the standard mailcap format to map actions to
JavaBean? classes. These beans can then view, edit, print, or perform
whatever other action is required on the underlying resource.
OpenNTPd is a free implementation of the Network Time Protocol.
It provides the ability to sync the local clock to remote NTP servers and
can act as NTP server itself, redistributing the local clock.
OpenNTPd is primarily developed by Henning Brauer and Alexander Guy as part
of the OpenBSD Project. The portable version is made by Darren Tucker.
The software and is freely useable and re-useable by everyone under a BSD
license.
Some of the key features of PHP 5 include:
* The Zend Engine II with a new object model and dozens of new features.
* XML support has been completely redone in PHP 5, all extensions are now
focused around the excellent libxml2 library (http://www.xmlsoft.org/).
* A new SimpleXML extension for easily accessing and manipulating XML as PHP
objects. It can also interface with the DOM extension and vice-versa.
* A brand new built-in SOAP extension for interoperability with Web Services.
* A new MySQL extension named MySQLi for developers using MySQL 4.1 and later.
This new extension includes an object-oriented interface in addition to a
traditional interface; as well as support for many of MySQL's new features,
such as prepared statements.
* SQLite has been bundled with PHP. For more information on SQLite, please
visit their website.
* Streams have been greatly improved, including the ability to access
low-level socket operations on streams.
* And lots more...