]>
granicus.if.org Git - php/log
Stig Bakken [Sun, 7 Jul 2002 20:48:54 +0000 (20:48 +0000)]
* made rebuildFileMap method public, added caching and checkFileMap method
Shane Caraveo [Sun, 7 Jul 2002 20:47:57 +0000 (20:47 +0000)]
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
Stig Bakken [Sun, 7 Jul 2002 20:42:08 +0000 (20:42 +0000)]
* use System::mktemp rather than PEAR_Common::mkTempDir
Stig Bakken [Sun, 7 Jul 2002 20:41:20 +0000 (20:41 +0000)]
* silence warning
Andi Gutmans [Sun, 7 Jul 2002 19:59:37 +0000 (19:59 +0000)]
- Path which should improve previous fix.
Andi Gutmans [Sun, 7 Jul 2002 19:34:34 +0000 (19:34 +0000)]
- First try at solving problem with different objects being allocated the
- same id.
Christian Stocker [Sun, 7 Jul 2002 17:19:29 +0000 (17:19 +0000)]
@ - Added domxml_node_namespace_uri() (Rui Lopes).
Jan Lehnardt [Sun, 7 Jul 2002 16:44:23 +0000 (16:44 +0000)]
- fix #16290
foobar [Sun, 7 Jul 2002 15:43:45 +0000 (15:43 +0000)]
- Fix the version check again.
foobar [Sun, 7 Jul 2002 14:09:48 +0000 (14:09 +0000)]
cleanup
Stanislav Malyshev [Sun, 7 Jul 2002 13:06:58 +0000 (13:06 +0000)]
name length should be strlen+1
Sebastian Bergmann [Sun, 7 Jul 2002 08:22:23 +0000 (08:22 +0000)]
Allow for 'class Namespace::Bar extends Foo' syntax. Patch by Timm Friebe <thekid@thekid.de>.
Sebastian Bergmann [Sun, 7 Jul 2002 08:19:36 +0000 (08:19 +0000)]
Fix warning.
Jason Greene [Sun, 7 Jul 2002 07:01:17 +0000 (07:01 +0000)]
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)
@Fix win32 memory leak in /ext/sockets that would occur on any error condition
@Fix host resolution error messages on win32
foobar [Sun, 7 Jul 2002 00:55:51 +0000 (00:55 +0000)]
ws fix
foobar [Sun, 7 Jul 2002 00:54:38 +0000 (00:54 +0000)]
Fix the fix properly.
foobar [Sun, 7 Jul 2002 00:47:16 +0000 (00:47 +0000)]
PHP_EVAL_LIBLINE must not reverse the order of libraries.
<changelog@php.net> [Sun, 7 Jul 2002 00:17:17 +0000 (00:17 +0000)]
ChangeLog update
foobar [Sat, 6 Jul 2002 23:57:30 +0000 (23:57 +0000)]
Added missing .libs entry
Andi Gutmans [Sat, 6 Jul 2002 17:44:45 +0000 (17:44 +0000)]
- Fix problem where scope was lost in nested function calls.
- Thanks to Timm Friebe for diving into this one.
Zeev Suraski [Sat, 6 Jul 2002 16:48:13 +0000 (16:48 +0000)]
spelling fix
Christian Dickmann [Sat, 6 Jul 2002 14:44:05 +0000 (14:44 +0000)]
add local XMLRPC cache
Derick Rethans [Sat, 6 Jul 2002 11:18:47 +0000 (11:18 +0000)]
- Consistent error messages
<changelog@php.net> [Sat, 6 Jul 2002 00:18:36 +0000 (00:18 +0000)]
ChangeLog update
foobar [Fri, 5 Jul 2002 19:34:42 +0000 (19:34 +0000)]
Fix bug: #16707
Sascha Schumann [Fri, 5 Jul 2002 19:06:53 +0000 (19:06 +0000)]
nuke another instance of newline suppression
foobar [Fri, 5 Jul 2002 18:32:08 +0000 (18:32 +0000)]
Fix typo
foobar [Fri, 5 Jul 2002 18:16:31 +0000 (18:16 +0000)]
Fix typo.
Rui Hirokawa [Fri, 5 Jul 2002 15:06:39 +0000 (15:06 +0000)]
fixed shift_jis character corruption including 0x5c as second byte following a slash on uploaded filename.
Sascha Schumann [Fri, 5 Jul 2002 06:42:31 +0000 (06:42 +0000)]
some seds want to see a newline, so we give them a newline
PR: #17072 and others
Sascha Schumann [Fri, 5 Jul 2002 06:07:53 +0000 (06:07 +0000)]
Fix the Solaris issue where CPP was set wrongly to "cc -E", because
the AIX macro invoked the CPP check before the CC check, so that
autoconf did not know which $CC to use.
You can now close all those bug reports about unix.h and misdetected
headers.
Sascha Schumann [Fri, 5 Jul 2002 06:02:19 +0000 (06:02 +0000)]
Remove remainings of bsd_makefile
Dan Libby [Fri, 5 Jul 2002 04:43:55 +0000 (04:43 +0000)]
merged in updates from SF project. bring php repository up to date with xmlrpc-epi version 0.51
Stig Bakken [Fri, 5 Jul 2002 02:34:54 +0000 (02:34 +0000)]
* folding fixes
Stig Bakken [Fri, 5 Jul 2002 01:52:09 +0000 (01:52 +0000)]
* define PEAR_ZE2 when running with Zend Engine 2
Stig Bakken [Fri, 5 Jul 2002 01:00:05 +0000 (01:00 +0000)]
* fix segfault in case of odd version numbers
Stig Bakken [Fri, 5 Jul 2002 00:55:02 +0000 (00:55 +0000)]
(PHP version_compare) added "alpha" and "beta", make tests pass
<changelog@php.net> [Fri, 5 Jul 2002 00:18:30 +0000 (00:18 +0000)]
NEWS update
<changelog@php.net> [Fri, 5 Jul 2002 00:17:42 +0000 (00:17 +0000)]
ChangeLog update
Sascha Schumann [Thu, 4 Jul 2002 21:07:08 +0000 (21:07 +0000)]
1. PHP_CHECK_FUNC(func, lib1, lib2, ..., libn) searches for
func and __func using LIBS, and if unsuccessful, searches
each specified lib. Defines HAVE_FUNC, if found. If func/__func is
found in library foo, HAVE_LIBFOO is defined.
(Jani, me)
2. Autoconf 2.5x is more pedantic regarding locating header files.
We include the proper header files now in the check. (me)
3. The nsl/bind/socket/etc checks have been rewritten using PHP_CHECK_FUNC.
This ensures that no extra library is used, if the symbol is
available in libc which avoids issues on BSD/OS, OpenBSD and others.
(Jani)
Martin Jansen [Thu, 4 Jul 2002 20:28:56 +0000 (20:28 +0000)]
* Remove http:// from the proxy server string.
Patch by: "michiel bakker" <michiel_bakker@hotmail.com>
foobar [Thu, 4 Jul 2002 13:48:48 +0000 (13:48 +0000)]
@- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will
@ do 'LIST -R' instead of 'LIST'. (Jani)
# tested too..and it even works. :)
# (removed that Z_TYPE_P() pollution also..)
Marko Karppinen [Thu, 4 Jul 2002 08:39:11 +0000 (08:39 +0000)]
Moved the cgi link line to sapi/cgi/config.m4 and stopped
using libtool on Darwin on it
Sascha Schumann [Thu, 4 Jul 2002 08:21:32 +0000 (08:21 +0000)]
Upgrade to the version shipped with automake-1.6.2
Sascha Schumann [Thu, 4 Jul 2002 08:13:19 +0000 (08:13 +0000)]
Generate content-type header, if the user did not specify one of its own.
Noticed by: Edin Kadribasic <edink@proventum.net>
<changelog@php.net> [Thu, 4 Jul 2002 00:17:56 +0000 (00:17 +0000)]
ChangeLog update
foobar [Wed, 3 Jul 2002 22:12:13 +0000 (22:12 +0000)]
- Let's be tad more verbose what's happening during 'make install'
Sebastian Bergmann [Wed, 3 Jul 2002 21:07:24 +0000 (21:07 +0000)]
Fix ZTS build.
Frank M. Kromann [Wed, 3 Jul 2002 18:45:34 +0000 (18:45 +0000)]
Removed unneeded check for MBSTR_ENC_TRANS
Frank M. Kromann [Wed, 3 Jul 2002 18:44:40 +0000 (18:44 +0000)]
Added MBSTR_ENC_TRANS to allow compilation and linking under win32
Sascha Schumann [Wed, 3 Jul 2002 18:36:50 +0000 (18:36 +0000)]
Please note that you need to use 'int' as a length type when
fetching strings.
Frank M. Kromann [Wed, 3 Jul 2002 18:24:14 +0000 (18:24 +0000)]
Adding _RU files to project
Frank M. Kromann [Wed, 3 Jul 2002 18:23:55 +0000 (18:23 +0000)]
Fixing ZTS build
Frank M. Kromann [Wed, 3 Jul 2002 18:23:24 +0000 (18:23 +0000)]
Adding missing prototype
Derick Rethans [Wed, 3 Jul 2002 14:01:18 +0000 (14:01 +0000)]
- Fix README
Rui Hirokawa [Wed, 3 Jul 2002 13:36:19 +0000 (13:36 +0000)]
fixed shift_jis character corruption including 0x5c as second byte on uploaded filename.
Sterling Hughes [Wed, 3 Jul 2002 12:02:17 +0000 (12:02 +0000)]
formatting fixes
Sterling Hughes [Wed, 3 Jul 2002 11:50:00 +0000 (11:50 +0000)]
fix bug #17963
Sascha Schumann [Wed, 3 Jul 2002 11:46:37 +0000 (11:46 +0000)]
Add CRLF after complete HTTP reply header
Sascha Schumann [Wed, 3 Jul 2002 11:44:48 +0000 (11:44 +0000)]
Use "Status: %d" instead of "HTTP/1.0 %d X" in the CGI SAPI module
as per the CGI RFC.
The status notation is incompatible with Apache's non-parsed-header mode
"nph-*", but that has never worked before anyway. One could make the
format string configurable.
Noticed by: Sebastian Bergmann
Edin Kadribasic [Wed, 3 Jul 2002 10:54:42 +0000 (10:54 +0000)]
Fixed win32 build.
Sascha Schumann [Wed, 3 Jul 2002 10:47:16 +0000 (10:47 +0000)]
fix typo
Sascha Schumann [Wed, 3 Jul 2002 10:42:31 +0000 (10:42 +0000)]
Add sapi_header_op interface which supersedes the sapi_add_header and _ex
calls.
Revert the change to the sapi_add_header_ex interface.
Fix various bugs:
1. header("HTTP/1.0 306 foo");
header("Location: absolute-uri");
did not work in combination with several SAPI modules, because
http_status_line was never properly reset. And thus, all SAPI
modules which looked at http_status_line ignored the changed
http_response_code.
2. The CGI SAPI did not send out the HTTP status line at all, if
http_status_line had not been set explicitly by calling
header("HTTP/1.0 200 foo");
Derick Rethans [Wed, 3 Jul 2002 06:45:01 +0000 (06:45 +0000)]
- Fix windows build
#- I could not test this, please try!
Uwe Steinmann [Wed, 3 Jul 2002 06:10:29 +0000 (06:10 +0000)]
- fixed bug in hwnew_new_document_from_file
foobar [Wed, 3 Jul 2002 03:18:55 +0000 (03:18 +0000)]
Fix the nasty crash. And Sterling..test next time before you commit?
foobar [Wed, 3 Jul 2002 02:16:46 +0000 (02:16 +0000)]
ws fix
<changelog@php.net> [Wed, 3 Jul 2002 00:17:56 +0000 (00:17 +0000)]
NEWS update
<changelog@php.net> [Wed, 3 Jul 2002 00:17:40 +0000 (00:17 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 2 Jul 2002 23:46:15 +0000 (23:46 +0000)]
Add default arguments to new internal mail function.
Frank M. Kromann [Tue, 2 Jul 2002 23:45:32 +0000 (23:45 +0000)]
Make sure To addresses are parsed correct with RFC822.
Frank M. Kromann [Tue, 2 Jul 2002 23:44:06 +0000 (23:44 +0000)]
Oops. Last commit reverted some of sebastians changes.
Marcus Boerger [Tue, 2 Jul 2002 22:38:37 +0000 (22:38 +0000)]
-fix datatypes for some vriables
-fix comment for function exif_process_CME
-force return parameters to be passed by reference
#this should kill warnings on win systems as found by Edin
Frank M. Kromann [Tue, 2 Jul 2002 22:29:13 +0000 (22:29 +0000)]
Switch from imap_sendmail.* to sendmail.c under Win32
Frank M. Kromann [Tue, 2 Jul 2002 21:36:11 +0000 (21:36 +0000)]
Fixing compilation of FrontBase extension with ZTS
Sterling Hughes [Tue, 2 Jul 2002 21:02:34 +0000 (21:02 +0000)]
use access instead of manually determining file permissions..
Frank M. Kromann [Tue, 2 Jul 2002 19:29:15 +0000 (19:29 +0000)]
Switch from imap_sendmail.* to sendmail.c under Win32
Frank M. Kromann [Tue, 2 Jul 2002 19:28:32 +0000 (19:28 +0000)]
These files are no longer needed as the imap module will use the standard sendmail function under Win32
Derick Rethans [Tue, 2 Jul 2002 14:22:22 +0000 (14:22 +0000)]
- Be nice to users and allow them to check if the mail was send
Derick Rethans [Tue, 2 Jul 2002 13:56:47 +0000 (13:56 +0000)]
- Disable 5th parameter to mail in safemode
@- Disabled the fifth parameter to the mail function in safemode. (Derick)
Christian Dickmann [Tue, 2 Jul 2002 13:04:01 +0000 (13:04 +0000)]
make 'remote-info' use package.info. add deps to 'list-all'
Sascha Schumann [Tue, 2 Jul 2002 09:31:33 +0000 (09:31 +0000)]
Avoid error messages, if the variable is empty.
./config.status: test: !=: unary operator expected
Derick Rethans [Tue, 2 Jul 2002 06:16:35 +0000 (06:16 +0000)]
- Fix for bug #15547 (Patch by Justin Garrett <usjgarrett@byu.edu>)
<changelog@php.net> [Tue, 2 Jul 2002 00:37:08 +0000 (00:37 +0000)]
ChangeLog update
Marko Karppinen [Mon, 1 Jul 2002 21:17:39 +0000 (21:17 +0000)]
- You don't need libtool to build sapi/cli on Darwin.
- We don't need libtool to build sapi/cli on Darwin.
- You want the sapi/cli build line to be in sapi/cli, not Makefile.global.
- We want the sapi/cli build line to be in sapi/cli, not Makefile.global.
- He can go about his business.
- You can go about your business.
- Move along.
- Move along. Move along.
Derick Rethans [Mon, 1 Jul 2002 18:52:30 +0000 (18:52 +0000)]
- No C++ comments
Marko Karppinen [Mon, 1 Jul 2002 18:19:27 +0000 (18:19 +0000)]
In Darwin we have this thing called two-level namespace
Andi Gutmans [Mon, 1 Jul 2002 15:13:39 +0000 (15:13 +0000)]
- Fix bug when acccessing $this not in class scope.
Christian Stocker [Mon, 1 Jul 2002 14:48:38 +0000 (14:48 +0000)]
outcomment everything related to domxml_elem_set_attribute_node(). This
function is not implemented and shouldn't show up at all for the time
being
foobar [Mon, 1 Jul 2002 09:00:00 +0000 (09:00 +0000)]
Fix win32 build.
Andi Gutmans [Mon, 1 Jul 2002 04:21:40 +0000 (04:21 +0000)]
- Export zend_object_get_address()
James Cox [Mon, 1 Jul 2002 01:01:06 +0000 (01:01 +0000)]
"-" is not acceptable in a #define (i have since discovered). converting all - to _ is the right thing to do.
# should we issue a warning here too?
<changelog@php.net> [Mon, 1 Jul 2002 00:24:52 +0000 (00:24 +0000)]
ChangeLog update
Andi Gutmans [Sun, 30 Jun 2002 19:55:50 +0000 (19:55 +0000)]
- Remember to document autoload when I have time.
Sander Roobol [Sun, 30 Jun 2002 13:38:16 +0000 (13:38 +0000)]
Main script should not be parsed when (include|require)_once()'ed, #17720
# Derick, MFH?
Derick Rethans [Sun, 30 Jun 2002 11:18:43 +0000 (11:18 +0000)]
- MFZE1
Derick Rethans [Sun, 30 Jun 2002 11:14:27 +0000 (11:14 +0000)]
- More error messages cleanup
foobar [Sun, 30 Jun 2002 05:10:40 +0000 (05:10 +0000)]
Fix bug: #16252
foobar [Sun, 30 Jun 2002 04:26:05 +0000 (04:26 +0000)]
This does not work with AIX find..
<changelog@php.net> [Sun, 30 Jun 2002 00:22:49 +0000 (00:22 +0000)]
ChangeLog update