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

2003-01-27 Thread Jani Taskinen
MFH?? --Jani On Fri, 24 Jan 2003, Andrey Hristov wrote: andrey Fri Jan 24 08:18:09 2003 EDT Modified files: /php4/ext/standard string.c Log: Resolving problem on OSF1 and probably other 64 bit platforms. Thanks for the feedback of Magnus

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

2003-01-27 Thread Uwe Steinmann
steinm Mon Jan 27 04:11:15 2003 EDT Modified files: /php4/ext/hyperwave hw.c Log: - fixed several bugs in hw_document_xx() functions. The macro to access the document was the same as for a link to the sever. Index: php4/ext/hyperwave/hw.c diff -u

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

2003-01-27 Thread Jani Taskinen
It still looks for '/usr/share/magic' file thus your fix doesn't fix anything. Attached is a bit better version of the config.m4, please let me know if it's ok to commit. --Jani On Sat, 25 Jan 2003, Hartmut Holzgraefe wrote: hholzgra Sat Jan 25

Re: [PHP-CVS] cvs: php4 /ext/hyperwave hw.c

2003-01-27 Thread Derick Rethans
On Mon, 27 Jan 2003, Uwe Steinmann wrote: steinmMon Jan 27 04:11:15 2003 EDT Modified files: /php4/ext/hyperwave hw.c Log: - fixed several bugs in hw_document_xx() functions. The macro to access the document was the same as for a link to

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

2003-01-27 Thread Jani Taskinen
sniper Mon Jan 27 06:33:47 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in Log: MFH: use grep -E instead of egrep. the latter is not defined by POSIX anymore Index: php4/configure.in diff -u php4/configure.in:1.396.2.24

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

2003-01-27 Thread Jani Taskinen
sniper Mon Jan 27 07:44:56 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in Log: revert previous commit Index: php4/configure.in diff -u php4/configure.in:1.396.2.25 php4/configure.in:1.396.2.26 --- php4/configure.in:1.396.2.25Mon Jan

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

2003-01-27 Thread Andrey Hristov
andrey Mon Jan 27 11:22:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: MFH Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.333.2.10 php4/ext/standard/string.c:1.333.2.11 ---

[PHP-CVS] cvs: php4 /ext/standard dir.c /win32 glob.c

2003-01-27 Thread Edin Kadribasic
edink Mon Jan 27 11:29:47 2003 EDT Modified files: /php4/ext/standard dir.c /php4/win32 glob.c Log: Fixed bug #21597 (made glob() understand windows paths) Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.113

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS /ext/standard dir.c /win32 glob.c

2003-01-27 Thread Edin Kadribasic
edink Mon Jan 27 11:32:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard dir.c /php4/win32 glob.c /php4 NEWS Log: MFH: Fixed bug #21597 (made glob() understand Windows paths). Index: php4/ext/standard/dir.c diff -u

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

2003-01-27 Thread Ilia Alshanetsky
iliaa Mon Jan 27 12:22:23 2003 EDT Modified files: /php4/main output.c Log: Removed pointless checks. Index: php4/main/output.c diff -u php4/main/output.c:1.145 php4/main/output.c:1.146 --- php4/main/output.c:1.145Tue Dec 31 10:58:52 2002 +++

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

2003-01-27 Thread Marcus Börger
At 10:23 27.01.2003, Jani Taskinen wrote: It still looks for '/usr/share/magic' file thus your fix doesn't fix anything. Attached is a bit better version of the config.m4, please let me know if it's ok to commit. --Jani Looks good to me marcus -- PHP CVS Mailing List

[PHP-CVS] cvs: php4 /ext/ftp ftp.c ftp.h php_ftp.c

2003-01-27 Thread Sara Golemon
pollita Mon Jan 27 14:51:51 2003 EDT Modified files: /php4/ext/ftp php_ftp.c ftp.h ftp.c Log: Fix potential buffer overflow. Index: php4/ext/ftp/php_ftp.c diff -u php4/ext/ftp/php_ftp.c:1.80 php4/ext/ftp/php_ftp.c:1.81 --- php4/ext/ftp/php_ftp.c:1.80

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

2003-01-27 Thread Maxim Maletsky
maxim Mon Jan 27 14:52:11 2003 EDT Modified files: /php4/ext/oci8 oci8.c Log: @- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned). (Maxim) Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.201

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

2003-01-27 Thread Maxim Maletsky
maxim Mon Jan 27 15:05:48 2003 EDT Modified files: /php4/ext/oci8 oci8.c Log: This fixes warning C4101: 'charsetid' : unreferenced local variable on VC6 Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.202 php4/ext/oci8/oci8.c:1.203 ---

[PHP-CVS] cvs: php4 / configure.in /main php_ini.c php_scandir.c php_scandir.h /win32 readdir.c readdir.h

2003-01-27 Thread Ilia Alshanetsky
iliaa Mon Jan 27 15:39:31 2003 EDT Added files: /php4/main php_scandir.c php_scandir.h Modified files: /php4/win32 readdir.h readdir.c /php4 configure.in /php4/main php_ini.c Log: Moved the scandir code into it's own

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

2003-01-27 Thread Marcus Boerger
helly Mon Jan 27 19:10:06 2003 EDT Modified files: /php4/ext/dba config.m4 Log: - fix --without-flatfile - simplify Berkley DB verison check Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.35 php4/ext/dba/config.m4:1.36 ---

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /main php_ini.c php_scandir.c php_scandir.h /win32 php4dllts.dsp readdir.c readdir.h

2003-01-27 Thread Ilia Alshanetsky
iliaa Mon Jan 27 20:51:27 2003 EDT Added files: (Branch: PHP_4_3) /php4/main php_scandir.h php_scandir.c Modified files: /php4/main php_ini.c /php4/win32 readdir.h readdir.c php4dllts.dsp /php4 configure.in Log: MFH

[PHP-CVS] cvs: php4 / makedist makedist.ZendEngine2

2003-01-27 Thread Jani Taskinen
sniper Mon Jan 27 21:49:35 2003 EDT Removed files: /php4 makedist.ZendEngine2 Modified files: /php4 makedist Log: - Removed unnecessary makedist.ZendEngine2 - Modified makedist to use php5 CVS module (alias) Index:

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

2003-01-27 Thread Frank M. Kromann
fmk Tue Jan 28 00:01:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard info.c Log: Fix the setting of computer name and processor type for php_uname() on Win32 Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.218.2.3

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

2003-01-27 Thread Marcus Boerger
helly Tue Jan 28 01:27:19 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 Log: MFH Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.5 php4/ext/dba/config.m4:1.29.2.6 --- php4/ext/dba/config.m4:1.29.2.5 Mon Jan 27

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

2003-01-27 Thread Marcus Börger
At 02:00 28.01.2003, Jani Taskinen wrote: sniper Mon Jan 27 20:00:16 2003 EDT Modified files: /php4/ext/mime_magicconfig.m4 Log: - Cleaned up and made less error-prone - Changed --enable-mime-magic - --with-mime-magic[=FILE] to allow specifying of the file during

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

2003-01-27 Thread Jani Taskinen
sniper Tue Jan 28 01:52:09 2003 EDT Modified files: /php4/ext/mime_magicconfig.m4 Log: fix typo Index: php4/ext/mime_magic/config.m4 diff -u php4/ext/mime_magic/config.m4:1.8 php4/ext/mime_magic/config.m4:1.9 --- php4/ext/mime_magic/config.m4:1.8 Mon

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

2003-01-27 Thread Jani Taskinen
sniper Tue Jan 28 01:52:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mime_magicconfig.m4 Log: MFH: typo fix Index: php4/ext/mime_magic/config.m4 diff -u php4/ext/mime_magic/config.m4:1.6.2.1 php4/ext/mime_magic/config.m4:1.6.2.2 ---

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

2003-01-27 Thread Jani Taskinen
Yeah, that was a typo. :) --Jani On Tue, 28 Jan 2003, Marcus Börger wrote: At 02:00 28.01.2003, Jani Taskinen wrote: sniper Mon Jan 27 20:00:16 2003 EDT Modified files: /php4/ext/mime_magicconfig.m4 Log: - Cleaned up and made less error-prone

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

2003-01-27 Thread Jani Taskinen
sniper Tue Jan 28 01:56:32 2003 EDT Modified files: /php4/ext/imap config.m4 Log: fix some typos Index: php4/ext/imap/config.m4 diff -u php4/ext/imap/config.m4:1.51 php4/ext/imap/config.m4:1.52 --- php4/ext/imap/config.m4:1.51Sat Jan 18 02:00:47

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

2003-01-27 Thread Jani Taskinen
sniper Tue Jan 28 01:56:43 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap config.m4 Log: MFH: typo fixes Index: php4/ext/imap/config.m4 diff -u php4/ext/imap/config.m4:1.49.2.1 php4/ext/imap/config.m4:1.49.2.2 ---