On Tue, May 25, 2010 at 6:37 PM, Wez Furlong wrote:
> On Mon, May 24, 2010 at 3:07 PM, Pierre Joye wrote:
>> On Mon, May 24, 2010 at 8:56 PM, Ilia Alshanetsky wrote:
>>> Pierre,
>>> As one of the original authors of PDO that is news to me. PDO was designed
>>> to allow common functionality to be
On Mon, May 24, 2010 at 3:07 PM, Pierre Joye wrote:
> On Mon, May 24, 2010 at 8:56 PM, Ilia Alshanetsky wrote:
>> Pierre,
>> As one of the original authors of PDO that is news to me. PDO was designed
>> to allow common functionality to be provided via a common interface, however
>> it was also de
Hi,
I recently decided to setup my mac for some php developments.
OS X 10.5 already ships with Apache, PHP and I chose PostGreSQL as DB
server. I picked a package link from the official website and I installed
it. The DB server is running smoothly.
Now, as OS X's php module is not pgsql-enabled,
Good reason, I'll review the patch in the next day or two.
On Mon, May 24, 2010 at 5:55 PM, Denis Gasparin
wrote:
>
> The copy to/from sql statements accept both as main parameter a filename or
> stdout/stdin respectively.
>
> The filename represents a file in the database filesystem (apache/php
On 24/05/2010 22:39, Denis Gasparin wrote:
I attached the patch as a single file.
There are currently no tests written for the new methods.
I'll provide them if needed to integrate the patch in the pdo_pgsql driver.
Yes please. After you do that, I'm going to review the patch as soon as
I h
So I guess, nobody objects to me committing it then.
Regards,
Mike
On 05/21/2010 10:46 AM, Michael Wallner wrote:
Hi,
I prepared a patch [1] which enables serialize() to keep track of
object/variable references through its var_hash throughout
recursive calls to serialize().
See the test incl
Hi,
another end-user perspective:
Am Montag, 24. Mai 2010 14:12:41 schrieb Zeev Suraski:
> At 14:48 24/05/2010, s...@geleia.net wrote:
> >Adding strict typing would be the largest
> >
> > > inconsistency in PHP's core syntax, ever.
> >
> >I disagree. The === operator already checks the type of th