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
+
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
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
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
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
--
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/
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:
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
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
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
---
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
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
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/
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
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
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
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/
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
+++
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
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
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
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
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
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
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
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
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
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
51 matches
Mail list logo