Marcus Boerger
4b7ea20437
MFH: Only set the overwrites once (keep this in sync as long as possible)
2002-11-14 20:20:47 +00:00
Andrei Zmievski
ea17af230a
Back to 4.3.0-dev.
2002-11-14 19:16:30 +00:00
Ilia Alshanetsky
ab37eae5cb
MFH (disable safe_mode for test).
2002-11-14 18:38:25 +00:00
Marcus Boerger
1019c662a5
Missed that
2002-11-14 17:22:26 +00:00
Andrei Zmievski
f16941595a
Fix version.
2002-11-14 17:03:36 +00:00
Andrei Zmievski
46d3edd8c1
Go for RC1.
2002-11-14 16:47:03 +00:00
Stefan Esser
81cd0ebfa0
MFH
2002-11-14 16:40:27 +00:00
Ilia Alshanetsky
516eacd03f
MFH (zts compile warning).
2002-11-14 16:33:18 +00:00
Ilia Alshanetsky
df34134534
MFH (fic for bug #20423 ).
2002-11-14 16:21:15 +00:00
Marcus Boerger
a022fb30d0
Info about gd changes
2002-11-14 14:57:23 +00:00
Marcus Boerger
ded0b2efba
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.
2002-11-14 14:40:43 +00:00
Marcus Boerger
f3ba6741ec
MFH: Info about closed bugs
2002-11-14 14:39:53 +00:00
Wez Furlong
ed84676c15
Add note about shortcomings of this test.
2002-11-14 14:25:36 +00:00
Ilia Alshanetsky
bcaf766768
MFH (skip conditions for tests)
2002-11-14 14:19:03 +00:00
Ilia Alshanetsky
5386b85b15
MFH (compile warning fix).
2002-11-14 14:06:49 +00:00
Wez Furlong
d32b02e1ca
MFB
2002-11-14 13:52:39 +00:00
Ilia Alshanetsky
dde44ae7b2
Bug fix news.
2002-11-14 13:52:17 +00:00
Ilia Alshanetsky
b12880ce40
MFH (fix for bug #19689 ).
2002-11-14 13:45:43 +00:00
Ilia Alshanetsky
c60242c944
MFH (parse_url bug).
2002-11-14 13:44:24 +00:00
Edin Kadribasic
65995b5c4f
MFH (fixes unix build of mbstring)
2002-11-14 13:37:26 +00:00
SVN Migration
a8bb6a9eca
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2002-11-14 12:20:37 +00:00
Derick Rethans
b391a7a372
- Fixed bug #20424 (stream_get_meta_data craches on a normal file stream).
...
(Derick, Wez)
2002-11-14 10:52:45 +00:00
James Cox
4a15ca11e7
MFH..
2002-11-14 02:07:37 +00:00
James Cox
cb8e121ca9
MFH
2002-11-14 01:57:20 +00:00
foobar
6caa25e9f6
MFH
2002-11-14 01:56:06 +00:00
foobar
6c46b47b75
Fixed bug: #20414 , shared build did not work
2002-11-14 00:20:24 +00:00
Edin Kadribasic
c03f73a3b3
Made mbstring compile on windows again.
2002-11-13 23:01:17 +00:00
Edin Kadribasic
d483bd4ecc
MFH (relly disable compilation of mbstring)
2002-11-13 21:38:57 +00:00
Edin Kadribasic
57c012b007
MFH (mbstring defines commented out to allow defining them elsewhere).
2002-11-13 21:37:27 +00:00
Stig Bakken
2eced40646
MFH: remove debug output
2002-11-13 20:38:24 +00:00
Derick Rethans
1102505d22
- MFH: moved ext/cybermut to PECL
2002-11-13 19:41:54 +00:00
SVN Migration
e6659bd69f
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2002-11-13 16:30:51 +00:00
Marcus Boerger
244d5d1c11
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.
2002-11-13 16:30:50 +00:00
Marcus Boerger
4dd5fc67b7
-use size_t
...
-recheckin header as unix file
2002-11-13 16:28:44 +00:00
Stanislav Malyshev
3944ce41c3
semi-fix string offsets crash - now it doesn't crash, but still leaks
2002-11-13 15:13:24 +00:00
Christian Dickmann
18296252b2
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)
2002-11-13 14:17:26 +00:00
John Coggeshall
253cecd43a
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 :)
2002-11-13 13:31:33 +00:00
Edin Kadribasic
ae51b7f4db
Allow use of Berkeley db version 3.1 as found on many RedHat systems.
2002-11-13 13:12:26 +00:00
Jan Lehnardt
e95c7178cc
- be more verbose
2002-11-13 12:41:05 +00:00
Edin Kadribasic
af436aa873
Added support for bundled flatfile, cdb and cdb_make handlers
...
to win32 build of the dba extension.
2002-11-13 12:12:44 +00:00
Moriyoshi Koizumi
9f2a1ce9d4
Added a test for mb_send_mail() to check if the function properly handles
...
Traditional Chinese characters.
2002-11-13 12:00:47 +00:00
Moriyoshi Koizumi
fd01313fde
Corrected Traditional Chinese language spec and the preferred MIME name
...
of which the encoding is used in that locale.
2002-11-13 11:57:59 +00:00
Marcus Boerger
77c9dfae6b
avoid fileno()
2002-11-13 10:17:19 +00:00
Andrey Hristov
31aeec05e8
Already binary safe.
2002-11-13 09:11:19 +00:00
Derick Rethans
801c698992
- Reset globals for each request
2002-11-13 08:54:34 +00:00
Moriyoshi Koizumi
2016c0cc0a
Added a test for mb_send_mail() to check if the simplified Chinese support
...
works
2002-11-13 08:45:37 +00:00
Moriyoshi Koizumi
d9ebc7aadb
Updated the test
2002-11-13 08:27:17 +00:00
Moriyoshi Koizumi
7addde8521
Prevented unwanted encoding detections in mb_send_mail()
...
# This patch shouldn't break BC
2002-11-13 08:26:04 +00:00
Moriyoshi Koizumi
2a8fa04b18
Update for a recent change on mbstring
2002-11-13 08:20:01 +00:00
Moriyoshi Koizumi
e01b60c2fb
Fixed mb_encode_mimeheader() to work with languages other than Japanese and
...
English
2002-11-13 08:13:34 +00:00