]>
granicus.if.org Git - php/log
Sander Roobol [Sun, 4 Aug 2002 19:00:53 +0000 (19:00 +0000)]
Nuke notice (thanks to Arnaud Limbourg)
Marcus Boerger [Sun, 4 Aug 2002 18:59:19 +0000 (18:59 +0000)]
-Fix warnings (fixed all?)
Georg Richter [Sun, 4 Aug 2002 18:59:16 +0000 (18:59 +0000)]
ups.. :)
Sergey Kartashoff [Sun, 4 Aug 2002 18:58:20 +0000 (18:58 +0000)]
- a small fix to mnogosearch extension (affecting UDM_BROWSER_CHARSET)
Georg Richter [Sun, 4 Aug 2002 18:57:02 +0000 (18:57 +0000)]
added meta tag (w3c compliance)
Thx to Ilia Alshanetsky (ilia@prohost.org)
Marcus Boerger [Sun, 4 Aug 2002 18:33:28 +0000 (18:33 +0000)]
-Add new file to windows build
Marcus Boerger [Sun, 4 Aug 2002 14:20:11 +0000 (14:20 +0000)]
-New encoding/decoding HTML-ENTITIES.
#This allows to enforce named and numeric entities in output.
#Example:CMS that reads UTF8 or ISO-8859-1 but exports HTML in ASCII.
#Using mbstring.http_output=HTML-ENTITIES users receive entities which
#can displayed correctly independant of any brwoser side encoding.
@New mbstring encoding/decoding HTML-ENTITIES. (marcus)
Marcus Boerger [Sun, 4 Aug 2002 14:10:58 +0000 (14:10 +0000)]
-Allow double quotes for encoding lists (if used in ini for example)
-New parameter 'L' for mb_http_input() to retieve input encoding as
comma separated string.
@New parameter 'L' for mb_http_input() to retrieve input encoding as
comma separated string. (marcus)
<changelog@php.net> [Sun, 4 Aug 2002 00:18:09 +0000 (00:18 +0000)]
ChangeLog update
James E. Flemer [Sat, 3 Aug 2002 14:54:30 +0000 (14:54 +0000)]
Close pipes to avoid deadlock.
Submitted By: Melvyn Sopacua <msopacua@idg.nl>
Dan Kalowsky [Sat, 3 Aug 2002 14:48:47 +0000 (14:48 +0000)]
Cleaning up the imap_get_quotaroot return array to remove useless data
Rasmus Lerdorf [Sat, 3 Aug 2002 14:09:56 +0000 (14:09 +0000)]
Yup, sizeof() includes the space for the \0
Marcus Boerger [Sat, 3 Aug 2002 11:44:12 +0000 (11:44 +0000)]
-additional section INI that allows to set special ini settings on call
by adding '-c foo=bar' strings to php call. Each line must have format
foo=bar. This of cause only works for cli version.
-made sections SKIPIF,INI,GET,POST optional
Sergey Kartashoff [Sat, 3 Aug 2002 11:34:53 +0000 (11:34 +0000)]
# mnogosearch example fix
Sergey Kartashoff [Sat, 3 Aug 2002 11:23:51 +0000 (11:23 +0000)]
- UDM_PARAM_STORED mnogosearch parameter has been added to set
stored address.
Andi Gutmans [Sat, 3 Aug 2002 09:50:07 +0000 (09:50 +0000)]
- Small fix
Andi Gutmans [Sat, 3 Aug 2002 09:48:34 +0000 (09:48 +0000)]
- Fix build on Windows. Also please don't use Java style opening function
- bracket indentation.
Zeev Suraski [Sat, 3 Aug 2002 09:44:27 +0000 (09:44 +0000)]
MFZE1
Sergey Kartashoff [Sat, 3 Aug 2002 08:53:27 +0000 (08:53 +0000)]
- An Udm_Make_Excerpt function has been added to mnogosearch extension
to support excerpts while using with mnogosearch-3.2.5 or later.
Brad LaFountain [Sat, 3 Aug 2002 00:40:46 +0000 (00:40 +0000)]
one last fix for array_shift
<changelog@php.net> [Sat, 3 Aug 2002 00:17:40 +0000 (00:17 +0000)]
ChangeLog update
James E. Flemer [Fri, 2 Aug 2002 14:35:24 +0000 (14:35 +0000)]
Fix typo in #if. Bug #17538.
Marcus Boerger [Fri, 2 Aug 2002 10:22:31 +0000 (10:22 +0000)]
-use const to clarify code
-fix tsrmls build (therefore rfc1867.c)
Hartmut Holzgraefe [Fri, 2 Aug 2002 10:08:53 +0000 (10:08 +0000)]
added money_format() function
this is similar to C-libs strfmon(), using the same format string
semantics but a different function prototype, so i decided to
give it a more speaking name similar to number_format()
Sergey Kartashoff [Fri, 2 Aug 2002 07:22:19 +0000 (07:22 +0000)]
- UDM_PARAM_WORD_MATCH icorrect behavior has been fixed in
mnogosearch extension
Rui Hirokawa [Fri, 2 Aug 2002 06:53:48 +0000 (06:53 +0000)]
made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
<changelog@php.net> [Fri, 2 Aug 2002 00:23:21 +0000 (00:23 +0000)]
ChangeLog update
Stefan Roehrich [Thu, 1 Aug 2002 21:12:09 +0000 (21:12 +0000)]
Fixed wrong usage of strncmp.
Brad LaFountain [Thu, 1 Aug 2002 17:34:31 +0000 (17:34 +0000)]
array_pop wasnt setting next index
foobar [Thu, 1 Aug 2002 16:44:47 +0000 (16:44 +0000)]
That was not correct..
foobar [Thu, 1 Aug 2002 16:39:52 +0000 (16:39 +0000)]
Reset index when doing array_pop()
foobar [Thu, 1 Aug 2002 16:39:14 +0000 (16:39 +0000)]
Add test for the index resetting.
Stanislav Malyshev [Thu, 1 Aug 2002 16:07:19 +0000 (16:07 +0000)]
MFZE1
Rasmus Lerdorf [Thu, 1 Aug 2002 15:51:56 +0000 (15:51 +0000)]
Ugh
Dan Kalowsky [Thu, 1 Aug 2002 14:47:48 +0000 (14:47 +0000)]
Adding in some BC for users to imap_get_quota() function
foobar [Thu, 1 Aug 2002 12:33:02 +0000 (12:33 +0000)]
Added tests for array_shift/array_pop.
foobar [Thu, 1 Aug 2002 12:07:15 +0000 (12:07 +0000)]
Nuke compile warning.
foobar [Thu, 1 Aug 2002 12:06:46 +0000 (12:06 +0000)]
- Removed the DOS line endings
- Changed the '//' comment (this is C, not C++) to /* */
# Brad, use some editor which works..
foobar [Thu, 1 Aug 2002 12:02:22 +0000 (12:02 +0000)]
Fix the levels. (php.ini-dist has output_buffering OFF)
foobar [Thu, 1 Aug 2002 11:49:41 +0000 (11:49 +0000)]
Use the constant instead of string for locale type.
Marcus Boerger [Thu, 1 Aug 2002 09:00:30 +0000 (09:00 +0000)]
- free mimetype and statusline early if no longer needed or in deactivation
#not setting them to NULL caused the segfault
Rasmus Lerdorf [Thu, 1 Aug 2002 07:49:53 +0000 (07:49 +0000)]
Need room for the \0 here to avoid an overflow
Brad LaFountain [Thu, 1 Aug 2002 04:38:11 +0000 (04:38 +0000)]
made array_shift re-index like it did before previous fix
<changelog@php.net> [Thu, 1 Aug 2002 00:17:10 +0000 (00:17 +0000)]
ChangeLog update
Jason Greene [Wed, 31 Jul 2002 23:06:53 +0000 (23:06 +0000)]
perhaps this tiem i will get it right
Jason Greene [Wed, 31 Jul 2002 22:49:28 +0000 (22:49 +0000)]
Fix unwrapped entry
Jason Greene [Wed, 31 Jul 2002 22:43:26 +0000 (22:43 +0000)]
Fix my broken entry
Sterling Hughes [Wed, 31 Jul 2002 22:10:58 +0000 (22:10 +0000)]
add support for the curl dns cache
Marcus Boerger [Wed, 31 Jul 2002 21:34:37 +0000 (21:34 +0000)]
-fix warnings in windows build
Marcus Boerger [Wed, 31 Jul 2002 17:55:15 +0000 (17:55 +0000)]
-problem with CLI/mbstring/output buffering
Zeev Suraski [Wed, 31 Jul 2002 16:25:12 +0000 (16:25 +0000)]
Fix for non-mbstring builds. Bad Yasuo! :)
Zeev Suraski [Wed, 31 Jul 2002 14:41:06 +0000 (14:41 +0000)]
Fix crash
Dan Kalowsky [Wed, 31 Jul 2002 13:51:20 +0000 (13:51 +0000)]
WS
Dan Kalowsky [Wed, 31 Jul 2002 13:50:51 +0000 (13:50 +0000)]
Just adding in an error check that seems to work here well.
foobar [Wed, 31 Jul 2002 13:49:50 +0000 (13:49 +0000)]
Reverted the patch..it breaks the original behaviour of at least array_shift.
Dan Kalowsky [Wed, 31 Jul 2002 01:03:31 +0000 (01:03 +0000)]
removing the useless +1's on sizeof() and adding the mail_parameter for the
getquot inside the imap_get_quotaroot function. thank Jani.
<changelog@php.net> [Wed, 31 Jul 2002 00:19:19 +0000 (00:19 +0000)]
NEWS update
<changelog@php.net> [Wed, 31 Jul 2002 00:18:46 +0000 (00:18 +0000)]
ChangeLog update
Dan Kalowsky [Tue, 30 Jul 2002 23:16:11 +0000 (23:16 +0000)]
fixes a typo in the word "limit", adds the null character to the strlen,
and seems to make imap_get_quotaroot return the correct values despite
cclients claim of "getquotaroot list improper".
Brad LaFountain [Tue, 30 Jul 2002 22:54:12 +0000 (22:54 +0000)]
fixed bugs 16063 and 16068
increased preformance of array_pop and array_shift
Jason Greene [Tue, 30 Jul 2002 22:19:50 +0000 (22:19 +0000)]
MFZE1 global declare
Jason Greene [Tue, 30 Jul 2002 22:14:39 +0000 (22:14 +0000)]
Fix segfault
Stefan Esser [Tue, 30 Jul 2002 20:37:59 +0000 (20:37 +0000)]
ftp_close returns now TRUE on success and FALSE on failure.
Dan Kalowsky [Tue, 30 Jul 2002 20:24:13 +0000 (20:24 +0000)]
Commiting Steph@php.net's patch to re-enable touch on Win32 machines
Rasmus Lerdorf [Tue, 30 Jul 2002 19:02:23 +0000 (19:02 +0000)]
Add --skel=dir option to ext_skel (patch from David Viner)
Rasmus Lerdorf [Tue, 30 Jul 2002 18:42:19 +0000 (18:42 +0000)]
Fix strtotime() "next" keyword handling.
Rasmus Lerdorf [Tue, 30 Jul 2002 17:39:33 +0000 (17:39 +0000)]
WTF? What sort of bogus commit was that? Fine, here you go.
foobar [Tue, 30 Jul 2002 17:24:13 +0000 (17:24 +0000)]
.
Rasmus Lerdorf [Tue, 30 Jul 2002 16:05:32 +0000 (16:05 +0000)]
.
Rasmus Lerdorf [Tue, 30 Jul 2002 10:51:33 +0000 (10:51 +0000)]
Fix for #18638 (str_rot13 bug)
Adam Dickmeiss [Tue, 30 Jul 2002 10:50:48 +0000 (10:50 +0000)]
Fixed proxy setting for ZOOM
Andrei Zmievski [Tue, 30 Jul 2002 04:07:15 +0000 (04:07 +0000)]
@- Adding 'is' operator that can be used to check the type of a variable,
@ or its class. (Andrei)
foobar [Tue, 30 Jul 2002 00:24:11 +0000 (00:24 +0000)]
hot, damn hot.
<changelog@php.net> [Tue, 30 Jul 2002 00:19:14 +0000 (00:19 +0000)]
ChangeLog update
Sterling Hughes [Mon, 29 Jul 2002 23:57:26 +0000 (23:57 +0000)]
add sablotron version, patch by Christian Stocker...
Adam Dickmeiss [Mon, 29 Jul 2002 21:51:48 +0000 (21:51 +0000)]
Make PHP part of Z39.50 implementation name
Adam Dickmeiss [Mon, 29 Jul 2002 19:56:59 +0000 (19:56 +0000)]
Use type ext rather than raw for ZOOM record fetch
Dan Kalowsky [Mon, 29 Jul 2002 17:49:46 +0000 (17:49 +0000)]
updating the NEWS file
# why this wasn't done automagically I don't know...
Christian Stocker [Mon, 29 Jul 2002 14:04:44 +0000 (14:04 +0000)]
- nodename is not always set, check if it really is.
- make force_ref for aliases as well
Edin Kadribasic [Mon, 29 Jul 2002 13:42:01 +0000 (13:42 +0000)]
Fixed windows build by adding sha1.c and sha1.h to the project file.
Edin Kadribasic [Mon, 29 Jul 2002 13:13:50 +0000 (13:13 +0000)]
Fixed bug #14657 (patch by Steph Fox)
Edin Kadribasic [Mon, 29 Jul 2002 13:12:57 +0000 (13:12 +0000)]
Fixed bug #11214 (patch by Steph Fox)
Edin Kadribasic [Mon, 29 Jul 2002 12:17:34 +0000 (12:17 +0000)]
First try to open php-SAPI.ini and if it fails fall back to regular
php.ini file. For example cli version of PHP will first try to open
php-cli.ini in the usual ini file search path and only if it fails
will it try to open php.ini using the same path.
Sascha Schumann [Mon, 29 Jul 2002 08:54:56 +0000 (08:54 +0000)]
style police
<changelog@php.net> [Mon, 29 Jul 2002 00:19:54 +0000 (00:19 +0000)]
NEWS update
<changelog@php.net> [Mon, 29 Jul 2002 00:18:58 +0000 (00:18 +0000)]
ChangeLog update
Yasuo Ohgaki [Sun, 28 Jul 2002 21:03:26 +0000 (21:03 +0000)]
Allow xmlrpc-epi header files stored under include/xmlrpc-epi
Derick Rethans [Sun, 28 Jul 2002 19:29:28 +0000 (19:29 +0000)]
- Copy and paste error -> unify error messages
Stefan Esser [Sun, 28 Jul 2002 19:18:08 +0000 (19:18 +0000)]
Added sha1, sha1_file functions.
Marcus Boerger [Sun, 28 Jul 2002 17:25:55 +0000 (17:25 +0000)]
-add & document ini settings for exif
Marcus Boerger [Sun, 28 Jul 2002 17:21:51 +0000 (17:21 +0000)]
-decode several MarkerNotes
-correct offset information in debug mode
@exif_read_data() can decode MarkerNote of several Cameras. (Marcus)
Tal Peer [Sun, 28 Jul 2002 17:06:28 +0000 (17:06 +0000)]
* Fixed E_NOTICE on pear -V
Stefan Esser [Sun, 28 Jul 2002 14:10:56 +0000 (14:10 +0000)]
(re)added /ext/ftp news
Stefan Roehrich [Sun, 28 Jul 2002 14:08:08 +0000 (14:08 +0000)]
Commit patch as discussed on LinuxTag and posted to php-dev in June.
Disables zlib.output_compression for scripts with image/ content-type
header (fixes bug #16109) and makes it possible to switch
zlib.output_compression during script execution before the headers are
sent.
@- zlib.output_compression is disabled for "image/" content-type
@ headers and can be changed during script execution. (Stefan)
foobar [Sun, 28 Jul 2002 13:46:11 +0000 (13:46 +0000)]
- Removed the 2 last entries.
# Dan, sesser, re-add them again yourself.
foobar [Sun, 28 Jul 2002 13:44:37 +0000 (13:44 +0000)]
No exceptions.
Harald Radi [Sun, 28 Jul 2002 13:06:54 +0000 (13:06 +0000)]
update the handlers struct
Yasuo Ohgaki [Sun, 28 Jul 2002 11:17:57 +0000 (11:17 +0000)]
Unify error messages
Marcus Boerger [Sun, 28 Jul 2002 10:00:37 +0000 (10:00 +0000)]
forgot to move imeageellipse out of #ifdef HAVE_LIBGD20
Yasuo Ohgaki [Sun, 28 Jul 2002 09:42:15 +0000 (09:42 +0000)]
Fixed query string handling. Now some.php?a&b=1;c works.
# arg_separator.output can be multile chars