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

2003-01-03 Thread Alex Waugh
alexwaugh Fri Jan 3 17:07:06 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.4 php4/acinclude.m4:1.218.2.5 --- php4/acinclude.m4:1.218.2.4 Thu Jan 2 14:21:53 2003 +

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

2003-01-03 Thread Alex Waugh
alexwaugh Fri Jan 3 17:05:13 2003 EDT Modified files: /php4 acinclude.m4 Log: Provide alternative for glibc brokenness test when cross compiling Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.223 php4/acinclude.m4:1.224 --- php4/acinclude.m

[PHP-CVS] cvs: php4 /sapi/apache php_apache.c

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 16:33:32 2003 EDT Modified files: /php4/sapi/apache php_apache.c Log: - Fix docrefs Index: php4/sapi/apache/php_apache.c diff -u php4/sapi/apache/php_apache.c:1.74 php4/sapi/apache/php_apache.c:1.75 --- php4/sapi/apache/php_apache.c:1.74 Fr

[PHP-CVS] cvs: php4 /sapi/apache php_apache.c

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 16:30:50 2003 EDT Modified files: /php4/sapi/apache php_apache.c Log: - Fix typo (patch by Joseph Tate) Index: php4/sapi/apache/php_apache.c diff -u php4/sapi/apache/php_apache.c:1.73 php4/sapi/apache/php_apache.c:1.74 --- php4/sapi/apache/p

[PHP-CVS] cvs: php4 /ext/iconv/tests iconv_mime_decode.phpt

2003-01-03 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 3 15:33:53 2003 EDT Added files: /php4/ext/iconv/tests iconv_mime_decode.phpt Log: Added test case for iconv_mime_decode() Index: php4/ext/iconv/tests/iconv_mime_decode.phpt +++ php4/ext/iconv/tests/iconv_mime_decode.phpt --

[PHP-CVS] cvs: php4 /ext/iconv/tests iconv_strpos.phpt iconv_strrpos.phpt

2003-01-03 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 3 15:02:24 2003 EDT Added files: /php4/ext/iconv/tests iconv_strpos.phpt iconv_strrpos.phpt Log: Added test cases for iconv_strpos() and iconv_strrpos() Index: php4/ext/iconv/tests/iconv_strpos.phpt +++ php4/ext/iconv/tests/

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

2003-01-03 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 3 15:01:14 2003 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed an iconv_strrpos() bug that the function doesn't return accurate position of last occurrence Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:

[PHP-CVS] cvs: php4 /ext/mcrypt TODO

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 14:50:42 2003 EDT Modified files: /php4/ext/mcryptTODO Log: - Update todo Index: php4/ext/mcrypt/TODO diff -u php4/ext/mcrypt/TODO:1.1 php4/ext/mcrypt/TODO:1.2 --- php4/ext/mcrypt/TODO:1.1Sat Dec 15 08:18:51 2001 +++ php4/ext/mcrypt/TO

[PHP-CVS] cvs: php4 /ext/mcrypt config.m4 mcrypt.c php_mcrypt.h

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 14:49:44 2003 EDT Modified files: /php4/ext/mcryptconfig.m4 mcrypt.c php_mcrypt.h Log: - Removed support for libmcrypt 2.2.x to allow cleaner code. Another reason to upgrade libmcrypt to a 2.5.x series as the older ones have too much bugs

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

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 13:57:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: - Remove broken lines (due to MFH) Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.333.2.6 php4/ext/standard/string.c:1.333.2.7 ---

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

2003-01-03 Thread Ilia Alshanetsky
iliaa Fri Jan 3 13:33:28 2003 EDT Modified files: /php4/ext/standard file.c Log: Fixed a bug that would cause flock() to never set the 3rd argument. CS fixes & switched to new parameter parsing API. Index: php4/ext/standard/file.c diff -u php4/ext/stand

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

2003-01-03 Thread Ilia Alshanetsky
iliaa Fri Jan 3 12:19:46 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard http_fopen_wrapper.c Log: MFH (fix for bug #21267 & memory leak fix on reidrects). Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wra

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

2003-01-03 Thread Ilia Alshanetsky
iliaa Fri Jan 3 12:12:36 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Fixed a memory leak that occurs if the location specified by redirect header cannot be opened. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/

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

2003-01-03 Thread Ilia Alshanetsky
iliaa Fri Jan 3 12:05:17 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Further fixes related to bug #21267. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.56 php4/ext/standard/http_f

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

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 11:06:03 2003 EDT Modified files: /php4/ext/standard exec.c Log: Modified for NetWare. Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.89 php4/ext/standard/exec.c:1.90 --- php4/ext/standard/exec.c:1.89 Fri

[PHP-CVS] cvs: php4 /sapi/apache2filter php_apache.h sapi_apache2.c

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 10:59:02 2003 EDT Modified files: /php4/sapi/apache2filterphp_apache.h sapi_apache2.c Log: Modifications for NetWare. Index: php4/sapi/apache2filter/php_apache.h diff -u php4/sapi/apache2filter/php_apache.h:1.19 php4/sapi/apach

[PHP-CVS] cvs: php4 /sapi/apache libpre.c

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 10:39:44 2003 EDT Modified files: /php4/sapi/apache libpre.c Log: New file added for NetWare. Index: php4/sapi/apache/libpre.c diff -u /dev/null php4/sapi/apache/libpre.c:1.2 --- /dev/null Fri Jan 3 10:39:44 2003 +++ php4/sapi/

Re: [PHP-CVS] cvs: php4 /ext/standard exec.c file.c filestat.c html.csyslog.c

2003-01-03 Thread Wez Furlong
Wouldn't it be better to just remove proc_open from the function table under netware? It doesn't make sense to do all that work and then fail because there is not way to execute a new process (fork() + exec()). --Wez. On Fri, 3 Jan 2003, Anantha Kesari H Y wrote: > hyanantha Fri Jan

[PHP-CVS] cvs: php4 /netware phplib.imp phplib.mak sendmail.c sendmail.h

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 10:21:33 2003 EDT Removed files: /php4/netware sendmail.c sendmail.h Modified files: /php4/netware phplib.imp phplib.mak Log: Some existing files modified and a couple of files removed for NetWare.

[PHP-CVS] cvs: php4 /win32 sendmail.c sendmail.h

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 10:17:44 2003 EDT Modified files: /php4/win32 sendmail.c sendmail.h Log: NetWare related changes/modifications. Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.51 php4/win32/sendmail.c:1.52 --- php4/win32/sendmail.c:1.5

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

2003-01-03 Thread Andrei Zmievski
On Fri, 03 Jan 2003, Moriyoshi Koizumi wrote: > moriyoshi Fri Jan 3 00:14:34 2003 EDT > > Modified files: > /php4/ext/iconv iconv.c > Log: > MFB: fixed shift-out sequence unawareness issue Please, fix stuff in HEAD and *then* merge into the branch. -Andrei

[PHP-CVS] cvs: php4 /ext/standard exec.c file.c filestat.c html.c syslog.c

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:37:43 2003 EDT Modified files: /php4/ext/standard exec.c file.c filestat.c html.c syslog.c Log: Modified for NetWare. Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.88 php4/ext/standard/exec.c:1.89 --- php4/e

[PHP-CVS] cvs: php4 /netware phplib.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:31:32 2003 EDT Modified files: /php4/netware phplib.mak Log: Modified for NetWare. Index: php4/netware/phplib.mak diff -u php4/netware/phplib.mak:1.2 php4/netware/phplib.mak:1.3 --- php4/netware/phplib.mak:1.2 Fri Jan 3 06

[PHP-CVS] cvs: php4 /ext/mysql mysql.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:29:57 2003 EDT Modified files: /php4/ext/mysql mysql.mak Log: Modified for NetWare. Index: php4/ext/mysql/mysql.mak diff -u php4/ext/mysql/mysql.mak:1.2 php4/ext/mysql/mysql.mak:1.3 --- php4/ext/mysql/mysql.mak:1.2Fri

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

2003-01-03 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 3 09:29:49 2003 EDT Modified files: /php4/ext/iconv iconv.c Log: Added offset validity check for iconv_strpos() Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.74 php4/ext/iconv/iconv.c:1.75 --- php4/ext/iconv/iconv

[PHP-CVS] cvs: php4 /ext/ldap ldap.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:29:37 2003 EDT Modified files: /php4/ext/ldap ldap.mak Log: Modified for NetWare. Index: php4/ext/ldap/ldap.mak diff -u php4/ext/ldap/ldap.mak:1.2 php4/ext/ldap/ldap.mak:1.3 --- php4/ext/ldap/ldap.mak:1.2 Fri Jan 3 09:21:4

[PHP-CVS] cvs: php4 /ext/xml xml.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:29:14 2003 EDT Modified files: /php4/ext/xml xml.mak Log: Modified for NetWare. Index: php4/ext/xml/xml.mak diff -u php4/ext/xml/xml.mak:1.1 php4/ext/xml/xml.mak:1.2 --- php4/ext/xml/xml.mak:1.1Fri Jan 3 09:24:34 2003

Re: [PHP-CVS] cvs: php4 /ext/ldap ldap.mak

2003-01-03 Thread Derick Rethans
On Fri, 3 Jan 2003, Anantha Kesari H Y wrote: > hyanantha Fri Jan 3 09:21:40 2003 EDT > > Modified files: > /php4/ext/ldapldap.mak > Log: > Modified for NetWare. > > > @echo Flag_On 0x0008 >> $(basename $@).def > - @echo Start _NonAppS

[PHP-CVS] cvs: php4 /ext/xml xml.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:24:35 2003 EDT Added files: /php4/ext/xml xml.mak Log: New file added for NetWare. Index: php4/ext/xml/xml.mak +++ php4/ext/xml/xml.mak # Temporarily here -- later may go into some batch file # which will set this as an

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

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:24:07 2003 EDT Modified files: /php4/ext/session mod_files.c session.c Log: Modified for NetWare. Index: php4/ext/session/mod_files.c diff -u php4/ext/session/mod_files.c:1.85 php4/ext/session/mod_files.c:1.86 --- php4/ext/sess

[PHP-CVS] cvs: php4 /ext/mysql mysql.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:23:38 2003 EDT Modified files: /php4/ext/mysql mysql.mak Log: Modified for NetWare. Index: php4/ext/mysql/mysql.mak diff -u php4/ext/mysql/mysql.mak:1.1 php4/ext/mysql/mysql.mak:1.2 --- php4/ext/mysql/mysql.mak:1.1Fri

[PHP-CVS] cvs: php4 /ext/ldap ldap.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:21:40 2003 EDT Modified files: /php4/ext/ldap ldap.mak Log: Modified for NetWare. Index: php4/ext/ldap/ldap.mak diff -u php4/ext/ldap/ldap.mak:1.1 php4/ext/ldap/ldap.mak:1.2 --- php4/ext/ldap/ldap.mak:1.1 Thu Sep 5 07:26:0

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

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 09:21:19 2003 EDT Modified files: /php4/ext/ftp ftp.c Log: Modified for NetWare. Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.69 php4/ext/ftp/ftp.c:1.70 --- php4/ext/ftp/ftp.c:1.69 Tue Dec 31 11:06:37 2002 +++ ph

[PHP-CVS] cvs: php4 /main config.nw.h internal_functions_nw.c php.h php_sprintf.c user_streams.c

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 07:48:15 2003 EDT Modified files: /php4/main internal_functions_nw.c config.nw.h php.h php_sprintf.c user_streams.c Log: A new file added and some old files modified for NetWare. Index: php4/main/internal_functions

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

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 07:31:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: - MFH for bug #21311 Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.333.2.5 php4/ext/standard/string.c:1.333.2.6 --- php4/ext/stand

Re: [PHP-CVS] Not able to check-in files - Need help!

2003-01-03 Thread Edin Kadribasic
The check-in from my side seems to work without problems. Edin - Original Message - From: "Ananth Kesari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 1:07 PM Subject: Re: [PHP-CVS] Not able to check-in files - Need help! > I could

[PHP-CVS] cvs: php4 /netware ApacheCore.imp BisonExtStandard.bat BisonFlexZend.bat

2003-01-03 Thread Edin Kadribasic
edink Fri Jan 3 07:15:37 2003 EDT Modified files: /php4/netware ApacheCore.imp BisonExtStandard.bat BisonFlexZend.bat Log: Checking in files for Ananth Kesari <[EMAIL PROTECTED]> Index: php4/netware/ApacheCore.imp diff -u /dev/null php4/netware/Apach

Re: [PHP-CVS] Not able to check-in files - Need help!

2003-01-03 Thread Ananth Kesari
I could now check-in most of the files under netware directory except the three files that are attached. As per your suggestion, I have attached them. Can you please check them in. They are new files that are already added. Thanks, Ananth. >>> "Ananth Kesari" <[EMAIL PROTECTED]> 01/03/03 02:07PM

[PHP-CVS] cvs: php4 /netware/sys stat.h

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 06:53:10 2003 EDT Modified files: /php4/netware/sys stat.h Log: File modified for NetWare. Index: php4/netware/sys/stat.h diff -u php4/netware/sys/stat.h:1.3 php4/netware/sys/stat.h:1.4 --- php4/netware/sys/stat.h:1.3 Tue Dec 31 1

[PHP-CVS] cvs: php4 /netware ZendEngine2.mak grp.h libpq.imp mktemp.c param.h php-nw.bat php4apache.mak php4apache2filter.mak php4cli.mak phplib.imp phplib.mak phptest.ncf pipe.c pipe.h postgres_ext.h pwd.c pwd.h start.c sysexits.h time_nw.c time_nw.h tsrm.mak wfile.c wfile.h zend.mak

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 06:46:21 2003 EDT Added files: /php4/netware phptest.ncf Modified files: /php4/netware grp.h libpq.imp mktemp.c param.h php4apache2filter.mak php4cli.mak pipe.c pipe.h

[PHP-CVS] cvs: php4 /netware libpq-fe.h libpq-fs.h

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 06:40:52 2003 EDT Modified files: /php4/netware libpq-fe.h libpq-fs.h Log: New files added for NetWare. Index: php4/netware/libpq-fe.h diff -u /dev/null php4/netware/libpq-fe.h:1.2 --- /dev/null Fri Jan 3 06:40:52 2003 +++

[PHP-CVS] cvs: php4 /netware geterrnoptr.c

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 06:36:58 2003 EDT Modified files: /php4/netware geterrnoptr.c Log: New file added for NetWare. Index: php4/netware/geterrnoptr.c diff -u /dev/null php4/netware/geterrnoptr.c:1.2 --- /dev/null Fri Jan 3 06:36:58 2003 +++ php

[PHP-CVS] cvs: php4 /netware common.mif

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 06:36:24 2003 EDT Modified files: /php4/netware common.mif Log: File modified for NetWare. Index: php4/netware/common.mif diff -u php4/netware/common.mif:1.3 php4/netware/common.mif:1.4 --- php4/netware/common.mif:1.3 Fri May

[PHP-CVS] cvs: php4 /netware sendmail_nw.h

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 06:12:40 2003 EDT Added files: /php4/netware sendmail_nw.h Log: New file added for NetWare. Index: php4/netware/sendmail_nw.h +++ php4/netware/sendmail_nw.h #ifdef USE_WINSOCK /*#include */ #include #else #include /* Fo

[PHP-CVS] cvs: php4 /ext/standard credits_sapi.h

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 05:52:23 2003 EDT Modified files: /php4/ext/standard credits_sapi.h Log: - Update this one as well Index: php4/ext/standard/credits_sapi.h diff -u php4/ext/standard/credits_sapi.h:1.11 php4/ext/standard/credits_sapi.h:1.12 --- php4/ext/sta

[PHP-CVS] cvs: php4 /ext/standard credits_ext.h /scripts credits

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 05:48:38 2003 EDT Modified files: /php4/ext/standard credits_ext.h /php4/scripts credits Log: - Remove double "Win32 COM" functions line Index: php4/ext/standard/credits_ext.h diff -u php4/ext/standard/credits_ext.h:1.15 php4/ex

[PHP-CVS] cvs: php4 / README.PARAMETER_PARSING_API

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 05:39:22 2003 EDT Modified files: /php4 README.PARAMETER_PARSING_API Log: - Whitespace Index: php4/README.PARAMETER_PARSING_API diff -u php4/README.PARAMETER_PARSING_API:1.6 php4/README.PARAMETER_PARSING_API:1.7 --- php4/README.PARAME

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

2003-01-03 Thread Derick Rethans
derick Fri Jan 3 04:19:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bugfixing news Index: php4/NEWS diff -u php4/NEWS:1.1247.2.40 php4/NEWS:1.1247.2.41 --- php4/NEWS:1.1247.2.40 Thu Jan 2 19:05:07 2003 +++ php4/NEWS Fri Jan 3 04

Re: [PHP-CVS] Not able to check-in files - Need help!

2003-01-03 Thread Ananth Kesari
Hi, I downloaded the latest cvs version 1.11.4 and even with this, I have the same problem. I could easily commit changes to TSRM and Zend areas. But when I am trying to commit changes made into the NetWare directory, I get this error message: D:\cvs-4.3\php4\netware>cvs commit apachecore.imp ass

[PHP-CVS] cvs: php4 /netware buildlib.bat

2003-01-03 Thread Anantha Kesari H Y
hyanantha Fri Jan 3 03:34:34 2003 EDT Modified files: /php4/netware buildlib.bat Log: Modified for NetWare. Index: php4/netware/buildlib.bat diff -u php4/netware/buildlib.bat:1.1 php4/netware/buildlib.bat:1.2 --- php4/netware/buildlib.bat:1.1

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

2003-01-03 Thread Sara Golemon
pollita Fri Jan 3 03:02:38 2003 EDT Modified files: /php4/ext/standard file.c file.h basic_functions.c Log: Added stream_get_wrappers() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.284 php4/ext/standard/file.c:1.285 --- php4/ext/standa