[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2003-08-14 Thread changelog
changelog Wed Aug 13 19:25:01 2003 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.273 ZendEngine2/ChangeLog:1.274 --- ZendEngine2/ChangeLog:1.273 Wed Aug 13 19:21:31

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2003-08-14 Thread changelog
changelog Thu Aug 7 20:30:26 2003 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.266 ZendEngine2/ChangeLog:1.267 --- ZendEngine2/ChangeLog:1.266 Wed Aug 6 20:30:30

[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 7 14:42:40 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main php_version.h /php-srcconfigure.in Log: RC4 (hopefully it'll actually be the final) Index: php-src/main/php_version.h diff -u

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

2003-08-14 Thread Vlad Krupin
vladWed Aug 13 16:59:44 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/pspell pspell.dsp Modified files: /php-src/ext/pspell pspell.c Log: MFH adding win32 support Index: php-src/ext/pspell/pspell.c diff -u

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

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Thu Aug 7 15:53:32 2003 EDT Modified files: /php-src/ext/standard user_filters.c basic_functions.c basic_functions.h Log: Move shutdown code to better place Index: php-src/ext/standard/user_filters.c

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 20:38:21 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard assert.c Log: MFH: Fixed a possible crash due to invalid handling of assert ini options. Index: php-src/ext/standard/assert.c diff -u

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 19:39:03 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard browscap.c Log: MFH: boolean (not long) Index: php-src/ext/standard/browscap.c diff -u php-src/ext/standard/browscap.c:1.60.2.14

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

2003-08-14 Thread Marcus Boerger
helly Mon Aug 11 15:36:26 2003 EDT Modified files: /php-src/main SAPI.c Log: Bugfix #25044 Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.175 php-src/main/SAPI.c:1.176 --- php-src/main/SAPI.c:1.175 Tue Jun 10 16:03:41 2003 +++

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase interbase.cphp_interbase.h

2003-08-14 Thread Derick Rethans
On Wed, 13 Aug 2003, Ard Biesheuvel wrote: abies Wed Aug 13 09:27:36 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbaseinterbase.c php_interbase.h Log: Fixed crash in _php_ibase_error() after request shutdown (also fixes #7014) If you're

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

2003-08-14 Thread Brian France
bfrance Wed Aug 13 18:50:34 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcacinclude.m4 Log: Fixed two translit so they don't remove underscores Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.218.2.22

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 21:32:02 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sessionsession.c /php-srcNEWS Log: MFH: Fixed bug #25084 (Make refer check not dependant on register_globals) Index: php-src/ext/session/session.c diff -u

[PHP-CVS] cvs: CVSROOT / avail

2003-08-14 Thread Sascha Schumann
sas Wed Aug 13 16:28:22 2003 EDT Modified files: /CVSROOTavail Log: add cellog to php-src/pear Index: CVSROOT/avail diff -u CVSROOT/avail:1.733 CVSROOT/avail:1.734 --- CVSROOT/avail:1.733 Tue Aug 12 05:10:49 2003 +++ CVSROOT/avail Wed Aug 13

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

2003-08-14 Thread Sascha Schumann
sas Wed Aug 13 14:53:43 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: Fix CTCP handling so that commands without parameters are processed Use %ld for time_t's Provide a warning when irc_connect fails Index:

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 13:49:09 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Fixed bug #25093 (Various leaks due to non-freed queries) Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.288 php-src/ext/pgsql/pgsql.c:1.289 ---

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 13:49:49 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/pgsql pgsql.c Log: MFH: Fixed bug #25093 (Various leaks due to non-freed queries) Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.349

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 20:37:42 2003 EDT Modified files: /php-src/ext/standard assert.c Log: Fixed a possible crash due to invalid handling of assert ini options. Index: php-src/ext/standard/assert.c diff -u php-src/ext/standard/assert.c:1.56

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Fri Aug 8 09:36:44 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mysql php_mysql.c Log: MFH: Fixed bug #24977 (Revert mysql_select_db optimization) Index: php-src/ext/mysql/php_mysql.c diff -u php-src/ext/mysql/php_mysql.c:1.174.2.20

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

2003-08-14 Thread Marcus Boerger
helly Sun Aug 10 16:39:58 2003 EDT Modified files: /php-src/ext/domdocument.c domimplementation.c Log: Fix warnings Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.17 php-src/ext/dom/document.c:1.18 ---

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

2003-08-14 Thread Ard Biesheuvel
abies Wed Aug 6 11:27:16 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: ibase_query() now returns a link resource if a CREATE DB was issued Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.116

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 19:15:21 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main main.c Log: MFH: timeout fix Index: php-src/main/main.c diff -u php-src/main/main.c:1.512.2.44 php-src/main/main.c:1.512.2.45 --- php-src/main/main.c:1.512.2.44

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

2003-08-14 Thread Zeev Suraski
zeevThu Aug 7 12:44:11 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml php_domxml.c /php-src/ext/snmp snmp.c Log: Remove 'proto' from internal functions Index: php-src/ext/domxml/php_domxml.c diff -u

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

2003-08-14 Thread Marcus Boerger
helly Fri Aug 8 16:23:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main snprintf.c Log: Bugfix #24063 Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.332 php-src/NEWS:1.1247.2.333 --- php-src/NEWS:1.1247.2.332 Fri Aug

[PHP-CVS] cvs: spl / spl_directory.c

2003-08-14 Thread Marcus Boerger
helly Sun Aug 10 11:05:15 2003 EDT Modified files: /splspl_directory.c Log: This is a void funtion Index: spl/spl_directory.c diff -u spl/spl_directory.c:1.5 spl/spl_directory.c:1.6 --- spl/spl_directory.c:1.5 Mon Aug 4 19:15:56 2003 +++

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

2003-08-14 Thread Marcus Boerger
helly Fri Aug 8 15:48:33 2003 EDT Modified files: /php-src/main snprintf.c Log: Clearify Index: php-src/main/snprintf.c diff -u php-src/main/snprintf.c:1.26 php-src/main/snprintf.c:1.27 --- php-src/main/snprintf.c:1.26Fri Aug 8 15:47:30 2003

[PHP-CVS] cvs: spl / spl_array.c

2003-08-14 Thread Marcus Boerger
helly Sat Aug 9 15:24:11 2003 EDT Modified files: /splspl_array.c Log: Fix refcounting for $var = $obj[$idx] = $value; Index: spl/spl_array.c diff -u spl/spl_array.c:1.17 spl/spl_array.c:1.18 --- spl/spl_array.c:1.17Thu Aug 7 18:43:01

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/time bug13142.phpt

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Tue Aug 5 08:29:41 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/timebug13142.phpt Log: MFH(r-1.2): putenv() should be put here as well. Index: php-src/ext/standard/tests/time/bug13142.phpt diff -u

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Wed Aug 6 13:51:46 2003 EDT Modified files: /php-src/ext/interbase interbase.c php_interbase.h Log: Added three new user functions ibase_{commit|rollback}_ret() Commit or rollback a transaction without losing the transaction context.

[PHP-CVS] cvs: spl /tests foreach_continue.phpt

2003-08-14 Thread Marcus Boerger
helly Sun Aug 10 09:17:02 2003 EDT Added files: /spl/tests foreach_continue.phpt Log: Add foreach/continue test Index: spl/tests/foreach_continue.phpt +++ spl/tests/foreach_continue.phpt --TEST-- SPL: foreach and break --SKIPIF-- ?php if

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

2003-08-14 Thread Jani Taskinen
sniper Sat Aug 9 10:27:16 2003 EDT Modified files: /php-src/main php_compat.h Log: MFB Index: php-src/main/php_compat.h diff -u php-src/main/php_compat.h:1.17 php-src/main/php_compat.h:1.18 --- php-src/main/php_compat.h:1.17 Fri Jul 25 07:41:33

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

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Wed Aug 13 14:21:07 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Slight improvement. Hope this will make some difference. Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/iconv/iconv.c:1.95 php-src/ext/iconv/iconv.c:1.96 ---

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

2003-08-14 Thread Vlad Krupin
vladWed Aug 13 14:59:44 2003 EDT Modified files: /php-src/ext/pspell pspell.c Log: changes to accomodate win32 build # I am not sure whether reading from registry, like I do now is a good # idea, but nobody on php-dev has offered any opinion for or against

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 5 07:17:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/fdfconfig.m4 Log: MFH: - Fixed bug #24936 (ext/fdf is not linked properly when compiled as shared extension). (Jani) Index: php-src/ext/fdf/config.m4 diff -u

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2003-08-14 Thread Derick Rethans
On Wed, 13 Aug 2003, Brian J. France wrote: I am trying to commit this to HEAD, but I am getting the following error: cvs [server aborted]: commit requires write access to the repository Any chance I can get access or can somebody can commit this change to HEAD? You just can't commit to a

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

2003-08-14 Thread Marcus Boerger
helly Sat Aug 9 13:21:19 2003 EDT Modified files: /php-srcrun-tests.php Log: Complain about borked tests instead of spitting out errors Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.172 php-src/run-tests.php:1.173 ---

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

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 22:03:40 2003 EDT Modified files: /php-src/ext/odbc php_odbc.c Log: Fix compile warning Index: php-src/ext/odbc/php_odbc.c diff -u php-src/ext/odbc/php_odbc.c:1.168 php-src/ext/odbc/php_odbc.c:1.169 --- php-src/ext/odbc/php_odbc.c:1.168

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 12 21:37:58 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard array.c Log: MFH: revert previous commit Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.199.2.25

[PHP-CVS] cvs: php-src /ext/standard var.c /ext/standard/tests/serialize bug21957.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Sun Aug 10 23:22:24 2003 EDT Added files: /php-src/ext/standard/tests/serialize bug21957.phpt Modified files: /php-src/ext/standard var.c Log: Fixed bug #21957 (serialize() mangles objects with __sleep). Index:

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

2003-08-14 Thread Masaki Fujimoto
fujimotoFri Aug 8 07:44:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.329 php-src/NEWS:1.1247.2.330 --- php-src/NEWS:1.1247.2.329 Thu Aug 7 11:37:54 2003 +++ php-src/NEWS

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/cli php_cli.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 21:30:40 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/cli php_cli.c Log: MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang). Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.343

[PHP-CVS] cvs: CVSROOT / avail

2003-08-14 Thread Sascha Schumann
sas Tue Aug 12 05:06:24 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for satiri,maddankara,rildo Index: CVSROOT/avail diff -u CVSROOT/avail:1.730 CVSROOT/avail:1.731 --- CVSROOT/avail:1.730 Tue Aug 12 05:04:17 2003 +++ CVSROOT/avail

[PHP-CVS] cvs: php-src /ext/mbstring/tests php_gr_jp_16242.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 17:00:42 2003 EDT Modified files: /php-src/ext/mbstring/tests php_gr_jp_16242.phpt Log: Use getenv() rather then $_ENV, the latter is not always avaliable. Index: php-src/ext/mbstring/tests/php_gr_jp_16242.phpt diff -u

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

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 21:56:43 2003 EDT Modified files: /php-src/ext/zlib zlib.c Log: Nuke unused variable Index: php-src/ext/zlib/zlib.c diff -u php-src/ext/zlib/zlib.c:1.174 php-src/ext/zlib/zlib.c:1.175 --- php-src/ext/zlib/zlib.c:1.174 Sat Aug 9

[PHP-CVS] cvs: php-src /ext/curl interface.c php_curl.h ZendEngine2 zend_execute_API.c

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 5 19:50:59 2003 EDT Modified files: /ZendEngine2zend_execute_API.c /php-src/ext/curl interface.c php_curl.h Log: Fix the build Index: ZendEngine2/zend_execute_API.c diff -u ZendEngine2/zend_execute_API.c:1.227

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/wddx/tests 001.phpt wddx.xml

2003-08-14 Thread Marcus Boerger
helly Thu Aug 14 13:25:17 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/wddx/tests 001.phpt wddx.xml Log: MFH: Don't test other functionality than wddx here. Index: php-src/ext/wddx/tests/001.phpt diff -u php-src/ext/wddx/tests/001.phpt:1.1.2.1

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 12 21:37:31 2003 EDT Modified files: /php-src/ext/standard array.c Log: revert that, it did not fix anything Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.243 php-src/ext/standard/array.c:1.244 ---

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

2003-08-14 Thread Marcus Boerger
helly Sat Aug 9 07:57:02 2003 EDT Modified files: /php-srcrun-tests.php Log: Don't show matching regex as different Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.171 php-src/run-tests.php:1.172 --- php-src/run-tests.php:1.171 Tue Aug 5

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

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Sat Aug 9 02:12:41 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.c Log: MFH(r-1.186): fix wrong behaviour under ZTS that was inconsistent with the behaviour under non-ZTS Index:

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Sun Aug 10 12:21:27 2003 EDT Modified files: /php-src/ext/interbase interbase.c php_interbase.h Log: Added ibase_affected_rows() and ibase_num_rows() Fix for ibase_fetch_*() error after exhaustion of result @- Added ibase_affected_row() (Ard)

[PHP-CVS] cvs: php-src /ext/session/tests bug24592.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 20:54:28 2003 EDT Modified files: /php-src/ext/session/tests bug24592.phpt Log: Added missing skip condition Index: php-src/ext/session/tests/bug24592.phpt diff -u php-src/ext/session/tests/bug24592.phpt:1.1

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

2003-08-14 Thread Derick Rethans
derick Sat Aug 9 07:22:40 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/zlib zlib.c Log: - MFH: Memleak fix Index: php-src/ext/zlib/zlib.c diff -u php-src/ext/zlib/zlib.c:1.153.2.11 php-src/ext/zlib/zlib.c:1.153.2.12 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/tests php_gr_jp_16242.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 17:00:53 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring/tests php_gr_jp_16242.phpt Log: MFH: fixed test Index: php-src/ext/mbstring/tests/php_gr_jp_16242.phpt diff -u php-src/ext/mbstring/tests/php_gr_jp_16242.phpt:1.1.2.1

[PHP-CVS] cvs: php-src /ext/pspell/tests 01pspell_basic.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 14:40:40 2003 EDT Modified files: /php-src/ext/pspell/tests 01pspell_basic.phpt Log: Correct test to work with later versions of GNU Aspell (more common). Index: php-src/ext/pspell/tests/01pspell_basic.phpt diff -u

[PHP-CVS] cvs: CVSROOT / avail

2003-08-14 Thread Sascha Schumann
sas Tue Aug 12 05:10:49 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for hd Index: CVSROOT/avail diff -u CVSROOT/avail:1.732 CVSROOT/avail:1.733 --- CVSROOT/avail:1.732 Tue Aug 12 05:09:50 2003 +++ CVSROOT/avail Tue Aug 12 05:10:49

Re: [PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Allowee
On Tuesday 12 August 2003 20:21, Jani Taskinen wrote: And please MFH this fix (to PHP_4_3 branch). Maybe it's a good idea to tell Ard how to commit to branches... .: Allowee -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 22:01:59 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cgi cgi_main.c Log: MFH: Don't forget to flush() buffers for -w -s Index: php-src/sapi/cgi/cgi_main.c diff -u php-src/sapi/cgi/cgi_main.c:1.190.2.43

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

2003-08-14 Thread Ard Biesheuvel
abies Wed Aug 6 20:00:20 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: KR cosmetics # Summary of the changes in recent revisions for the NEWS file @- Changes to Interbase extension: (Ard) @ . Support in ibase_trans() for

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 10:37:33 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/odbc php_odbc.c /php-srcNEWS Log: MFH: Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields). Index: php-src/ext/odbc/php_odbc.c diff -u

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

2003-08-14 Thread Marcus Boerger
helly Mon Aug 11 16:19:51 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.341 php-src/NEWS:1.1247.2.342 --- php-src/NEWS:1.1247.2.341 Mon Aug 11 15:21:22 2003 +++ php-src/NEWSMon

[PHP-CVS] cvs: php-src /ext/standard/tests/array bug21918.phpt

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 05:48:20 2003 EDT Modified files: /php-src/ext/standard/tests/array bug21918.phpt Log: Fix the test. (this was mixed test with bug #24159) Index: php-src/ext/standard/tests/array/bug21918.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard config.m4 math.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 12:13:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard math.c config.m4 Log: MFH: Detection of buggy compiler (gcc) Index: php-src/ext/standard/math.c diff -u php-src/ext/standard/math.c:1.97.2.5

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

2003-08-14 Thread Vlad Krupin
vladWed Aug 13 14:57:19 2003 EDT Added files: /php-src/ext/pspell pspell.dsp Log: win32 build is now possible Credit is due to Blaine Lang [EMAIL PROTECTED] for figuring that out Index: php-src/ext/pspell/pspell.dsp +++ php-src/ext/pspell/pspell.dsp #

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 06:35:15 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Disable the debugging to prevent the tests from failing. Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.138

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

2003-08-14 Thread Marcus Boerger
helly Sun Aug 10 16:39:18 2003 EDT Modified files: /php-src/ext/ming ming.c Log: Nuke unused vars Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.52 php-src/ext/ming/ming.c:1.53 --- php-src/ext/ming/ming.c:1.52Fri Jul 11 03:48:11

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

2003-08-14 Thread Sascha Schumann
sas Wed Aug 13 14:59:13 2003 EDT Modified files: /php-src/ext/ircg ircg.c Log: MFH Fix CTCP handling so that commands without parameters are processed MFH Use %ld for time_t's MFH Provide a warning when irc_connect fails Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Wed Aug 13 09:27:36 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c php_interbase.h Log: Fixed crash in _php_ibase_error() after request shutdown (also fixes #7014) Index: php-src/ext/interbase/interbase.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/session/tests bug24592.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 20:54:42 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/session/tests bug24592.phpt Log: MFH: missing skip condition. Index: php-src/ext/session/tests/bug24592.phpt diff -u php-src/ext/session/tests/bug24592.phpt:1.1.2.1

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/array bug21918.phpt

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 05:48:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/array bug21918.phpt Log: MFH Index: php-src/ext/standard/tests/array/bug21918.phpt diff -u php-src/ext/standard/tests/array/bug21918.phpt:1.1.2.1

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

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 13:58:58 2003 EDT Modified files: /php-src/win32 php4dllts.dsp Log: Might help to have the COM stuff actually build... Index: php-src/win32/php4dllts.dsp diff -u php-src/win32/php4dllts.dsp:1.128 php-src/win32/php4dllts.dsp:1.129 ---

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Thu Aug 14 10:38:50 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Set RC4 date Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.348 php-src/NEWS:1.1247.2.349 --- php-src/NEWS:1.1247.2.348 Thu Aug 14 10:37:33 2003 +++ php-src/NEWS

[PHP-CVS] cvs: php-src /ext/com_dotnet README com_com.c com_dotnet.c com_extension.c com_handlers.c com_misc.c com_olechar.c com_typeinfo.c com_variant.c php_com_dotnet.h php_com_dotnet_internal.h /ext/com_dotnet/tests variants.phpt /main config.w32.h internal_functions_win32.c

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 12:49:56 2003 EDT Added files: /php-src/ext/com_dotnet README com_com.c com_dotnet.c com_extension.c com_handlers.c com_misc.c com_olechar.c com_typeinfo.c com_variant.c

[PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 22:19:15 2003 EDT Modified files: /php-src/ext/interbase interbase.c php_interbase.h Log: Allow the use of EXECUTE PROCEDURE statements Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.137

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 14:16:01 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Be a bit more wordy.. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.345 php-src/NEWS:1.1247.2.346 --- php-src/NEWS:1.1247.2.345 Wed Aug 13 12:14:08 2003 +++

Re: [PHP-CVS] cvs: php-src /ext/interbase interbase.c php_interbase.h

2003-08-14 Thread Jani Taskinen
And please MFH this fix (to PHP_4_3 branch). --Jani On Tue, 12 Aug 2003, Ard Biesheuvel wrote: abies Tue Aug 12 14:02:00 2003 EDT Modified files: /php-src/ext/interbase php_interbase.h interbase.c Log: Re-commit of failed patch

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

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 16:47:30 2003 EDT Modified files: /php-srcNEWS Log: add news about COM Index: php-src/NEWS diff -u php-src/NEWS:1.1446 php-src/NEWS:1.1447 --- php-src/NEWS:1.1446 Wed Aug 13 04:59:53 2003 +++ php-src/NEWSThu Aug 14 16:47:29 2003

[PHP-CVS] cvs: CVSROOT / avail

2003-08-14 Thread Sascha Schumann
sas Tue Aug 12 05:04:17 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for luckyguy354,maf,handi,meme Index: CVSROOT/avail diff -u CVSROOT/avail:1.729 CVSROOT/avail:1.730 --- CVSROOT/avail:1.729 Thu Aug 7 13:49:03 2003 +++ CVSROOT/avail

[PHP-CVS] cvs: php-src /ext/standard/tests/time bug13142.phpt

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Tue Aug 5 08:29:26 2003 EDT Modified files: /php-src/ext/standard/tests/timebug13142.phpt Log: putenv() should be put here as well. Index: php-src/ext/standard/tests/time/bug13142.phpt diff -u

[PHP-CVS] cvs: php-src /ext/standard array.c exec.c file.c filestat.c formatted_print.c levenshtein.c metaphone.c pack.c reg.c scanf.c string.c url.c var.c versioning.c

2003-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 11 19:16:54 2003 EDT Modified files: /php-src/ext/standard array.c exec.c file.c filestat.c formatted_print.c levenshtein.c metaphone.c pack.c reg.c scanf.c string.c url.c var.c

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

2003-08-14 Thread Jani Taskinen
sniper Tue Aug 12 21:24:27 2003 EDT Modified files: /php-src/ext/standard array.c Log: Fix external builds (configure run outside srcdir) Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.242 php-src/ext/standard/array.c:1.243

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard php_rand.h rand.c

2003-08-14 Thread Jani Taskinen
sniper Sun Aug 10 20:43:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard rand.c php_rand.h Log: MFH: - Fixed bug #25007 (rand() mt_rand() seed RNG every call). Index: php-src/NEWS diff -u

[PHP-CVS] cvs: CVSROOT / avail

2003-08-14 Thread Sascha Schumann
sas Tue Aug 12 05:09:50 2003 EDT Modified files: /CVSROOTavail Log: neufeind pear karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.731 CVSROOT/avail:1.732 --- CVSROOT/avail:1.731 Tue Aug 12 05:06:24 2003 +++ CVSROOT/avail Tue Aug 12 05:09:50

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

2003-08-14 Thread Wez Furlong
wez Thu Aug 14 16:57:49 2003 EDT Modified files: /php-srcEXTENSIONS Log: update for com_dotnet Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.59 php-src/EXTENSIONS:1.60 --- php-src/EXTENSIONS:1.59 Mon Aug 11 14:53:55 2003 +++

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

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 5 19:40:30 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Changed ibase_trans() to allow multi-DB transactions with distinct trans_args for each connection. Index: php-src/ext/interbase/interbase.c diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/array 002.phpt 003.phpt

2003-08-14 Thread Jani Taskinen
sniper Mon Aug 11 19:55:46 2003 EDT Modified files: /php-src/ext/standard/tests/array 002.phpt 003.phpt Log: Fix the test results (negative indices are not strings anymore) Index: php-src/ext/standard/tests/array/002.phpt diff -u

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

2003-08-14 Thread Jani Taskinen
Any fixes for bugs should be merged to the PHP_4_3 branch.. --Jani On Tue, 12 Aug 2003, Ard Biesheuvel wrote: abies Tue Aug 12 09:19:36 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fixed bug #23936 (fail to select and

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard/tests/time 002.phpt

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Thu Aug 7 13:46:40 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/time002.phpt Log: MFH(r-1.10): Tru64 requires TZ values be POSIX styled Index: php-src/ext/standard/tests/time/002.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard array.c /ext/standard/tests/array bug24897.phpt

2003-08-14 Thread Ilia Alshanetsky
iliaa Sat Aug 9 16:50:26 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/standard/tests/array bug24897.phpt Modified files: /php-src/ext/standard array.c /php-srcNEWS Log: MFH: Fixed bug #24897 (inconsistent

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

2003-08-14 Thread Wez Furlong
Let's have some whitespace around the ternary :-) On Tue, 12 Aug 2003, Marcus Boerger wrote: helly Tue Aug 12 17:15:16 2003 EDT + php_sqlite_open(fullpath?fullpath:filename, mode, NULL, return_value, errmsg, object TSRMLS_CC); -- PHP CVS Mailing List (http://www.php.net/) To

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

2003-08-14 Thread Ard Biesheuvel
abies Sun Aug 10 13:24:52 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Win32 fixes Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.125 php-src/ext/interbase/interbase.c:1.126 ---

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

2003-08-14 Thread Sara Golemon
pollita Fri Aug 8 02:18:25 2003 EDT Modified files: /php-src/ext/standard ftp_fopen_wrapper.c Log: Plug leak in ftp_url_stat Index: php-src/ext/standard/ftp_fopen_wrapper.c diff -u php-src/ext/standard/ftp_fopen_wrapper.c:1.58

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 21:29:51 2003 EDT Modified files: /php-src/sapi/cli php_cli.c Log: Fixed bug #20896 (-s -w modes with php-cli cause php to hang). Index: php-src/sapi/cli/php_cli.c diff -u php-src/sapi/cli/php_cli.c:1.97 php-src/sapi/cli/php_cli.c:1.98

[PHP-CVS] cvs: spl /examples sub_dir.inc tree.php

2003-08-14 Thread Marcus Boerger
helly Thu Aug 14 17:14:04 2003 EDT Modified files: /spl/examples sub_dir.inc tree.php Log: Add 'graphical' tree mode Index: spl/examples/sub_dir.inc diff -u spl/examples/sub_dir.inc:1.2 spl/examples/sub_dir.inc:1.3 --- spl/examples/sub_dir.inc:1.2

[PHP-CVS] cvs: spl /examples tree.php

2003-08-14 Thread Marcus Boerger
helly Thu Aug 14 17:44:38 2003 EDT Modified files: /spl/examples tree.php Log: Upds Index: spl/examples/tree.php diff -u spl/examples/tree.php:1.3 spl/examples/tree.php:1.4 --- spl/examples/tree.php:1.3 Thu Aug 14 17:14:04 2003 +++

Re: [PHP-CVS] cvs: spl /examples tree.php

2003-08-14 Thread Marcus Börger
Hello Marcus, Thursday, August 14, 2003, 11:44:38 PM, you wrote: MB helly Thu Aug 14 17:44:38 2003 EDT MB Modified files: MB /spl/examples tree.php MB Log: MB Upds MB Index: spl/examples/tree.php MB diff -u spl/examples/tree.php:1.3

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2003-08-14 Thread Brian J. France
I am trying to commit this to HEAD, but I am getting the following error: cvs [server aborted]: commit requires write access to the repository Any chance I can get access or can somebody can commit this change to HEAD? Thanks, Brian On Wed, 13 Aug 2003 22:50:34 -, Brian France wrote:

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

2003-08-14 Thread Jani Taskinen
sniper Wed Aug 13 19:45:43 2003 EDT Modified files: /php-srcacinclude.m4 Log: MFB Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.255 php-src/acinclude.m4:1.256 --- php-src/acinclude.m4:1.255 Thu Jul 3 18:54:57 2003 +++ php-src/acinclude.m4

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Tue Aug 12 22:01:46 2003 EDT Modified files: /php-src/sapi/cgi cgi_main.c Log: Don't forget to flush() buffers for -w -s Index: php-src/sapi/cgi/cgi_main.c diff -u php-src/sapi/cgi/cgi_main.c:1.238 php-src/sapi/cgi/cgi_main.c:1.239 ---

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

2003-08-14 Thread Edin Kadribasic
edink Wed Aug 13 19:04:08 2003 EDT Modified files: /php-src/ext/pspell pspell.dsp Log: MFB: standard location for the include files Index: php-src/ext/pspell/pspell.dsp diff -u php-src/ext/pspell/pspell.dsp:1.1 php-src/ext/pspell/pspell.dsp:1.2 ---

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

2003-08-14 Thread Jani Taskinen
That's pretty useless, PHP_ICONV_H_PATH is always set. And it's still wrong.. --Jani On Wed, 13 Aug 2003, Moriyoshi Koizumi wrote: moriyoshi Wed Aug 13 14:21:07 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Slight

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

2003-08-14 Thread Ard Biesheuvel
abies Tue Aug 12 09:19:36 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Fixed bug #23936 (fail to select and fetch) Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.133

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

2003-08-14 Thread Ilia Alshanetsky
iliaa Wed Aug 13 12:14:08 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.344 php-src/NEWS:1.1247.2.345 --- php-src/NEWS:1.1247.2.344 Tue Aug 12 21:30:38 2003 +++ php-src/NEWS

  1   2   >