[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2007-10-24 Thread Dmitry Stogov
dmitry Thu Oct 25 05:39:24 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Added CGI SAPI -T option, to measure execution time of script repeated several times. http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.340&r2=1.341&diff_fo

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /sapi/cgi cgi_main.c

2007-10-24 Thread Dmitry Stogov
dmitry Thu Oct 25 05:39:06 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Added CGI SAPI -T option, to measure execution time of script repeated several times. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r

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

2007-10-24 Thread Ilia Alshanetsky
iliaa Wed Oct 24 22:50:30 2007 UTC Modified files: /php-src/ext/xmlwriter php_xmlwriter.c Log: MFB: Fixed bug #43099 (XMLWriter::endElement() does not check # of params) http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1=1.49&r2=1.5

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/xmlwriter php_xmlwriter.c

2007-10-24 Thread Ilia Alshanetsky
iliaa Wed Oct 24 22:50:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlwriter php_xmlwriter.c /php-srcNEWS Log: MFB: Fixed bug #43099 (XMLWriter::endElement() does not check # of params) http://cvs.php.net/viewvc.cgi/php-src/ext/x

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/xmlwriter php_xmlwriter.c

2007-10-24 Thread Ilia Alshanetsky
iliaa Wed Oct 24 22:49:02 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlwriter php_xmlwriter.c Log: Fixed bug #43099 (XMLWriter::endElement() does not check # of params) http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwriter.c?r1

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c mysqlnd_debug.h

2007-10-24 Thread Andrey Hristov
Hallo Marcus, Marcus Boerger wrote: > Hello Andrey, > > basically you cannot use any define. And when you want to be platform > agnostic/independent then you must assume all posix/c-api functions are > defines. I already suspected this when I wrote the code but gcc had no probs with it. The wi