Re: [PHP-DEV] suggestion about ternary operator

2009-11-22 Thread Lukas Kahwe Smith
On 22.11.2009, at 03:13, D. Dante Lorenso wrote: > Lukas Kahwe Smith wrote: >> On 21.11.2009, at 22:29, Dante Lorenso wrote: >>> I would love to restate my recommendation for the function "filled". >>> Which is the opposite of "empty". Filled would accept a variable >>> number of arguments and r

[PHP-DEV] Re: [INTERNALS-WIN] Assistance Needed with config.w32 and .dsp scripts

2009-11-22 Thread Pierre Joye
hi, On Tue, Nov 17, 2009 at 10:26 PM, Israel Ekpo wrote: > Hi Everyone, > > My name is Israel Ekpo > > I am trying to compile the Solr extension on Windows XP using Visual Studio > 2008 but I am getting compile errors. Current trunk should work fine as long as you have libxml, curl, iconv and zl

Re: [PHP-DEV] SVN Account Request: odoucet

2009-11-22 Thread Pierre Joye
hi, Done, On Mon, Nov 16, 2009 at 3:50 PM, Olivier Doucet wrote: > Hi, > > I received my svn account (odoucet), thanks ! > I'm missing karma now to commit all my tests ;) I need access to *tests/ > directory. > I also need specific access to ext/snmp because there is no 'tests' > directory in th

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-11-22 Thread Lukas Kahwe Smith
On 11.11.2009, at 14:50, Greg Beaver wrote: > stream_resolve_include_path() as currently constructed could not be > intercepted, and is actually unable to process an include_path that > contains streams. I'm guessing it was written long before PHP 5.3. > This could be easily fixed by having str

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-11-22 Thread Lukas Kahwe Smith
On 22.11.2009, at 18:01, Lukas Kahwe Smith wrote: > So there are three approaches listed in the RFC: > 1) http://wiki.php.net/rfc/autoload_include#proposal > add a new alternative to include, which works the same except that for > missing files it returns null and on success it returns the file

[PHP-DEV] Re: [INTERNALS-WIN] Assistance Needed with config.w32 and .dsp scripts

2009-11-22 Thread Israel Ekpo
Pierre and Pierrick, Thanks a lot once again for helping me out! I really really appreciate it. You have really helped out a lot of the windows PHP user space developers that could not use the extension. I also thank Kalle and Felipe for their contributions in reviewing the initial releases of

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-11-22 Thread Greg Beaver
Lukas Kahwe Smith wrote: > So there are three approaches listed in the RFC: > 1) http://wiki.php.net/rfc/autoload_include#proposal > add a new alternative to include, which works the same except that for > missing files it returns null and on success it returns the file location > (unless the fil

Re: [PHP-DEV] Re: alternative to the fopen() hack in autoloaders

2009-11-22 Thread Greg Beaver
Lukas Kahwe Smith wrote: > Finally optionally include in your vote if would like to see this feature > added to 5.3.2 or if it should wait for the next minor/major version update > instead. +0 on version to include this in, sorry I forgot to include that in my vote. Greg -- PHP Internals - PH