[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2005-04-10 Thread Ilia Alshanetsky
iliaa Sun Apr 10 12:25:11 2005 EDT Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c basic_functions.h Log: Added time_sleep_until() function, which is a high precision mechanism of making a script sleep until specified timesta

[PHP-CVS] cvs: php-src /ext/gd gd.dsp

2005-04-10 Thread Jani Taskinen
sniper Sun Apr 10 15:07:15 2005 EDT Modified files: /php-src/ext/gd gd.dsp Log: - Make VC6 happy http://cvs.php.net/diff.php/php-src/ext/gd/gd.dsp?r1=1.18&r2=1.19&ty=u Index: php-src/ext/gd/gd.dsp diff -u php-src/ext/gd/gd.dsp:1.18 php-src/ext/gd/gd.dsp:1.1

[PHP-CVS] cvs: php-src /ext/bz2 bz2.dsp

2005-04-10 Thread Jani Taskinen
sniper Sun Apr 10 15:07:38 2005 EDT Modified files: /php-src/ext/bz2bz2.dsp Log: - Make VC6 happy http://cvs.php.net/diff.php/php-src/ext/bz2/bz2.dsp?r1=1.3&r2=1.4&ty=u Index: php-src/ext/bz2/bz2.dsp diff -u php-src/ext/bz2/bz2.dsp:1.3 php-src/ext/bz2/bz2.ds

[PHP-CVS] cvs: php-src /ext/odbc config.m4

2005-04-10 Thread Jani Taskinen
sniper Sun Apr 10 15:18:39 2005 EDT Modified files: /php-src/ext/odbc config.m4 Log: Add more detailed failure msg. (bug #32649) http://cvs.php.net/diff.php/php-src/ext/odbc/config.m4?r1=1.70&r2=1.71&ty=u Index: php-src/ext/odbc/config.m4 diff -u php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/odbc config.m4

2005-04-10 Thread Jani Taskinen
sniper Sun Apr 10 15:22:42 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/odbc config.m4 Log: MFH http://cvs.php.net/diff.php/php-src/ext/odbc/config.m4?r1=1.65.2.3&r2=1.65.2.4&ty=u Index: php-src/ext/odbc/config.m4 diff -u php-src/ext/odbc/config.m4:

[PHP-CVS] cvs: php-src /ext/odbc config.m4

2005-04-10 Thread Jani Taskinen
sniper Sun Apr 10 15:23:59 2005 EDT Modified files: /php-src/ext/odbc config.m4 Log: - This was supposed to be escaped with \ http://cvs.php.net/diff.php/php-src/ext/odbc/config.m4?r1=1.71&r2=1.72&ty=u Index: php-src/ext/odbc/config.m4 diff -u php-src/ext/od

[PHP-CVS] cvs: php-src /sapi/apache2filter config.m4

2005-04-10 Thread Jani Taskinen
sniper Sun Apr 10 15:29:08 2005 EDT Modified files: /php-src/sapi/apache2filter config.m4 Log: Might not be obvious for everyone :) http://cvs.php.net/diff.php/php-src/sapi/apache2filter/config.m4?r1=1.38&r2=1.39&ty=u Index: php-src/sapi/apache2filter/config.m4

[PHP-CVS] cvs: php-src /sapi/apache2handler config.m4

2005-04-10 Thread Jani Taskinen
sniper Sun Apr 10 15:32:20 2005 EDT Modified files: /php-src/sapi/apache2handlerconfig.m4 Log: - Say in the help too this is the handler module.. http://cvs.php.net/diff.php/php-src/sapi/apache2handler/config.m4?r1=1.11&r2=1.12&ty=u Index: php-src/sapi/

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

2005-04-10 Thread Andrey Hristov
andrey Sun Apr 10 16:57:32 2005 EDT Modified files: /php-src/ext/calendar calendar.c Log: simplify code (no need of local variable - return directly) http://cvs.php.net/diff.php/php-src/ext/calendar/calendar.c?r1=1.43&r2=1.44&ty=u Index: php-src/ext/ca

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

2005-04-10 Thread Andrey Hristov
andrey Sun Apr 10 17:23:28 2005 EDT Modified files: /php-src/ext/ncursesncurses_functions.c Log: fix proto. return true instead of null http://cvs.php.net/diff.php/php-src/ext/ncurses/ncurses_functions.c?r1=1.46&r2=1.47&ty=u Index: php-src/ext/ncurse

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2005-04-10 Thread Jon Parise
On Sun, Apr 10, 2005 at 04:25:11PM -, Ilia Alshanetsky wrote: > iliaa Sun Apr 10 12:25:11 2005 EDT > > Modified files: > /php-src NEWS > /php-src/ext/standard basic_functions.c basic_functions.h > Log: > Added time_sleep_until() function, which is a

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

2005-04-10 Thread Andrey Hristov
andrey Sun Apr 10 17:37:18 2005 EDT Modified files: /php-src/ext/gd gd.c /php-src/ext/domdocument.c Log: fix memory corruption on 64bit in imagefttext(), domdocument::load() and domdocument::loadxml() http://cvs.php.net/diff.php/php-src/ext/gd

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

2005-04-10 Thread Andrey Hristov
andrey Sun Apr 10 17:45:26 2005 EDT Modified files: /php-srcNEWS Log: news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1868&r2=1.1869&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1868 php-src/NEWS:1.1869 --- php-src/NEWS:1.1868 Sun Apr 10 12:25:11 2

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

2005-04-10 Thread Dmitry Stogov
I didn't look into PHP_4_3 branch, but I think it has the same bug. Thanks. Dmitry. > -Original Message- > From: Jani Taskinen [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 11:00 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-src /ext/ca