[PHP-CVS] cvs: pear /PEAR pear.c

2001-03-17 Thread Stig Bakken
ssb Sat Mar 17 16:34:31 2001 EDT Modified files: /pear/PEAR pear.c Log: * whoops, zend_is_callable suddenly got two more args Index: pear/PEAR/pear.c diff -u pear/PEAR/pear.c:1.4 pear/PEAR/pear.c:1.5 --- pear/PEAR/pear.c:1.4Thu Mar 15 20:57:02

[PHP-CVS] cvs: pear /PEAR pear.c php_pear.h

2001-03-15 Thread Stig Bakken
ssb Thu Mar 15 20:57:03 2001 EDT Modified files: /pear/PEAR pear.c php_pear.h Log: * PEAR and PEAR_Error C implementations done Index: pear/PEAR/pear.c diff -u pear/PEAR/pear.c:1.3 pear/PEAR/pear.c:1.4 --- pear/PEAR/pear.c:1.3Wed Mar 14

[PHP-CVS] cvs: pear /PEAR pear.c

2001-03-14 Thread Stig Bakken
ssb Wed Mar 14 16:53:07 2001 EDT Modified files: /pear/PEAR pear.c Log: * implemented setErrorHandling Index: pear/PEAR/pear.c diff -u pear/PEAR/pear.c:1.2 pear/PEAR/pear.c:1.3 --- pear/PEAR/pear.c:1.2Tue Mar 13 17:04:45 2001 +++

Re: [PHP-CVS] cvs: pear /PEAR pear.c

2001-03-14 Thread Andrei Zmievski
At 12:53 AM 3/15/01 +, Stig Bakken wrote: +if (options != NULL) { +zval **el0, **el1; +if (((*options)-type != IS_STRING (*options)-type != IS_ARRAY) || +((*options)-type == IS_ARRAY +

[PHP-CVS] cvs: pear /PEAR pear.c php_pear.h

2001-03-13 Thread Stig Bakken
ssb Tue Mar 13 17:04:45 2001 EDT Modified files: /pear/PEAR pear.c php_pear.h Log: * implemented PEAR::isError() Index: pear/PEAR/pear.c diff -u pear/PEAR/pear.c:1.1 pear/PEAR/pear.c:1.2 --- pear/PEAR/pear.c:1.1Mon Mar 12 02:12:57 2001 +++