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

2005-03-07 Thread Jani Taskinen
sniper Tue Mar 8 01:40:05 2005 EDT Modified files: /php-src/ext/standard var_unserializer.c Log: update http://cvs.php.net/diff.php/php-src/ext/standard/var_unserializer.c?r1=1.59&r2=1.60&ty=u Index: php-src/ext/standard/var_unserializer.c diff -u php-sr

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

2005-03-07 Thread Jani Taskinen
sniper Tue Mar 8 01:38:59 2005 EDT Modified files: /php-srcNEWS Log: reorder http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1849&r2=1.1850&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1849 php-src/NEWS:1.1850 --- php-src/NEWS:1.1849 Mon Mar 7 17:26:53 2

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

2005-03-07 Thread Markus Fischer
Jani Taskinen wrote: >> Marcus Boerger wrote: >> >>> Modified files: /php-src/ext/standardfile.c >>> Log: >>> - Allow length 0 as default (e.g. skip param) >> >> [...] >> >>> if (len < 0) { >>> php_error_docref(NULL TSRMLS_CC, E_WARNING, "Lengt

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 19:42:50 2005 EDT Modified files: /php-src/ext/splspl_directory.c Log: - Add/Correct parameter info and protos http://cvs.php.net/diff.php/php-src/ext/spl/spl_directory.c?r1=1.34&r2=1.35&ty=u Index: php-src/ext/spl/spl_directory.c diff -u

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

2005-03-07 Thread Moriyoshi Koizumi
On 2005/03/08, at 4:37, Ilia Alshanetsky wrote: +/* {{{ proto string htmlspecialchars(string string [, int quote_style]) + Convert special HTML entities back to characters */ Proto is wrong.. and do you have any good name in mind except "htmlspecialchars_decode" ? :) Moriyoshi -- PHP CVS Mailing

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 17:26:54 2005 EDT Modified files: /php-srcNEWS Log: - Add some more news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1848&r2=1.1849&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1848 php-src/NEWS:1.1849 --- php-src/NEWS:1.1848 Mon Mar

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 17:24:18 2005 EDT Added files: /php-src/tests/classes serialize_001.phpt Log: - Add test http://cvs.php.net/co.php/php-src/tests/classes/serialize_001.phpt?r=1.1&p=1 Index: php-src/tests/classes/serialize_001.phpt +++ php-src/tests/cl

[PHP-CVS] cvs: php-src /ext/standard var_unserializer.re

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 17:24:00 2005 EDT Modified files: /php-src/ext/standard var_unserializer.re Log: - Update signature http://cvs.php.net/diff.php/php-src/ext/standard/var_unserializer.re?r1=1.47&r2=1.48&ty=u Index: php-src/ext/standard/var_unserializer.re

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 17:18:41 2005 EDT Modified files: /php-src/ext/splspl_directory.c Log: - Add more methods - Avoid exceptions in iterator access - Do not read in rewind8) or next() instead read in iteration if neccessary - Correctly count line numer on

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 17:10:08 2005 EDT Modified files: /php-src/ext/standard file.c Log: - Fix proto - Do not try to write zero bytes http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.403&r2=1.404&ty=u Index: php-src/ext/standard/file.c diff

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 16:54:08 2005 EDT Modified files: /php-src/ext/standard file.c Log: - Length needs to be positive http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.402&r2=1.403&ty=u Index: php-src/ext/standard/file.c diff -u php-src/ext/stand

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 16:52:35 2005 EDT Modified files: /php-src/ext/standard file.c Log: - Make maic qutes runtime work if length is specified too http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.401&r2=1.402&ty=u Index: php-src/ext/standard/f

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 16:28:38 2005 EDT Modified files: /php-src/ext/standard file.c Log: - Delay memory allocation, speeds up faiure case http://cvs.php.net/diff.php/php-src/ext/standard/file.c?r1=1.400&r2=1.401&ty=u Index: php-src/ext/standard/file.c dif

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

2005-03-07 Thread Ilia Alshanetsky
iliaa Mon Mar 7 14:37:28 2005 EDT Modified files: /php-src/ext/standard basic_functions.c html.c html.h /php-srcNEWS Log: Added htmlspecialchars_decode() function for fast conversion from htmlspecialchars() generated entities back to characters.

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

2005-03-07 Thread Marcus Boerger
Hello Markus, Monday, March 7, 2005, 3:20:57 PM, you wrote: > Hi, > Marcus Boerger wrote: >> Modified files: >> /php-src/ext/standard file.c >> Log: >> - Allow length 0 as default (e.g. skip param) > [...] >> if (len < 0) { >>

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

2005-03-07 Thread Jani Taskinen
On Mon, 7 Mar 2005, Markus Fischer wrote: Hi, Marcus Boerger wrote: Modified files: /php-src/ext/standardfile.c Log: - Allow length 0 as default (e.g. skip param) [...] if (len < 0) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter may not be n

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

2005-03-07 Thread Jani Taskinen
sniper Mon Mar 7 13:14:42 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: RBFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.850&r2=1.1247.2.851&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.850 php-src/NEWS:1.1247.2.851 --- php

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

2005-03-07 Thread Jani Taskinen
sniper Mon Mar 7 13:14:19 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: RBFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.276&r2=1.1760.2.277&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.276 php-src/NEWS:1.1760.2.277 --- php

[PHP-CVS] cvs: php-src(PHP_4_3) /tests/basic bug31672.phpt

2005-03-07 Thread Zeev Suraski
zeevMon Mar 7 11:55:21 2005 EDT Removed files: (Branch: PHP_4_3) /php-src/tests/basicbug31672.phpt Log: Remove test case for a Won't Fix bug -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-03-07 Thread Ilia Alshanetsky
iliaa Mon Mar 7 11:19:31 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/standard proc_open.c Log: Fixed bug #32210 (proc_get_status() sets "running" always to true). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.

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

2005-03-07 Thread Ilia Alshanetsky
iliaa Mon Mar 7 11:17:13 2005 EDT Modified files: /php-src/ext/standard proc_open.c Log: Fixed bug #32210 (proc_get_status() sets "running" always to true). http://cvs.php.net/diff.php/php-src/ext/standard/proc_open.c?r1=1.31&r2=1.32&ty=u Index: php-

[PHP-CVS] cvs: php-src /ext/pdo_oci/tests pdo_017.phpt

2005-03-07 Thread Magnus Määttä
magnus Mon Mar 7 10:52:58 2005 EDT Added files: /php-src/ext/pdo_oci/tests pdo_017.phpt Log: Add test 017. http://cvs.php.net/co.php/php-src/ext/pdo_oci/tests/pdo_017.phpt?r=1.1&p=1 Index: php-src/ext/pdo_oci/tests/pdo_017.phpt +++ php-src/ext/pdo_oci/tes

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

2005-03-07 Thread Markus Fischer
Hi, Marcus Boerger wrote: Modified files: /php-src/ext/standard file.c Log: - Allow length 0 as default (e.g. skip param) [...] if (len < 0) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter may not be n

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

2005-03-07 Thread Marcus Boerger
helly Mon Mar 7 03:04:48 2005 EDT Modified files: /php-src/ext/splspl_directory.c Log: - Fix problem with some plain c pedantic compilers http://cvs.php.net/diff.php/php-src/ext/spl/spl_directory.c?r1=1.32&r2=1.33&ty=u Index: php-src/ext/spl/spl_directory