derick Wed Mar 15 09:50:47 2006 UTC
Modified files:
/php-src/ext/standard var.c
Log:
- Reduce space in serialization. The first 128 bytes will now use just the
character and everything above will use \u. It seems that unserialize
doesn't work at
derick Wed Mar 15 12:20:49 2006 UTC
Modified files:
/php-src/ext/standard string.c
Log:
- Fixed two memory issues:
- In the first one we were calculating the tmp_len wrong which made the
u_strFromUTF32() function try to convert too many code poin
On Tue, 14 Mar 2006, Sara Golemon wrote:
> > "make test" stops work after this patch, because now fgets() always
> returns
> > FALSE.
> > It is not possible for me to commit ZE patches without testing.
> > Please fix this ASAP or revert your patches.
> >
> Sorry about that. Should look good now (
On Wed, 15 Mar 2006, Derick Rethans wrote:
> No short script yet... I will try.
http://files.derickrethans.nl/uc-stream.tar.gz
regards,
Derick
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
iliaa Wed Mar 15 15:25:50 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdopdo_stmt.c
Log:
Fixed memory leak on unused bind var.
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.118.2.31&r2=1.118.2.32&diff_format=u
Index: php-src/
iliaa Wed Mar 15 15:27:08 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB51: Fixed memory leak on unused bind var.
http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.149&r2=1.150&diff_format=u
Index: php-src/ext/pdo/pdo_stmt.c
d
dmitry Wed Mar 15 16:13:18 2006 UTC
Added files: (Branch: PHP_5_1)
/php-src/ext/soap/tests/bugsbug36614.phpt bug36614.wsdl
Modified files:
/php-srcNEWS
/php-src/ext/soap php_schema.c
/php-src/ext/soap/tests/bugsbu
dmitry Wed Mar 15 16:14:40 2006 UTC
Modified files:
/php-src/ext/soap php_schema.c
/php-src/ext/soap/tests/bugsbug36614.phpt bug36614.wsdl
bug36629.phpt
Log:
Fixed Bug #36614 (Segfault when using Soap)
h
Maybe a silly a question, but have you guys tried 'make clean'? (There are
some header file changes that might need to propagate to untouched source
files) I'm not getting these kinds of errors over here, but I am getting a
PASS from tests/lang/024.phpt
-Sara
- Original Message -
From:
On Wed, 15 Mar 2006, Sara Golemon wrote:
> Maybe a silly a question, but have you guys tried 'make clean'? (There are
> some header file changes that might need to propagate to untouched source
> files) I'm not getting these kinds of errors over here, but I am getting a
> PASS from tests/lang/024
On Wed, 15 Mar 2006, Derick Rethans wrote:
> On Wed, 15 Mar 2006, Sara Golemon wrote:
>
> > Maybe a silly a question, but have you guys tried 'make clean'? (There are
> > some header file changes that might need to propagate to untouched source
> > files) I'm not getting these kinds of errors ov
pollita Wed Mar 15 21:18:36 2006 UTC
Modified files:
/php-src/main/streams streams.c
Log:
Fix improper byte count on partial reads
http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.103&r2=1.104&diff_format=u
Index: php-src/main/streams/str
Derick-
I realized I wasn't doing your exact test case and masking the very thing
which needed to be tested. I've gone back to precisely what you sent me and
it started misbehaving right on cue. I've applied a fix to cvs.
-Sara
- Original Message -
From: "Derick Rethans" <[EMAIL PRO
helly Thu Mar 16 00:39:50 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/spl/tests array_017.phpt
Log:
- Fix test
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_017.phpt?r1=1.1&r2=1.1.2.1&diff_format=u
Index: php-src/ext/spl/tests/arra
helly Thu Mar 16 00:40:11 2006 UTC
Modified files:
/php-src/ext/spl/tests array_017.phpt
Log:
- Fix test
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_017.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/array_017.phpt
diff -u ph
helly Thu Mar 16 00:53:58 2006 UTC
Modified files:
/php-src/main/streams streams.c
Log:
- Fix warning
http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.104&r2=1.105&diff_format=u
Index: php-src/main/streams/streams.c
diff -u php-src/main
16 matches
Mail list logo