On 4/22/06, Sebastian Bergmann <[EMAIL PROTECTED]> wrote:
> And I agree with your disagreeing :)
I agree with your disagreeing too :-)
--
William Candillon
Telecom Lille Student
E-mail: [EMAIL PROTECTED]
Tel: +33(0) 6 67 99 13 16
CV: http://wcandillon.netcv.org
Resume: http://wcandillon.en.netcv.
I'd like to commit the following patch for bug #37158:
http://y1.php.net/~wez/streams-37158.diff
--Wez.
On 4/20/06, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote:
> After a slew of unforeseen delays RC3 of 5.1.3 is finally out and is
> ready for testing. If the release proves to be as stable as we a
Andi Gutmans schrieb:
> I disagree :)
And I agree with your disagreeing :)
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscr
I disagree :)
Although I know the theoretical and technical merits of AOP, I think
in the real world it's very confusing and hard to debug. I'd prefer
this kind of project not to be part of an official PHP, but in any
case, it can definitely sit in PECL/PEAR and I wouldn't discourage
this as
You need to do this:
$db->setAttribute(PDO::ATTR_EMULATE_PREPARES, true);
before you call $db->prepare().
hint: if you did this:
$db->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION);
(see http://us2.php.net/manual/en/ref.pdo.php#pdo.error-handling)
you'd get an exception:
'SQLSTATE[HY000]:
I (just a humble user) am interested in that development. I actually think
aspect oriented programming would be a nice addition to the (official) PHP
featureset. Something like this, if broadly supported, should turn into
something official so it won't lag behind the development of PHP itself, and