wez Fri Jun 10 22:50:23 2005 EDT
Modified files:
/php-src/ext/pdopdo_dbh.c
Log:
couple of conceptual errors here
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_dbh.c?r1=1.74&r2=1.75&ty=u
Index: php-src/ext/pdo/pdo_dbh.c
diff -u php-src/ext/pdo/pdo_dbh.c
Hello Andi,
i thought we were fixing the return at c-level first so that we can
fix/finalize interface ArrayAccess?
marcus
Friday, June 10, 2005, 8:06:43 PM, you wrote:
> andiFri Jun 10 14:06:43 2005 EDT
> Modified files:
> /php-srcconfigure.in
> /Zen
andiFri Jun 10 14:29:12 2005 EDT
Modified files:
/php-srcconfigure.in
/ZendEngine2zend.h
/php-src/main php_version.h
Log:
- Back to -dev
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.560&r2=1.561&ty=u
Index: php-src/con
andiFri Jun 10 14:06:43 2005 EDT
Modified files:
/php-srcconfigure.in
/ZendEngine2zend.h
/php-src/main php_version.h
Log:
- Go with 5.1.0b1
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.559&r2=1.560&ty=u
Index: php-src/
andiFri Jun 10 12:55:29 2005 EDT
Modified files:
/php-srcNEWS
Log:
- Go with Beta 1
- Merged 5.0.x news and nuked anything prior to 5.0.0 release
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1910&r2=1.1911&ty=u
Index: php-src/NEWS
diff -u php-src/NE
Stefan Esser wrote:
Hi Ilia,
it is me again
-size = (bzs.total_out_hi32 << 32) + bzs.total_out_lo32;
+size = (bzs.total_out_hi32 * (unsigned int) -1) +
bzs.total_out_lo32;
while this maybe silence the compiler I do not see how this can be
mathematically the same ;)
Stefa
gobaFri Jun 10 11:04:49 2005 EDT
Modified files:
/CVSROOTavail
Log:
grant docweb karma to David and Matt
http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.984&r2=1.985&ty=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.984 CVSROOT/avail:1.985
--- CVSROOT/ava
sniper Fri Jun 10 08:35:21 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/scriptsphpize.in
Log:
MFH
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.15.2.6&r2=1.15.2.7&ty=u
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.1
sniper Fri Jun 10 08:35:00 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/scriptsphpize.in
Log:
MFH
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.1.2.15.2.1&r2=1.1.2.15.2.2&ty=u
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpiz
sniper Fri Jun 10 08:34:00 2005 EDT
Modified files:
/php-src/scriptsphpize.in
Log:
- Fix phpize: need to eval path variables for them to be usable
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.23&r2=1.24&ty=u
Index: php-src/scripts/phpize.in
di
dmitry Fri Jun 10 08:27:07 2005 EDT
Modified files:
/php-srcNEWS
Log:
Add some entries that was forgotten
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1909&r2=1.1910&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1909 php-src/NEWS:1.1910
--- php-src/NE
Yeah, that's what I'm thinking--would you mind posting that to
internals for consideration for 5.1?
I think it would be a strong addition.
--Wez.
On 6/10/05, Jani Taskinen <[EMAIL PROTECTED]> wrote:
>
> That patch of mine to the extension loading mechanism should fix this?
> Just add
That patch of mine to the extension loading mechanism should fix this?
Just add a dependancy of spl to pdo..and fix the 'delayed' startup routine.
:)
--Jani
On Fri, 10 Jun 2005, Marcus Boerger wrote:
Hello Wez,
we could check if spl is initialized and if not forcefully initiali
13 matches
Mail list logo