Re: [PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-02-24 Thread Jani Taskinen
On Mon, 24 Feb 2003, Corne' Cornelius wrote: >nobbie Mon Feb 24 01:34:37 2003 EDT > > Modified files: >/php4/ext/informix ifx.ec > Log: > (PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would Segfault > on an unopened connecection and w

[PHP-CVS] cvs: php4(PHP_4_3) /ext/informix ifx.ec

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 03:26:49 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/informix ifx.ec Log: no c++ comments Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.69.2.9 php4/ext/informix/ifx.ec:1.69.2.10 --- php4/ext/informix/ifx.ec:1.69.2

[PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 03:27:24 2003 EDT Modified files: /php4/ext/informix ifx.ec Log: no c++ comments Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.82 php4/ext/informix/ifx.ec:1.83 --- php4/ext/informix/ifx.ec:1.82 Mon Feb 24 01:34:36 2

Re: [PHP-CVS] cvs: php4 / acinclude.m4

2003-02-24 Thread Jani Taskinen
On Mon, 24 Feb 2003, Sascha Schumann wrote: >On Mon, 24 Feb 2003, Jani Taskinen wrote: > >> sniper Sun Feb 23 23:37:04 2003 EDT >> >> Modified files: >> /php4acinclude.m4 >> Log: >> Always use the libtool which is build in the top_builddir. > >The cwd of the $(SHELL

Re: [PHP-CVS] cvs: php4 / acinclude.m4

2003-02-24 Thread Sascha Schumann
> On AIX, I encountered a problem that the libtool from > top_builddir was NOT used but the one in my PATH. That's really weird. Way to go AIX. $ echo echo hi > gcc $ chmod +x gcc $ /bin/sh gcc /bin/sh: gcc: cannot execute $ /bin/sh ./gcc hi - Sascha --

Re: [PHP-CVS] cvs: php4 / acinclude.m4

2003-02-24 Thread Jani Taskinen
On Mon, 24 Feb 2003, Sascha Schumann wrote: >> On AIX, I encountered a problem that the libtool from >> top_builddir was NOT used but the one in my PATH. > >That's really weird. Way to go AIX. > >$ echo echo hi > gcc >$ chmod +x gcc >$ /bin/sh gcc >/bin/sh: gcc: cannot

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng TODO dummy.gif ext_skel_ng.php extension.dtd extension.xml extension_parser.php php_function.php

2003-02-24 Thread Hartmut Holzgraefe
hholzgraMon Feb 24 05:57:49 2003 EDT Added files: /php4/scripts/ext_skel_ng TODO dummy.gif Modified files: /php4/scripts/ext_skel_ng ext_skel_ng.php extension.dtd extension.xml extension_parser.php

[PHP-CVS] cvs: php4 /ext/yp yp.c

2003-02-24 Thread Hartmut Holzgraefe
hholzgraMon Feb 24 08:35:06 2003 EDT Modified files: /php4/ext/ypyp.c Log: "key" has to be zero-delimited Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.34 php4/ext/yp/yp.c:1.35 --- php4/ext/yp/yp.c:1.34 Fri Jan 24 11:34:18 2003 +++

[PHP-CVS] cvs: php4 /sapi/apache2filter apache_config.c php_functions.c sapi_apache2.c

2003-02-24 Thread Zeev Suraski
zeevMon Feb 24 10:10:37 2003 EDT Modified files: /php4/sapi/apache2filterapache_config.c php_functions.c sapi_apache2.c Log: (possibly) fix Win32 builds of the Apache 2 filter Index: php4/sapi/apache2filter/apache_conf

[PHP-CVS] cvs: php4 / acinclude.m4

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 10:11:55 2003 EDT Modified files: /php4 acinclude.m4 Log: fix quotes Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.227 php4/acinclude.m4:1.228 --- php4/acinclude.m4:1.227 Sun Feb 23 23:37:04 2003 +++ php4/acinclude.m4 Mon Fe

[PHP-CVS] cvs: php4(PHP_4_3) / acinclude.m4

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 10:12:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4 acinclude.m4 Log: MFH Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.218.2.7 php4/acinclude.m4:1.218.2.8 --- php4/acinclude.m4:1.218.2.7 Sun Feb 23 23:37:15 2003 +++ php4/aci

[PHP-CVS] cvs: php4 / NEWS

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 11:01:39 2003 EDT Modified files: /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1357 php4/NEWS:1.1358 --- php4/NEWS:1.1357Sat Feb 22 21:45:10 2003 +++ php4/NEWS Mon Feb 24 11:01:38 2003 @@ -3,8 +3,10 @@ ? ? ??? 200?, Ve

[PHP-CVS] cvs: php4(PHP_4_3) /tests/lang bug21600.phpt bug22231.phpt

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 11:04:05 2003 EDT Removed files: (Branch: PHP_4_3) /php4/tests/langbug21600.phpt bug22231.phpt Log: - Removing pointless tests. (both of these will be fixed in PHP 5) # We don't need to get any test reports about these anymore # for PHP_

[PHP-CVS] cvs: php4 /ext/standard reg.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 11:13:13 2003 EDT Modified files: /php4/ext/standard reg.c Log: Style fix Index: php4/ext/standard/reg.c diff -u php4/ext/standard/reg.c:1.72 php4/ext/standard/reg.c:1.73 --- php4/ext/standard/reg.c:1.72Sat Jan 11 18:05:19

[PHP-CVS] cvs: php4 /sapi/apache config.m4

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 11:16:13 2003 EDT Modified files: /php4/sapi/apache config.m4 Log: Possible fix for #22259 + part 1/2 for fixing one AIX bug.. Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.67 php4/sapi/apache/config.m4:1.68 --- php4

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache config.m4

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 11:16:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache config.m4 Log: MFH: Possible fix for #22259 + part 1/2 for fixing AIX DSO bug Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62.4.5 php4/sapi/apache

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard reg.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 11:19:44 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard reg.c Log: MFH(r1.73): style fix Index: php4/ext/standard/reg.c diff -u php4/ext/standard/reg.c:1.66.2.3 php4/ext/standard/reg.c:1.66.2.4 --- php4/ext/standard/

[PHP-CVS] cvs: php4 /ext/standard reg.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 11:29:00 2003 EDT Modified files: /php4/ext/standard reg.c Log: Fixed a signed / unsigned issue. # imagine the case like "\\\xfe" where walk[1] takes a value that is greater # than 127 in integer... Index: php4/ext/standard/

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard reg.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 11:30:15 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard reg.c Log: MFH(r1.74): fixed an signed / unsigned issue Index: php4/ext/standard/reg.c diff -u php4/ext/standard/reg.c:1.66.2.4 php4/ext/standard/reg.c:1.66.2.5

[PHP-CVS] cvs: php4 /tests/lang bug21600.phpt

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 11:50:35 2003 EDT Modified files: /php4/tests/langbug21600.phpt Log: Fixed the test as the result is just considered to be expected Index: php4/tests/lang/bug21600.phpt diff -u php4/tests/lang/bug21600.phpt:1.2 php4/tests/lang/b

[PHP-CVS] cvs: php4 /ext/standard reg.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 11:54:21 2003 EDT Modified files: /php4/ext/standard reg.c Log: Forgot to fix this part Index: php4/ext/standard/reg.c diff -u php4/ext/standard/reg.c:1.74 php4/ext/standard/reg.c:1.75 --- php4/ext/standard/reg.c:1.74Mon Fe

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard reg.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 11:56:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard reg.c Log: MFH Index: php4/ext/standard/reg.c diff -u php4/ext/standard/reg.c:1.66.2.5 php4/ext/standard/reg.c:1.66.2.6 --- php4/ext/standard/reg.c:1.66.2.5M

[PHP-CVS] cvs: php4(PHP_4_3) /ext/com COM.c com.h

2003-02-24 Thread Harald Radi
phanto Mon Feb 24 13:30:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/com COM.c com.h Log: fix memleak and wrong refcounting Index: php4/ext/com/COM.c diff -u php4/ext/com/COM.c:1.90.2.4 php4/ext/com/COM.c:1.90.2.5 --- php4/ext/com/COM.c:1.90.2.4

[PHP-CVS] cvs: php4 /tests/lang bug22367.phpt

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 14:37:27 2003 EDT Added files: /php4/tests/langbug22367.phpt Log: Added test case for bug #22367 Index: php4/tests/lang/bug22367.phpt +++ php4/tests/lang/bug22367.phpt --TEST-- Bug #22367 (weird zval allocation problem) --FI

[PHP-CVS] cvs: php4(PHP_4_3) /tests/lang bug22367.phpt

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 14:38:33 2003 EDT Added files: (Branch: PHP_4_3) /php4/tests/langbug22367.phpt Log: MFH: added test case for bug #22367 Index: php4/tests/lang/bug22367.phpt +++ php4/tests/lang/bug22367.phpt --TEST-- Bug #22367 (weird zval al

[PHP-CVS] cvs: php4 /ext/standard mail.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 14:41:18 2003 EDT Modified files: /php4/ext/standard mail.c Log: Fixed bug #22355 (PHP would remove folding from Subject & To fields). Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.68 php4/ext/standard/mail.c:1.69 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard mail.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 14:41:40 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard mail.c Log: MFH Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.66.2.2 php4/ext/standard/mail.c:1.66.2.3 --- php4/ext/standard/mail.c:1.66.2.2 Tue D

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 14:42:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.108 php4/NEWS:1.1247.2.109 --- php4/NEWS:1.1247.2.108 Sun Feb 23 22:18:26 2003 +++ php4/NEWS Mon Fe

Re: [PHP-CVS] cvs: php4 /ext/standard mail.c

2003-02-24 Thread Moriyoshi Koizumi
My bad.. The patch isn't wrong except the CRLF conversion issue, and works fine with mb_send_mail(). Sorry for the wrong info. Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /ext/standard file.c /main php_streams.h /main/streams cast.c plain_wrapper.c streams.c

2003-02-24 Thread Wez Furlong
wez Mon Feb 24 16:40:24 2003 EDT Modified files: /php4/ext/standard file.c /php4/main php_streams.h /php4/main/streams cast.c plain_wrapper.c streams.c Log: MFB: Bunch of streams related fixes. Index: php4/ext/standard/file.c diff -u php4/ext

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c basic_functions.h user_filters.c

2003-02-24 Thread Sara Golemon
pollita Mon Feb 24 16:56:20 2003 EDT Modified files: /php4/ext/standard user_filters.c basic_functions.c basic_functions.h Log: Initial re-implementation of userfilters after filterchain redesign by wez. More userspace API to come.

[PHP-CVS] cvs: php4 /ext/standard php_string.h string.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 17:01:13 2003 EDT Modified files: /php4/ext/standard php_string.h string.c Log: Made strip_tags() binary safe Index: php4/ext/standard/php_string.h diff -u php4/ext/standard/php_string.h:1.71 php4/ext/standard/php_string.h:1.72 ---

[PHP-CVS] cvs: php4 /ext/standard string.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 17:19:37 2003 EDT Modified files: /php4/ext/standard string.c Log: Fixed possible buffer overflow of php_strip_tags Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.360 php4/ext/standard/string.c:1.361 --- php

Re: [PHP-CVS] cvs: php4 /ext/standard file.c /main php_streams.h /main/streams cast.c plain_wrapper.c streams.c

2003-02-24 Thread Rasmus Lerdorf
On Mon, 24 Feb 2003, Wez Furlong wrote: > wez Mon Feb 24 16:40:24 2003 EDT > > Modified files: > /php4/ext/standardfile.c > /php4/mainphp_streams.h > /php4/main/streamscast.c plain_wrapper.c streams.c > Log: > MFB: Bunch of strea

[PHP-CVS] cvs: php4 /ext/standard file.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 17:39:47 2003 EDT Modified files: /php4/ext/standard file.c Log: Made fgetss() binary safe too Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.311 php4/ext/standard/file.c:1.312 --- php4/ext/standard/file.c:1.311

Re: [PHP-CVS] cvs: php4 /ext/standard php_string.h string.c

2003-02-24 Thread Rasmus Lerdorf
This should probably go into the 4.3 branch. On Mon, 24 Feb 2003, Moriyoshi Koizumi wrote: > moriyoshi Mon Feb 24 17:01:13 2003 EDT > > Modified files: > /php4/ext/standardphp_string.h string.c > Log: > Made strip_tags() binary safe > > > Index:

[PHP-CVS] cvs: php4 /ext/standard filters.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 17:41:55 2003 EDT Modified files: /php4/ext/standard filters.c Log: Fixed string.strip_tags filter so it reflects the change on php_strip_tags Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.27 php4/ext/st

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard php_string.h string.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 17:47:15 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard php_string.h string.c Log: MFH: made strip_tags() binary safe Index: php4/ext/standard/php_string.h diff -u php4/ext/standard/php_string.h:1.65.2.1 php4/ext/stan

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 17:48:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: MFH: made fgetss() binary safe too Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.11 php4/ext/standard/file.c:1.279.2.12 --

[PHP-CVS] cvs: php4 /main/streams memory.c

2003-02-24 Thread Moriyoshi Koizumi
moriyoshi Mon Feb 24 18:13:40 2003 EDT Modified files: /php4/main/streams memory.c Log: Removed unnecessary asserts Index: php4/main/streams/memory.c diff -u php4/main/streams/memory.c:1.2 php4/main/streams/memory.c:1.3 --- php4/main/streams/memory.c:1

Re: [PHP-CVS] cvs: php4 /ext/standard file.c /main php_streams.h /main/streams cast.c plain_wrapper.c streams.c

2003-02-24 Thread Wez Furlong
PHP_4_3. I made the original fixes there and then "up-ported" them to PHP5, which wasn't suffering so much since the ze-stream patch. --Wez. On Mon, 24 Feb 2003, Rasmus Lerdorf wrote: > On Mon, 24 Feb 2003, Wez Furlong wrote: > > wez Mon Feb 24 16:40:24 2003 EDT > > > > Modified files

[PHP-CVS] cvs: php4 /ext/standard file.c /main php_streams.h /main/streams plain_wrapper.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 20:39:07 2003 EDT Modified files: /php4/main php_streams.h /php4/main/streams plain_wrapper.c /php4/ext/standard file.c Log: Added locking to streams. Allow PHP to automatically release locks on files when terminating the stream

[PHP-CVS] cvs: php4 /main/streams plain_wrapper.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 20:41:58 2003 EDT Modified files: /php4/main/streams plain_wrapper.c Log: Use native flock() whenever possible. Index: php4/main/streams/plain_wrapper.c diff -u php4/main/streams/plain_wrapper.c:1.4 php4/main/streams/plain_wrapper.c:1.5 --

[PHP-CVS] cvs: php4 /main/streams plain_wrapper.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 20:44:57 2003 EDT Modified files: /php4/main/streams plain_wrapper.c Log: Fixed various compiler warnings. Index: php4/main/streams/plain_wrapper.c diff -u php4/main/streams/plain_wrapper.c:1.5 php4/main/streams/plain_wrapper.c:1.6 --- php

[PHP-CVS] cvs: php4 /ext/tokenizer tokenizer.c

2003-02-24 Thread Stig Bakken
ssb Mon Feb 24 21:08:49 2003 EDT Modified files: /php4/ext/tokenizer tokenizer.c Log: * add new ZE2 tokens Index: php4/ext/tokenizer/tokenizer.c diff -u php4/ext/tokenizer/tokenizer.c:1.13 php4/ext/tokenizer/tokenizer.c:1.14 --- php4/ext/tokenizer/tokeniz

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 22:49:27 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed a crash in gdImageCopyMergeGray(). Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.46 php4/ext/gd/libgd/gd.c:1.47 --- php4/ext/gd/libgd/gd.c:1.46 Sun Feb

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 22:53:22 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd.c Log: MFH (fix for crash in gdImageCopyMergeGray()). Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.24.2.3 php4/ext/gd/libgd/gd.c:1.24.2.4 --- php4/e

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 23:20:22 2003 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Fixed bug #22402 (opening of ftp for read/write could fail due to invalid return code handling). Solution suggested by [EMAIL PROTECTED] Index: php4/ext/stan

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard ftp_fopen_wrapper.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 23:20:44 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard ftp_fopen_wrapper.c Log: MFH Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.38.2.3 php4/ext/standard/ftp_fopen_wrapper.c:1

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 23:21:27 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.109 php4/NEWS:1.1247.2.110 --- php4/NEWS:1.1247.2.109 Mon Feb 24 14:42:38 2003 +++ php4/NEWS Mon Fe

[PHP-CVS] cvs: php4 /ext/oci8 config.m4

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 23:36:54 2003 EDT Modified files: /php4/ext/oci8 config.m4 Log: fix bug #22324, libjdbcoci8.so is not necessarily needed.. Index: php4/ext/oci8/config.m4 diff -u php4/ext/oci8/config.m4:1.41 php4/ext/oci8/config.m4:1.42 --- php4/ext/oci8/

[PHP-CVS] cvs: php4(PHP_4_3) /ext/oci8 config.m4

2003-02-24 Thread Jani Taskinen
sniper Mon Feb 24 23:37:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/oci8 config.m4 Log: MFH Index: php4/ext/oci8/config.m4 diff -u php4/ext/oci8/config.m4:1.37.2.2 php4/ext/oci8/config.m4:1.37.2.3 --- php4/ext/oci8/config.m4:1.37.2.2Fri Jan

[PHP-CVS] cvs: php4 /ext/informix config.m4

2003-02-24 Thread Corne' Cornelius
nobbie Tue Feb 25 00:33:27 2003 EDT Modified files: /php4/ext/informix config.m4 Log: - Changed IFX_VERSION to work with Major versions with more then one digit Index: php4/ext/informix/config.m4 diff -u php4/ext/informix/config.m4:1.29 php4/ext/informix/co

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-24 Thread Jani Taskinen
sniper Tue Feb 25 01:37:18 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.110 php4/NEWS:1.1247.2.111 --- php4/NEWS:1.1247.2.110 Mon Feb 24 23:21:26 2003 +++ php4/NEWS Tue Feb 25 01:37:18 20

[PHP-CVS] cvs: php4 /sapi/activescript php4activescript.c scriptengine.cpp

2003-02-24 Thread Jani Taskinen
sniper Tue Feb 25 01:49:59 2003 EDT Modified files: /php4/sapi/activescript php4activescript.c scriptengine.cpp Log: (hopefully) fix the build.. Index: php4/sapi/activescript/php4activescript.c diff -u php4/sapi/activescript/php4activescript.c:1.4 php4/sap

[PHP-CVS] cvs: php4 /sapi/pi3web pi3web_sapi.c

2003-02-24 Thread Jani Taskinen
sniper Tue Feb 25 01:54:04 2003 EDT Modified files: /php4/sapi/pi3web pi3web_sapi.c Log: Another win32 build fix. Index: php4/sapi/pi3web/pi3web_sapi.c diff -u php4/sapi/pi3web/pi3web_sapi.c:1.49 php4/sapi/pi3web/pi3web_sapi.c:1.50 --- php4/sapi/pi3web/pi3web

[PHP-CVS] cvs: php4(PHP_4_3) /ext/informix config.m4

2003-02-24 Thread Corne' Cornelius
nobbie Tue Feb 25 01:56:27 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/informix config.m4 Log: MFH: 1.30 Index: php4/ext/informix/config.m4 diff -u php4/ext/informix/config.m4:1.27.4.2 php4/ext/informix/config.m4:1.27.4.3 --- php4/ext/informix/confi

[PHP-CVS] cvs: php4 /ext/informix CREDITS ifx.ec php_informix.h php_informix_includes.h

2003-02-24 Thread Corne' Cornelius
nobbie Tue Feb 25 01:59:14 2003 EDT Modified files: /php4/ext/informix CREDITS ifx.ec php_informix.h php_informix_includes.h Log: - Added Corne' Cornelius to CREDITS/Authors Index: php4/ext/informix/CREDITS diff -u php4/ext/informix

[PHP-CVS] cvs: php4(PHP_4_3) /ext/informix CREDITS ifx.ec php_informix.h php_informix_includes.h

2003-02-24 Thread Corne' Cornelius
nobbie Tue Feb 25 02:09:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/informix CREDITS ifx.ec php_informix.h php_informix_includes.h Log: MFH Index: php4/ext/informix/CREDITS diff -u php4/ext/informix/CREDITS:1.1 php4/ext/i

[PHP-CVS] cvs: php4 /ext/curl interface.c multi.c

2003-02-24 Thread Jani Taskinen
sniper Tue Feb 25 02:19:44 2003 EDT Modified files: /php4/ext/curl interface.c multi.c Log: (hope) fix some win32 build errors Index: php4/ext/curl/interface.c diff -u php4/ext/curl/interface.c:1.8 php4/ext/curl/interface.c:1.9 --- php4/ext/curl/interface.

[PHP-CVS] cvs: php4 / configure.in

2003-02-24 Thread Jani Taskinen
sniper Tue Feb 25 02:40:51 2003 EDT Modified files: /php4 configure.in Log: typofix Index: php4/configure.in diff -u php4/configure.in:1.424 php4/configure.in:1.425 --- php4/configure.in:1.424 Tue Feb 25 01:35:41 2003 +++ php4/configure.in Tue Feb 2

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in

2003-02-24 Thread Jani Taskinen
sniper Tue Feb 25 02:41:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in Log: MFH: typofix Index: php4/configure.in diff -u php4/configure.in:1.396.2.34 php4/configure.in:1.396.2.35 --- php4/configure.in:1.396.2.34Tue Feb 25 01:36:2