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

2003-02-04 Thread Maxim Maletsky
Thanks! -- Maxim Maletsky [EMAIL PROTECTED] Jani Taskinen [EMAIL PROTECTED] wrote... : sniperTue Feb 4 05:10:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Added missing bugfix news entry. Index: php4/NEWS diff -u php4

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

2003-01-29 Thread Maxim Maletsky
14 04:38:46 2001 +++ php4/ext/oci8/CREDITS Wed Jan 29 13:31:48 2003 @@ -1,2 +1,2 @@ OCI8 -Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson +Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.203 php4/ext

[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 /ext/oci8 oci8.c

2002-11-25 Thread Maxim Maletsky
maxim Mon Nov 25 13:14:46 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: Bug# 16798. Tests appreciated by someone with Oracle 8.0 Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.192 php4/ext/oci8/oci8.c:1.193 ---

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

2002-11-21 Thread Maxim Maletsky
maxim Thu Nov 21 15:28:11 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: Disabled OCIPasswordChange() in safe mode. Possible security risks. Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.188 php4/ext/oci8/oci8.c:1.189 ---

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

2002-11-21 Thread Maxim Maletsky
maxim Thu Nov 21 15:32:56 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: comment typo Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.189 php4/ext/oci8/oci8.c:1.190 --- php4/ext/oci8/oci8.c:1.189 Thu Nov 21 15:28:11 2002 +++

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

2002-11-21 Thread Maxim Maletsky
the other should have warnings too. Or have I just overlooked it completely? -- Maxim Maletsky [EMAIL PROTECTED] Derick Rethans [EMAIL PROTECTED] wrote... : On Thu, 21 Nov 2002, Maxim Maletsky wrote: maxim Thu Nov 21 15:28:11 2002 EDT Modified files

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

2002-11-21 Thread Maxim Maletsky
btw, Derick, I see nothing added into NEWS. Does this work instantly or is the file being built periodically? I remember someone mentioned (Andrei?) that the script was broken. Not sure if it was fixed yet - that's why I was asking. -- Maxim Maletsky [EMAIL PROTECTED] Derick Rethans [EMAIL

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

2002-11-21 Thread Maxim Maletsky
maxim Thu Nov 21 16:26:18 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: Added E_WARNING to OCIPasswordChage() when Safe Mode is in effect Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.191 php4/ext/oci8/oci8.c:1.192 ---

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

2002-11-15 Thread Maxim Maletsky
maxim Fri Nov 15 12:59:20 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: Tons of WS fixes all over the file Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.186 php4/ext/oci8/oci8.c:1.187 --- php4/ext/oci8/oci8.c:1.186 Thu Nov 14

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

2002-11-15 Thread Maxim Maletsky
maxim Fri Nov 15 13:20:59 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: WS Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.187 php4/ext/oci8/oci8.c:1.188 --- php4/ext/oci8/oci8.c:1.187 Fri Nov 15 12:59:19 2002 +++

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

2002-11-14 Thread Maxim Maletsky
maxim Thu Nov 14 16:26:57 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: Added function OCIPasswordChange() that allows renewal of an expired Oracle password. # Tested, but still considered experimental... Index: php4/ext/oci8/oci8.c diff -u

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

2002-11-12 Thread Maxim Maletsky
I get it if compile with VC++. line 779 unsigned mismatch --- Maxim Maletsky [EMAIL PROTECTED] On Sat, 09 Nov 2002 11:05:15 +0100 [EMAIL PROTECTED] (Marcus Börger) wrote: I do not get those so i do not fix them. At 05:17 09.11.2002, Maxim Maletsky wrote: Actually, i was just about

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

2002-11-09 Thread Maxim Maletsky
maxim Sun Nov 10 00:31:12 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: fixed several proto return types throughout the extension Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.182 php4/ext/oci8/oci8.c:1.183 ---

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

2002-11-08 Thread Maxim Maletsky
Actually, i was just about to mention one thing - in math.c on line 779 (I think) it warn of an unasigned comparison compilation. I was about to work out a patch and submit it as I got no karma for that part. Why don't you take over it once you're there :) -- Maxim Maletsky [EMAIL PROTECTED

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

2002-10-19 Thread Maxim Maletsky
maxim Sat Oct 19 11:51:04 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: - fixed proto for OciBindByName to represent the forth parameter optional Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.177 php4/ext/oci8/oci8.c:1.178 ---