pajoye Mon Oct 1 08:14:03 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcREADME.UPDATE_5_2
Log:
- add notice about glob regression (Lukas)
http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.39&r2=1.1.2.40&diff_format=u
Index: php-src/RE
tony2001Mon Oct 1 10:22:43 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/strings chunk_split_variation2.phpt
chunk_split_variation5.phpt
chunk_split_variat
tony2001Mon Oct 1 10:25:50 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/strings join_error.phpt
sprintf_basic7.phpt
sprintf_basic8.phpt
tony2001Mon Oct 1 10:41:36 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/strings join_variation2.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/join_variation2.phpt?r1=1.1.2.2&r2=1.1.2.3&di
janiMon Oct 1 12:01:28 2007 UTC
Modified files:
/php-src/ext/standard/tests/strings moneyformat.phpt
Log:
- Added unicode result
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext
janiMon Oct 1 12:04:09 2007 UTC
Modified files:
/php-src/ext/standard string.c
/php-src/ext/standard/tests/strings implode1.phpt join_error.phpt
join_variation2.phpt
Log:
- Fixed bug #42789 (join() warning me
janiMon Oct 1 12:05:41 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard string.c
/php-src/ext/standard/tests/strings implode1.phpt join_error.phpt
join_variation2.phpt
Log:
MFH: Fixed bug #4278
janiMon Oct 1 12:26:56 2007 UTC
Modified files:
/php-src/main php_ini.c
Log:
- Fix warning
http://cvs.php.net/viewvc.cgi/php-src/main/php_ini.c?r1=1.158&r2=1.159&diff_format=u
Index: php-src/main/php_ini.c
diff -u php-src/main/php_ini.c:1.158 php-src/
janiMon Oct 1 12:32:39 2007 UTC
Added files:
/php-src/main getopt.c php_getopt.h
Removed files:
/php-src/sapi/cgi getopt.c php_getopt.h
/php-src/sapi/cli getopt.c php_getopt.h
Modified files:
/php-src
janiMon Oct 1 12:34:19 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard array.c php_var.h
Log:
MFH: sync (adds php_prefix_varname() API function)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37&r2=1.308.2.21
janiMon Oct 1 13:38:15 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard string.c
Log:
- ws + cs + sync HEAD
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.69.2.2&r2=1.445.2.14.2.69.2.3&diff_format=u
Index: p
janiMon Oct 1 13:41:57 2007 UTC
Modified files:
/php-src/ext/standard string.c
Log:
MFB: fix bug #42142 and cs+ws
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.652&r2=1.653&diff_format=u
Index: php-src/ext/standard/string.c
diff -u
janiMon Oct 1 13:55:58 2007 UTC
Modified files:
/php-src/ext/standard/tests/strings bug40754.phpt
Log:
MFB: fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug40754.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests
iliaa Mon Oct 1 14:51:11 2007 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2zend_ini.c
/php-src/main main.c
Log:
Refactor code to make fixes for coverity issues #385 and #386 a bit more
obvious
http://cvs.php.net/viewvc.cgi/ZendEngi
iliaa Mon Oct 1 14:53:01 2007 UTC
Modified files: (Branch: PHP_5_2)
/ZendEngine2zend_ini.c
/php-src/main main.c
Log:
MFB: Refactor code to make fixes for coverity issues #385 and #386 a bit
more obvious
http://cvs.php.net/viewvc.cgi/Zen
johannesMon Oct 1 15:01:47 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/general_functions error_get_last.phpt
Log:
- Fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/error_get_last.phpt?r
iliaa Mon Oct 1 15:22:41 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main snprintf.c spprintf.c
/php-src/ext/json json.c
Log:
Fixed bug #42785 (json_encode() formats doubles according to locale rather
then following standard syntax).
iliaa Mon Oct 1 15:23:15 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main snprintf.c spprintf.c
/php-src/ext/json json.c
/php-srcNEWS
Log:
MFB: Fixed bug #42785 (json_encode() formats doubles according to locale
rather then foll
iliaa Mon Oct 1 15:25:01 2007 UTC
Modified files:
/php-src/main snprintf.c spprintf.c
/php-src/ext/json json.c
Log:
MFB: Fixed bug #42785 (json_encode() formats doubles according to locale
rather then following standard syntax).
http://cvs.p
iliaa Mon Oct 1 15:33:11 2007 UTC
Added files: (Branch: PHP_5_3)
/php-src/ext/json/tests bug42785.phpt
Log:
Added test for bug #42785
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/bug42785.phpt?view=markup&rev=1.1
Index: php-src/ext/json/test
iliaa Mon Oct 1 15:33:21 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/json/tests bug42785.phpt
Log:
MFB: Added test for bug #42785
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/bug42785.phpt?view=markup&rev=1.1
Index: php-src/ext/json
iliaa Mon Oct 1 15:33:29 2007 UTC
Modified files:
/php-src/ext/json/tests bug42785.phpt
Log:
MFB: Added test for bug #42785
http://cvs.php.net/viewvc.cgi/php-src/ext/json/tests/bug42785.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/json/tests/bug
johannesMon Oct 1 20:36:01 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard basic_functions.c
Log:
- pass the adress not the value
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.64.2.4&r2=1.725.
Hello Antony,
this is not about fixing BUGS as in PHP behaves wrong. This is about
consistency. We decided on a format for all error messages and Jani was
enforcing that. Anyway, it does not matter how long something wrong is in
the codebase. Longer errors are not better errors. They only tend t
chregu Tue Oct 2 06:31:18 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
/php-src/ext/xslphp_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c
Log:
- Added xsl->setProfiling() for profiling stylesheets.
http://cvs.php.net/viewvc.cgi/php-src/NEWS
chregu Tue Oct 2 06:32:17 2007 UTC
Modified files:
/php-src/ext/xslphp_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c
Log:
- Added xsl->setProfiling() for profiling stylesheets. (MFB)
http://cvs.php.net/viewvc.cgi/php-src/ext/xsl/php_xsl.c?r1=1.43&r2=1.44&
26 matches
Mail list logo