[PHP-CVS] cvs: php4 /ext/xmlrpc xmlrpc-epi-php.c

2003-01-10 Thread Derick Rethans
derick Fri Jan 10 03:24:55 2003 EDT Modified files: /php4/ext/xmlrpcxmlrpc-epi-php.c Log: - Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by Jan Schneider) @- Fixed bug #20155: xmlrpc compile problem with zendengine2 (Derick, Jan @

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

2003-01-10 Thread Wez Furlong
wez Fri Jan 10 08:32:25 2003 EDT Modified files: /php4/ext/standard math.c Log: Fix the number format fix when the number of decimal places is 0. # Thanks to Edin for his telepathy! Index: php4/ext/standard/math.c diff -u

[PHP-CVS] cvs: CVSROOT / avail

2003-01-10 Thread Andrei Zmievski
andrei Fri Jan 10 11:02:55 2003 EDT Modified files: /CVSROOTavail Log: Give Alan karma for php-gtk. Index: CVSROOT/avail diff -u CVSROOT/avail:1.575 CVSROOT/avail:1.576 --- CVSROOT/avail:1.575 Thu Jan 9 18:29:18 2003 +++ CVSROOT/avail Fri Jan 10

[PHP-CVS] cvs: php4(PHP_4_3) /ext/domxml php_domxml.c

2003-01-10 Thread Christian Stocker
chregu Fri Jan 10 13:05:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlphp_domxml.c Log: Throw error if object is not a XML_DOCUMENT_NODE Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.218.2.7

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

2003-01-10 Thread Jani Taskinen
MFH? --Jani On Fri, 10 Jan 2003, Wez Furlong wrote: wezFri Jan 10 08:32:25 2003 EDT Modified files: /php4/ext/standard math.c Log: Fix the number format fix when the number of decimal places is 0. # Thanks to Edin for his telepathy!

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

2003-01-10 Thread Frank M. Kromann
fmk Fri Jan 10 14:23:36 2003 EDT Modified files: /php4/ext/mssql php_mssql.c Log: Avoid warnings when running stored procedures returning multiple results before setting output and return values. Additional results can be skipped by the optional

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

2003-01-10 Thread Frank M. Kromann
fmk Fri Jan 10 14:33:31 2003 EDT Modified files: /php4/ext/mssql php_mssql.c Log: Fixing copy and paste errors Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.97 php4/ext/mssql/php_mssql.c:1.98 --- php4/ext/mssql/php_mssql.c:1.97

[PHP-CVS] cvs: php4 /main config.w32.h internal_functions_win32.c

2003-01-10 Thread Harald Radi
phanto Fri Jan 10 18:35:52 2003 EDT Modified files: /php4/main config.w32.h internal_functions_win32.c Log: HEAD defaults to build with ZE2 now Index: php4/main/config.w32.h diff -u php4/main/config.w32.h:1.61 php4/main/config.w32.h:1.62 ---

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2003-01-10 Thread Harald Radi
phanto Fri Jan 10 18:36:18 2003 EDT Modified files: /php4/win32 php4dllts.dsp Log: HEAD defaults to build with ZE2 now Index: php4/win32/php4dllts.dsp diff -u php4/win32/php4dllts.dsp:1.95 php4/win32/php4dllts.dsp:1.96 --- php4/win32/php4dllts.dsp:1.95

[PHP-CVS] cvs: php4 /ext/com .cvsignore COM.c CREDITS TODO VARIANT.c com.h conversion.c conversion.h dispatch.c php_COM.h php_VARIANT.h variant.h

2003-01-10 Thread Harald Radi
phanto Fri Jan 10 18:39:10 2003 EDT Removed files: /php4/ext/com .cvsignore COM.c com.h conversion.c conversion.h CREDITS dispatch.c php_COM.h php_VARIANT.h TODO VARIANT.c variant.h Log: ext/com is not

[PHP-CVS] cvs: php4 /ext/overload .cvsignore CREDITS README config.m4 overload.c overload.dsp php_overload.h

2003-01-10 Thread Harald Radi
phanto Fri Jan 10 18:40:13 2003 EDT Removed files: /php4/ext/overload .cvsignore config.m4 CREDITS overload.c overload.dsp php_overload.h README Log: this is now implemented by the engine itself -- PHP CVS Mailing List

Re: [PHP-CVS] cvs: php4 /ext/overload .cvsignore CREDITS README config.m4 overload.c overload.dsp php_overload.h

2003-01-10 Thread Marcus Börger
At 00:40 11.01.2003, Harald Radi wrote: phanto Fri Jan 10 18:40:13 2003 EDT Removed files: /php4/ext/overload .cvsignore config.m4 CREDITS overload.c overload.dsp php_overload.h README Log: this is now implemented by the engine itself But now you

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-01-10 Thread Ilia Alshanetsky
iliaa Fri Jan 10 19:20:50 2003 EDT Modified files: /php4/sapi/cli php_cli.c Log: Fix the line numbering when the 1st line in the script is #!. Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.61 php4/sapi/cli/php_cli.c:1.62 ---