summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-07-08 00:17:06 +0000
committer <changelog@php.net>2002-07-08 00:17:06 +0000
commit8e7219e12361fd2bab3c42c0ce3748afa32e3f9c (patch)
tree6f92ea4bcb4e0fdbb9ed55dc00cd40737d2c7c53 /ChangeLog
parentf8875adaab9fe973ab798ead093e21972ed43a13 (diff)
downloadphp-git-8e7219e12361fd2bab3c42c0ce3748afa32e3f9c.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog78
1 files changed, 78 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c89f8dfd8..2942de72db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2002-07-07 Sterling Hughes <sterling@bumblebury.com>
+
+ * ext/standard/filestat.c: fix win32 build
+
+2002-07-07 Stig Bakken <ssb@fast.no>
+
+ * pear/PEAR/Command/Package.php: * added "pear sign" command
+
+ * pear/PEAR/Installer.php: * use System::mktemp
+ * check if an install is about to overwrite existing files belonging
+ to other packages, bail out if not in "force" mode
+
+ * pear/scripts/pear.in:
+ * don't set include path if running 'pear.in' without substitutions
+ made by the installer
+ * sort command names in help output
+
+ * pear/PEAR/Registry.php
+ pear/tests/pear_registry.phpt:
+ * made rebuildFileMap method public, added caching and checkFileMap method
+
+2002-07-07 Shane Caraveo <shane@caraveo.com>
+
+ * pear/PEAR/Builder.php:
+ Let 'pear build' work on windows for building pecl extensions.
+
+ A few notes:
+ Currently only supports release builds, and of course, requires msdev!
+ pecl packages must have package.xml and xxx.dsp files for this to work
+ the package name in package.xml must match the name of the dsp file, so
+ package iisfunc must have dsp iisfunc.dsp
+
+2002-07-07 Stig Bakken <ssb@fast.no>
+
+ * pear/PEAR/Packager.php:
+ * use System::mktemp rather than PEAR_Common::mkTempDir
+
+ * pear/PEAR/Frontend/CLI.php: * silence warning
+
+2002-07-07 Christian Stocker <chregu@phant.ch>
+
+ * ext/domxml/php_domxml.c
+ ext/domxml/php_domxml.h:
+ - Added domxml_node_namespace_uri() (Rui Lopes).
+
+2002-07-07 Jan Lehnardt <jan@dasmoped.net>
+
+ * INSTALL: - fix #16290
+
+2002-07-07 Jani Taskinen <sniper@iki.fi>
+
+ * sapi/apache2filter/config.m4
+ sapi/apache/config.m4: - Fix the version check again.
+
+ * NEWS: cleanup
+
+2002-07-07 Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ * ext/standard/versioning.c: Fix warning.
+
+2002-07-07 Jason Greene <jason@inetgurus.net>
+
+ * ext/sockets/sockets.c:
+ Remove sleep workaround, and fix the actual win32 memory leak which
+ was occurring in the error reporting system. The reason why sleepex appeared
+ to be working was because it suppressed EWOULDBLOCK errors in the example
+ (which was non-blocking)
+
+2002-07-07 Jani Taskinen <sniper@iki.fi>
+
+ * ext/dio/dio.c: ws fix
+
+ * ext/dio/dio.c: Fix the fix properly.
+
+ * acinclude.m4: MFH
+
+ * acinclude.m4: PHP_EVAL_LIBLINE must not reverse the order of libraries.
+
2002-07-06 Jani Taskinen <sniper@iki.fi>
* ext/informix/.cvsignore: Added missing .libs entry