Gregory Beaver wrote:
> Hi Marcus,
>
> FYI, this change:
>
> http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?view=diff&r1=1.146&r2=1.147
>
> breaks about 20 tests in phar, it's a potentially serious BC break. I
> understand the reasoning behind it, but you may find other users up
Hi Marcus,
FYI, this change:
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?view=diff&r1=1.146&r2=1.147
breaks about 20 tests in phar, it's a potentially serious BC break. I
understand the reasoning behind it, but you may find other users up in
arms. The main problem is that thi
Hi!
1) Ternary support for values
setting = ${value?1:2}
I think it's an overkill. If you need PHP, write it in PHP. Building
another programming language into the config system looks wrong to me.
It's complex enough as it is. We already have the programming language,
and we have ini_set
Is there any chance that dirname(__FILE__) being exposed as a constant,
i.e. __DIRNAME__?
No. Constants are per request, dirname(__FILE__) is obviously different
per file.
Actually, just as __FILE__, __LINE__, __CLASS__ etc. dirname(__FILE__)
can be a parser constant. And if somebody produ
Hello there,
Just wondering if there is any interest in bringing w32api up to speed.
The docs say it was moved to PECL as of 5.1.0, however is this not the
case. Rumor has it that it was to be replaced by ffi, however again,
this is not the case (ffi is in alpha and probably dead).
Anyone sh
Hello,
i've written the following code using Etiennes LSB. But I'm facing some
problems.
moo(); // echos "C" - wtf?? should be B
?>
Is it a bug, or did I miss anything?
Sebastian Deutsch
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub
-1. Keep the query functions and return FALSE. No need to unnecessarily
break b/c for scripts that were just trying to do the right thing by coping
with both possibilities. It's just one more roadblock to PHP 6 adoption.
Jan Schneider wrote:
Zitat von Jingcheng Zhang <[EMAIL PROTECTED]>:
Hello,
Is there any chance that dirname(__FILE__) being exposed as a constant,
i.e. __DIRNAME__?
No. Constants are per request, dirname(__FILE__) is obviously different
per file.
That's not entirely true, isn't it? Think
Zitat von Jingcheng Zhang <[EMAIL PROTECTED]>:
Hello,
Is there any chance that dirname(__FILE__) being exposed as a constant,
i.e. __DIRNAME__?
No. Constants are per request, dirname(__FILE__) is obviously
different per file.
Jan.
--
Do you need professional PHP or Horde consulting?
htt
Hello,
Is there any chance that dirname(__FILE__) being exposed as a constant,
i.e. __DIRNAME__?
On Feb 9, 2008 9:42 PM, Pierre Joye <[EMAIL PROTECTED]> wrote:
> Hi Marcus,
>
> On Feb 9, 2008 2:39 PM, Marcus Boerger <[EMAIL PROTECTED]> wrote:
> > Hello Pierre,
> > yeah nice idea. I am wonderi
10 matches
Mail list logo