]>
granicus.if.org Git - php/log
Anantha Kesari H Y [Mon, 9 Sep 2002 10:56:28 +0000 (10:56 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Mon, 9 Sep 2002 10:12:44 +0000 (10:12 +0000)]
NetWare related changes/modifications
Derick Rethans [Mon, 9 Sep 2002 09:44:52 +0000 (09:44 +0000)]
- Consistent use of macros
Stanislav Malyshev [Mon, 9 Sep 2002 08:59:18 +0000 (08:59 +0000)]
remove comment
Derick Rethans [Mon, 9 Sep 2002 07:54:11 +0000 (07:54 +0000)]
- spaces instead of tabs
Derick Rethans [Mon, 9 Sep 2002 07:52:39 +0000 (07:52 +0000)]
- Use PHP_ instead of ZEND_
<changelog@php.net> [Mon, 9 Sep 2002 00:33:41 +0000 (00:33 +0000)]
ChangeLog update
Jon Parise [Sun, 8 Sep 2002 23:00:31 +0000 (23:00 +0000)]
Reword item 10 for greater clarity.
Yasuo Ohgaki [Sun, 8 Sep 2002 22:38:57 +0000 (22:38 +0000)]
It seems we're better to mention about missing functions.
PHP_FUNCTION -> ZEND_FUNCTION
Stefan Esser [Sun, 8 Sep 2002 22:26:11 +0000 (22:26 +0000)]
Added possibility to reuse an old SSL session id.
Ugly but needed for f.e.: debians ftpd-ssl
foobar [Sun, 8 Sep 2002 21:48:59 +0000 (21:48 +0000)]
s/send/sent/
foobar [Sun, 8 Sep 2002 21:06:22 +0000 (21:06 +0000)]
nice..nice..
Jon Parise [Sun, 8 Sep 2002 20:59:53 +0000 (20:59 +0000)]
Capitalization
Shane Caraveo [Sun, 8 Sep 2002 20:52:03 +0000 (20:52 +0000)]
someone missed code requiring ssl
Stefan Esser [Sun, 8 Sep 2002 19:35:42 +0000 (19:35 +0000)]
ftp(s) fopen() wrapper does no longer ignore the ip returned by PASV.
Stefan Esser [Sun, 8 Sep 2002 19:15:45 +0000 (19:15 +0000)]
Added ftps:// fopen() wrapper to NEWS.
Stefan Esser [Sun, 8 Sep 2002 19:11:07 +0000 (19:11 +0000)]
Control connection gets closed in ssl mode now, too.
Dan Kalowsky [Sun, 8 Sep 2002 18:13:56 +0000 (18:13 +0000)]
Fix for bug #19290
# Untested
Stefan Esser [Sun, 8 Sep 2002 16:45:32 +0000 (16:45 +0000)]
Added EXPERIMENTAL ftps fopen wrapper.
For now this leaks the control connection stream because you cannot
close the control connection in ssl mode before you read the data.
Andi Gutmans [Sun, 8 Sep 2002 15:38:44 +0000 (15:38 +0000)]
- Simplify makedist
Andi Gutmans [Sun, 8 Sep 2002 15:33:54 +0000 (15:33 +0000)]
- Prepare for alpha 3
Sander Roobol [Sun, 8 Sep 2002 08:08:35 +0000 (08:08 +0000)]
Fix typo
Yasuo Ohgaki [Sun, 8 Sep 2002 01:06:29 +0000 (01:06 +0000)]
Added missing charset.
<changelog@php.net> [Sun, 8 Sep 2002 00:34:55 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Sun, 8 Sep 2002 00:33:57 +0000 (00:33 +0000)]
ChangeLog update
Yasuo Ohgaki [Sun, 8 Sep 2002 00:27:05 +0000 (00:27 +0000)]
Fix last commit. This line isn't supposed to be replaced.
Wez Furlong [Sat, 7 Sep 2002 23:30:47 +0000 (23:30 +0000)]
Mention php://output wrapper.
Jan Lehnardt [Sat, 7 Sep 2002 23:14:22 +0000 (23:14 +0000)]
- cosmetics
Yasuo Ohgaki [Sat, 7 Sep 2002 22:51:39 +0000 (22:51 +0000)]
This should fix var handling problems finally.
Ilia Alshanetsky [Sat, 7 Sep 2002 21:57:11 +0000 (21:57 +0000)]
Added a check to ensure user_agent header is not sent if user_agent value
if blank.
Yasuo Ohgaki [Sat, 7 Sep 2002 21:08:47 +0000 (21:08 +0000)]
Fixed errno hanlding. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>
Yasuo Ohgaki [Sat, 7 Sep 2002 21:04:14 +0000 (21:04 +0000)]
MFB
Wez Furlong [Sat, 7 Sep 2002 20:58:30 +0000 (20:58 +0000)]
Fix a couple of bad pointer indirections (oops).
Lets stick to a single category of "http" for the "user_agent"
context override.
Wez Furlong [Sat, 7 Sep 2002 20:54:14 +0000 (20:54 +0000)]
fix warning
foobar [Sat, 7 Sep 2002 19:09:09 +0000 (19:09 +0000)]
This was not a good idea.
Wez Furlong [Sat, 7 Sep 2002 19:00:46 +0000 (19:00 +0000)]
Implement php://output wrapper, which can be used to write to the output
buffer via PHPWRITE.
Wez Furlong [Sat, 7 Sep 2002 18:59:18 +0000 (18:59 +0000)]
Tag user streams as being URLs, so that safe mode restrictions
will come into play.
Hartmut Holzgraefe [Sat, 7 Sep 2002 17:48:51 +0000 (17:48 +0000)]
WebDAV MKCOL can have post data body, see rfc2518 8.3.1
Sterling Hughes [Sat, 7 Sep 2002 15:55:04 +0000 (15:55 +0000)]
commit the correct/up-to-date version
Sterling Hughes [Sat, 7 Sep 2002 15:45:29 +0000 (15:45 +0000)]
@ Made the User-Agent that php's fopen wrappers send, configurable via
@ php.ini or via a stream context. (Sterling)
The stream context is untested, but it should/could work :) Either way it
doesn't make the rest of the code bad. Wez -- please take a looksie for me
:)
Sterling Hughes [Sat, 7 Sep 2002 15:43:08 +0000 (15:43 +0000)]
add the user_agent ini option.
Sergey Kartashoff [Sat, 7 Sep 2002 14:19:52 +0000 (14:19 +0000)]
- New mnogosearch extension features has been added to group results
by site.
- Mnogosearch module fixes and cleanups.
Yasuo Ohgaki [Sat, 7 Sep 2002 14:07:05 +0000 (14:07 +0000)]
Fixed array var handling. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>
Sander Roobol [Sat, 7 Sep 2002 12:53:05 +0000 (12:53 +0000)]
Fix build with bundled gd when builddir!=srcdir
Yasuo Ohgaki [Sat, 7 Sep 2002 09:23:39 +0000 (09:23 +0000)]
Fixed trancated value bug when array is used
Ilia Alshanetsky [Sat, 7 Sep 2002 07:13:43 +0000 (07:13 +0000)]
Fixed a massive memory leak that occurs when an opened webpage returns
a non 200 return code.
<changelog@php.net> [Sat, 7 Sep 2002 00:33:46 +0000 (00:33 +0000)]
ChangeLog update
foobar [Fri, 6 Sep 2002 17:18:16 +0000 (17:18 +0000)]
Fix the errors reported by Melvyn
Georg Richter [Fri, 6 Sep 2002 12:11:30 +0000 (12:11 +0000)]
fixed typo
James Cox [Fri, 6 Sep 2002 10:34:30 +0000 (10:34 +0000)]
remove uneeded def
Sascha Schumann [Fri, 6 Sep 2002 10:27:26 +0000 (10:27 +0000)]
Reenable pwrite/pread support
The old checks supposed that pread/pwrite worked, if a declaration was
found in <unistd.h>. We now actually check whether they work successfully
before using them.
Anantha Kesari H Y [Fri, 6 Sep 2002 10:20:39 +0000 (10:20 +0000)]
NetWare related changes/modifications
Derick Rethans [Fri, 6 Sep 2002 07:47:49 +0000 (07:47 +0000)]
- argh... this is getting annoying
Anantha Kesari H Y [Fri, 6 Sep 2002 07:44:30 +0000 (07:44 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Fri, 6 Sep 2002 07:32:34 +0000 (07:32 +0000)]
Main functions declarations for NetWare
Anantha Kesari H Y [Fri, 6 Sep 2002 07:31:07 +0000 (07:31 +0000)]
Main functions for NetWare
Derick Rethans [Fri, 6 Sep 2002 07:30:51 +0000 (07:30 +0000)]
- Please do not use spaces for indentation!
- Removed redundend ifdefs
Anantha Kesari H Y [Fri, 6 Sep 2002 07:27:27 +0000 (07:27 +0000)]
NetWare related additions/modifications
Anantha Kesari H Y [Fri, 6 Sep 2002 06:39:57 +0000 (06:39 +0000)]
NetWare related additions/modifications
<changelog@php.net> [Fri, 6 Sep 2002 00:36:15 +0000 (00:36 +0000)]
ChangeLog update
Joseph Tate [Thu, 5 Sep 2002 22:38:07 +0000 (22:38 +0000)]
#Added positions files
Dan Kalowsky [Thu, 5 Sep 2002 21:29:39 +0000 (21:29 +0000)]
silence a windows build warning
foobar [Thu, 5 Sep 2002 21:16:34 +0000 (21:16 +0000)]
Remove unnecessarily commented code.
foobar [Thu, 5 Sep 2002 21:12:55 +0000 (21:12 +0000)]
Remove unnecessary commented code.
foobar [Thu, 5 Sep 2002 20:13:20 +0000 (20:13 +0000)]
Using --with-zlib-dir should work now with phpized builds too.
Derick Rethans [Thu, 5 Sep 2002 18:11:33 +0000 (18:11 +0000)]
- Unbreak build
Stanislav Malyshev [Thu, 5 Sep 2002 17:34:16 +0000 (17:34 +0000)]
quick-n-dirty inheritance support for __handlers
Derick Rethans [Thu, 5 Sep 2002 14:36:33 +0000 (14:36 +0000)]
- Tabs for indentation
Derick Rethans [Thu, 5 Sep 2002 14:32:47 +0000 (14:32 +0000)]
- Please use tabs for indentation
Anantha Kesari H Y [Thu, 5 Sep 2002 14:25:07 +0000 (14:25 +0000)]
NetWare related additions/modifications
Ilia Alshanetsky [Thu, 5 Sep 2002 14:00:28 +0000 (14:00 +0000)]
Fixed a buffer overflow that occurs when wordwrap is unable to calculate
the correct number of times the multi-byte break needs to be inserted into
the string.
Edin Kadribasic [Thu, 5 Sep 2002 13:36:32 +0000 (13:36 +0000)]
Added UTF-8 support to pcre on windows as suggested by Wez Furlong.
Anantha Kesari H Y [Thu, 5 Sep 2002 12:09:57 +0000 (12:09 +0000)]
NetWare related additions/modifications
Anantha Kesari H Y [Thu, 5 Sep 2002 12:03:43 +0000 (12:03 +0000)]
NetWare related additions/modifications
Anantha Kesari H Y [Thu, 5 Sep 2002 11:50:43 +0000 (11:50 +0000)]
NetWare related additions/modifications
Anantha Kesari H Y [Thu, 5 Sep 2002 11:35:10 +0000 (11:35 +0000)]
NetWare related additions/modifications
Anantha Kesari H Y [Thu, 5 Sep 2002 11:30:14 +0000 (11:30 +0000)]
File used by extensions like LDAP, MySQL etc.
Derick Rethans [Thu, 5 Sep 2002 11:29:31 +0000 (11:29 +0000)]
- php_error -> php_error_docref
- corrected proto of implode() (to match the docs)
Anantha Kesari H Y [Thu, 5 Sep 2002 11:26:05 +0000 (11:26 +0000)]
NetWare makefile for LDAP Extension
Anantha Kesari H Y [Thu, 5 Sep 2002 11:22:20 +0000 (11:22 +0000)]
NetWare related additions/modifications
Hartmut Holzgraefe [Thu, 5 Sep 2002 11:12:01 +0000 (11:12 +0000)]
in stristr:
this check was in the wrong place, the real version was some lines
below, this one assumed the type was 'string' in any case
now it looks like strstr
Anantha Kesari H Y [Thu, 5 Sep 2002 10:13:27 +0000 (10:13 +0000)]
NetWare related additions/modifications into FTP files
Anantha Kesari H Y [Thu, 5 Sep 2002 09:00:57 +0000 (09:00 +0000)]
Batch file to set build type (Release/Debug) and Apache version to be built
<changelog@php.net> [Thu, 5 Sep 2002 00:35:39 +0000 (00:35 +0000)]
NEWS update
<changelog@php.net> [Thu, 5 Sep 2002 00:34:49 +0000 (00:34 +0000)]
ChangeLog update
foobar [Thu, 5 Sep 2002 00:24:33 +0000 (00:24 +0000)]
This _should_ fix those builds where gd.h might be in many places in
the system. Not guaranteed, but now the path for the found gd.h is always
first in the includes.
foobar [Thu, 5 Sep 2002 00:22:40 +0000 (00:22 +0000)]
Fix build with GD < 2.0.x
Yasuo Ohgaki [Wed, 4 Sep 2002 22:25:13 +0000 (22:25 +0000)]
php_error -> php_error_docref
Stefan Esser [Wed, 4 Sep 2002 20:27:35 +0000 (20:27 +0000)]
This 2 lines should have been removed when the header() code was rewritten.
foobar [Wed, 4 Sep 2002 18:47:28 +0000 (18:47 +0000)]
@- Added --disable-all configure option. (Jani)
foobar [Wed, 4 Sep 2002 17:41:51 +0000 (17:41 +0000)]
ws fix
foobar [Wed, 4 Sep 2002 17:40:36 +0000 (17:40 +0000)]
Fix the shared build (nobody ever build this as shared?)
Sebastian Bergmann [Wed, 4 Sep 2002 16:50:01 +0000 (16:50 +0000)]
Whitespace fixes.
Marcus Boerger [Wed, 4 Sep 2002 15:30:56 +0000 (15:30 +0000)]
Fix headers when default content type is used.
#THIS fixes the problems with error_log()
Stanislav Malyshev [Wed, 4 Sep 2002 15:04:39 +0000 (15:04 +0000)]
remove dead code
Stanislav Malyshev [Wed, 4 Sep 2002 15:03:41 +0000 (15:03 +0000)]
Fix __call and add some docs
Martin Kraemer [Wed, 4 Sep 2002 14:41:29 +0000 (14:41 +0000)]
The sasl.h file is in .../include/sasl/ (at least in cyrus-sasl-2.1.6)
foobar [Wed, 4 Sep 2002 14:30:36 +0000 (14:30 +0000)]
Fix bug: #19212
Zeev Suraski [Wed, 4 Sep 2002 14:14:59 +0000 (14:14 +0000)]
This is way too verbose... Please enable it in your local .dsp settings if
you like it :)
Sebastian Bergmann [Wed, 4 Sep 2002 13:55:52 +0000 (13:55 +0000)]
Don't build ext/overload with Zend Engine 2.