[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-01-16 Thread changelog
changelog Wed Jan 17 01:30:59 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2573r2=1.2574diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2573

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

2007-01-16 Thread Antony Dovgal
tony2001Tue Jan 16 11:18:54 2007 UTC Modified files: /php-src/ext/pspell pspell.c Log: plug leaks initialize the last argument of RegQueryValueEx() fix ws http://cvs.php.net/viewvc.cgi/php-src/ext/pspell/pspell.c?r1=1.55r2=1.56diff_format=u

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

2007-01-16 Thread Antony Dovgal
tony2001Tue Jan 16 11:19:10 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pspell pspell.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/pspell/pspell.c?r1=1.45.2.4.2.4r2=1.45.2.4.2.5diff_format=u Index: php-src/ext/pspell/pspell.c diff

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

2007-01-16 Thread Antony Dovgal
tony2001Tue Jan 16 14:42:14 2007 UTC Modified files: /php-src/ext/gettextgettext.c Log: return false if realpath()/getcwd() fail http://cvs.php.net/viewvc.cgi/php-src/ext/gettext/gettext.c?r1=1.53r2=1.54diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/odbc php_odbc.c

2007-01-16 Thread Ilia Alshanetsky
iliaa Tue Jan 16 18:56:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/odbc php_odbc.c Log: Fixed output code inside odbc_result_all() http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/php_odbc.c?r1=1.189.2.4.2.3r2=1.189.2.4.2.4diff_format=u

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/odbc php_odbc.c

2007-01-16 Thread Ilia Alshanetsky
iliaa Tue Jan 16 18:56:45 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/odbc php_odbc.c Log: MFH: Fixed output code inside odbc_result_all()

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

2007-01-16 Thread Ilia Alshanetsky
iliaa Tue Jan 16 18:56:56 2007 UTC Modified files: /php-src/ext/odbc php_odbc.c Log: MFB: Fixed output code inside odbc_result_all() http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/php_odbc.c?r1=1.198r2=1.199diff_format=u Index:

[PHP-CVS] cvs: php-src /main php_streams.h /main/streams streams.c

2007-01-16 Thread Marcus Boerger
helly Tue Jan 16 20:36:04 2007 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c Log: - Add more unicode stuff http://cvs.php.net/viewvc.cgi/php-src/main/php_streams.h?r1=1.122r2=1.123diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard filestat.c php_filestat.h

2007-01-16 Thread Marcus Boerger
helly Tue Jan 16 22:10:25 2007 UTC Modified files: /php-src/ext/standard filestat.c php_filestat.h Log: - Add php_u_stat() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.155r2=1.156diff_format=u Index: php-src/ext/standard/filestat.c

[PHP-CVS] cvs: php-src /main php.h

2007-01-16 Thread Andrei Zmievski
/01 09:29:35 sebastian Exp $ */ +/* $Id: php.h,v 1.238 2007/01/16 22:18:39 andrei Exp $ */ #ifndef PHP_H #define PHP_H @@ -26,7 +26,7 @@ #include dmalloc.h #endif -#define PHP_API_VERSION 20050809 +#define PHP_API_VERSION 20070116 #define PHP_HAVE_STREAMS #define YYDEBUG 0 -- PHP CVS

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c spl_directory.h

2007-01-16 Thread Marcus Boerger
helly Tue Jan 16 23:52:14 2007 UTC Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: - Steps towards unicode http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.108r2=1.109diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/soap php_http.c php_xml.c

2007-01-16 Thread Sara Golemon
pollita Wed Jan 17 00:22:48 2007 UTC Modified files: /php-src/ext/soap php_http.c php_xml.c Log: INI options should not be modified directly. Bad extension. No cookie for you.

Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-01-16 Thread Matt Wilmas
Hi Ilia, - Original Message - From: Ilia Alshanetsky Sent: Saturday, January 13, 2007 iliaa Sat Jan 13 16:32:29 2007 UTC Modified files: /php-src/ext/standard formatted_print.c Log: MFB: Improve validation of argnum, width and precision. [...] -