]>
granicus.if.org Git - php/log
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
Tal Peer [Sun, 28 Jul 2002 09:09:03 +0000 (09:09 +0000)]
pear -V now shows pear version, php version and ZE version.
Stig Bakken [Sun, 28 Jul 2002 08:56:32 +0000 (08:56 +0000)]
* feature/fixed bug
Stig Bakken [Sun, 28 Jul 2002 08:52:55 +0000 (08:52 +0000)]
* added "upgrade-all" command
Stig Bakken [Sun, 28 Jul 2002 08:52:29 +0000 (08:52 +0000)]
* don't abort install if errors are found in the package, display
a warning instead
Yasuo Ohgaki [Sun, 28 Jul 2002 04:18:40 +0000 (04:18 +0000)]
Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c']
when mbstr-enc-trans is disabled.
# There is a bug in php_mbstr_encoding_handler() alo, I'll fix it later.
<changelog@php.net> [Sun, 28 Jul 2002 00:19:08 +0000 (00:19 +0000)]
ChangeLog update
Andi Gutmans [Sat, 27 Jul 2002 15:53:14 +0000 (15:53 +0000)]
- Make sure classes are first looked for in the current scope.
- Make sure that during inheritance the global scope is searched if the
- current one doesn't work.
Rui Hirokawa [Sat, 27 Jul 2002 13:58:16 +0000 (13:58 +0000)]
fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().
Stefan Esser [Sat, 27 Jul 2002 09:18:51 +0000 (09:18 +0000)]
Do not leak data connection.
<changelog@php.net> [Sat, 27 Jul 2002 00:19:15 +0000 (00:19 +0000)]
NEWS update
<changelog@php.net> [Sat, 27 Jul 2002 00:18:39 +0000 (00:18 +0000)]
ChangeLog update
foobar [Fri, 26 Jul 2002 22:57:14 +0000 (22:57 +0000)]
- Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always.
- Also set the binary mode ONLY if the passed value is true..
Frank M. Kromann [Fri, 26 Jul 2002 22:14:55 +0000 (22:14 +0000)]
Fizing ZTS build
Stefan Esser [Fri, 26 Jul 2002 22:00:25 +0000 (22:00 +0000)]
[EXPERIMENTAL] Added functions for asynchronous FTP transfers
Marcus Boerger [Fri, 26 Jul 2002 17:09:02 +0000 (17:09 +0000)]
Missing Photoshop tags
Dan Kalowsky [Fri, 26 Jul 2002 17:08:05 +0000 (17:08 +0000)]
forgot to make the same change to imap_get_quota...
Dan Kalowsky [Fri, 26 Jul 2002 16:59:11 +0000 (16:59 +0000)]
Minor memory fix suggested by Zeev
Georg Richter [Fri, 26 Jul 2002 16:50:34 +0000 (16:50 +0000)]
Bugfix: #18532
Fixed week number calculation in accordance with ISO 8601
Stefan Esser [Fri, 26 Jul 2002 16:26:55 +0000 (16:26 +0000)]
fixed cut & paste typo
Dan Kalowsky [Fri, 26 Jul 2002 16:26:01 +0000 (16:26 +0000)]
Adding initial support for PHP imap_get_quotaroot
# apparently c-client does not like Cyrus's GETQUOTAROOT return list this
# is still be worked out, but all functionality should be there
# Return array is still not very organized
Dan Kalowsky [Fri, 26 Jul 2002 16:22:43 +0000 (16:22 +0000)]
(PHP imap_get_quota) updated to properly reflect the RFC 2087 as per
bug #14673
@- imap_get_quota now allows multiple resource values to be returned, as
per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann)
Sascha Schumann [Fri, 26 Jul 2002 16:16:12 +0000 (16:16 +0000)]
Fix segfault due to unchecked null pointer