]>
granicus.if.org Git - php/log
Marcus Boerger [Thu, 14 Nov 2002 21:43:49 +0000 (21:43 +0000)]
Test is affected by mbstring
Andrei Zmievski [Thu, 14 Nov 2002 21:36:07 +0000 (21:36 +0000)]
MFZE1
Moriyoshi Koizumi [Thu, 14 Nov 2002 21:33:36 +0000 (21:33 +0000)]
Fixed possible buffer over run in php_mb_safe_strrchr_ex()
Maxim Maletsky [Thu, 14 Nov 2002 21:26:57 +0000 (21:26 +0000)]
Added function OCIPasswordChange() that allows renewal of an expired Oracle password.
# Tested, but still considered experimental...
Andrei Zmievski [Thu, 14 Nov 2002 21:15:42 +0000 (21:15 +0000)]
Sort the modules for info output as well.
Marcus Boerger [Thu, 14 Nov 2002 21:15:31 +0000 (21:15 +0000)]
file() is affected by magic_quotes_runtime
Marcus Boerger [Thu, 14 Nov 2002 21:11:40 +0000 (21:11 +0000)]
Add info: Add magic_quotes_runtime support
Marcus Boerger [Thu, 14 Nov 2002 21:09:41 +0000 (21:09 +0000)]
Add magic_quotes_runtime support
Marcus Boerger [Thu, 14 Nov 2002 21:02:24 +0000 (21:02 +0000)]
Add magic_quotes_runtime which affects several tests
Melvyn Sopacua [Thu, 14 Nov 2002 20:57:48 +0000 (20:57 +0000)]
typo
Andrei Zmievski [Thu, 14 Nov 2002 20:32:28 +0000 (20:32 +0000)]
Sort the modules and extensions before printing them when -m switch is used.
Marcus Boerger [Thu, 14 Nov 2002 20:30:53 +0000 (20:30 +0000)]
Test for bug #14383
Marcus Boerger [Thu, 14 Nov 2002 20:12:36 +0000 (20:12 +0000)]
Only set the overwrites once
Melvyn Sopacua [Thu, 14 Nov 2002 19:44:26 +0000 (19:44 +0000)]
Add a note about the mime-type
Moriyoshi Koizumi [Thu, 14 Nov 2002 19:04:29 +0000 (19:04 +0000)]
Fix build
Moriyoshi Koizumi [Thu, 14 Nov 2002 18:54:42 +0000 (18:54 +0000)]
Moved some mbregex related portions from mbstring.c to php_mbregex.c
# No need to merge this change to PHP_4_3 branch
Moriyoshi Koizumi [Thu, 14 Nov 2002 18:38:38 +0000 (18:38 +0000)]
Prevent warnings under safe mode
Ilia Alshanetsky [Thu, 14 Nov 2002 18:38:19 +0000 (18:38 +0000)]
Disable safe_mode as it interferes with just about every test that needs
to access the file system, set enviroment variables or execute commands.
Marcus Boerger [Thu, 14 Nov 2002 17:20:50 +0000 (17:20 +0000)]
Missed that
Ilia Alshanetsky [Thu, 14 Nov 2002 16:32:30 +0000 (16:32 +0000)]
Fixed ZTS compile warning.
Stefan Esser [Thu, 14 Nov 2002 16:30:07 +0000 (16:30 +0000)]
Fixing possible remote overflow due to mbstring translation.
Ilia Alshanetsky [Thu, 14 Nov 2002 16:20:23 +0000 (16:20 +0000)]
Fixed bug #20423.
Marcus Boerger [Thu, 14 Nov 2002 15:09:53 +0000 (15:09 +0000)]
Fix TSRM build
Marcus Boerger [Thu, 14 Nov 2002 15:08:39 +0000 (15:08 +0000)]
Fix warnings (Marcus & Pierre-Alain Joye)
Marcus Boerger [Thu, 14 Nov 2002 14:58:01 +0000 (14:58 +0000)]
Info about gd changes
Wez Furlong [Thu, 14 Nov 2002 14:56:35 +0000 (14:56 +0000)]
Add a test case for this "bug" # 20134.
I'm not sure that this test is actually useful, so I'm not adding
it to the branch.
Marcus Boerger [Thu, 14 Nov 2002 14:38:20 +0000 (14:38 +0000)]
Info about closed bugs
Marcus Boerger [Thu, 14 Nov 2002 14:32:39 +0000 (14:32 +0000)]
Fix locking behaviour: On some systems read during write is permitted but
most libraries are not capable of that. GDBM is system dependant so there
we only test that we do not deadlock.
Wez Furlong [Thu, 14 Nov 2002 14:26:15 +0000 (14:26 +0000)]
MFB
Ilia Alshanetsky [Thu, 14 Nov 2002 13:45:08 +0000 (13:45 +0000)]
Fix bug 19689, solution suggested by dmitry@koteroff.ru.
Ilia Alshanetsky [Thu, 14 Nov 2002 13:40:14 +0000 (13:40 +0000)]
Fixed bug #20420 and added partial urls to the test of the function.
Wez Furlong [Thu, 14 Nov 2002 12:20:36 +0000 (12:20 +0000)]
Add this test to make sure that fopencookie is detected and working
correctly (or that the less efficient tmpfile casting is working).
More details in the test itself.
Wez Furlong [Thu, 14 Nov 2002 12:06:01 +0000 (12:06 +0000)]
Fix build for unix.
Not sure if this needs merging to the branch (haven't got that far yet today).
Wez Furlong [Thu, 14 Nov 2002 11:41:24 +0000 (11:41 +0000)]
Commit these before Sterling renames the files again :-)
When curlstreams are enabled, registers a each supported protocol
with PHP.
"More Correctly" implement eof for curlstreams.
Still not ready for anything like primetime.
Derick Rethans [Thu, 14 Nov 2002 10:56:35 +0000 (10:56 +0000)]
- MFB: Fixed bug #20484 (stream_get_meta_data crashes on a normal file
stream). (Derick, Wez)
Jon Parise [Thu, 14 Nov 2002 05:46:10 +0000 (05:46 +0000)]
@- Added an optional "step" parameter to range(). (Jon)
Sterling Hughes [Thu, 14 Nov 2002 04:07:51 +0000 (04:07 +0000)]
remove C++ comments
James Cox [Thu, 14 Nov 2002 02:05:53 +0000 (02:05 +0000)]
changing..
#also, i think the qa and web team needs updating -- i'd like to see web change to a more general infrastructure category... anyone care to volunteer? :)
James Cox [Thu, 14 Nov 2002 01:54:38 +0000 (01:54 +0000)]
englishify
Sascha Schumann [Thu, 14 Nov 2002 01:35:20 +0000 (01:35 +0000)]
Fix "make install" in vpath env
Sascha Schumann [Thu, 14 Nov 2002 01:09:46 +0000 (01:09 +0000)]
- Remove PHP_DISABLE_CLI
- Streamline ircg build: thttpd-dependent part moved into separate source
file, so that it can be added to the SAPI-only object list.
Sascha Schumann [Thu, 14 Nov 2002 00:41:53 +0000 (00:41 +0000)]
upgrade files to libtool 1.4.3 shipped ones
# should be safe to upgrade these to the 1.5.x ones
foobar [Thu, 14 Nov 2002 00:21:14 +0000 (00:21 +0000)]
MFB: Fix for bug: #20412
Edin Kadribasic [Wed, 13 Nov 2002 23:11:14 +0000 (23:11 +0000)]
MFB (made mbstring compile on windows again).
Sterling Hughes [Wed, 13 Nov 2002 22:43:31 +0000 (22:43 +0000)]
curl_multi_info_read is unimplemented...
Ilia Alshanetsky [Wed, 13 Nov 2002 22:35:16 +0000 (22:35 +0000)]
Moved news entry about imagefilter() to proper location.
Sterling Hughes [Wed, 13 Nov 2002 22:25:33 +0000 (22:25 +0000)]
add multi support and reorganize things a bit...
foobar [Wed, 13 Nov 2002 22:24:49 +0000 (22:24 +0000)]
Welcome 4.4.0
Edin Kadribasic [Wed, 13 Nov 2002 21:29:55 +0000 (21:29 +0000)]
Really remove mbstring from the build.
# mbstring is gone completely as it does not build currently on win32
# as a separate module
Edin Kadribasic [Wed, 13 Nov 2002 21:28:16 +0000 (21:28 +0000)]
Allow mbstring defines to be somewhere else without warnings.
Ilia Alshanetsky [Wed, 13 Nov 2002 20:07:12 +0000 (20:07 +0000)]
New gd function.
Ilia Alshanetsky [Wed, 13 Nov 2002 20:03:59 +0000 (20:03 +0000)]
Added tests for imagefilter() function.
Ilia Alshanetsky [Wed, 13 Nov 2002 20:02:58 +0000 (20:02 +0000)]
Added imagefilter() function by Pierre-Alain Joye (paj@pearfr.org). This
function allows negate, grayscale, brightness, contrast, colorize, selective blur,
Gaussian blur, edge detect, smooth, sharpen and emboss filters to be applied
on an image.
Stig Bakken [Wed, 13 Nov 2002 19:49:28 +0000 (19:49 +0000)]
* remove debug output
Derick Rethans [Wed, 13 Nov 2002 19:40:10 +0000 (19:40 +0000)]
- Moved cybermut to PECL
Andrei Zmievski [Wed, 13 Nov 2002 19:19:05 +0000 (19:19 +0000)]
Change version to 4.4.0-dev.
foobar [Wed, 13 Nov 2002 18:28:50 +0000 (18:28 +0000)]
moved this entry under correct version
Ilia Alshanetsky [Wed, 13 Nov 2002 17:17:32 +0000 (17:17 +0000)]
Compile warning fix.
Ilia Alshanetsky [Wed, 13 Nov 2002 17:16:33 +0000 (17:16 +0000)]
Added a skip condition for when mail() function is not avaliable.
Ilia Alshanetsky [Wed, 13 Nov 2002 16:52:48 +0000 (16:52 +0000)]
Added a skip condition for when the encoding needed for the test is not
available or supported.
Marcus Boerger [Wed, 13 Nov 2002 16:30:50 +0000 (16:30 +0000)]
must be unsigned
# maybe i will change this to size_t for 64bit systems but i do not have the
# time now and i have problems building php on a sun.
Marcus Boerger [Wed, 13 Nov 2002 16:28:44 +0000 (16:28 +0000)]
-use size_t
-recheckin header as unix file
Stanislav Malyshev [Wed, 13 Nov 2002 15:13:24 +0000 (15:13 +0000)]
semi-fix string offsets crash - now it doesn't crash, but still leaks
Christian Dickmann [Wed, 13 Nov 2002 14:17:26 +0000 (14:17 +0000)]
Add new tag to package.xml named <warnings>.\nThis warnings are printed when installing/upgrading the package.\nThis patch was created in a cooperation with Tal Peer (Thanks for the idea Tal)
John Coggeshall [Wed, 13 Nov 2002 13:31:33 +0000 (13:31 +0000)]
Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()
function.
Modified the layout and some minor logic in the experimental webHarness()
test class
Added Whitespace accidently to array.c :)
Edin Kadribasic [Wed, 13 Nov 2002 13:12:26 +0000 (13:12 +0000)]
Allow use of Berkeley db version 3.1 as found on many RedHat systems.
Jan Lehnardt [Wed, 13 Nov 2002 12:41:05 +0000 (12:41 +0000)]
- be more verbose
Edin Kadribasic [Wed, 13 Nov 2002 12:12:44 +0000 (12:12 +0000)]
Added support for bundled flatfile, cdb and cdb_make handlers
to win32 build of the dba extension.
Moriyoshi Koizumi [Wed, 13 Nov 2002 12:00:47 +0000 (12:00 +0000)]
Added a test for mb_send_mail() to check if the function properly handles
Traditional Chinese characters.
Moriyoshi Koizumi [Wed, 13 Nov 2002 11:57:59 +0000 (11:57 +0000)]
Corrected Traditional Chinese language spec and the preferred MIME name
of which the encoding is used in that locale.
Marcus Boerger [Wed, 13 Nov 2002 10:17:19 +0000 (10:17 +0000)]
avoid fileno()
Andrey Hristov [Wed, 13 Nov 2002 09:11:19 +0000 (09:11 +0000)]
Already binary safe.
Derick Rethans [Wed, 13 Nov 2002 08:54:34 +0000 (08:54 +0000)]
- Reset globals for each request
Moriyoshi Koizumi [Wed, 13 Nov 2002 08:45:37 +0000 (08:45 +0000)]
Added a test for mb_send_mail() to check if the simplified Chinese support
works
Moriyoshi Koizumi [Wed, 13 Nov 2002 08:27:17 +0000 (08:27 +0000)]
Updated the test
Moriyoshi Koizumi [Wed, 13 Nov 2002 08:26:04 +0000 (08:26 +0000)]
Prevented unwanted encoding detections in mb_send_mail()
# This patch shouldn't break BC
Moriyoshi Koizumi [Wed, 13 Nov 2002 08:20:01 +0000 (08:20 +0000)]
Update for a recent change on mbstring
Moriyoshi Koizumi [Wed, 13 Nov 2002 08:13:34 +0000 (08:13 +0000)]
Fixed mb_encode_mimeheader() to work with languages other than Japanese and
English
Moriyoshi Koizumi [Wed, 13 Nov 2002 07:40:11 +0000 (07:40 +0000)]
Fixed a buffer over-run bug in case a function to be overloaded doesn't exist.
# This patch was made by Ilia.
Sebastian Bergmann [Wed, 13 Nov 2002 06:47:43 +0000 (06:47 +0000)]
Disable mbstring (and sync behaviour with *NIX per Andrei's commit).
Andrei Zmievski [Wed, 13 Nov 2002 04:36:04 +0000 (04:36 +0000)]
Disable mbstring by default.
foobar [Wed, 13 Nov 2002 00:49:37 +0000 (00:49 +0000)]
added missing cvs id tag
Stig Bakken [Wed, 13 Nov 2002 00:02:11 +0000 (00:02 +0000)]
* support INSTALL_ROOT
foobar [Tue, 12 Nov 2002 23:34:06 +0000 (23:34 +0000)]
Using // is not very good idea..
foobar [Tue, 12 Nov 2002 23:30:21 +0000 (23:30 +0000)]
Do not use any php.ini files for the installs.
Edin Kadribasic [Tue, 12 Nov 2002 22:59:11 +0000 (22:59 +0000)]
Fixed ZTS build and removed an unused variable.
Edin Kadribasic [Tue, 12 Nov 2002 22:44:11 +0000 (22:44 +0000)]
Fix build. flock_compat.c and flock_compat.h are now in the exported
part of php4ts.dll.
Moriyoshi Koizumi [Tue, 12 Nov 2002 22:05:18 +0000 (22:05 +0000)]
Cosmetics
Moriyoshi Koizumi [Tue, 12 Nov 2002 21:58:53 +0000 (21:58 +0000)]
Fixed a function overloading related bug.
# Yet I suspect the problem is in another place...
Moriyoshi Koizumi [Tue, 12 Nov 2002 21:37:54 +0000 (21:37 +0000)]
Fixed the tests so that they won't be affected by the ini setting of
default_charset
Marcus Boerger [Tue, 12 Nov 2002 21:11:01 +0000 (21:11 +0000)]
fix warnings
Marcus Boerger [Tue, 12 Nov 2002 21:03:10 +0000 (21:03 +0000)]
ftruncate is defined in flock_compat.h on windows
Marcus Boerger [Tue, 12 Nov 2002 20:56:47 +0000 (20:56 +0000)]
Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switch yet.
Moriyoshi Koizumi [Tue, 12 Nov 2002 20:06:20 +0000 (20:06 +0000)]
Fixed language name
Moriyoshi Koizumi [Tue, 12 Nov 2002 20:04:58 +0000 (20:04 +0000)]
Added test cases for mb_send_mail()
Moriyoshi Koizumi [Tue, 12 Nov 2002 19:44:56 +0000 (19:44 +0000)]
Forgot to change this one.
Moriyoshi Koizumi [Tue, 12 Nov 2002 19:24:45 +0000 (19:24 +0000)]
Added neutral language spec for backwards compatibility
Hartmut Holzgraefe [Tue, 12 Nov 2002 18:29:11 +0000 (18:29 +0000)]
HTTP_RAW_POST_DATA BC fixes
# hopefully all done, commiting anyway to continue work on my home box
php://input stream fixes (POST data handerl mangles data, CLI crashbug)
Ilia Alshanetsky [Tue, 12 Nov 2002 17:47:20 +0000 (17:47 +0000)]
Added test for swc files (compressed swf files), this must be done in a
separate test, since this test has a dependency on the zlib extension.
Ilia Alshanetsky [Tue, 12 Nov 2002 17:41:26 +0000 (17:41 +0000)]
Fixed a memory leak.