[PHP-CVS] cvs: php-src(PHP_4_3) /main streams.c

2005-04-07 Thread Uwe Schindler
thetaphiThu Apr 7 03:28:08 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris! http://cvs.php.net/diff

[PHP-CVS] cvs: php-src(PHP_5_0) /main/streams plain_wrapper.c

2005-04-07 Thread Uwe Schindler
thetaphiThu Apr 7 03:28:54 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams plain_wrapper.c Log: Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris! http://cv

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

2005-04-07 Thread Uwe Schindler
thetaphiThu Apr 7 03:29:14 2005 EDT Modified files: /php-src/main/streams plain_wrapper.c Log: Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris! http://cvs.php.net/diff.ph

[PHP-CVS] Re: A!p$ghsa

2005-04-07 Thread rjs3
Please r564g!he4a56a3haafdogu#mfn3o +++ Attachment: No Virus found +++ MC-Afee AntiVirus - www.mcafee.com -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: CVSROOT / avail

2005-04-07 Thread Rasmus Lerdorf
rasmus Thu Apr 7 12:09:27 2005 EDT Modified files: /CVSROOTavail Log: Karma for skoduru http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.967&r2=1.968&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.967 CVSROOT/avail:1.968 --- CVSROOT/avail:1.967 Wed Apr

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

2005-04-07 Thread Dmitry Stogov
dmitry Thu Apr 7 12:12:28 2005 EDT Modified files: /php-src/ext/calendar calendar.c Log: Fixed wrong result of cal_days_in_month() with bad dates http://cvs.php.net/diff.php/php-src/ext/calendar/calendar.c?r1=1.41&r2=1.42&ty=u Index: php-src/ext/cal

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

2005-04-07 Thread Dmitry Stogov
dmitry Thu Apr 7 12:12:47 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/calendar calendar.c Log: Fixed wrong result of cal_days_in_month() with bad dates http://cvs.php.net/diff.php/php-src/ext/calendar/calendar.c?r1=1.40.2.1&r2=1.40.2.2&ty=u

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

2005-04-07 Thread Dmitry Stogov
dmitry Thu Apr 7 12:16:28 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/calendar calendar.c Log: Fixed indentation http://cvs.php.net/diff.php/php-src/ext/calendar/calendar.c?r1=1.40.2.2&r2=1.40.2.3&ty=u Index: php-src/ext/calendar/calendar.c

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

2005-04-07 Thread Dmitry Stogov
dmitry Thu Apr 7 12:17:09 2005 EDT Modified files: /php-src/ext/calendar calendar.c Log: Fixed indentation http://cvs.php.net/diff.php/php-src/ext/calendar/calendar.c?r1=1.42&r2=1.43&ty=u Index: php-src/ext/calendar/calendar.c diff -u php-src/ext/cale

Re: [PHP-CVS] cvs: php-src /ext/standard file.c /main/streams plain_wrapper.c

2005-04-07 Thread Jani Taskinen
Was this problem only in PHP5.* ? --Jani On Wed, 6 Apr 2005, Ilia Alshanetsky wrote: iliaa Wed Apr 6 09:57:31 2005 EDT Modified files: /php-src/ext/standardfile.c /php-src/main/streamsplain_wrapper.c Log: Fixed bug #31363 (broken non-blocking flock()). #

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

2005-04-07 Thread Jani Taskinen
Doesn't this problem exist in PHP_4_3 branch? --Jani On Thu, 7 Apr 2005, Dmitry Stogov wrote: dmitry Thu Apr 7 12:12:28 2005 EDT Modified files: /php-src/ext/calendarcalendar.c Log: Fixed wrong result of cal_days_in_month() with bad dates http://cvs.php.net/diff.php/

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

2005-04-07 Thread Derick Rethans
On Thu, 7 Apr 2005, Dmitry Stogov wrote: > @@ -246,6 +246,11 @@ > > sdn_start = calendar->to_jd(year, month, 1); > > + if (sdn_start == 0) { > +php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid date."); > +RETURN_FALSE; > + } > + > sdn_next = calendar->to

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

2005-04-07 Thread Jani Taskinen
Should Antony revert his patch then..? (wasn't Wez basically saying that? :) --Jani On Wed, 6 Apr 2005, Ilia Alshanetsky wrote: I checked the code with valgrind and it seems to me like the problem lies else where. According to valgrind (at some point, probably the last line) we have a

[PHP-CVS] cvs: php-src / run-tests.php

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 16:22:56 2005 EDT Modified files: /php-srcrun-tests.php Log: - Reword the send-report-part a bit. (bug #32624) http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.211&r2=1.212&ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.

[PHP-CVS] cvs: php-src(PHP_5_0) / run-tests.php

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 16:23:19 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcrun-tests.php Log: MFH http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.195.2.7&r2=1.195.2.8&ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.195.2.7 php-src

[PHP-CVS] cvs: php-src / acinclude.m4

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 16:39:03 2005 EDT Modified files: /php-srcacinclude.m4 Log: - Cleanup a bit. And make use of shtool mkdir http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.297&r2=1.298&ty=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.29

[PHP-CVS] cvs: php-src(PHP_5_0) /build build2.mk buildcheck.sh /scripts phpize.in

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 16:43:27 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/build build2.mk buildcheck.sh /php-src/scriptsphpize.in Log: MFH: Use PHP_AUTOCONF / PHP_AUTOHEADER environment variables http://cvs.php.net/diff.php/php-src/build/bu

[PHP-CVS] cvs: php-src(PHP_4_3) /build build2.mk buildcheck.sh /scripts phpize.in

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 16:49:02 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/build build2.mk buildcheck.sh /php-src/scriptsphpize.in Log: MFH http://cvs.php.net/diff.php/php-src/build/build2.mk?r1=1.27.4.8&r2=1.27.4.9&ty=u Index: php-src/build/bu

[PHP-CVS] cvs: php-src /scripts phpize.in

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:03:04 2005 EDT Modified files: /php-src/scriptsphpize.in Log: Fix the echo/backquote issues + aclocal http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.19&r2=1.20&ty=u Index: php-src/scripts/phpize.in diff -u php-src/scripts/ph

[PHP-CVS] cvs: php-src(PHP_5_0) /scripts phpize.in

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:03:47 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/scriptsphpize.in Log: MFH http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.15.2.4&r2=1.15.2.5&ty=u Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.1

[PHP-CVS] cvs: php-src(PHP_4_3) /scripts phpize.in

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:04:26 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/scriptsphpize.in Log: MFH http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.1.2.14&r2=1.1.2.15&ty=u Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.1

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

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:23:04 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mysql php_mysql.c Log: - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) http://cvs.php.net/diff.php/php-src/ext/mysql/php_mysql.c?r1=1.174.2.28&r2=1.174.2.

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

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:23:15 2005 EDT Modified files: /php-src/ext/mysql php_mysql.c Log: - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) http://cvs.php.net/diff.php/php-src/ext/mysql/php_mysql.c?r1=1.211&r2=1.212&ty=u Index: php-src/ext/mys

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/mysql php_mysql.c

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:23:28 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mysql php_mysql.c Log: MFH: - Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX) http://cvs.php.net/diff.php/php-src/ext/mysql/php_mysql.c?r1=1.209.2.1&r2=1.209.2

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

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:24:23 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.871&r2=1.1247.2.872&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.871 php-src/NEWS:1.1247.2.872 --- php-

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS pear/LiveUser_Admin/docs/examples/example 1 User.php

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:24:44 2005 EDT Modified files: (Branch: PHP_5_0) /pear/LiveUser_Admin/docs/examples/example 1 User.php /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/pear/LiveUser_Admin/docs/examples/example/1?r1=&r2=&ty=u http://cvs.php.net/di

[PHP-CVS] cvs: php-src(PHP_5_0) /tests/reflection .cvsignore

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:29:23 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/tests/reflection .cvsignore Log: missing entry http://cvs.php.net/diff.php/php-src/tests/reflection/.cvsignore?r1=1.1.2.2&r2=1.1.2.3&ty=u Index: php-src/tests/reflection/.cvsignore

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

2005-04-07 Thread Antony Dovgal
If I should - just tell me, I'll do it. On Thu, 7 Apr 2005 22:01:14 +0300 (EEST) Jani Taskinen <[EMAIL PROTECTED]> wrote: > > Should Antony revert his patch then..? > (wasn't Wez basically saying that? :) > > --Jani > > > On Wed, 6 Apr 2005, Ilia Alshanetsky wrote: > > > I ch

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

2005-04-07 Thread Ilia Alshanetsky
iliaa Thu Apr 7 19:07:46 2005 EDT Modified files: /php-src/ext/standard proc_open.c Log: Fixed bug #32533 (proc_get_status() returns the incorrect process status). http://cvs.php.net/diff.php/php-src/ext/standard/proc_open.c?r1=1.32&r2=1.33&ty=u Inde

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/standard proc_open.c

2005-04-07 Thread Ilia Alshanetsky
iliaa Thu Apr 7 19:08:48 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/standard proc_open.c Log: MFH: Fixed bug #32533 (proc_get_status() returns the incorrect process status). http://cvs.php.net/diff.php/php-src/NEWS?

[PHP-CVS] cvs: php-src /build buildcheck.sh

2005-04-07 Thread Jon Parise
jon Thu Apr 7 19:33:05 2005 EDT Modified files: /php-src/build buildcheck.sh Log: Spell "overridden" correctly. http://cvs.php.net/diff.php/php-src/build/buildcheck.sh?r1=1.35&r2=1.36&ty=u Index: php-src/build/buildcheck.sh diff -u php-src/build/bui

[PHP-CVS] cvs: php-src(PHP_5_0) /build buildcheck.sh

2005-04-07 Thread Jon Parise
jon Thu Apr 7 19:33:37 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/build buildcheck.sh Log: MFH 1.36: Spell "overridden" correctly. http://cvs.php.net/diff.php/php-src/build/buildcheck.sh?r1=1.30.2.5&r2=1.30.2.6&ty=u Index: php-src/build/buil

[PHP-CVS] cvs: php-src(PHP_4_3) /build buildcheck.sh

2005-04-07 Thread Jon Parise
jon Thu Apr 7 19:33:50 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/build buildcheck.sh Log: MFH 1.36: Spell "overridden" correctly. http://cvs.php.net/diff.php/php-src/build/buildcheck.sh?r1=1.21.2.12&r2=1.21.2.13&ty=u Index: php-src/build/bu

[PHP-CVS] cvs: php-src(PHP_4_3) /main snprintf.c snprintf.h spprintf.c

2005-04-07 Thread Jani Taskinen
sniper Fri Apr 8 01:44:54 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/main snprintf.c snprintf.h spprintf.c Log: MFH and Fixes bug #32482 (ap_php_snprintf broken) http://cvs.php.net/diff.php/php-src/main/snprintf.c?r1=1.17.4.11&r2=1.17.4.12&ty=u In