pollita Tue Mar 21 18:28:42 2006 UTC
Modified files:
/php-src/main/streams streams.c
Log:
Allow grow_mode && !bufstart (original assertion logic)
http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.107&r2=1.108&diff_format=u
Index: php-sr
helly Tue Mar 21 18:17:15 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-srcMakefile.gcov
Log:
MFH:
- Drop --no-prefix as disables --prefix which we do for http://gcov.php.net
# If you need/want this edit your makefile or provide a LTP_GENHTML export
#
helly Tue Mar 21 18:17:03 2006 UTC
Modified files:
/php-srcMakefile.gcov
Log:
- Drop --no-prefix as disables --prefix which we do for http://gcov.php.net
# If you need/want this edit your makefile or provide a LTP_GENHTML export
# of your need when runnin
iliaa Tue Mar 21 15:35:48 2006 UTC
Modified files:
/php-src/ext/mysqli mysqli_nonapi.c
Log:
MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open
connection).
http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.59&r2=1.60&d
iliaa Tue Mar 21 15:35:29 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/mysqli mysqli_nonapi.c
/php-srcNEWS
Log:
Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).
http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/my
tony2001Tue Mar 21 15:07:15 2006 UTC
Modified files:
/php-src/ext/oci8 oci8_lob.c
Log:
reimplement php_oci_lob_read() and fix PECL bug #5995
now the function dosn't try to read data by blocks, as this is nearly
impossible
to do with Unicode and regul
tony2001Tue Mar 21 15:06:50 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/oci8 oci8_lob.c
Log:
reimplement php_oci_lob_read() and fix PECL bug #5995
now the function dosn't try to read data by blocks, as this is nearly
impossible
to do with
derick Tue Mar 21 13:57:16 2006 UTC
Modified files:
/php-src/ext/unicodeconfig.w32
Log:
- Update windows file too (not tested, but should work).
http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/config.w32?r1=1.4&r2=1.5&diff_format=u
Index: php-src/
derick Tue Mar 21 13:56:50 2006 UTC
Modified files:
/php-src/ext/unicodeconfig.m4
Log:
- Make ext/unicode an extension that is always there and can not be disabled.
http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/config.m4?r1=1.4&r2=1.5&diff_forma
tony2001Tue Mar 21 15:47:38 2006 UTC
Modified files:
/php-src/ext/oci8 oci8_interface.c
Log:
change oci_field_type() to return VARCHAR2 instead of VARCHAR
(fixes feature request #36800)
http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8_interfac
tony2001Tue Mar 21 15:47:31 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/oci8 oci8_interface.c
Log:
change oci_field_type() to return VARCHAR2 instead of VARCHAR
(fixes feature request #36800)
http://cvs.php.net/viewcvs.cgi/php-src/ext/
tony2001Tue Mar 21 13:46:51 2006 UTC
Modified files:
/php-src/main main.c
Log:
fix spelling
http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.680&r2=1.681&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.680 php-src/m
dmitry Tue Mar 21 12:27:10 2006 UTC
Modified files:
/php-src/ext/soap soap.c
Log:
Fixed compatibility with auto_globals_jit
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.180&r2=1.181&diff_format=u
Index: php-src/ext/soap/soap.c
diff -u php-sr
dmitry Tue Mar 21 12:26:57 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/soap soap.c
Log:
Fixed compatibility with auto_globals_jit
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.156.2.20&r2=1.156.2.21&diff_format=u
Index: php-src/ext
dmitry Tue Mar 21 12:04:55 2006 UTC
Added files: (Branch: PHP_5_1)
/php-src/ext/soap/tests server023.phpt server024.phpt
server025.phpt server025.wsdl
Modified files:
/php-srcNEWS
/php-src/ext/soap
dmitry Tue Mar 21 12:05:10 2006 UTC
Modified files:
/php-src/ext/soap php_soap.h soap.c
/php-src/ext/soap/tests server023.phpt server024.phpt
server025.phpt server025.wsdl
Log:
Fixed bug #36721 (The SoapServer is not abl
dmitry Tue Mar 21 08:49:58 2006 UTC
Modified files:
/php-src/main main.c
Log:
Fixed bug #36809 (__FILE__ behavior changed)
http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.679&r2=1.680&diff_format=u
Index: php-src/main/main.c
diff -u php-src/mai
dmitry Tue Mar 21 08:49:42 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-srcNEWS
/php-src/main main.c
Log:
Fixed bug #36809 (__FILE__ behavior changed)
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.473&r2=1.2027.2.474&diff_format=u
On Tue, 21 Mar 2006, Rui Hirokawa wrote:
> hirokawa Tue Mar 21 08:00:55 2006 UTC
>
> Modified files: (Branch: PHP_4_4)
> /php-src/ext/mbstring mbstring.c mbstring.h
> /php-src/ext/mbstring/libmbfl/mbflmbfilter.c
> Log:
> MFH
Please revert thi
On Sat, 18 Mar 2006, Seiji Masugata wrote:
> masugata Sat Mar 18 05:52:33 2006 UTC
>
> Modified files: (Branch: PHP_4_4)
> /php-src/ext/mbstring mbstring.c
> Log:
> fixed doesn't return value when omitting arguments in mb_get_info( ).
This is an awfully l
hirokawaTue Mar 21 08:00:55 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src/ext/mbstring mbstring.c mbstring.h
/php-src/ext/mbstring/libmbfl/mbfl mbfilter.c
Log:
MFH
http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.142.2
21 matches
Mail list logo