diff options
author | <changelog@php.net> | 1999-11-09 02:09:01 +0000 |
---|---|---|
committer | <changelog@php.net> | 1999-11-09 02:09:01 +0000 |
commit | 86418fde5b3b3b808054b179a94e3083e1e70444 (patch) | |
tree | 0b19f1cf51c6a234c69f6b2865ffd08a689ecb81 | |
parent | e95fe291d4c8fad7b2533d1e26555e06bb4aa76e (diff) | |
download | php-git-86418fde5b3b3b808054b179a94e3083e1e70444.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +1999-11-08 Jakub Skopal <j@kubs.cz> + + * ext/sybase_ct/php_sybase_ct.c: + "sybase" is definitelly six characters long :-) + +1999-11-08 Stig Bakken <ssb@fast.no> + + * configure.in + makedist: Cleaned up makedist a bit more. + + * .cvsignore: ignore distribution files + +1999-11-08 Sascha Schumann <sascha@schumann.cx> + + * build.mk + buildconf + ltconfig + ltmain.sh: + Add libtool files to CVS. Advantages: + + - PHP-specific changes are easier to maintain + - it removes one dependency for users (i.e. GNU vs. FreeBSD ports) + + I have not removed the libtool check in buildconf, since libzend/TSRM still + depend on a local version of libtool. + + * ext/snmp/snmp.c: + Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and + broke the build for UCD SNMP 4.0.1. + +1999-11-08 Stig Bakken <ssb@fast.no> + + * configure.in + php.h: (PHP tempnam) now uses mkstemp() if available + +1999-11-08 changelog <changelog@www> + + * ChangeLog: ChangeLog update + 1999-11-07 changelog <changelog@www> * ChangeLog: ChangeLog update |