[PHP-CVS] cvs: php4 /ext/oci8 oci8.c /ext/oracle oracle.c /ext/ovrimos ovrimos.c /ext/pcntl pcntl.c /ext/pdf pdf.c

2003-06-22 Thread Andrey Hristov
andrey Sun Jun 22 10:33:04 2003 EDT Modified files: /php4/ext/oci8 oci8.c /php4/ext/oracleoracle.c /php4/ext/ovrimos ovrimos.c /php4/ext/pcntl pcntl.c /php4/ext/pdf pdf.c Log: proto fixes. Index: php4/ext/oci8/oci8.c diff

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

2003-01-28 Thread Jani Taskinen
MFH? --Jani On Mon, 27 Jan 2003, Maxim Maletsky wrote: >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) > > >

[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 --- php4/e

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

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

2002-12-11 Thread Jani Taskinen
sniper Wed Dec 11 10:25:40 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: - ws fixes - // -> /* */ (No C++ comments in c code!) - #if / #else / etc. have to start from first column. Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.

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

2002-12-11 Thread Abdul-Kareem Abo-Namous
abonamous Wed Dec 11 09:18:45 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: fixed string comparison which brought up a gcc warning. Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.194 php4/ext/oci8/oci8.c:1.195 --- php4/ext/oci8/oc

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

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

2002-11-21 Thread Derick Rethans
On Thu, 21 Nov 2002, Maxim Maletsky wrote: > 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. You just added it, but it

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

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

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

2002-11-21 Thread Maxim Maletsky
I actually thought of doing so, but then looked into other file protected by Safe Mode in ext/standard/file.c and noticed that there was no warning issued for safe mode, so I decided to follow consistency. I will add the warning, that is definitely the way to go. Check yourself too, maybe the oth

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

2002-11-21 Thread Derick Rethans
On Thu, 21 Nov 2002, Maxim Maletsky wrote: > maxim Thu Nov 21 15:28:11 2002 EDT > > Modified files: > /php4/ext/oci8oci8.c > Log: > Disabled OCIPasswordChange() in safe mode. Possible security risks. > > > + /* Disalllow in Safe Mode */ > + if

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

2002-11-21 Thread Maxim Maletsky
maxim Thu Nov 21 15:49:33 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: @- Added OCIPasswordChange() which allows the password of an Oracle account to be changed. (Maxim) Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.190 php4/ext/oc

[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 +++ php4/ext/o

[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 --- php4/ext/oci

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

[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 21:06:

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

2002-11-14 Thread Maxim Maletsky
maxim Thu Nov 14 21:06:13 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: I mean - todo typo :) Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.185 php4/ext/oci8/oci8.c:1.186 --- php4/ext/oci8/oci8.c:1.185 Thu Nov 14 21:05:06 2002 +++ p

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

2002-11-14 Thread Maxim Maletsky
maxim Thu Nov 14 21:05:07 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: todo typo Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.184 php4/ext/oci8/oci8.c:1.185 --- php4/ext/oci8/oci8.c:1.184 Thu Nov 14 16:26:57 2002 +++ php4/ext/oci8

[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 php

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

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

2002-10-21 Thread Thies C. Arntzen
thies Mon Oct 21 07:00:41 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: #19948 Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.180 php4/ext/oci8/oci8.c:1.181 --- php4/ext/oci8/oci8.c:1.180 Sat Oct 19 22:20:13 2002 +++ php4/ext/oci8/oc

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

2002-10-21 Thread Thies C. Arntzen
On Mon, Oct 21, 2002 at 05:38:58PM +0200, Marcus Börger wrote: > Your log message becomes a comment here shouldn't it be Bug #? klonk.. (head-bang) tc -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-10-21 Thread Marcus Börger
Your log message becomes a comment here shouldn't it be Bug #? marcus At 13:00 21.10.2002, Thies C. Arntzen wrote: thies Mon Oct 21 07:00:41 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: #19948 Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.180 php4/

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

2002-10-20 Thread Maxim Maletsky
maxim Sat Oct 19 22:20:13 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: fixed proto: OCIExecute() returns boolean, not integer Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.179 php4/ext/oci8/oci8.c:1.180 --- php4/ext/oci8/oci8.c:1.17

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

2002-10-19 Thread Maxim Maletsky
maxim Sat Oct 19 12:11:16 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: a silly comment typo Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.178 php4/ext/oci8/oci8.c:1.179 --- php4/ext/oci8/oci8.c:1.178 Sat Oct 19 11:51:04 2002 +++ ph

[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 --- php4/e

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

2002-10-17 Thread Thies C. Arntzen
thies Thu Oct 17 04:09:31 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: @- Added Oracle TIMESTAMP type to oci8 extension. (thies) Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.176 php4/ext/oci8/oci8.c:1.177 --- php4/ext/oci8/oci8.c:

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

2002-09-12 Thread Thies C. Arntzen
thies Thu Sep 12 05:48:03 2002 EDT Modified files: /php4/ext/oci8 oci8.c php_oci8.h Log: @- OCIResult() could return garbage if called on empty result-sets. (thies) # fix #19364 Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.175 php4/ext