[PHP-CVS] cvs: php-src /ext/tidy/tests 013.html

2004-01-13 Thread John Coggeshall
johnWed Jan 14 01:57:51 2004 EDT Added files: /php-src/ext/tidy/tests 013.html Log: Doh.. snuck by me! Index: php-src/ext/tidy/tests/013.html +++ php-src/ext/tidy/tests/013.html testing -- PHP CVS Mailing List (http://www.php.net/) To unsubscrib

[PHP-CVS] cvs: php-src /ext/tidy/tests 016.html 016.phpt 016.tcfg 017.phpt

2004-01-13 Thread John Coggeshall
johnWed Jan 14 01:57:24 2004 EDT Added files: /php-src/ext/tidy/tests 016.html 016.phpt 016.tcfg 017.phpt Log: Forgot to add these tests Index: php-src/ext/tidy/tests/016.html +++ php-src/ext/tidy/tests/016.html testing Index: php-src/ext/tidy/te

[PHP-CVS] cvs: php-src /sapi/cli cli_win32.c config.w32 php_cli.c

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 22:14:18 2004 EDT Added files: /php-src/sapi/cli cli_win32.c Modified files: /php-src/sapi/cli config.w32 php_cli.c Log: Add optional php-win.exe variation of the CLI sapi. php-win.exe runs in the windows GUI subsys

[PHP-CVS] cvs: php-src /ext/tidy php_tidy.h tidy.c /ext/tidy/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt

2004-01-13 Thread John Coggeshall
johnTue Jan 13 21:43:34 2004 EDT Modified files: /php-src/ext/tidy php_tidy.h tidy.c /php-src/ext/tidy/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard formatted_print.c /ext/standard/tests/strings bug26878.phpt

2004-01-13 Thread Ilia Alshanetsky
iliaa Tue Jan 13 18:31:46 2004 EDT Added files: (Branch: PHP_4_3) /php-src/ext/standard/tests/strings bug26878.phpt Modified files: /php-srcNEWS /php-src/ext/standard formatted_print.c Log: MFH: Fixed bug #26878 (problem wit

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/strings bug26878.phpt

2004-01-13 Thread Ilia Alshanetsky
iliaa Tue Jan 13 18:11:32 2004 EDT Added files: /php-src/ext/standard/tests/strings bug26878.phpt Modified files: /php-src/ext/standard formatted_print.c Log: Fixed bug #26878 (problem with multiple references to the same variable

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 017.phpt

2004-01-13 Thread Rob Richards
rrichards Tue Jan 13 16:28:42 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests017.phpt Log: add support for $foo["a:bar"] fix xsearch to only return values for text,element and attribute nodes fix

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-01-13 Thread Jani Taskinen
sniper Tue Jan 13 14:00:19 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.522 php-src/NEWS:1.1247.2.523 --- php-src/NEWS:1.1247.2.522 Mon Jan 12 09:31:27 2004 +++ php-src/NEWSTue J

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

2004-01-13 Thread Jani Taskinen
sniper Tue Jan 13 13:59:08 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ftpftp.c Log: MFH: - Fixed bug #26896 (ext/ftp does not work as shared extension) Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1.68.2.11 php-src/ext/ftp/ftp.c:1.

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

2004-01-13 Thread Jani Taskinen
sniper Tue Jan 13 13:58:24 2004 EDT Modified files: /php-src/ext/ftpftp.c Log: - Fixed bug #26896 (ext/ftp does not work as shared extension) Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1.97 php-src/ext/ftp/ftp.c:1.98 --- php-src/ext/ftp/ftp.

[PHP-CVS] cvs: php-src / NEWS

2004-01-13 Thread Jani Taskinen
sniper Tue Jan 13 13:06:32 2004 EDT Modified files: /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1573 php-src/NEWS:1.1574 --- php-src/NEWS:1.1573 Sun Jan 11 09:06:37 2004 +++ php-src/NEWSTue Jan 13 13:06:31 2004 @@ -34,6 +34,7 @@

[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-src/ext/com

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

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

2004-01-13 Thread Rob Richards
rrichards Tue Jan 13 09:13:34 2004 EDT Modified files: /php-src/ext/domphp_dom.c Log: fix getElementsByTagName and getElementsByTagNameNS - allow * Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.47 php-src/ext/dom/php_dom.c:1.48 -

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

2004-01-13 Thread Wez Furlong
wez Tue Jan 13 08:38:12 2004 EDT Modified files: /php-src/ext/com_dotnet com_com.c com_extension.c com_handlers.c php_com_dotnet_internal.h Log: Fix leaking constructors. Implement a cache for method signatures and DISPID'