Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-10 Thread Ferenc Kovacs
On Fri, Oct 9, 2009 at 11:12 PM, Samuel ROZE samuel.r...@gmail.com wrote: Le vendredi 09 octobre 2009 à 23:05 +0200, Pierre Joye a écrit : About applying it, we should wait a bit more until we get more feedbacks (say until the middle of next week). Oh yeah of course ! It was just a question

Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-10 Thread Lester Caine
Ferenc Kovacs wrote: Then see how we can do it for the other drivers at the same time. I'm looking for Oracle. Is somebody know how we can do for MySQL (and how raise notices with it) ? http://dev.mysql.com/doc/refman/5.1/en/show-warnings.html Something to consider here is that, like MySQL

Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-10 Thread Samuel ROZE
Le samedi 10 octobre 2009 à 15:51 +0100, Lester Caine a écrit : Ferenc Kovacs wrote: Then see how we can do it for the other drivers at the same time. I'm looking for Oracle. Is somebody know how we can do for MySQL (and how raise notices with it) ?

Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-10 Thread Lukas Kahwe Smith
On 10.10.2009, at 19:32, Samuel ROZE wrote: Le samedi 10 octobre 2009 à 15:51 +0100, Lester Caine a écrit : Ferenc Kovacs wrote: Then see how we can do it for the other drivers at the same time. I'm looking for Oracle. Is somebody know how we can do for MySQL (and how raise notices with

Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-10 Thread Lester Caine
Samuel ROZE wrote: Le samedi 10 octobre 2009 à 15:51 +0100, Lester Caine a écrit : Ferenc Kovacs wrote: Then see how we can do it for the other drivers at the same time. I'm looking for Oracle. Is somebody know how we can do for MySQL (and how raise notices with it) ?

[PHP-DEV] Re: Creating an experimental syntax

2009-10-10 Thread Rune Kaagaard
Dear Internals At the moment I'm very inspired by functional programming languages such as SML and especially scala. I would like to create and alternative PHP syntax, just for fun nothing serious, inspired by these languages. I've managed to compile PHP with debug stuff turned on and found some