]>
granicus.if.org Git - php/log
Yasuo Ohgaki [Tue, 3 Sep 2002 07:38:08 +0000 (07:38 +0000)]
Added mbstring.encoding_translation to php.ini-dist|recommended
Rui Hirokawa [Tue, 3 Sep 2002 05:20:40 +0000 (05:20 +0000)]
*** empty log message ***
Rui Hirokawa [Tue, 3 Sep 2002 05:18:20 +0000 (05:18 +0000)]
--enable-mbstr-enc-trans is abolished to prevent some problems about POST/GET/Cookie variables. the same functionality is controllable in php.ini option mbstring.encoding_translation (default:Off).
Andi Gutmans [Tue, 3 Sep 2002 04:19:04 +0000 (04:19 +0000)]
- Fix typo
<changelog@php.net> [Tue, 3 Sep 2002 00:32:58 +0000 (00:32 +0000)]
ChangeLog update
Jan Lehnardt [Mon, 2 Sep 2002 20:44:01 +0000 (20:44 +0000)]
- prepare non-html phpinfo output for zend extensions
Markus Fischer [Mon, 2 Sep 2002 18:03:24 +0000 (18:03 +0000)]
- Enable strcoll() for win32 build
# Maybe I'm missing something. PHP has strcoll() since 4.0.5 but HAVE_STRCOLL
# was always only available under Unix, no one activated it for Win32 since
# then?
#
# Test to show it works:
# <? $a=array("a", "z", "ä"); setlocale(LC_ALL, "German"); usort($a, "strcoll"); var_dump($a); ?>
#
# Output:
# array(3) {
# [0]=>
# string(1) "a"
# [1]=>
# string(1) "ä"
# [2]=>
# string(1) "z"
# }
#
# Thanks to a comment found on the usort() page and to a dlcp post about a
# similar issue.
#
# Worth for a MFH for 4.2.3, anyone ?
Thies C. Arntzen [Mon, 2 Sep 2002 12:26:09 +0000 (12:26 +0000)]
refine last patch. if the argument-stack is not consistent don't try to show
arguments. no call to zend_error is made as we might end up in an infinite
recursion if called from an error_handler.
so: if the arguments to functions aren't shown in debug_backtrace this is 'cause
the arument stack was not consistent when debug_backtrace was called.
Thies C. Arntzen [Mon, 2 Sep 2002 12:20:09 +0000 (12:20 +0000)]
debug_backtrace() now checks the complete argument-stack for consistency.
Stanislav Malyshev [Mon, 2 Sep 2002 09:13:53 +0000 (09:13 +0000)]
MFZE1
<changelog@php.net> [Mon, 2 Sep 2002 00:31:53 +0000 (00:31 +0000)]
ChangeLog update
Andi Gutmans [Sun, 1 Sep 2002 19:19:50 +0000 (19:19 +0000)]
- Fix leak reported by "l0t3k" <cshmoove@hotmail.com>
Sergey Kartashoff [Sun, 1 Sep 2002 14:11:46 +0000 (14:11 +0000)]
- Udm_Cat_Path, Udm_Cat_List, Udm_Get_Doc_Count functions have been fixed
to work with mnogosearch-3.2.6 and later.
- Removed search words highlighting while getting document URL in
mnogosearch extention
Sebastian Bergmann [Sun, 1 Sep 2002 11:33:19 +0000 (11:33 +0000)]
Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.
Stanislav Malyshev [Sun, 1 Sep 2002 08:30:39 +0000 (08:30 +0000)]
MFZE1
<changelog@php.net> [Sun, 1 Sep 2002 00:31:23 +0000 (00:31 +0000)]
ChangeLog update
Jan Lehnardt [Sat, 31 Aug 2002 21:43:54 +0000 (21:43 +0000)]
- cosmetics
foobar [Sat, 31 Aug 2002 14:04:29 +0000 (14:04 +0000)]
Fix it back..(what was that commit????)
<changelog@php.net> [Sat, 31 Aug 2002 00:34:06 +0000 (00:34 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 30 Aug 2002 15:45:12 +0000 (15:45 +0000)]
Fixing up Changelog and NEWS for the past few days.
Adam Dickmeiss [Fri, 30 Aug 2002 13:26:41 +0000 (13:26 +0000)]
Bug fix: dont cache connection if proxy setting have changed
foobar [Fri, 30 Aug 2002 03:52:41 +0000 (03:52 +0000)]
Fix shared build
foobar [Fri, 30 Aug 2002 02:57:13 +0000 (02:57 +0000)]
Fix bug: #19124, xmlrpc extension builds ok now as shared extension.
foobar [Fri, 30 Aug 2002 02:44:45 +0000 (02:44 +0000)]
xpm.h is sometimes in /usr/include/X11 (or /usr/X11R6/include/X11)
foobar [Fri, 30 Aug 2002 02:41:52 +0000 (02:41 +0000)]
Fix the build when bundled gd library is used
Jan Lehnardt [Thu, 29 Aug 2002 18:28:11 +0000 (18:28 +0000)]
- seperate registered streams.
#read: make sebastian happy ;)
Ilia Alshanetsky [Thu, 29 Aug 2002 15:58:33 +0000 (15:58 +0000)]
Fixed the \0 check in previous patch.
Ilia Alshanetsky [Thu, 29 Aug 2002 15:44:00 +0000 (15:44 +0000)]
Fixed bug #18966
foobar [Thu, 29 Aug 2002 15:28:09 +0000 (15:28 +0000)]
Remove unnecessary whitespace
Jan Lehnardt [Thu, 29 Aug 2002 10:24:02 +0000 (10:24 +0000)]
- reenable "no value" output. thanks to sebastian for pointing that out.
Pierre Joye [Thu, 29 Aug 2002 10:08:37 +0000 (10:08 +0000)]
Hope to finnally got it, fixes notice (Thx to Sebastian)
Jan Lehnardt [Thu, 29 Aug 2002 09:11:22 +0000 (09:11 +0000)]
- fix ZTS build. thanks to edin.
Marcus Boerger [Thu, 29 Aug 2002 08:32:41 +0000 (08:32 +0000)]
One zero to much
Derick Rethans [Thu, 29 Aug 2002 05:36:42 +0000 (05:36 +0000)]
- EXIF is about meta data from images, not for digital cameras
foobar [Thu, 29 Aug 2002 01:17:24 +0000 (01:17 +0000)]
Fix bug: #19159, mysql_field_count was available since 3.22.24
foobar [Thu, 29 Aug 2002 00:56:13 +0000 (00:56 +0000)]
I would have thought this was clear to everyone already..
foobar [Thu, 29 Aug 2002 00:55:24 +0000 (00:55 +0000)]
revert that undiscussed change until it is really agreed upon.
<changelog@php.net> [Thu, 29 Aug 2002 00:17:56 +0000 (00:17 +0000)]
NEWS update
<changelog@php.net> [Thu, 29 Aug 2002 00:17:29 +0000 (00:17 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 28 Aug 2002 23:19:59 +0000 (23:19 +0000)]
Fixed compile warning (unused variable)
Added a \n separator between Addition Modules
Jan Lehnardt [Wed, 28 Aug 2002 22:31:51 +0000 (22:31 +0000)]
- add phpinfo() support for CLI.
@phpinfo() support for CLI (jan)
Rasmus Lerdorf [Wed, 28 Aug 2002 22:14:42 +0000 (22:14 +0000)]
Description didn't match the function here
Marcus Boerger [Wed, 28 Aug 2002 19:31:01 +0000 (19:31 +0000)]
Enable EXIF by default as discussed with Rasmus
@Made EXIF (digital camera) extension enabled by default. (Marcus)
Thies C. Arntzen [Wed, 28 Aug 2002 15:05:15 +0000 (15:05 +0000)]
debug_backtrace()
- make args passed to functions called vy call_user_function available again.
Christian Stocker [Wed, 28 Aug 2002 15:02:54 +0000 (15:02 +0000)]
correct entry about XsltObject->result_dump_*()
Thies C. Arntzen [Wed, 28 Aug 2002 14:49:15 +0000 (14:49 +0000)]
debug_backtrace():
- make args work if called from the error_handler
- fix refcount for args
Thies C. Arntzen [Wed, 28 Aug 2002 14:43:32 +0000 (14:43 +0000)]
clear current_execute_data on bailout as it would point into some freed area
on the stack.
Derick Rethans [Wed, 28 Aug 2002 12:10:00 +0000 (12:10 +0000)]
- Let's make this a little bit more professional :)
Derick Rethans [Wed, 28 Aug 2002 09:49:40 +0000 (09:49 +0000)]
- MFZE1
Derick Rethans [Wed, 28 Aug 2002 09:28:06 +0000 (09:28 +0000)]
- Whitespace
Jason Greene [Wed, 28 Aug 2002 06:15:13 +0000 (06:15 +0000)]
@socket_recvfrom is now binary safe (Jason)
Zero the structure so that when the tcp layer of the OS decides to ignore it,
we do not think we are getting a value
Dan Kalowsky [Wed, 28 Aug 2002 06:13:49 +0000 (06:13 +0000)]
silence build warning, added default case
foobar [Wed, 28 Aug 2002 02:44:40 +0000 (02:44 +0000)]
This extension is not forced to be compiled as shared.
foobar [Wed, 28 Aug 2002 02:43:46 +0000 (02:43 +0000)]
Added the header and removed some commented out stuff (wrong place anyway)
foobar [Wed, 28 Aug 2002 02:38:17 +0000 (02:38 +0000)]
ws fixes
foobar [Wed, 28 Aug 2002 02:08:57 +0000 (02:08 +0000)]
Fix ZTS build
Brad House [Tue, 27 Aug 2002 20:55:48 +0000 (20:55 +0000)]
Adding a left-out command
Marcus Boerger [Tue, 27 Aug 2002 20:10:46 +0000 (20:10 +0000)]
Some requirements engineering: today necessary defines exists where
needed.
Marcus Boerger [Tue, 27 Aug 2002 19:40:55 +0000 (19:40 +0000)]
php_error_docref
BUT didn't we decide to disable those functions when not supported
instead of displaying an error?
Marcus Boerger [Tue, 27 Aug 2002 15:32:04 +0000 (15:32 +0000)]
php_error_docref
Marcus Boerger [Tue, 27 Aug 2002 14:57:09 +0000 (14:57 +0000)]
Remove this nonsense - this makes the module unpredicable since we do
not have default values in ini and more encodings will follow.
Christian Stocker [Tue, 27 Aug 2002 08:40:44 +0000 (08:40 +0000)]
fix some to long property strings
Christian Stocker [Tue, 27 Aug 2002 07:33:55 +0000 (07:33 +0000)]
argh, domxml_doc_free is not yet ready for CVS :)
Christian Stocker [Tue, 27 Aug 2002 07:25:53 +0000 (07:25 +0000)]
stupid typo
Christian Stocker [Tue, 27 Aug 2002 06:54:21 +0000 (06:54 +0000)]
fix memleak in php_domxslt_string_to_xpathexpr
Derick Rethans [Tue, 27 Aug 2002 05:30:38 +0000 (05:30 +0000)]
- "Use" is not a name :)
Marcus Boerger [Tue, 27 Aug 2002 00:44:57 +0000 (00:44 +0000)]
-php_error_docref
-nuke unused variable
Marcus Boerger [Tue, 27 Aug 2002 00:44:07 +0000 (00:44 +0000)]
header for last commit
foobar [Tue, 27 Aug 2002 00:25:39 +0000 (00:25 +0000)]
cleanup
<changelog@php.net> [Tue, 27 Aug 2002 00:21:34 +0000 (00:21 +0000)]
NEWS update
Marcus Boerger [Tue, 27 Aug 2002 00:20:37 +0000 (00:20 +0000)]
-fix memory leak on failure
-only use one function for nearly identical things
-fix stripslashes not working on input directly
<changelog@php.net> [Tue, 27 Aug 2002 00:20:32 +0000 (00:20 +0000)]
ChangeLog update
Marcus Boerger [Mon, 26 Aug 2002 23:26:46 +0000 (23:26 +0000)]
-reimplemented old style output (.exp, .out)
-implemented diff format output
-delete error logs on success
@Changed regression tests produce selectable error reports. The tests now
@recognize environment variable TEST_PHP_LOG_FORMAT which can
@contain O and E for old style .out and .exp files, L for new .log format and
@D for an internal diff format that does not require systems diff. (Marcus)
#diff output makes it easier to detect the failure on huge or combined tests.
#It was discussed that the php function's diff output has the advantage that
#it is available on every system. Everyone insisting on systems diff may
#use diff on .exp and .out files.
Marcus Boerger [Mon, 26 Aug 2002 23:18:59 +0000 (23:18 +0000)]
fix fwrite to no longer apply stripslashes on input string when
magic_quotes_runtime is set On.
Marcus Boerger [Mon, 26 Aug 2002 23:16:51 +0000 (23:16 +0000)]
fix proto and tweak error message
Thies C. Arntzen [Mon, 26 Aug 2002 16:40:34 +0000 (16:40 +0000)]
debug_backtrace(): show name of included file for include and require calls
plus some small fixes suggested by andi.
# now it's perfect;-)
Wez Furlong [Mon, 26 Aug 2002 13:36:35 +0000 (13:36 +0000)]
Implement com_invoke_ex, which allows the user to specify the invoke kind
flags, so that custom invocations can be made.
Tidy up code for com_propget and com_propset, so that it can work with
objects as well as resources.
# This code is from a couple of months ago, and has been hanging around
# on my windows dev box; I'm not entirely sure where I needed com_invoke_ex,
# but the additions to propget and propset are useful.
Derick Rethans [Mon, 26 Aug 2002 09:47:46 +0000 (09:47 +0000)]
- Whitespace
Derick Rethans [Mon, 26 Aug 2002 09:44:31 +0000 (09:44 +0000)]
@- Use escape_shell_cmd() to allow multiple extra parameters to the
@ invocation of the mailer as used in the fifth parameter to mail(). (Derick)
- Use escape_shell_cmd() to allow multiple extra parameters to the invocation
of the mailer as used in the fifth parameter to mail().
Marcus Boerger [Mon, 26 Aug 2002 02:07:47 +0000 (02:07 +0000)]
that propably wasn't a good idea and thus already removed
Pierre Joye [Mon, 26 Aug 2002 00:39:56 +0000 (00:39 +0000)]
Set 'defaultuser' if 'USER' env not found
Pierre Joye [Mon, 26 Aug 2002 00:37:25 +0000 (00:37 +0000)]
Replace horrendous code :)
<changelog@php.net> [Mon, 26 Aug 2002 00:18:29 +0000 (00:18 +0000)]
NEWS update
Pierre Joye [Mon, 26 Aug 2002 00:18:00 +0000 (00:18 +0000)]
Rule 1: Never quickly fix a thing in cvs
Rule 2: follow rule 1
Thx rasmus :)
Jason Greene [Sun, 25 Aug 2002 23:28:42 +0000 (23:28 +0000)]
Implement socket errno values for UNIX based platforms.
They are all prefixed with SOCKET_ to preserve name space
Win32 will follow...
Sebastian Bergmann [Sun, 25 Aug 2002 22:17:56 +0000 (22:17 +0000)]
Fix ZTS build.
Wez Furlong [Sun, 25 Aug 2002 19:44:25 +0000 (19:44 +0000)]
WS
Ilia Alshanetsky [Sun, 25 Aug 2002 19:08:07 +0000 (19:08 +0000)]
Slight optimization of php_strtoupper & php_strtoupper functions.
Marcus Boerger [Sun, 25 Aug 2002 18:48:46 +0000 (18:48 +0000)]
MFB
Marcus Boerger [Sun, 25 Aug 2002 18:45:02 +0000 (18:45 +0000)]
use php_error_docref()
Pierre Joye [Sun, 25 Aug 2002 18:29:32 +0000 (18:29 +0000)]
Remove $_ENV usages, getenv() is used instead
'MAKE' and 'USER' are used, if 'USER' not found I set user to 'defaultuser'
Marcus Boerger [Sun, 25 Aug 2002 18:21:40 +0000 (18:21 +0000)]
improoved error messages
Pierre Joye [Sun, 25 Aug 2002 18:21:10 +0000 (18:21 +0000)]
Remove $_ENV usages
Remove $env arg in all functions and uses getenv instead
Note only 'USER' env var is used
Pierre Joye [Sun, 25 Aug 2002 18:11:24 +0000 (18:11 +0000)]
Remove $_ENV usages, this causes problems with recommanded php.ini files
Replace by getenv()
Marcus Boerger [Sun, 25 Aug 2002 14:20:37 +0000 (14:20 +0000)]
Removed __output_handler as everybody seems against such implicit
behaviour. Instead supply error message.
foobar [Sun, 25 Aug 2002 12:50:15 +0000 (12:50 +0000)]
Fix long line..and typo
Derick Rethans [Sun, 25 Aug 2002 12:24:40 +0000 (12:24 +0000)]
@- PHP's cURL extention now requires cURL version 7.9.8 (Derick)
- Bump up required version number of cURL to 7.9.8
Marcus Boerger [Sun, 25 Aug 2002 12:16:48 +0000 (12:16 +0000)]
Use zend_is_callable() instead of php_check_object_method_array() and
drop the latter. THX to Markus Fischer - i did not recognize this function.
@Expanded ob_start() to allow object parameters without methodnames and
@use default method __output_handler(). (Marcus)
Wez Furlong [Sun, 25 Aug 2002 12:10:17 +0000 (12:10 +0000)]
Fix open_basedir.
Wez Furlong [Sun, 25 Aug 2002 12:09:57 +0000 (12:09 +0000)]
Prevent possible problems with include_path.