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

2003-04-01 Thread Thies C. Arntzen
thies Tue Apr 1 06:04:38 2003 EDT Modified files: /php4/ext/standard info.c Log: Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.230 php4/ext/standard/info.c:1.231 --- php4/ext/standard/info.c:1.230 Tue Mar 25 03:07:12 2003 +++ php4/

[PHP-CVS] cvs: php4(PHP_4) /ext/standard info.c

2003-04-01 Thread Thies C. Arntzen
thies Tue Apr 1 06:05:51 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/standard info.c Log: Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.218.2.2 php4/ext/standard/info.c:1.218.2.2.2.1 --- php4/ext/standard/info.c:1.218.2.2 Tue Dec

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

2003-06-19 Thread Thies C. Arntzen
imajes Exp $ */ > +/* $Id: dba_db4.c,v 1.9 2003/06/19 11:10:14 helly Exp $ */ > > #ifdef HAVE_CONFIG_H > #include "config.h" > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Thies

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

2003-06-19 Thread Thies C. Arntzen
On Thu, Jun 19, 2003 at 01:36:26PM +0200, Marcus Börger wrote: > Hello Thies, > > it would be possible, maybe. But it seems like there are coming more > changes. Also the current layout is that every handler has it's own .c > and .h files as well as a generic test. Since you can only have one of >

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

2003-07-22 Thread Thies C. Arntzen
thies Tue Jul 22 06:38:35 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: @ - Added optional Parameter to OCIWriteTemporaryLob which allows to @ specify the type of LOB you want to be written (OCI_TEMP_CLOB, OCI_TEMP_BLOB) @ (Patch by Novicky Ma

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard formatted_print.c

2004-08-26 Thread Thies C. Arntzen
thies Thu Aug 26 09:41:59 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard formatted_print.c Log: @- Fixed bug #29838 Memory leak in sprintf argument swapping. (Thies) # by backporting one line from HEAD. http://cvs.php.net/diff.php/p

Re: [PHP-CVS] cvs: php4 / CODING_STANDARDS

2002-09-08 Thread Thies C. Arntzen
-- > PHP: Scripting the Web - [EMAIL PROTECTED] > All your branches are belong to me! > SRM: Script Running Machine - www.vl-srm.net > -

Re: [PHP-CVS] cvs: php4 /main php_ini.c

2002-09-09 Thread Thies C. Arntzen
ot;ext/standard/info.h" > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Thies C. Arntzen - Looking for all sorts of freelance work - just ask.. Whishlist: http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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

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

2002-10-09 Thread Thies C. Arntzen
0, > + >NULL)) { > case HASH_KEY_IS_STRING: > - RETVAL_STRINGL(string_key, string_length - 1, 1); > - break; > + RETURN_STRINGL(string_key, string_key_length - 1, 1); > case HASH_KEY_IS_LONG: > - RETVAL_LONG(num_key); > - break; > - case HASH_KEY_NON_EXISTANT: > - return; > + RETURN_LONG(num_key); > + default: > + RETURN_NULL(); > } > } > /* }}} */ > > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Thies C. Arntzen - Looking for all sorts of freelance work - just ask.. Whishlist: http://www.amazon.de/exec/obidos/wishlist/AB9DY62QWDSZ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: CVSROOT / avail

2002-10-17 Thread Thies C. Arntzen
thies Thu Oct 17 03:51:08 2002 EDT Modified files: /CVSROOTavail Log: oci8 karma for maxim Index: CVSROOT/avail diff -u CVSROOT/avail:1.512 CVSROOT/avail:1.513 --- CVSROOT/avail:1.512 Tue Oct 15 23:43:19 2002 +++ CVSROOT/avail Thu Oct 17 03:51:08

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

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

[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

[PHP-CVS] cvs: CVSROOT / avail

2002-11-07 Thread Thies C. Arntzen
thies Thu Nov 7 05:03:57 2002 EDT Modified files: /CVSROOTavail Log: karma for nicos Index: CVSROOT/avail diff -u CVSROOT/avail:1.530 CVSROOT/avail:1.531 --- CVSROOT/avail:1.530 Mon Nov 4 16:32:54 2002 +++ CVSROOT/avail Thu Nov 7 05:03:56 2002

[PHP-CVS] cvs: CVSROOT / avail

2002-11-10 Thread Thies C. Arntzen
thies Sun Nov 10 12:52:29 2002 EDT Modified files: /CVSROOTavail Log: add oci-karma for ray Index: CVSROOT/avail diff -u CVSROOT/avail:1.535 CVSROOT/avail:1.536 --- CVSROOT/avail:1.535 Sat Nov 9 20:11:19 2002 +++ CVSROOT/avail Sun Nov 10 12:52:29

Re: [PHP-CVS] cvs: php4 /ext/mbstring config.m4

2002-11-13 Thread Thies C. Arntzen
yes, no) > >+[ --enable-mbregexEnable multibyte regex support], no, no) > > > > if test "$PHP_MBREGEX" != "no" ; then > > AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex > > support]) > > > > > > >

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

2002-11-18 Thread Thies C. Arntzen
thies Mon Nov 18 12:34:56 2002 EDT Modified files: /php4/ext/xml xml.c Log: use FREE_ZVAL when freeing zvals Index: php4/ext/xml/xml.c diff -u php4/ext/xml/xml.c:1.110 php4/ext/xml/xml.c:1.111 --- php4/ext/xml/xml.c:1.110Thu Oct 24 09:14:44 2002 +

[PHP-CVS] cvs: CVSROOT / avail

2002-12-06 Thread Thies C. Arntzen
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

[PHP-CVS] cvs: CVSROOT / avail

2003-11-05 Thread Thies C. Arntzen
thies Wed Nov 5 04:37:52 2003 EDT Modified files: /CVSROOTavail Log: pear karma for toby Index: CVSROOT/avail diff -u CVSROOT/avail:1.773 CVSROOT/avail:1.774 --- CVSROOT/avail:1.773 Wed Oct 29 15:07:38 2003 +++ CVSROOT/avail Wed Nov 5 04:37:51 2003