[PHP-DEV] PHP Cookie Class

2006-06-15 Thread Jason Boudreault
So, I found myself wondering today why PHP has no built in way to treat cookies as objects. Why? I've already written my own class, but, we should implement this! $cookie = new Cookie(); if (!isset($cookie-username)) { $cookie-username = george; $cookie-save(); } ^^ is nice, I was

Re: [PHP-DEV] PHP Cookie Class

2006-06-15 Thread Alexander Pak
I think it's a great idea, maybe it sould be implemented the same way for sessions too? On 6/15/06, Jason Boudreault [EMAIL PROTECTED] wrote: So, I found myself wondering today why PHP has no built in way to treat cookies as objects. Why? I've already written my own class, but, we should

Re: [PHP-DEV] PHP Cookie Class

2006-06-15 Thread M. Sokolewicz
Alexander Pak wrote: I think it's a great idea, maybe it sould be implemented the same way for sessions too? On 6/15/06, Jason Boudreault [EMAIL PROTECTED] wrote: So, I found myself wondering today why PHP has no built in way to treat cookies as objects. Why? I've already written my own

[PHP-DEV] Array type hinting for internal functions..

2006-06-15 Thread Hannes Magnusson
Hi all I am sure this was decided upon long time ago, but there seem to be few out there that do not want this... should I revert array type hinting for internal functions or continue adding them were appropriate while I add the argument info? Just to be clear; I'm introducing array type

[PHP-DEV] PHP6 and php_embed.c error

2006-06-15 Thread George McLachlan
Hi everyone, I am trying to compile PHP6 with the following options. ./configure --enable-debug --enable-maintainer-zts --enable-embed --enable-cli however I am getting the following error during make. /php-src/sapi/embed/php_embed.c:135: error: 'zif_dl' undeclared here (not

[PHP-DEV] pecl/filter/logical_filters.c missing

2006-06-15 Thread Frank M. Kromann
Hello Everyone, What happened to pecl/filter/logical_filters.c? It's no longer in CVS but it's still referenced in config.m4 and config.w32. - Frank -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-06-15 Thread Ignacio Arenaza
Marcus Boerger [EMAIL PROTECTED] writes: [ I'm resending this, as I haven't seen it ] [ in the internals list :-?] thanks for your efforts so far. What the test is missing now is that skipif doesn't detect whether an ldap server can be connected after all, just like the

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-06-15 Thread Marcus Boerger
Hello Ignacio, thanks again - now i only need time to bring it on the testing server and once it is running there i'll commit. Maybe Nuno can do it earlier as he is working on the gcov testing server anyway with the SoC student? best regards marcus Tuesday, May 9, 2006, 7:04:37 PM, you wrote:

Re: [PHP-DEV] pecl/filter/logical_filters.c missing

2006-06-15 Thread Pierre
On 6/15/06, Frank M. Kromann [EMAIL PROTECTED] wrote: Hello Everyone, What happened to pecl/filter/logical_filters.c? It's no longer in CVS but it's still referenced in config.m4 and config.w32. No idea, this file is still required. I do not see any `cvs remove` and cannot see as deleted. Has

[PHP-DEV] Re: Array type hinting for internal functions..

2006-06-15 Thread Lukas Smith
Hannes Magnusson wrote: Hi all I am sure this was decided upon long time ago, but there seem to be few out there that do not want this... should I revert array type hinting for internal functions or continue adding them were appropriate while I add the argument info? Just to be clear; I'm

Re: [PHP-DEV] Re: Array type hinting for internal functions..

2006-06-15 Thread Hannes Magnusson
On 6/15/06, Lukas Smith [EMAIL PROTECTED] wrote: Hannes Magnusson wrote: Hi all I am sure this was decided upon long time ago, but there seem to be few out there that do not want this... should I revert array type hinting for internal functions or continue adding them were appropriate

Re: [PHP-DEV] pecl/filter/logical_filters.c missing

2006-06-15 Thread Rasmus Lerdorf
Pierre wrote: On 6/15/06, Frank M. Kromann [EMAIL PROTECTED] wrote: Hello Everyone, What happened to pecl/filter/logical_filters.c? It's no longer in CVS but it's still referenced in config.m4 and config.w32. No idea, this file is still required. I do not see any `cvs remove` and cannot see

Re: [PHP-DEV] PHP 5.2 - No easy installation for users anymore?

2006-06-15 Thread Michael Gall
There is a debian package flex-old that supports the old functionality. Just install that first.

Re: [PHP-DEV] PHP 5.2 - No easy installation for users anymore?

2006-06-15 Thread Sebastian Bergmann
Michael Gall wrote: There is a debian package flex-old that supports the old functionality. Just install that first. That is besides Stefan's point. The snapshot and release tarballs come with pre-generated scanners and parsers. Neither flex, nor re2c, nor bison should be needed. Yet the