]>
granicus.if.org Git - php/log
Wez Furlong [Sun, 17 Nov 2002 00:08:42 +0000 (00:08 +0000)]
Remove debugging printf
Ilia Alshanetsky [Sun, 17 Nov 2002 00:07:33 +0000 (00:07 +0000)]
MFH
Marcus Boerger [Sat, 16 Nov 2002 23:47:30 +0000 (23:47 +0000)]
MFH: Force float for the float test
Wez Furlong [Sat, 16 Nov 2002 23:35:30 +0000 (23:35 +0000)]
initialize this member so that it doesn't segfault on shutdown...
Wez Furlong [Sat, 16 Nov 2002 22:59:55 +0000 (22:59 +0000)]
php_stream_fopen_tmpfile now uses php_open_temporary_file rather than
tmpfile().
tmpfile() under win32 will try to use the root directory; the default
IIS settings prohibit access to the root directory, which renders tmpfile()
useless.
PHP's tmpfile() streams are correctly cleaned up and unlinked when closed
(or at request shutdown). However, if the stream is cast and passed to
a third party library, the temporary file may linger.
This is unfortunate, since streams uses this process internally for handling
the casting of user-streams.
--> some more work is needed on this, but this can be done more easily under
Linux.
Wez Furlong [Sat, 16 Nov 2002 22:52:22 +0000 (22:52 +0000)]
Change "wb" -> "r+b" for win32.
The difference is staggering - I've spent hours tracking this down.
It should probably be made the same for all platforms.
Marcus Boerger [Sat, 16 Nov 2002 17:30:10 +0000 (17:30 +0000)]
MFH
Ilia Alshanetsky [Sat, 16 Nov 2002 17:26:48 +0000 (17:26 +0000)]
MFH
Marcus Boerger [Sat, 16 Nov 2002 17:03:49 +0000 (17:03 +0000)]
MFH: Make getimagesize more robust against corrupt files
Wez Furlong [Sat, 16 Nov 2002 16:13:25 +0000 (16:13 +0000)]
This is not needed here.
Wez Furlong [Sat, 16 Nov 2002 11:40:07 +0000 (11:40 +0000)]
Remove debugging line...
Wez Furlong [Sat, 16 Nov 2002 11:39:36 +0000 (11:39 +0000)]
Make include/require of user-streams work on systems without fopencookie.
Sebastian Bergmann [Sat, 16 Nov 2002 08:32:11 +0000 (08:32 +0000)]
MFH
Stig Bakken [Fri, 15 Nov 2002 23:21:42 +0000 (23:21 +0000)]
MFH
Marcus Boerger [Fri, 15 Nov 2002 21:30:51 +0000 (21:30 +0000)]
MFH: When --enable-dba is used then include builtin modules unless
--without-xxx is not used.
Marcus Boerger [Fri, 15 Nov 2002 16:45:57 +0000 (16:45 +0000)]
MFH: Added test for bug 14383
Marcus Boerger [Fri, 15 Nov 2002 16:43:43 +0000 (16:43 +0000)]
MFH: simplify and show skip reason
Marcus Boerger [Fri, 15 Nov 2002 16:42:04 +0000 (16:42 +0000)]
MFH: show correct result
Marcus Boerger [Fri, 15 Nov 2002 16:40:30 +0000 (16:40 +0000)]
MFH: new syntax
Marcus Boerger [Fri, 15 Nov 2002 16:39:36 +0000 (16:39 +0000)]
MFH: info about handler used and use flatfile if available
Marcus Boerger [Fri, 15 Nov 2002 16:37:51 +0000 (16:37 +0000)]
MFH: deprecate ext/db
Ilia Alshanetsky [Fri, 15 Nov 2002 16:36:59 +0000 (16:36 +0000)]
Revert of previous patch ad requested by Andi.
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:36:23 +0000 (16:36 +0000)]
MFH
Ilia Alshanetsky [Fri, 15 Nov 2002 16:34:54 +0000 (16:34 +0000)]
MFH (symlinks + ZTS).
Marcus Boerger [Fri, 15 Nov 2002 16:34:07 +0000 (16:34 +0000)]
MFH: SKIP and INFO result from --SKIPIF--
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:30:53 +0000 (16:30 +0000)]
MFH.
# thanks Jani
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:29:03 +0000 (16:29 +0000)]
MFH
Marcus Boerger [Fri, 15 Nov 2002 16:13:10 +0000 (16:13 +0000)]
MFH
-Allow skip in upper letters.
-Add 'info' result to --SKIPIF-- -> see following dba commits
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:59:57 +0000 (15:59 +0000)]
MFH
SVN Migration [Fri, 15 Nov 2002 15:59:08 +0000 (15:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:35:22 +0000 (15:35 +0000)]
MFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:55:07 +0000 (14:55 +0000)]
MFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:50:33 +0000 (14:50 +0000)]
MFH
Marcus Boerger [Fri, 15 Nov 2002 14:48:55 +0000 (14:48 +0000)]
MFH: Only show the first results
Marcus Boerger [Fri, 15 Nov 2002 14:27:37 +0000 (14:27 +0000)]
Correction
#Why does it mix up things again?...i do not know
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:27:12 +0000 (14:27 +0000)]
MFH
Marcus Boerger [Fri, 15 Nov 2002 14:24:20 +0000 (14:24 +0000)]
MFH: Show Zend version
Marcus Boerger [Fri, 15 Nov 2002 11:57:50 +0000 (11:57 +0000)]
MFH: Showing memleaks for a memleak test is a good idea
Marcus Boerger [Fri, 15 Nov 2002 11:07:34 +0000 (11:07 +0000)]
MFH: Fix segfaults (check ext/domxml/tests/domxml002.phpt)
Derick Rethans [Fri, 15 Nov 2002 10:44:23 +0000 (10:44 +0000)]
- MFH: removed restore_connection_defaults for pconnects (discussed on
php-dev@)
bug #19529 closed
bug #12513 reopened
Sander Roobol [Fri, 15 Nov 2002 10:39:19 +0000 (10:39 +0000)]
MFH
foobar [Fri, 15 Nov 2002 07:23:26 +0000 (07:23 +0000)]
MFH
foobar [Fri, 15 Nov 2002 07:18:20 +0000 (07:18 +0000)]
clean the mess..
Moriyoshi Koizumi [Fri, 15 Nov 2002 02:18:12 +0000 (02:18 +0000)]
MFH
Andrei Zmievski [Fri, 15 Nov 2002 00:33:18 +0000 (00:33 +0000)]
MFH
Stig Bakken [Thu, 14 Nov 2002 23:26:27 +0000 (23:26 +0000)]
MFH
Moriyoshi Koizumi [Thu, 14 Nov 2002 23:08:54 +0000 (23:08 +0000)]
MFH
Stig Bakken [Thu, 14 Nov 2002 22:51:21 +0000 (22:51 +0000)]
MFH
Moriyoshi Koizumi [Thu, 14 Nov 2002 22:40:11 +0000 (22:40 +0000)]
MFH
SVN Migration [Thu, 14 Nov 2002 22:38:44 +0000 (22:38 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Thu, 14 Nov 2002 22:08:30 +0000 (22:08 +0000)]
MFH: Test updates
Marcus Boerger [Thu, 14 Nov 2002 22:02:07 +0000 (22:02 +0000)]
Correct last update
# i don't know why but somehow my files were mixed up or i cannot read
# anylonger - however it seems it's time to go sleeping now
Marcus Boerger [Thu, 14 Nov 2002 21:53:12 +0000 (21:53 +0000)]
Add info: Add magic_quotes_runtime support
Marcus Boerger [Thu, 14 Nov 2002 21:52:22 +0000 (21:52 +0000)]
MFH: magic_quotes_runtime support is needed to have ext/dba being
superset of deprectaed ext/db
Moriyoshi Koizumi [Thu, 14 Nov 2002 21:35:18 +0000 (21:35 +0000)]
MFH
Andrei Zmievski [Thu, 14 Nov 2002 21:17:00 +0000 (21:17 +0000)]
MFH
Andrei Zmievski [Thu, 14 Nov 2002 21:09:47 +0000 (21:09 +0000)]
MFH
SVN Migration [Thu, 14 Nov 2002 21:09:42 +0000 (21:09 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Marcus Boerger [Thu, 14 Nov 2002 21:03:22 +0000 (21:03 +0000)]
MFH: Add magic_quotes_runtime which affects several tests
Melvyn Sopacua [Thu, 14 Nov 2002 20:57:09 +0000 (20:57 +0000)]
MFH plus typo fix
Marcus Boerger [Thu, 14 Nov 2002 20:20:47 +0000 (20:20 +0000)]
MFH: Only set the overwrites once (keep this in sync as long as possible)
Andrei Zmievski [Thu, 14 Nov 2002 19:16:30 +0000 (19:16 +0000)]
Back to 4.3.0-dev.
Ilia Alshanetsky [Thu, 14 Nov 2002 18:38:25 +0000 (18:38 +0000)]
MFH (disable safe_mode for test).
Marcus Boerger [Thu, 14 Nov 2002 17:22:26 +0000 (17:22 +0000)]
Missed that
Andrei Zmievski [Thu, 14 Nov 2002 17:03:36 +0000 (17:03 +0000)]
Fix version.
Andrei Zmievski [Thu, 14 Nov 2002 16:47:03 +0000 (16:47 +0000)]
Go for RC1.
Stefan Esser [Thu, 14 Nov 2002 16:40:27 +0000 (16:40 +0000)]
MFH
Ilia Alshanetsky [Thu, 14 Nov 2002 16:33:18 +0000 (16:33 +0000)]
MFH (zts compile warning).
Ilia Alshanetsky [Thu, 14 Nov 2002 16:21:15 +0000 (16:21 +0000)]
MFH (fic for bug #20423).
Marcus Boerger [Thu, 14 Nov 2002 14:57:23 +0000 (14:57 +0000)]
Info about gd changes
Marcus Boerger [Thu, 14 Nov 2002 14:40:43 +0000 (14:40 +0000)]
MFH:
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.
Marcus Boerger [Thu, 14 Nov 2002 14:39:53 +0000 (14:39 +0000)]
MFH: Info about closed bugs
Wez Furlong [Thu, 14 Nov 2002 14:25:36 +0000 (14:25 +0000)]
Add note about shortcomings of this test.
Ilia Alshanetsky [Thu, 14 Nov 2002 14:19:03 +0000 (14:19 +0000)]
MFH (skip conditions for tests)
Ilia Alshanetsky [Thu, 14 Nov 2002 14:06:49 +0000 (14:06 +0000)]
MFH (compile warning fix).
Wez Furlong [Thu, 14 Nov 2002 13:52:39 +0000 (13:52 +0000)]
MFB
Ilia Alshanetsky [Thu, 14 Nov 2002 13:52:17 +0000 (13:52 +0000)]
Bug fix news.
Ilia Alshanetsky [Thu, 14 Nov 2002 13:45:43 +0000 (13:45 +0000)]
MFH (fix for bug #19689).
Ilia Alshanetsky [Thu, 14 Nov 2002 13:44:24 +0000 (13:44 +0000)]
MFH (parse_url bug).
Edin Kadribasic [Thu, 14 Nov 2002 13:37:26 +0000 (13:37 +0000)]
MFH (fixes unix build of mbstring)
SVN Migration [Thu, 14 Nov 2002 12:20:37 +0000 (12:20 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
Derick Rethans [Thu, 14 Nov 2002 10:52:45 +0000 (10:52 +0000)]
- Fixed bug #20424 (stream_get_meta_data craches on a normal file stream).
(Derick, Wez)
James Cox [Thu, 14 Nov 2002 02:07:37 +0000 (02:07 +0000)]
MFH..
James Cox [Thu, 14 Nov 2002 01:57:20 +0000 (01:57 +0000)]
MFH
foobar [Thu, 14 Nov 2002 01:56:06 +0000 (01:56 +0000)]
MFH
foobar [Thu, 14 Nov 2002 00:20:24 +0000 (00:20 +0000)]
Fixed bug: #20414, shared build did not work
Edin Kadribasic [Wed, 13 Nov 2002 23:01:17 +0000 (23:01 +0000)]
Made mbstring compile on windows again.
Edin Kadribasic [Wed, 13 Nov 2002 21:38:57 +0000 (21:38 +0000)]
MFH (relly disable compilation of mbstring)
Edin Kadribasic [Wed, 13 Nov 2002 21:37:27 +0000 (21:37 +0000)]
MFH (mbstring defines commented out to allow defining them elsewhere).
Stig Bakken [Wed, 13 Nov 2002 20:38:24 +0000 (20:38 +0000)]
MFH: remove debug output
Derick Rethans [Wed, 13 Nov 2002 19:41:54 +0000 (19:41 +0000)]
- MFH: moved ext/cybermut to PECL
SVN Migration [Wed, 13 Nov 2002 16:30:51 +0000 (16:30 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
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.