sebastian Sat Nov 16 03:30:31 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
Fix Win32 build.
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.64 php4/ext/standard/html.c:1.65
--- php4/ext/standard/html.c:1.64 Fri Nov 1
sebastian Sat Nov 16 03:32:11 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard html.c
Log:
MFH
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.63.2.1 php4/ext/standard/html.c:1.63.2.2
--- php4/ext/standard/html.c:1.63.2.1
wez Sat Nov 16 06:39:36 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main php_streams.h streams.c
Log:
Make include/require of user-streams work on systems without fopencookie.
Index: php4/main/php_streams.h
diff -u php4/main/php_streams.h:1.61 php4/m
wez Sat Nov 16 06:40:07 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Remove debugging line...
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.2 php4/main/streams.c:1.125.2.3
--- php4/main/streams.c:1.125.2.2 Sa
sas Sat Nov 16 08:51:37 2002 EDT
Modified files:
/php4/ext/ircg ircg.c php_ircg.h
Log:
Add ircg_who(), and
Change function table so that it leaves unsupported functions undefined.
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.141 php4/
On Sat, 16 Nov 2002, Wez Furlong wrote:
> wez Sat Nov 16 06:39:36 2002 EDT
>
> Modified files: (Branch: PHP_4_3)
> /php4/mainphp_streams.h streams.c
> Log:
> Make include/require of user-streams work on systems without fopencookie.
You can't want this in
In my HEAD checkout, I have some other pending commits for streams, and
I didn't want them to interfere.
I will be making the same changes to HEAD, once I've finished the other
stuff :)
--Wez.
On 11/16/02, "Derick Rethans" <[EMAIL PROTECTED]> wrote:
> On Sat, 16 Nov 2002, Wez Furlong wrote:
>
>
georg Sat Nov 16 11:07:54 2002 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
forgot to decrement result_allocated :(
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.175 php4/ext/mysql/php_mysql.c:1.176
--- php4/ext/mysql/ph
On Sat, 16 Nov 2002, Georg Richter wrote:
> georg Sat Nov 16 11:07:54 2002 EDT
>
> Modified files:
> /php4/ext/mysql php_mysql.c
> Log:
> forgot to decrement result_allocated :(
Dont forget to MFH this...
Derick
>
>
> Index: php4/ext/mysql/php_mysql.c
>
wez Sat Nov 16 11:13:26 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
This is not needed here.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.3 php4/main/streams.c:1.125.2.4
--- php4/main/streams.c:1.125.2.3 Sa
helly Sat Nov 16 12:02:07 2002 EDT
Modified files:
/php4/ext/standard image.c
Log:
Make getimagesize more robust against corrupt files
Index: php4/ext/standard/image.c
diff -u php4/ext/standard/image.c:1.72 php4/ext/standard/image.c:1.73
--- php4/ext/stand
helly Sat Nov 16 12:03:49 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard image.c
Log:
MFH: Make getimagesize more robust against corrupt files
Index: php4/ext/standard/image.c
diff -u php4/ext/standard/image.c:1.72 php4/ext/standard/image.c:1
iliaa Sat Nov 16 12:26:26 2002 EDT
Modified files:
/php4/ext/standard/tests/stringscrc32.phpt
Log:
Fixed the test so it works properly on both 32 and 64 bit platforms.
Index: php4/ext/standard/tests/strings/crc32.phpt
diff -u php4/ext/standard/tests/str
iliaa Sat Nov 16 12:26:48 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard/tests/stringscrc32.phpt
Log:
MFH
Index: php4/ext/standard/tests/strings/crc32.phpt
diff -u php4/ext/standard/tests/strings/crc32.phpt:1.1
php4/ext/standard/tests/str
helly Sat Nov 16 12:26:53 2002 EDT
Modified files:
/php4/ext/standard/tests/array 004.phpt 005.phpt 006.phpt 007.phpt
008.phpt array_change_key_case.phpt
array_chunk.phpt
helly Sat Nov 16 12:28:04 2002 EDT
Modified files:
/php4/ext/standard/tests/array 001.phpt 002.phpt 003.phpt data.inc
Log:
-Do not rely on a side effect of 32bit platforms (patch by Michael Mauch)
-remove unused sections
Index: php4/ext/standard/test
helly Sat Nov 16 12:30:10 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard/tests/array 001.phpt 002.phpt 003.phpt 004.phpt
005.phpt 006.phpt 007.phpt 008.phpt
array_chan
helly Sat Nov 16 14:43:53 2002 EDT
Modified files:
/php4/ext/dbx/tests skipif.inc
Log:
Show module used in test
Index: php4/ext/dbx/tests/skipif.inc
diff -u php4/ext/dbx/tests/skipif.inc:1.1 php4/ext/dbx/tests/skipif.inc:1.2
--- php4/ext/dbx/tests/skipif.in
wez Sat Nov 16 17:52:22 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main php_open_temporary_file.c
Log:
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 plat
wez Sat Nov 16 17:59:55 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c php_streams.h
Log:
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
Hmm, I don't know how many places in PHP have the flags, but maybe it
might be a good idea to have defines in place to make sure that the
apropriate flags are used for different platforms.
SHane
Wez Furlong wrote:
wez Sat Nov 16 17:52:22 2002 EDT
Modified files: (Branch: PHP_4_
Equally important is replacing any other tmpfile() calls under win32
where possible.
Should probably be at least looked into before RC2, but I've not got
time for that tonight/this weekend :/
--Wez.
On 11/16/02, "Shane Caraveo" <[EMAIL PROTECTED]> wrote:
> Hmm, I don't know how many places in PH
wez Sat Nov 16 18:35:30 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
initialize this member so that it doesn't segfault on shutdown...
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.5 php4/main/streams.c:1.125.2.6
-
helly Sat Nov 16 18:45:58 2002 EDT
Modified files:
/php4/ext/standard/tests/general_functions 008.phpt
Log:
Force float for the float test
Index: php4/ext/standard/tests/general_functions/008.phpt
diff -u php4/ext/standard/tests/general_functions/008.phpt:
helly Sat Nov 16 18:47:30 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard/tests/general_functions 008.phpt
Log:
MFH: Force float for the float test
Index: php4/ext/standard/tests/general_functions/008.phpt
diff -u php4/ext/standard/tests/gener
iliaa Sat Nov 16 19:06:51 2002 EDT
Modified files:
/php4/main streams.c
Log:
Fixed a problem that would cause include/require("/dir/file") to fail on
Windows.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.126 php4/main/streams.c:1.127
--- php4
iliaa Sat Nov 16 19:07:33 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
MFH
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.6 php4/main/streams.c:1.125.2.7
--- php4/main/streams.c:1.125.2.6 Sat Nov 16 18:35:30 200
wez Sat Nov 16 19:08:42 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Remove debugging printf
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.7 php4/main/streams.c:1.125.2.8
--- php4/main/streams.c:1.125.2.7 Sat
iliaa Sat Nov 16 19:11:20 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Fix compile warning.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.8 php4/main/streams.c:1.125.2.9
--- php4/main/streams.c:1.125.2.8 Sat No
wez Sat Nov 16 20:06:32 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
Avoid a potential double fclose().
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.9 php4/main/streams.c:1.125.2.10
--- php4/main/streams.c:1.125.2
rasmus Sat Nov 16 21:35:15 2002 EDT
Modified files:
/CVSROOTavail
Log:
Karma
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.538 CVSROOT/avail:1.539
--- CVSROOT/avail:1.538 Fri Nov 15 14:07:57 2002
+++ CVSROOT/avail Sat Nov 16 21:35:15 2002
@@ -18,7 +
sas Sun Nov 17 00:29:18 2002 EDT
Modified files:
/php4/ext/ircg ircg.c php_ircg.h
Log:
add invite handling
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.142 php4/ext/ircg/ircg.c:1.143
--- php4/ext/ircg/ircg.c:1.142 Sat Nov 16 08:51:37 2
32 matches
Mail list logo