]>
granicus.if.org Git - php/log
Colin Viebrock [Thu, 26 Sep 2002 19:33:23 +0000 (19:33 +0000)]
update credits page with proper HTML, fix HTML escaping, and a few tweaks
Sebastian Bergmann [Thu, 26 Sep 2002 19:18:35 +0000 (19:18 +0000)]
Fix warning.
Ilia Alshanetsky [Thu, 26 Sep 2002 18:56:11 +0000 (18:56 +0000)]
MFZE1
Sebastian Bergmann [Thu, 26 Sep 2002 18:13:32 +0000 (18:13 +0000)]
Fix ZTS build.
Ilia Alshanetsky [Thu, 26 Sep 2002 18:12:27 +0000 (18:12 +0000)]
Fixed bug #11643
Colin Viebrock [Thu, 26 Sep 2002 17:54:54 +0000 (17:54 +0000)]
fix phpinfo() output for better browser BC
foobar [Thu, 26 Sep 2002 16:46:21 +0000 (16:46 +0000)]
Fix bug: #14991 (changing session.use_trans_sid does not work in scripts)
Wez Furlong [Thu, 26 Sep 2002 16:22:28 +0000 (16:22 +0000)]
Fix for #19580. (Incorrectly warning about lost data when that is not the
case on systems without fopencookie).
Wez Furlong [Thu, 26 Sep 2002 16:07:14 +0000 (16:07 +0000)]
Emit a warning when an unsupported charset is requested in htmlentities.
Fixed #18521.
foobar [Thu, 26 Sep 2002 13:51:04 +0000 (13:51 +0000)]
style,consistency..
Derick Rethans [Thu, 26 Sep 2002 13:48:46 +0000 (13:48 +0000)]
- Cleaning up
Tal Peer [Thu, 26 Sep 2002 12:58:31 +0000 (12:58 +0000)]
- Fixed fatal error
Wez Furlong [Thu, 26 Sep 2002 12:12:27 +0000 (12:12 +0000)]
Fix segfault in wrapper error log mechanism when errors are logged on
second and subsequent events.
Implement very simple recursion protection for user streams written
like this:
class urlEncodeStream {
var $fp = NULL;
function stream_open($path, $mode, $options, &$opened_path)
{
$this->fp = fopen($path, $mode); // <-- this recurses infinitely
return is_resource($this->fp);
}
}
file_register_wrapper('urlencode', 'urlEncodeStream');
$fp = fopen('urlencode:///tmp/outputfile.txt', 'w');
Noticed by: Yasuo.
Jan Lehnardt [Thu, 26 Sep 2002 11:19:26 +0000 (11:19 +0000)]
- GLOB_NOMATCH and GLOB_NOESCAPE are only defined in win32/glob.h
- fixes build on FreeBSD 4.6
Tal Peer [Thu, 26 Sep 2002 10:43:42 +0000 (10:43 +0000)]
- Reverted back to old param parsing api (and eliminated a segfault by doing that)
- Added the CapRTL charset -- should be used for testing on machines without Hebrew/Arabic/Persian
fonts
- Changed the note about deprecated behaviour from E_WARNING to E_NOTICE
Wez Furlong [Thu, 26 Sep 2002 10:17:41 +0000 (10:17 +0000)]
Remove an unused variable and a now-unused function.
Wez Furlong [Thu, 26 Sep 2002 10:14:41 +0000 (10:14 +0000)]
Rename file_get_wrapper_data -> file_get_meta_data.
It now always returns useful information for all streams.
Unified that data with socket_get_status and made socket_get_status
an alias for file_get_meta_data.
Fix Location header following which was broken in this commit:
http://cvs.php.net/diff.php/php4/ext/standard/http_fopen_wrapper.c?r1=1.41&r2=1.42&ty=h
Yasuo Ohgaki [Thu, 26 Sep 2002 07:55:59 +0000 (07:55 +0000)]
Remove dup
Hartmut Holzgraefe [Thu, 26 Sep 2002 07:55:41 +0000 (07:55 +0000)]
temporarily giving some orphands a new home
Georg Richter [Thu, 26 Sep 2002 07:45:06 +0000 (07:45 +0000)]
maintainers for the famous mysql extension
Markus Fischer [Thu, 26 Sep 2002 07:38:02 +0000 (07:38 +0000)]
- Add missing bug fixes.
# Please always add a NEWS entry for fixed bugs.
# The NEWS entry are added to http://php.net/ChangeLog-4.php after every
# released and the fixed bugs are auto(vi)matically linked to the BTS.
# So please also conform to the #<number> style (no one violated this, but
# just in case ;).
Sebastian Bergmann [Thu, 26 Sep 2002 07:30:16 +0000 (07:30 +0000)]
Fix ZTS build. Fix warning.
Hartmut Holzgraefe [Thu, 26 Sep 2002 07:15:33 +0000 (07:15 +0000)]
fix windows build
Markus Fischer [Thu, 26 Sep 2002 07:05:17 +0000 (07:05 +0000)]
- Merge url_rewriter.tags description from Sascha.
Sebastian Bergmann [Thu, 26 Sep 2002 06:10:22 +0000 (06:10 +0000)]
Sync MSVC project files.
Tal Peer [Thu, 26 Sep 2002 05:47:56 +0000 (05:47 +0000)]
- Initial commit
Wez Furlong [Thu, 26 Sep 2002 01:20:38 +0000 (01:20 +0000)]
Note that the GD functions now also work with remote files.
Wez Furlong [Thu, 26 Sep 2002 00:53:47 +0000 (00:53 +0000)]
(PHP mb_convert_case) Add function that will convert the case of a string
Respecting it's encoding (or the internal encoding).
<changelog@php.net> [Thu, 26 Sep 2002 00:35:59 +0000 (00:35 +0000)]
ChangeLog update
Hartmut Holzgraefe [Thu, 26 Sep 2002 00:27:52 +0000 (00:27 +0000)]
glob should now be ZTS/open_basedir/safe_mode aware (finally)
Hartmut Holzgraefe [Thu, 26 Sep 2002 00:27:13 +0000 (00:27 +0000)]
symbolic constants for fnmatch flags added
Yasuo Ohgaki [Wed, 25 Sep 2002 23:36:27 +0000 (23:36 +0000)]
on -> On
Yasuo Ohgaki [Wed, 25 Sep 2002 23:34:50 +0000 (23:34 +0000)]
Merge changes from php.ini-dist
Andrey Hristov [Wed, 25 Sep 2002 19:08:38 +0000 (19:08 +0000)]
Test case for strspn()/strcspn().
Andrey Hristov [Wed, 25 Sep 2002 19:06:29 +0000 (19:06 +0000)]
Added common handler for strspn() and strcspn(). Almost of the code is
identical. Modified to accept up to 4 params. Last 2 optional start & len.
They are analogic to start & len of substr(). So the behavior when start &
len are used is like
strspn(substr($s,$start,$len),$good_chars) and
strcspn(substr($s,$start,$len), $bad_chars)
Sascha Schumann [Wed, 25 Sep 2002 18:08:58 +0000 (18:08 +0000)]
add note about url_rewriter.tags
Andrey Hristov [Wed, 25 Sep 2002 18:06:05 +0000 (18:06 +0000)]
str_shuffle() function added. Like shuffle() for arrays - however the
algorithm for creating the permutation is quite simple. More like
the implementation of shuffle() for 4.2.1 .
Andrei Zmievski [Wed, 25 Sep 2002 17:48:10 +0000 (17:48 +0000)]
*** empty log message ***
Martin Jansen [Wed, 25 Sep 2002 17:36:24 +0000 (17:36 +0000)]
* Fix bug #19269.
This patch makes popErrorHandling() pop the first _two_ elements
from the error handler stack to prevent un-necessary memory
consumption.
# Patch by: jrust (at) rustyparts (dot) com
Sterling Hughes [Wed, 25 Sep 2002 17:07:12 +0000 (17:07 +0000)]
add two extensions - and orphan them.
Stanislav Malyshev [Wed, 25 Sep 2002 16:54:04 +0000 (16:54 +0000)]
Propmote API NO year, so that it will never be the same as ZE1 API NO
Sascha Schumann [Wed, 25 Sep 2002 16:11:31 +0000 (16:11 +0000)]
We are about to enter 2003, sending two-digit years does not make too
much sense anymore. According to an article from '98, only Netscape 3.x was
affected anyway.
Sascha Schumann [Wed, 25 Sep 2002 16:06:40 +0000 (16:06 +0000)]
style police
Wez Furlong [Wed, 25 Sep 2002 15:46:47 +0000 (15:46 +0000)]
Make these all work with persistent streams too.
Wez Furlong [Wed, 25 Sep 2002 15:25:12 +0000 (15:25 +0000)]
Implement persistent streams. (for pfsockopen).
Juggle some includes/definitions.
Tidy up streams use in ext/standard/file.c
Sterling Hughes [Wed, 25 Sep 2002 14:07:57 +0000 (14:07 +0000)]
if this makes people happier about me not working on these anymore, so be
it :)
Andrei Zmievski [Wed, 25 Sep 2002 14:02:34 +0000 (14:02 +0000)]
Fix bug #17570.
Tal Peer [Wed, 25 Sep 2002 13:49:55 +0000 (13:49 +0000)]
- Update proto
Ilia Alshanetsky [Wed, 25 Sep 2002 13:26:03 +0000 (13:26 +0000)]
Fixed bugs #18167 & #16859
Sascha Schumann [Wed, 25 Sep 2002 12:38:45 +0000 (12:38 +0000)]
Improve error messages
Ilia Alshanetsky [Wed, 25 Sep 2002 12:20:56 +0000 (12:20 +0000)]
prevent segv on Windows with negative localtime values.
Sascha Schumann [Wed, 25 Sep 2002 12:15:42 +0000 (12:15 +0000)]
Sync
Sascha Schumann [Wed, 25 Sep 2002 12:15:22 +0000 (12:15 +0000)]
Allow - as part of an attribute
PR: #19573
Sascha Schumann [Wed, 25 Sep 2002 11:06:24 +0000 (11:06 +0000)]
Fix #13472 by making it possible to append the <input> stuff after
<fieldset> for xhtml compliance.
Sascha Schumann [Wed, 25 Sep 2002 10:36:19 +0000 (10:36 +0000)]
Sync with .re
Sascha Schumann [Wed, 25 Sep 2002 10:35:28 +0000 (10:35 +0000)]
Allow malformed HTML such as
<a onClick=window.open("/hardware/somevar.php?hinfoid=","chgti") ..>
where ["'] are part of the attribute value.
<changelog@php.net> [Wed, 25 Sep 2002 00:36:04 +0000 (00:36 +0000)]
ChangeLog update
Andi Gutmans [Tue, 24 Sep 2002 19:32:01 +0000 (19:32 +0000)]
- Fix leak
Andi Gutmans [Tue, 24 Sep 2002 19:05:53 +0000 (19:05 +0000)]
- Megapatch to try and support inheritance from sub-classes. Things might
- be *very* buggy now so don't get too upset if that happens.
- I still need to improve some stuff but it's a good step (hopefully).
Ilia Alshanetsky [Tue, 24 Sep 2002 16:34:54 +0000 (16:34 +0000)]
Fixed bug #17957
Zeev Suraski [Tue, 24 Sep 2002 10:55:56 +0000 (10:55 +0000)]
Fix indirection
Wez Furlong [Tue, 24 Sep 2002 10:05:45 +0000 (10:05 +0000)]
Fix for #19570: last character in translation table is omitted.
Sascha Schumann [Tue, 24 Sep 2002 06:39:43 +0000 (06:39 +0000)]
Fix typo
Sascha Schumann [Tue, 24 Sep 2002 06:37:17 +0000 (06:37 +0000)]
Replace underscores with dashes in --enable-mime-magic
Wez Furlong [Tue, 24 Sep 2002 02:46:38 +0000 (02:46 +0000)]
Fix EOL markers for file() so that Mac EOL work correctly.
<changelog@php.net> [Tue, 24 Sep 2002 00:35:14 +0000 (00:35 +0000)]
NEWS update
<changelog@php.net> [Tue, 24 Sep 2002 00:34:06 +0000 (00:34 +0000)]
ChangeLog update
foobar [Mon, 23 Sep 2002 23:41:54 +0000 (23:41 +0000)]
yadda yadda..
Wez Furlong [Mon, 23 Sep 2002 23:39:46 +0000 (23:39 +0000)]
Correct a buglet in the newly introduced buffer code.
# Andi: this might have been the cause of that problem you mentioned.
Tal Peer [Mon, 23 Sep 2002 20:24:29 +0000 (20:24 +0000)]
- Fixed build on Win32 (and made the ext use a newer API)
- Various CS fixes
- Converted the parameter parsing to the new API
Wez Furlong [Mon, 23 Sep 2002 19:16:03 +0000 (19:16 +0000)]
include(URL).
Wez Furlong [Mon, 23 Sep 2002 19:10:33 +0000 (19:10 +0000)]
Ensure that the seekable stream returned for include("http://") under win32
is based on a temporary file rather than a memory stream.
Wez Furlong [Mon, 23 Sep 2002 19:07:38 +0000 (19:07 +0000)]
Enable include("http://....") under win32 by downloading to a temporary
stream so that flex will get on nicely with the content.
# untested; theoretically it should work just fine.
Ilia Alshanetsky [Mon, 23 Sep 2002 18:51:34 +0000 (18:51 +0000)]
Fixed bug #17466
Wez Furlong [Mon, 23 Sep 2002 18:35:22 +0000 (18:35 +0000)]
Reflect recent streams changes.
Wez Furlong [Mon, 23 Sep 2002 18:18:40 +0000 (18:18 +0000)]
Remove allow_url_fopen checks from the user streams code.
Rationale: user streams might not be implementing network access,
and the administrator can disable the file_register_wrapper function
and other network access functions if s/he does not want to allow
this functionality.
Wez Furlong [Mon, 23 Sep 2002 18:13:31 +0000 (18:13 +0000)]
WS
Wez Furlong [Mon, 23 Sep 2002 18:12:39 +0000 (18:12 +0000)]
Implement a default_socket_timeout and auto_detect_line_endings ini options.
Also move user_agent from BG to FG.
David Reid [Mon, 23 Sep 2002 17:40:04 +0000 (17:40 +0000)]
Allow this to build on beos with it's bizarre linking.
Wez Furlong [Mon, 23 Sep 2002 17:27:37 +0000 (17:27 +0000)]
basic_functions.c
Andi Gutmans [Mon, 23 Sep 2002 17:20:59 +0000 (17:20 +0000)]
- MFZE1.
Sascha Schumann [Mon, 23 Sep 2002 15:41:44 +0000 (15:41 +0000)]
Force /nocache/ entities to be delivered completely, even if a
broken proxy ignores our anti-cache headers and sends an IMS request.
Wez Furlong [Mon, 23 Sep 2002 15:21:16 +0000 (15:21 +0000)]
Hopefully fix the other warnings that my last warning-fixing commit caused.
Sascha Schumann [Mon, 23 Sep 2002 14:59:24 +0000 (14:59 +0000)]
(PHP touch) Remove an extraneous time() call.
Yasuo added this line in rev 1.90 for no apparent reason.
Wez Furlong [Mon, 23 Sep 2002 14:50:21 +0000 (14:50 +0000)]
fix some warnings.
Sebastian Bergmann [Mon, 23 Sep 2002 14:20:02 +0000 (14:20 +0000)]
Fix warning.
Zeev Suraski [Mon, 23 Sep 2002 14:18:42 +0000 (14:18 +0000)]
Fix bug #19525
Sascha Schumann [Mon, 23 Sep 2002 14:04:50 +0000 (14:04 +0000)]
(php_get_session_var) Always return FAILURE if no data source was found.
Noticed by: Sebastian Bergmann
Wez Furlong [Mon, 23 Sep 2002 13:22:10 +0000 (13:22 +0000)]
Revise buffer/seek code a little.
Tidy up user streams even more.
Make test case quite aggressive.
Zeev Suraski [Mon, 23 Sep 2002 12:10:07 +0000 (12:10 +0000)]
Compat fix
Zeev Suraski [Mon, 23 Sep 2002 11:35:22 +0000 (11:35 +0000)]
We leak quite a few things intentionally, if you want to debug it - enable
explicitly please..
Ilia Alshanetsky [Mon, 23 Sep 2002 04:10:25 +0000 (04:10 +0000)]
Fixed bug #17662
Jason Greene [Mon, 23 Sep 2002 03:34:21 +0000 (03:34 +0000)]
Implement contstants on win32
@Implement platform independant socket error constants, which benefits error handling
Wez Furlong [Mon, 23 Sep 2002 01:47:04 +0000 (01:47 +0000)]
Implement read buffering in streams.
Eliminate similar code from network.c.
Implement fgets equivalent at the streams level, which can detect
the mac, dos and unix line endings and handle them appropriately.
The default behaviour is unix (and dos) line endings.
An ini option to control this behaviour will follow.
# Don't forget to make clean!
# I've done some testing but would appreciate feedback from
# people with scripts/extensions that seek around a lot.
Sascha Schumann [Mon, 23 Sep 2002 00:49:12 +0000 (00:49 +0000)]
Use generic getnameinfo for address-to-name translation, if available.
This adds support for IPv6 addresses.
<changelog@php.net> [Mon, 23 Sep 2002 00:33:28 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 22 Sep 2002 18:30:38 +0000 (18:30 +0000)]
Fixed bug #19395
Derick Rethans [Sun, 22 Sep 2002 18:09:27 +0000 (18:09 +0000)]
- update project file (no precompiled headers)
Derick Rethans [Sun, 22 Sep 2002 16:23:44 +0000 (16:23 +0000)]
- Unbreak build
James Cox [Sun, 22 Sep 2002 16:14:11 +0000 (16:14 +0000)]
typo