]> granicus.if.org Git - php/log
php
22 years agoAvoid a potential double fclose().
Wez Furlong [Sun, 17 Nov 2002 01:06:31 +0000 (01:06 +0000)]
Avoid a potential double fclose().

22 years agoFix compile warning.
Ilia Alshanetsky [Sun, 17 Nov 2002 00:11:19 +0000 (00:11 +0000)]
Fix compile warning.

22 years agoRemove debugging printf
Wez Furlong [Sun, 17 Nov 2002 00:08:42 +0000 (00:08 +0000)]
Remove debugging printf

22 years agoMFH
Ilia Alshanetsky [Sun, 17 Nov 2002 00:07:33 +0000 (00:07 +0000)]
MFH

22 years agoMFH: Force float for the float test
Marcus Boerger [Sat, 16 Nov 2002 23:47:30 +0000 (23:47 +0000)]
MFH: Force float for the float test

22 years agoinitialize this member so that it doesn't segfault on shutdown...
Wez Furlong [Sat, 16 Nov 2002 23:35:30 +0000 (23:35 +0000)]
initialize this member so that it doesn't segfault on shutdown...

22 years agophp_stream_fopen_tmpfile now uses php_open_temporary_file rather than
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.

22 years agoChange "wb" -> "r+b" for win32.
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.

22 years agoMFH
Marcus Boerger [Sat, 16 Nov 2002 17:30:10 +0000 (17:30 +0000)]
MFH

22 years agoMFH
Ilia Alshanetsky [Sat, 16 Nov 2002 17:26:48 +0000 (17:26 +0000)]
MFH

22 years agoMFH: Make getimagesize more robust against corrupt files
Marcus Boerger [Sat, 16 Nov 2002 17:03:49 +0000 (17:03 +0000)]
MFH: Make getimagesize more robust against corrupt files

22 years agoThis is not needed here.
Wez Furlong [Sat, 16 Nov 2002 16:13:25 +0000 (16:13 +0000)]
This is not needed here.

22 years agoRemove debugging line...
Wez Furlong [Sat, 16 Nov 2002 11:40:07 +0000 (11:40 +0000)]
Remove debugging line...

22 years agoMake include/require of user-streams work on systems without fopencookie.
Wez Furlong [Sat, 16 Nov 2002 11:39:36 +0000 (11:39 +0000)]
Make include/require of user-streams work on systems without fopencookie.

22 years agoMFH
Sebastian Bergmann [Sat, 16 Nov 2002 08:32:11 +0000 (08:32 +0000)]
MFH

22 years agoMFH
Stig Bakken [Fri, 15 Nov 2002 23:21:42 +0000 (23:21 +0000)]
MFH

22 years agoMFH: When --enable-dba is used then include builtin modules unless
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.

22 years agoMFH: Added test for bug 14383
Marcus Boerger [Fri, 15 Nov 2002 16:45:57 +0000 (16:45 +0000)]
MFH: Added test for bug 14383

22 years agoMFH: simplify and show skip reason
Marcus Boerger [Fri, 15 Nov 2002 16:43:43 +0000 (16:43 +0000)]
MFH: simplify and show skip reason

22 years agoMFH: show correct result
Marcus Boerger [Fri, 15 Nov 2002 16:42:04 +0000 (16:42 +0000)]
MFH: show correct result

22 years agoMFH: new syntax
Marcus Boerger [Fri, 15 Nov 2002 16:40:30 +0000 (16:40 +0000)]
MFH: new syntax

22 years agoMFH: info about handler used and use flatfile if available
Marcus Boerger [Fri, 15 Nov 2002 16:39:36 +0000 (16:39 +0000)]
MFH: info about handler used and use flatfile if available

22 years agoMFH: deprecate ext/db
Marcus Boerger [Fri, 15 Nov 2002 16:37:51 +0000 (16:37 +0000)]
MFH: deprecate ext/db

22 years agoRevert of previous patch ad requested by Andi.
Ilia Alshanetsky [Fri, 15 Nov 2002 16:36:59 +0000 (16:36 +0000)]
Revert of previous patch ad requested by Andi.

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:36:23 +0000 (16:36 +0000)]
MFH

22 years agoMFH (symlinks + ZTS).
Ilia Alshanetsky [Fri, 15 Nov 2002 16:34:54 +0000 (16:34 +0000)]
MFH (symlinks + ZTS).

22 years agoMFH: SKIP and INFO result from --SKIPIF--
Marcus Boerger [Fri, 15 Nov 2002 16:34:07 +0000 (16:34 +0000)]
MFH: SKIP and INFO result from --SKIPIF--

22 years agoMFH.
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:30:53 +0000 (16:30 +0000)]
MFH.
# thanks Jani

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:29:03 +0000 (16:29 +0000)]
MFH

22 years agoMFH
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

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:59:57 +0000 (15:59 +0000)]
MFH

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
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'.

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:35:22 +0000 (15:35 +0000)]
MFH

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:55:07 +0000 (14:55 +0000)]
MFH

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:50:33 +0000 (14:50 +0000)]
MFH

22 years agoMFH: Only show the first results
Marcus Boerger [Fri, 15 Nov 2002 14:48:55 +0000 (14:48 +0000)]
MFH: Only show the first results

22 years agoCorrection
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

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:27:12 +0000 (14:27 +0000)]
MFH

22 years agoMFH: Show Zend version
Marcus Boerger [Fri, 15 Nov 2002 14:24:20 +0000 (14:24 +0000)]
MFH: Show Zend version

22 years agoMFH: Showing memleaks for a memleak test is a good idea
Marcus Boerger [Fri, 15 Nov 2002 11:57:50 +0000 (11:57 +0000)]
MFH: Showing memleaks for a memleak test is a good idea

22 years agoMFH: Fix segfaults (check ext/domxml/tests/domxml002.phpt)
Marcus Boerger [Fri, 15 Nov 2002 11:07:34 +0000 (11:07 +0000)]
MFH: Fix segfaults (check ext/domxml/tests/domxml002.phpt)

22 years ago- MFH: removed restore_connection_defaults for pconnects (discussed on
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

22 years agoMFH
Sander Roobol [Fri, 15 Nov 2002 10:39:19 +0000 (10:39 +0000)]
MFH

22 years agoMFH
foobar [Fri, 15 Nov 2002 07:23:26 +0000 (07:23 +0000)]
MFH

22 years agoclean the mess..
foobar [Fri, 15 Nov 2002 07:18:20 +0000 (07:18 +0000)]
clean the mess..

22 years agoMFH
Moriyoshi Koizumi [Fri, 15 Nov 2002 02:18:12 +0000 (02:18 +0000)]
MFH

22 years agoMFH
Andrei Zmievski [Fri, 15 Nov 2002 00:33:18 +0000 (00:33 +0000)]
MFH

22 years agoMFH
Stig Bakken [Thu, 14 Nov 2002 23:26:27 +0000 (23:26 +0000)]
MFH

22 years agoMFH
Moriyoshi Koizumi [Thu, 14 Nov 2002 23:08:54 +0000 (23:08 +0000)]
MFH

22 years agoMFH
Stig Bakken [Thu, 14 Nov 2002 22:51:21 +0000 (22:51 +0000)]
MFH

22 years agoMFH
Moriyoshi Koizumi [Thu, 14 Nov 2002 22:40:11 +0000 (22:40 +0000)]
MFH

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
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'.

22 years agoMFH: Test updates
Marcus Boerger [Thu, 14 Nov 2002 22:08:30 +0000 (22:08 +0000)]
MFH: Test updates

22 years agoCorrect last update
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

22 years agoAdd info: Add magic_quotes_runtime support
Marcus Boerger [Thu, 14 Nov 2002 21:53:12 +0000 (21:53 +0000)]
Add info: Add magic_quotes_runtime support

22 years agoMFH: magic_quotes_runtime support is needed to have ext/dba being
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

22 years agoMFH
Moriyoshi Koizumi [Thu, 14 Nov 2002 21:35:18 +0000 (21:35 +0000)]
MFH

22 years agoMFH
Andrei Zmievski [Thu, 14 Nov 2002 21:17:00 +0000 (21:17 +0000)]
MFH

22 years agoMFH
Andrei Zmievski [Thu, 14 Nov 2002 21:09:47 +0000 (21:09 +0000)]
MFH

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
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'.

22 years agoMFH: Add magic_quotes_runtime which affects several tests
Marcus Boerger [Thu, 14 Nov 2002 21:03:22 +0000 (21:03 +0000)]
MFH: Add magic_quotes_runtime which affects several tests

22 years agoMFH plus typo fix
Melvyn Sopacua [Thu, 14 Nov 2002 20:57:09 +0000 (20:57 +0000)]
MFH plus typo fix

22 years agoMFH: Only set the overwrites once (keep this in sync as long as possible)
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)

22 years agoBack to 4.3.0-dev.
Andrei Zmievski [Thu, 14 Nov 2002 19:16:30 +0000 (19:16 +0000)]
Back to 4.3.0-dev.

22 years agoMFH (disable safe_mode for test).
Ilia Alshanetsky [Thu, 14 Nov 2002 18:38:25 +0000 (18:38 +0000)]
MFH (disable safe_mode for test).

22 years agoMissed that
Marcus Boerger [Thu, 14 Nov 2002 17:22:26 +0000 (17:22 +0000)]
Missed that

22 years agoFix version.
Andrei Zmievski [Thu, 14 Nov 2002 17:03:36 +0000 (17:03 +0000)]
Fix version.

22 years agoGo for RC1.
Andrei Zmievski [Thu, 14 Nov 2002 16:47:03 +0000 (16:47 +0000)]
Go for RC1.

22 years agoMFH
Stefan Esser [Thu, 14 Nov 2002 16:40:27 +0000 (16:40 +0000)]
MFH

22 years agoMFH (zts compile warning).
Ilia Alshanetsky [Thu, 14 Nov 2002 16:33:18 +0000 (16:33 +0000)]
MFH (zts compile warning).

22 years agoMFH (fic for bug #20423).
Ilia Alshanetsky [Thu, 14 Nov 2002 16:21:15 +0000 (16:21 +0000)]
MFH (fic for bug #20423).

22 years agoInfo about gd changes
Marcus Boerger [Thu, 14 Nov 2002 14:57:23 +0000 (14:57 +0000)]
Info about gd changes

22 years agoMFH:
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.

22 years agoMFH: Info about closed bugs
Marcus Boerger [Thu, 14 Nov 2002 14:39:53 +0000 (14:39 +0000)]
MFH: Info about closed bugs

22 years agoAdd note about shortcomings of this test.
Wez Furlong [Thu, 14 Nov 2002 14:25:36 +0000 (14:25 +0000)]
Add note about shortcomings of this test.

22 years agoMFH (skip conditions for tests)
Ilia Alshanetsky [Thu, 14 Nov 2002 14:19:03 +0000 (14:19 +0000)]
MFH (skip conditions for tests)

22 years agoMFH (compile warning fix).
Ilia Alshanetsky [Thu, 14 Nov 2002 14:06:49 +0000 (14:06 +0000)]
MFH (compile warning fix).

22 years agoMFB
Wez Furlong [Thu, 14 Nov 2002 13:52:39 +0000 (13:52 +0000)]
MFB

22 years agoBug fix news.
Ilia Alshanetsky [Thu, 14 Nov 2002 13:52:17 +0000 (13:52 +0000)]
Bug fix news.

22 years agoMFH (fix for bug #19689).
Ilia Alshanetsky [Thu, 14 Nov 2002 13:45:43 +0000 (13:45 +0000)]
MFH (fix for bug #19689).

22 years agoMFH (parse_url bug).
Ilia Alshanetsky [Thu, 14 Nov 2002 13:44:24 +0000 (13:44 +0000)]
MFH (parse_url bug).

22 years agoMFH (fixes unix build of mbstring)
Edin Kadribasic [Thu, 14 Nov 2002 13:37:26 +0000 (13:37 +0000)]
MFH (fixes unix build of mbstring)

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
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'.

22 years ago- Fixed bug #20424 (stream_get_meta_data craches on a normal file stream).
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)

22 years agoMFH..
James Cox [Thu, 14 Nov 2002 02:07:37 +0000 (02:07 +0000)]
MFH..

22 years agoMFH
James Cox [Thu, 14 Nov 2002 01:57:20 +0000 (01:57 +0000)]
MFH

22 years agoMFH
foobar [Thu, 14 Nov 2002 01:56:06 +0000 (01:56 +0000)]
MFH

22 years agoFixed bug: #20414, shared build did not work
foobar [Thu, 14 Nov 2002 00:20:24 +0000 (00:20 +0000)]
Fixed bug: #20414, shared build did not work

22 years agoMade mbstring compile on windows again.
Edin Kadribasic [Wed, 13 Nov 2002 23:01:17 +0000 (23:01 +0000)]
Made mbstring compile on windows again.

22 years agoMFH (relly disable compilation of mbstring)
Edin Kadribasic [Wed, 13 Nov 2002 21:38:57 +0000 (21:38 +0000)]
MFH (relly disable compilation of mbstring)

22 years agoMFH (mbstring defines commented out to allow defining them elsewhere).
Edin Kadribasic [Wed, 13 Nov 2002 21:37:27 +0000 (21:37 +0000)]
MFH (mbstring defines commented out to allow defining them elsewhere).

22 years agoMFH: remove debug output
Stig Bakken [Wed, 13 Nov 2002 20:38:24 +0000 (20:38 +0000)]
MFH: remove debug output

22 years ago- MFH: moved ext/cybermut to PECL
Derick Rethans [Wed, 13 Nov 2002 19:41:54 +0000 (19:41 +0000)]
- MFH: moved ext/cybermut to PECL

22 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
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'.

22 years agomust be unsigned
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.

22 years ago-use size_t
Marcus Boerger [Wed, 13 Nov 2002 16:28:44 +0000 (16:28 +0000)]
-use size_t
-recheckin header as unix file

22 years agosemi-fix string offsets crash - now it doesn't crash, but still leaks
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

22 years agoAdd new tag to package.xml named <warnings>.\nThis warnings are printed when installi...
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)

22 years agoAdded GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob()
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 :)

22 years agoAllow use of Berkeley db version 3.1 as found on many RedHat systems.
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.