]>
granicus.if.org Git - php/log
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
Tomas V.V.Cox [Fri, 26 Jul 2002 15:39:16 +0000 (15:39 +0000)]
In theory this will fix a problem in Window trying to delete a not closed
file
#if so, other fixes like that may be needed
Marcus Boerger [Fri, 26 Jul 2002 13:24:45 +0000 (13:24 +0000)]
reapply patch for imageellipse beeing wrappet to imagearc if missing
# derick: the rest of the patch wasn't removed
Stefan Esser [Fri, 26 Jul 2002 13:03:08 +0000 (13:03 +0000)]
@- FTP extension does support (auto)resuming now.
Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter.
Tomas V.V.Cox [Fri, 26 Jul 2002 11:58:10 +0000 (11:58 +0000)]
use -d output_buffer=0 to workarround the PHP flush() problem
Tomas V.V.Cox [Fri, 26 Jul 2002 11:48:55 +0000 (11:48 +0000)]
download package if force is set
Tomas V.V.Cox [Fri, 26 Jul 2002 11:12:44 +0000 (11:12 +0000)]
revert my change from PHP_BINDIR to bin_dir
Tomas V.V.Cox [Fri, 26 Jul 2002 11:02:41 +0000 (11:02 +0000)]
Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@
Tomas V.V.Cox [Fri, 26 Jul 2002 10:48:20 +0000 (10:48 +0000)]
Use script arg separator '--'
Clean up unused stuff
Andi Gutmans [Fri, 26 Jul 2002 10:38:25 +0000 (10:38 +0000)]
- Fix problem with debug_backtrace() reported by Stig. We weren't reporting
- global function information because it wasn't available. We have to do
- an additional assignment per-function call so that it'll be available.
- Also don't define the global scope as function name _main_ but leave it
- empty so that frameworks like Pear can decide what they want to do.
Tomas V.V.Cox [Fri, 26 Jul 2002 10:32:01 +0000 (10:32 +0000)]
Use DIRECTORY_SEPARATOR instead of hardcoded '/'
Tomas V.V.Cox [Fri, 26 Jul 2002 10:18:28 +0000 (10:18 +0000)]
Workarround to the empty $_ENV
Tomas V.V.Cox [Fri, 26 Jul 2002 10:11:01 +0000 (10:11 +0000)]
use $GLOBALS['HTTP_SERVER_VARS'] instead
Tomas V.V.Cox [Fri, 26 Jul 2002 10:01:28 +0000 (10:01 +0000)]
Silence NOTICE
Stefan Esser [Fri, 26 Jul 2002 08:04:42 +0000 (08:04 +0000)]
all functions based on php_stat are now safe mode aware...
foobar [Fri, 26 Jul 2002 01:14:20 +0000 (01:14 +0000)]
When Britney learns to sing, I will quit this..
<changelog@php.net> [Fri, 26 Jul 2002 00:19:00 +0000 (00:19 +0000)]
NEWS update
<changelog@php.net> [Fri, 26 Jul 2002 00:18:24 +0000 (00:18 +0000)]
ChangeLog update
foobar [Thu, 25 Jul 2002 23:55:06 +0000 (23:55 +0000)]
Fixed 3 major failures in this test:
1. Tests work better when they are actually run..
2. When file is opened, it should be closed sometime too.
3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's
good idea to read the values while the file still exists.
#
# James, TEST BEFORE YOU COMMIT!!!!!!!
#
# Andi, I get these results (in Linux/i386):
#
# ZEND_MM_ALIGNMENT 4
# ZEND_MM_ALIGNMENT_LOG2 2
#
# Weren't these supposed to be 8 and 3 ?
#
foobar [Thu, 25 Jul 2002 18:37:16 +0000 (18:37 +0000)]
- Fixed bug: #18560, the macro was not defined always.
foobar [Thu, 25 Jul 2002 17:31:34 +0000 (17:31 +0000)]
Allow setting post_max_size and upload_max_filesize in .htaccess files too
foobar [Thu, 25 Jul 2002 11:33:21 +0000 (11:33 +0000)]
Fixed bug: #18561.
Derick Rethans [Thu, 25 Jul 2002 11:22:20 +0000 (11:22 +0000)]
- Added parameter to print_r which returns the variable representation
instead of echoing it.
@- Added parameter to print_r which returns the variable representation
@ instead of echoing it. (Derick)
Stefan Esser [Thu, 25 Jul 2002 09:33:26 +0000 (09:33 +0000)]
do not dtor empty elements
Marcus Boerger [Thu, 25 Jul 2002 00:52:30 +0000 (00:52 +0000)]
-handling of thumbnails in sub IFDs (the Photoshopway for TIFF)
-Some Photoshop specific tags
#after the last patches this finally fixes all warnings and errors in bug #18405
<changelog@php.net> [Thu, 25 Jul 2002 00:18:55 +0000 (00:18 +0000)]
ChangeLog update
Andi Gutmans [Wed, 24 Jul 2002 18:53:19 +0000 (18:53 +0000)]
- Fix some compile problems with the new configure checks.
James Cox [Wed, 24 Jul 2002 17:04:11 +0000 (17:04 +0000)]
move testing for the alignment values into configure.