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

2004-01-21 Thread Marcus Boerger
helly Wed Jan 21 02:19:07 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcmakerpm Log: Add these files to the actual package http://cvs.php.net/diff.php/php-src/makerpm?r1=1.4.8.2r2=1.4.8.3ty=u Index: php-src/makerpm diff -u php-src/makerpm:1.4.8.2

[PHP-CVS] cvs: php-src / .cvsignore /build build.mk

2004-01-21 Thread Jani Taskinen
sniper Wed Jan 21 02:47:12 2004 EDT Modified files: /php-src.cvsignore /php-src/build build.mk Log: Last php4 occurances.. http://cvs.php.net/diff.php/php-src/.cvsignore?r1=1.49r2=1.50ty=u Index: php-src/.cvsignore diff -u php-src/.cvsignore:1.49

[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2004-01-21 Thread Jon Parise
jon Wed Jan 21 03:51:29 2004 EDT Modified files: /php-src/ext/sqlite Makefile.frag Log: Adding dependencies on sqlite.h for the rest of the source files in the libsqlite distribution.

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

2004-01-21 Thread Ard Biesheuvel
abies Wed Jan 21 05:12:20 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c /php-srcNEWS Log: Fixed bug #26968 (Segfault with Interbase module built as shared)

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

2004-01-21 Thread Hartmut Holzgraefe
hholzgraWed Jan 21 05:17:14 2004 EDT Modified files: /php-src/main/streams userspace.c Log: stream_lock() method added to userspace streams wrapper http://cvs.php.net/diff.php/php-src/main/streams/userspace.c?r1=1.18r2=1.19ty=u Index:

[PHP-CVS] cvs: php-src /ext/tidy php_tidy.h tidy.c

2004-01-21 Thread John Coggeshall
johnWed Jan 21 05:19:57 2004 EDT Modified files: /php-src/ext/tidy php_tidy.h tidy.c Log: Moving the OO syntax to studlyCaps. I am *not* changing this back :) http://cvs.php.net/diff.php/php-src/ext/tidy/php_tidy.h?r1=1.18r2=1.19ty=u Index:

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

2004-01-21 Thread Hartmut Holzgraefe
hholzgraWed Jan 21 05:20:46 2004 EDT Modified files: /php-srcNEWS Log: News update on new streams method http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1584r2=1.1585ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1584 php-src/NEWS:1.1585 ---

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

2004-01-21 Thread Ard Biesheuvel
abies Wed Jan 21 05:22:05 2004 EDT Modified files: /php-src/ext/interbase interbase.c Log: MFB http://cvs.php.net/diff.php/php-src/ext/interbase/interbase.c?r1=1.193r2=1.194ty=u Index: php-src/ext/interbase/interbase.c diff -u

[PHP-CVS] cvs: CVSROOT / avail

2004-01-21 Thread Gabor Hojtsy
gobaWed Jan 21 06:03:32 2004 EDT Modified files: /CVSROOTavail Log: Alphabetical ordering of phpdoc-LANG modules, so it is clear that we have not missed any... No Karma changes in this commit.

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 015.phpt

2004-01-21 Thread Rob Richards
rrichards Wed Jan 21 06:32:31 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests015.phpt Log: Fix Bug #26976 (Can not access array elements using array indices) return index 0 as non iterable object

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

2004-01-21 Thread Antony Dovgal
tony2001Wed Jan 21 07:30:07 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log: fix potential segfault in oci_lob_write() change oci_lob_trim() - truncate length should be 0 by default.

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests profile10.phpt

2004-01-21 Thread Rob Richards
rrichards Wed Jan 21 09:04:47 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsprofile10.phpt Log: Fix namespace regression bug Read attributes correctly Update sxe_prop_dim_exists logic Update

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

2004-01-21 Thread Antony Dovgal
tony2001Wed Jan 21 11:18:59 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log: *change constant name, coz it doesn't comply with others *add constant's alias, coz others do have aliases *change protos (oops =)) *add notices to collection

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

2004-01-21 Thread Marcus Boerger
helly Wed Jan 21 15:18:10 2004 EDT Modified files: /php-srcCODING_STANDARDS Log: All technical reasons that prevented us from studlyCaps are solved and all current extensions as well as the whole PEAR framework follow this rule. So for consistency i

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

2004-01-21 Thread Jani Taskinen
No MFH? --Jani On Wed, 21 Jan 2004, Ilia Alshanetsky wrote: iliaa Wed Jan 21 11:57:14 2004 EDT Modified files: /php-src NEWS /php-src/ext/standard exec.c Log: Fixed bug #26938 (exec() has problems reading long lines).

[PHP-CVS] cvs: php-src /tests/classes interface_doubled.phpt

2004-01-21 Thread Marcus Boerger
helly Wed Jan 21 17:36:50 2004 EDT Modified files: /php-src/tests/classes interface_doubled.phpt Log: Change to correct syntax. # The test will still fail though.

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

2004-01-21 Thread Ilia Alshanetsky
No need. According to my tests the bug is specific to PHP5, which uses new code to fetch the data from executed binary. Ilia On January 21, 2004 05:32 pm, Jani Taskinen wrote: No MFH? --Jani On Wed, 21 Jan 2004, Ilia Alshanetsky wrote: iliaaWed Jan 21 11:57:14 2004

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

2004-01-21 Thread Jani Taskinen
Should I update the test case to the one from #26938 ? --Jani On Wed, 21 Jan 2004, Ilia Alshanetsky wrote: No need. According to my tests the bug is specific to PHP5, which uses new code to fetch the data from executed binary. Ilia On January 21, 2004 05:32 pm, Jani

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug26938.phpt

2004-01-21 Thread Jani Taskinen
sniper Wed Jan 21 17:48:28 2004 EDT Added files: /php-src/ext/standard/tests/filebug26938.phpt Log: test case for bug #26938 http://cvs.php.net/co.php/php-src/ext/standard/tests/file/bug26938.phpt?r=1.1p=1 Index:

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

2004-01-21 Thread Jani Taskinen
sniper Wed Jan 21 17:50:33 2004 EDT Added files: (Branch: PHP_4_3) /php-src/ext/standard/tests/filebug26938.phpt Log: MFH http://cvs.php.net/co.php/php-src/ext/standard/tests/file/bug26938.phpt?r=1.1p=1 Index:

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

2004-01-21 Thread Jani Taskinen
sniper Wed Jan 21 22:25:38 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard fsock.c Log: Nuke unused variable http://cvs.php.net/diff.php/php-src/ext/standard/fsock.c?r1=1.106.2.12r2=1.106.2.13ty=u Index: php-src/ext/standard/fsock.c diff