thies Fri Dec 6 08:00:53 2002 EDT
Modified files:
/CVSROOTavail
Log:
karma for abonamous
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.556 CVSROOT/avail:1.557
--- CVSROOT/avail:1.556 Thu Dec 5 18:23:42 2002
+++ CVSROOT/avail Fri Dec 6 08:00:52 2
abonamous Fri Dec 6 08:44:35 2002 EDT
Modified files:
/php4/ext/oci8 config.m4 oci8.c php_oci8.h
Log:
added support for multiple character sets.
OCILogon now has a forth optional parameter, which is the character set requested by
the string (i.
In oci_do_connect() you simply changed the number of allowed parameters.
What about guarding the 4th parameter by a define and emit a warning or error
when using this with a version that does not support this parameter (e.g. < 9)?
And you could use zend_parse_parameters() to have better code.
Mayb
good idea, but i will use ss|ss since both last parameters are optional.
besides, a warning should be enough since with oracle v8 the fourth
parameter is simply unused.
regards,
abdul
- Original Message -
From: "Marcus Börger" <[EMAIL PROTECTED]>
To: "Abdul-Kareem Abo-Namous" <[EMAIL PRO
helly Fri Dec 6 11:33:58 2002 EDT
Modified files:
/php4/ext/cpdf cpdf.c
Log:
cpdf + bundled gd
#maybe someone finds a better solution (perhaps in config) and comitts it
Index: php4/ext/cpdf/cpdf.c
diff -u php4/ext/cpdf/cpdf.c:1.43 php4/ext/cpdf/cpdf
iliaa Fri Dec 6 12:35:52 2002 EDT
Modified files:
/php4/ext/standard array.c
Log:
Fixed bug #20865, array_key_exists() could not locate NULL keys.
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.208 php4/ext/standard/array.c:1.209
---
iliaa Fri Dec 6 12:36:26 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard array.c
Log:
MFH
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.199.2.8 php4/ext/standard/array.c:1.199.2.9
--- php4/ext/standard/array.c:1.199.2.8
iliaa Fri Dec 6 12:46:26 2002 EDT
Added files:
/php4/ext/standard/tests/array bug20865.phpt
Log:
Added test case for bug #20865.
Index: php4/ext/standard/tests/array/bug20865.phpt
+++ php4/ext/standard/tests/array/bug20865.phpt
--TEST--
Bug #20865
iliaa Fri Dec 6 12:46:40 2002 EDT
Added files: (Branch: PHP_4_3)
/php4/ext/standard/tests/array bug20865.phpt
Log:
MFH
Index: php4/ext/standard/tests/array/bug20865.phpt
+++ php4/ext/standard/tests/array/bug20865.phpt
--TEST--
Bug #20865 (array_key
is it ok to have NULL keys in the arrays?
Best regards
Andrey Hristov
- Original Message -
From: "Ilia Alshanetsky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 7:35 PM
Subject: [PHP-CVS] cvs: php4 /ext/standard array.c
> iliaa Fri Dec 6 12:35:52 2002 ED
On December 6, 2002 12:53 pm, Andrey Hristov wrote:
> is it ok to have NULL keys in the arrays?
It seems to work fine. For example $array[NULL] will return the value of the
NULL key if it is available, so just from consistency standpoint so should
array_key_exists().
Ilia
>
> Best regards
> An
- Original Message -
From: "Ilia A." <[EMAIL PROTECTED]>
To: "Andrey Hristov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 8:00 PM
Subject: Re: [PHP-CVS] cvs: php4 /ext/standard array.c
> On December 6, 2002 12:53 pm, Andrey Hristov wrote:
> > is it ok to have
moriyoshi Fri Dec 6 13:25:40 2002 EDT
Modified files:
/php4/ext/oci8 config.m4
Log:
Fixed build with autoconf-2.54
Index: php4/ext/oci8/config.m4
diff -u php4/ext/oci8/config.m4:1.38 php4/ext/oci8/config.m4:1.39
--- php4/ext/oci8/config.m4:1.38
fmk Fri Dec 6 17:52:31 2002 EDT
Modified files:
/php4/ext/imap php_imap.c
Log:
Fixing a possible strcat on a NULL pointer
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.146 php4/ext/imap/php_imap.c:1.147
--- php4/ext/imap/php_ima
fmk Fri Dec 6 17:53:50 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/imap php_imap.c
Log:
MFH
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.142.2.2 php4/ext/imap/php_imap.c:1.142.2.3
--- php4/ext/imap/php_imap.c:1.142.2.2
fmk Fri Dec 6 17:56:57 2002 EDT
Modified files:
/php4/win32 sendmail.c sendmail.h
Log:
Removing unused code and making sure headers are send when called from imap_mail()
Index: php4/win32/sendmail.c
diff -u php4/win32/sendmail.c:1.48 php4/win32/sendmail.
fmk Fri Dec 6 17:57:47 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/win32 sendmail.c sendmail.h
Log:
MFH
Index: php4/win32/sendmail.c
diff -u php4/win32/sendmail.c:1.47.2.1 php4/win32/sendmail.c:1.47.2.2
--- php4/win32/sendmail.c:1.47.2.1 Sat Nov
iliaa Fri Dec 6 19:48:13 2002 EDT
Modified files:
/php4/main rfc1867.c
Log:
Fixed bugs #20725 & #20860. Post form variables get lost if the uploaded
files cannot be written to disk.
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.124 php4/main/
iliaa Fri Dec 6 19:48:21 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main rfc1867.c
Log:
MFH
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.122.2.3 php4/main/rfc1867.c:1.122.2.4
--- php4/main/rfc1867.c:1.122.2.3 Fri Nov 22 17:30:38 200
ssb Fri Dec 6 20:10:44 2002 EDT
Modified files:
/CVSROOTavail
Log:
* pear karma updates
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.557 CVSROOT/avail:1.558
--- CVSROOT/avail:1.557 Fri Dec 6 08:00:52 2002
+++ CVSROOT/avail Fri Dec 6 20:10:43
fmk Sat Dec 7 01:05:06 2002 EDT
Modified files:
/php4/ext/imap php_imap.c
Log:
fixing code style
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.147 php4/ext/imap/php_imap.c:1.148
--- php4/ext/imap/php_imap.c:1.147 Fri Dec 6
fmk Sat Dec 7 01:05:52 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/imap php_imap.c
Log:
MFH
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.142.2.3 php4/ext/imap/php_imap.c:1.142.2.4
--- php4/ext/imap/php_imap.c:1.142.2.3
22 matches
Mail list logo