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.2&r2=1.4.8.3&ty=u
Index: php-src/makerpm
diff -u php-src/makerpm:1.4.8.2 php
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.49&r2=1.50&ty=u
Index: php-src/.cvsignore
diff -u php-src/.cvsignore:1.4
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.
http://cvs.php.net/diff.php/php-src/ext/sqlite/Makefile.frag?r1=1.8&r
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)
http://cvs.php.net/diff.php/php-src/ext/interbase/interb
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.18&r2=1.19&ty=u
Index: php-src
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.18&r2=1.19&ty=u
Index: php-s
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.1584&r2=1.1585&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1584 php-src/NEWS:1.1585
--- php-
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.193&r2=1.194&ty=u
Index: php-src/ext/interbase/interbase.c
diff -u php-src/ext/interbase/i
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.
http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.814&r2=1.8
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
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.
http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.2
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 pr
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 functio
iliaa Wed Jan 21 11:57:14 2004 EDT
Modified files:
/php-srcNEWS
/php-src/ext/standard exec.c
Log:
Fixed bug #26938 (exec() has problems reading long lines).
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1585&r2=1.1586&ty=u
Index: php-src/NEWS
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 readd
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).
>
>
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.
http://cvs.php.net/diff.php/php-src/tests/classes/interface_doubled.phpt?r1=1.5&r2=1.6&
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:1
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 Ta
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.1&p=1
Index: php-src/ext/standard/tests/file/bug2693
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.1&p=1
Index: php-src/ext/standard/tests/file/bug26938.ph
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.12&r2=1.106.2.13&ty=u
Index: php-src/ext/standard/fsock.c
diff
22 matches
Mail list logo