[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_iterator.c com_persist.c com_saproxy.c com_variant.c com_wrapper.c

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 17:38:09 2009 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c com_iterator.c com_persist.c com_saproxy.c com_variant.c com_wrapper.c Log: Fix compiler warnings and refcount not being in sync with

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_saproxy.c /ext/dom xpath.c /ext/fbsql php_fbsql.c /ext/pdo_mysql mysql_driver.c /ext/pgsql pgsql.c /ext/sqlite3/libsqlite sqlite3.c /ext

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:12:46 2008 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c com_saproxy.c /php-src/ext/domxpath.c /php-src/ext/fbsql php_fbsql.c /php-src/ext/pdo_mysql mysql_driver.c /php-src/ext/pgsql pgsql.c

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_variant.c com_wrapper.c /ext/com_dotnet/tests bug33386.phpt bug39596.phpt

2006-12-24 Thread Rob Richards
rrichards Sun Dec 24 10:02:00 2006 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c com_variant.c com_wrapper.c /php-src/ext/com_dotnet/tests bug33386.phpt bug39596.phpt Log: MFB: - fix bug #33386 (ScriptControl only sees last

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c /ext/simplexml simplexml.c /ext/spl spl_directory.c /ext/tidy tidy.c ZendEngine2 zend.c zend_API.c zend_builtin_functions.c zend_execute.h zen

2006-10-13 Thread Andrei Zmievski
andrei Fri Oct 13 14:52:19 2006 UTC Modified files: /ZendEngine2zend.c zend_API.c zend_builtin_functions.c zend_execute.h zend_object_handlers.c zend_object_handlers.h zend_operators.c

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_saproxy.c com_typeinfo.c php_com_dotnet_internal.h

2006-04-29 Thread Frank M. Kromann
fmk Sat Apr 29 18:45:30 2006 UTC Modified files: /php-src/ext/com_dotnet com_handlers.c com_saproxy.c com_typeinfo.c php_com_dotnet_internal.h Log: fix build

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_iterator.c com_saproxy.c php_com_dotnet_internal.h

2006-02-07 Thread Rob Richards
rrichards Tue Feb 7 11:52:45 2006 UTC Modified files: /php-src/ext/com_dotnet com_saproxy.c com_handlers.c com_iterator.c php_com_dotnet_internal.h Log: modify get_iterator calls for engine change fix mem leak with

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_misc.c com_saproxy.c com_variant.c php_com_dotnet_internal.h

2005-11-27 Thread Rob Richards
rrichards Sun Nov 27 07:21:13 2005 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c com_misc.c com_saproxy.c com_variant.c php_com_dotnet_internal.h Log: Fixed bug #35316 (Application exception trying to create

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_variant.c

2005-08-13 Thread Wez Furlong
wez Sat Aug 13 15:03:59 2005 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c com_variant.c Log: unicode enable COM parameters (but not method/property names yet)

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

2005-04-18 Thread Wez Furlong
wez Mon Apr 18 12:38:31 2005 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: merge bug fixes from branch http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.27r2=1.28ty=u Index: php-src/ext/com_dotnet/com_handlers.c

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

2004-11-20 Thread Rob Richards
rrichards Sat Nov 20 06:40:49 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: fix crash when calling com methods - due to change in Zend http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.26r2=1.27ty=u

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_wrapper.c

2004-07-29 Thread Wez Furlong
wez Thu Jul 29 10:06:24 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c com_wrapper.c Log: Fix my favourite call user func mistake http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.25r2=1.26ty=u Index:

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

2004-07-27 Thread Wez Furlong
wez Tue Jul 27 18:17:00 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: better fix for #29392. This fixes the crash; the sample script: $c = new COM('ADODB.Connection'); echo $c; still does not work because

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

2004-07-26 Thread Wez Furlong
wez Mon Jul 26 21:59:44 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: Fix #29392 COM behaved badly for non-existant methods http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.22r2=1.23ty=u Index:

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

2004-07-26 Thread Wez Furlong
wez Mon Jul 26 22:37:54 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: Revert last fix, because it breaks dynamic methods http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.23r2=1.24ty=u Index:

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_saproxy.c /ext/simplexml simplexml.c /ext/standard array.c

2004-05-04 Thread Wez Furlong
wez Tue May 4 11:03:48 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c com_saproxy.c /php-src/ext/simplexml simplexml.c /php-src/ext/standard array.c Log: Update for count_elements handler for overloaded objects.

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_saproxy.c /ext/com_dotnet/tests variants.phpt

2004-05-03 Thread Wez Furlong
wez Mon May 3 14:19:07 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c com_saproxy.c /php-src/ext/com_dotnet/tests variants.phpt Log: Fix problem when assigning to a variable that holds an instance of a COM/VARIANT/DOTNET

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

2004-03-22 Thread Wez Furlong
wez Mon Mar 22 17:48:21 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: update for read handler api change http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.17r2=1.18ty=u Index:

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

2004-02-12 Thread Wez Furlong
wez Thu Feb 12 07:11:22 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: fix copy-n-past error in constructor. Spotted by Eric Colinet. http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.16r2=1.17ty=u Index:

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c /ext/simplexml simplexml.c

2004-02-08 Thread Zeev Suraski
zeevSun Feb 8 12:25:55 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c /php-src/ext/simplexml simplexml.c Log: Update to new API http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.14r2=1.15ty=u Index:

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_misc.c com_saproxy.c php_com_dotnet_internal.h /ext/dom php_dom.c /ext/mono php_mono.c /ext/mysqli mysqli.c /ext/sqlite sqlite.c /ext/tidy php_tidy.h tidy.c /ext/xsl php_xsl.c php_xsl.h

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 06:14:48 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c com_misc.c com_saproxy.c php_com_dotnet_internal.h /php-src/ext/domphp_dom.c /php-src/ext/mono php_mono.c

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

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 11:02:57 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: Fix refcount on these return values to avoid a leak and allow object dtor's to be called. This in turn prevents a massive slow-down in CoUninitialize which

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

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 11:05:39 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: reinstate this ifdef for people without .Net SDK Index: php-src/ext/com_dotnet/com_handlers.c diff -u php-src/ext/com_dotnet/com_handlers.c:1.12

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

2003-11-28 Thread Wez Furlong
wez Fri Nov 28 10:41:46 2003 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: fix memleak Index: php-src/ext/com_dotnet/com_handlers.c diff -u php-src/ext/com_dotnet/com_handlers.c:1.6 php-src/ext/com_dotnet/com_handlers.c:1.7 ---

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

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 12:58:59 2003 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: fix win32 build - thanks Sebastian. Index: php-src/ext/com_dotnet/com_handlers.c diff -u php-src/ext/com_dotnet/com_handlers.c:1.5

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c php_com_dotnet_internal.h

2003-10-12 Thread Wez Furlong
wez Sun Oct 12 21:29:40 2003 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c php_com_dotnet_internal.h Log: Fix possible segfault (this one came up when a method could not be found). Add a couple of headers used by another file that is not yet

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c /ext/mono php_mono.c /ext/simplexml simplexml.c

2003-10-07 Thread Zeev Suraski
zeevTue Oct 7 11:47:24 2003 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c /php-src/ext/mono php_mono.c /php-src/ext/simplexml simplexml.c Log: Fix cast callbacks Index: php-src/ext/com_dotnet/com_handlers.c diff -u

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c /ext/dom php_dom.c /ext/mono php_mono.c /ext/simplexml simplexml.c /ext/standard math.c

2003-10-05 Thread Zeev Suraski
zeevSun Oct 5 04:08:50 2003 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c /php-src/ext/domphp_dom.c /php-src/ext/mono php_mono.c /php-src/ext/simplexml simplexml.c /php-src/ext/standard math.c Log: Sync