helly Thu Apr 29 03:22:02 2004 EDT
Added files:
/php-src/ext/spl/tests array_012.phpt
Modified files:
/php-src/ext/splspl_array.c
Log:
- Remove unused variable
- Respect visibility in count() and add a test for that
http:
Hello Jon,
Thursday, April 29, 2004, 12:19:50 AM, you wrote:
> On Wed, Apr 28, 2004 at 09:45:41PM -, Marcus Boerger wrote:
>> +/* {{{ proto bool ArrayObject::count()
>> + Return the number of elements in the Iterator. */
>> +SPL_METHOD(Array, count)
>> +{
>> +long position;
>> +zval
wez Thu Apr 29 06:19:16 2004 EDT
Modified files:
/php-srcNEWS
Log:
another down...
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1701&r2=1.1702&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1701 php-src/NEWS:1.1702
--- php-src/NEWS:1.1701 Sun Apr 25
iliaa Thu Apr 29 08:59:23 2004 EDT
Modified files:
/php-src/ext/domdocumentfragment.c
/php-src/ext/oci8 php_oci8.h
/php-src/ext/w32api w32api.c
/php-src/ext/msession reqclient.h
/php-src/sapi/milterphp_milter.c
Log:
C++ com
iliaa Thu Apr 29 12:25:42 2004 EDT
Modified files:
/php-src/ext/curl interface.c
Log:
Fixed bug #28196 (missing error constants in cURL extension).
http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.44&r2=1.45&ty=u
Index: php-src/ext/curl/inter
iliaa Thu Apr 29 12:25:55 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
/php-src/ext/curl curl.c
Log:
MFH: Fixed bug #28196 (missing error constants in cURL extension).
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.650&r2=1.1247.2
helly Thu Apr 29 18:25:45 2004 EDT
Added files:
/php-src/ext/spl/tests array_013.phpt
Modified files:
/php-src/ext/splspl_array.c
/php-src/ext/spl/examples appenditerator.inc
Log:
- ArrayObject::append() must not be called
helly Thu Apr 29 18:52:49 2004 EDT
Modified files:
/php-src/ext/splspl.php spl_array.c
Log:
- Fix protos and add notes to the docs
- Reorder func prototypes to show what is common and what is specific
http://cvs.php.net/diff.php/php-src/ext/spl/spl.ph
helly Thu Apr 29 18:57:23 2004 EDT
Modified files:
/php-src/ext/sqlite CREDITS
Log:
An oumlaut doesn't work here, need ASCII only
http://cvs.php.net/diff.php/php-src/ext/sqlite/CREDITS?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/sqlite/CREDITS
diff -u php-src/ext/sq
helly Thu Apr 29 19:02:11 2004 EDT
Modified files:
/php-src/ext/splphp_spl.c
Log:
SPL is meant to be in uppercase letters, do it now it works
http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.27&r2=1.28&ty=u
Index: php-src/ext/spl/php_spl.c
diff -
Hello internals,
there are more cases where non ASCII chars are being used. Do we
need to update all credits files and the source file for the credits?
marcus
Friday, April 30, 2004, 12:57:23 AM, you wrote:
> helly Thu Apr 29 18:57:23 2004 EDT
> Modified files:
>
11 matches
Mail list logo