Re: [PHP-DEV] multiple use

2008-06-02 Thread Stefan Walk
On Sunday 01 June 2008 23:32:58 Hannes Magnusson wrote: > I don't know what else I can say. You asked if someone had objections > and I replied stating my personal opinion that I find explicit use > statements in multiple lines more readable. > I don't really see the point in dropping three charact

Re: [PHP-DEV] Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help

2008-06-02 Thread Derick Rethans
On Mon, 2 Jun 2008, Pierre Joye wrote: > While working on the windows ports, I asked Sara about the mhash > status in regard of the new shiny ext/hash. The plan is to remove > ext/hash completely and emulate it in ext/hash to keep the BC. It > could even a configuration flag if one likes to be sur

Re: [PHP-DEV] multiple use

2008-06-02 Thread Derick Rethans
On Sun, 1 Jun 2008, Hannes Magnusson wrote: > On Sun, Jun 1, 2008 at 7:43 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > Hi! > > > >> use FooBar::In::Some::NameSpace as foo, > >> SomeOther::Cool:Massive::awesome::space as bar, And::other:namespace > >> as foobar; > >> vs > >> use FooBar::In

Re: [PHP-DEV] multiple use

2008-06-02 Thread Stanislav Malyshev
Hi! It's not dropping three characters, it's making better user experience. I see lately on the list very strange total opposition to any feature that adds any usability or syntax sugar to PHP. Like features supported by a bunch of community people but opposed by some core developers on abstr

Re: [PHP-DEV] Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help

2008-06-02 Thread Pierre Joye
On Mon, Jun 2, 2008 at 10:21 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Mon, 2 Jun 2008, Pierre Joye wrote: > >> While working on the windows ports, I asked Sara about the mhash >> status in regard of the new shiny ext/hash. The plan is to remove >> ext/hash completely and emulate it in ext

Re: [PHP-DEV] multiple use

2008-06-02 Thread Pierre Joye
hi, On Mon, Jun 2, 2008 at 10:26 AM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > I wonder why is that? Conservatism (and we are all conservative depending on what you ask...sadly) > What's wrong with being nicer to the user? nothing > Is usability a taboo in PHP now? no +1 for thi

[PHP-DEV] Global structures in extension

2008-06-02 Thread Adam Klobukowski
Hello I'm writing a PHP extension where I'm using a custom library. This library uses a structure that needs to be initialized once per server instance. First I initialized it in each of my functions and deinitialize it ant the end. It works ok, but unfortunetly it turns to be to slow. So, I'

Re: [PHP-DEV] Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help

2008-06-02 Thread Scott MacVicar
Pierre Joye wrote: On Mon, Jun 2, 2008 at 10:21 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: On Mon, 2 Jun 2008, Pierre Joye wrote: While working on the windows ports, I asked Sara about the mhash status in regard of the new shiny ext/hash. The plan is to remove ext/hash completely and emul

[PHP-DEV] CVS Account Request: alexsakura

2008-06-02 Thread alexsakura
test -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 6 Bug Summary Report

2008-06-02 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (62 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers ===

[PHP-DEV] CVS Account Request: nikned

2008-06-02 Thread Nenad Nikolic
Translating the documentation on Serbian. Contact made by Philip Olson. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Global structures in extension

2008-06-02 Thread Antony Dovgal
On 02.06.2008 13:35, Adam Klobukowski wrote: Hello I'm writing a PHP extension where I'm using a custom library. This library uses a structure that needs to be initialized once per server instance. First I initialized it in each of my functions and deinitialize it ant the end. It works ok, bu

Re: [PHP-DEV] Where is PHP 5 Bug Summary Report?

2008-06-02 Thread Felipe Pena
Hi all Em Seg, 2008-05-26 às 08:18 -0700, Philip Olson escreveu: > On 26 May 2008, at 05:45, Guilherme Blanco wrote: > > > Hi, > > > > Read the subject... > > > > Have anyone disabled it? > > This summary has finally reached 100kb so it's too large for the list. > Possible solutions: > > -

Re: [PHP-DEV] Global structures in extension

2008-06-02 Thread Adam Klobukowski
Antony Dovgal pisze: On 02.06.2008 13:35, Adam Klobukowski wrote: Hello I'm writing a PHP extension where I'm using a custom library. This library uses a structure that needs to be initialized once per server instance. First I initialized it in each of my functions and deinitialize it ant th

Re: [PHP-DEV] Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help

2008-06-02 Thread Pierre Joye
On Mon, Jun 2, 2008 at 12:34 PM, Scott MacVicar <[EMAIL PROTECTED]> wrote: > Pierre Joye wrote: >> >> On Mon, Jun 2, 2008 at 10:21 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: >>> >>> On Mon, 2 Jun 2008, Pierre Joye wrote: >>> While working on the windows ports, I asked Sara about the mhash >

Re: [PHP-DEV] GSoC: Bugtracker

2008-06-02 Thread sean finney
hi barry, oops, guess this one got lost under the pile for a bit... On Monday 26 May 2008 12:50:08 pm Barry Carlyon wrote: > So please add anything you would like to see in the bug tracker to the > specs page. > If you have any questions or wish to discuss anything I can currently be > found on

Re: [PHP-DEV] Re: Short syntax for array literals [...]

2008-06-02 Thread Rodrigo Saboya
Hi, I've been reading internals for a while and after reading some messages in this specific topic (Short syntax for array literals) I decided to give some userland input here as it seems it's somewhat a rare ocurrence in this list. If I had to guess, I'd say most people don't consider themsel

Re: [PHP-DEV] GSoC: Bugtracker

2008-06-02 Thread Hannes Magnusson
On Mon, Jun 2, 2008 at 9:36 PM, sean finney <[EMAIL PROTECTED]> wrote: > i would like to suggest that the "Secondary Requirement" entitled "VCS > (Versioning Control System, e.g. CVS and SVN) integration" be given a great > deal of importance. i can't tell you how many hours i've lost trying to fi

Re: [PHP-DEV] GSoC: Bugtracker

2008-06-02 Thread Barry Carlyon
That one is on the wiki, but I am glad you clarified it, I didnt quite understand what it meant sean finney wrote: hi barry, oops, guess this one got lost under the pile for a bit... On Monday 26 May 2008 12:50:08 pm Barry Carlyon wrote: So please add anything you would like to see i

Re: [PHP-DEV] Where is PHP 5 Bug Summary Report?

2008-06-02 Thread Philip Olson
On 2 Jun 2008, at 07:54, Felipe Pena wrote: Hi all Em Seg, 2008-05-26 às 08:18 -0700, Philip Olson escreveu: On 26 May 2008, at 05:45, Guilherme Blanco wrote: Hi, Read the subject... Have anyone disabled it? This summary has finally reached 100kb so it's too large for the list. Possi

Re: [PHP-DEV] Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help

2008-06-02 Thread Cristian Rodríguez
Derick Rethans escribió: I've not heard of any issues about ext/mhash. libmhash is no longer under development see http://sourceforge.net/projects/mhash/ I guess that is enough reason to start thinking about a compatible replacement.. -- "Progress is possible only if we train ourselves

[PHP-DEV] CVS Account Request: tabe

2008-06-02 Thread Takeshi Abe
Maintaining an official, bundled PHP extension, especially libgd. Pierre-A. Joye (a.k.a pierre) has suggested me to request a cvs account. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php