[PHP-DEV] TestFest 2010 News Announcement.

2010-06-05 Thread Eric Stewart
Wrote up and attempted to commit a news announcement for TestFest 2010, only to find out I don't have karma for that section of the repository. I've attached the entry XML file if someone would be kind enough to commit it for me. Thanks, Eric Lee Stewart http://www.w3.org/2005/Atom"; xmlns:defau

[PHP-DEV] Traits and static variables

2010-06-05 Thread Stefan Marr
Hi: Was just thinking about some details of the traits implementation. From my perspective, static variables in methods should work like the method would have been actually implemented in the class using the traits. Thus, static variables should be independent for the different traits usages.

Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread Tomas Kuliavas
You will have more problems than that if you ask generic questions. Writing file is easy task. It is unclear, if you can't create new file with desired PHP configuration, or you can't overwrite current php.ini, because it is owned by other user, or you write file and don't see your configuration ch

Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread Tomas Kuliavas
2010.06.05 21:18 Mike Willbanks rašė: > Tomas, > > Such software could allow webmaster to reconfigure PHP without terminal >> connection. Although some PHP configuration variables are not global and >> can be changed without modifying global PHP settings. Zend sells >> software >> which allows to c

Re: [PHP-DEV] Suggestion: echo function(var)[0];

2010-06-05 Thread Felipe Pena
Hi! 2010/6/4 Stas Malyshev > Hi! > > > function call chaining (f()() if f() returns function), and array >> dereferencing (f()[0]) - (Stas) >> > > I did patch for f()() - it's referenced at > http://wiki.php.net/rfc/fcallfcall - but not for f()[] - didn't have time > for that yet. > > It should

Re: [PHP-DEV] Suggestion: echo function(var)[0];

2010-06-05 Thread Harrison Yuan
I don't understand what is holding PHP back from having this syntax. Tig said: The need to assign the trivial variable $tmp first is completely arbitrary. Is it not a design goal somewhere that languages should allow the greatest degree of literal expression possible, consistent with existing sy

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-05 Thread Ferenc Kovacs
On Sat, Jun 5, 2010 at 10:54 AM, Oskar Eisemuth wrote: > Pierre Joye wrote: > >> On Thu, Jun 3, 2010 at 8:47 PM, Ferenc Kovacs wrote: >> >> >>> Agree, but currently I don't see any point in waiting, if we don't do >>> anything else beside waiting. >>> >>> >> >> There are discussions about that o

Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread Tomas Kuliavas
Such software could allow webmaster to reconfigure PHP without terminal connection. Although some PHP configuration variables are not global and can be changed without modifying global PHP settings. Zend sells software which allows to change global PHP configuration in web browser (among other feat

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-05 Thread Oskar Eisemuth
Pierre Joye wrote: On Thu, Jun 3, 2010 at 8:47 PM, Ferenc Kovacs wrote: Agree, but currently I don't see any point in waiting, if we don't do anything else beside waiting. There are discussions about that on the PDO list in the past. However, it is because we failed to start discussio

Re: [PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-05 Thread iftecan NAzeem
Hello Alexander, Could you elaborate on how this would be useful for developer. I would also like to know the security implications of exposing ini variables. On Fri, Jun 4, 2010 at 10:28 AM, Alexander Schunk wrote: > Hello, > > i am working on a webfrontend for php itself. > > For example i ha