Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6?

2007-06-28 Thread Tomas Kuliavas
>> It comes down to predicting the future. Whichever way we go, the >> decision is going to be second-guessed. If we have critical mass for >> a >> clean BC break, then I am ok with it. For me personally it would make >> things a bit easier, but I think it would be a long long time before >> we

Re: [PHP-DEV] debug level

2007-06-28 Thread Jani Taskinen
CFLAGS="-g3" ./configure ..etc. Oliver Block kirjoitti: Hello, I'd like to set the debug level to 3, i.e. set compiler flag -g3 instead -g. Can anyone give me a hint where to do this? Best Regards, Oliver -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

[PHP-DEV] Re: SNAPS+SNAPSPecl different to Pecl4Win

2007-06-28 Thread Gaetano Giunta
Thanks for your encouraging words. I ran a "complete" build today against php 5.2.3, and these are the stats: - 134 packaged extensions downloaded from pecl website (sniffed the list out of cvs.php.net, then got the latest existing package for every one) of those: only 61 have a config.w32 fil

[PHP-DEV] debug level

2007-06-28 Thread Oliver Block
Hello, I'd like to set the debug level to 3, i.e. set compiler flag -g3 instead -g. Can anyone give me a hint where to do this? Best Regards, Oliver -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Exception thrown without a stack frame

2007-06-28 Thread Andrew Minerd
> I sometimes get the following error > >> Fatal error: Exception thrown without a stack frame in > >> Unknown on line 0 > > What does this mean? When we see these, they're typically from our custom session handler. -- Andrew Minerd Software Architect The Selling Source, Inc. On Thu, 28 Ju

Re: [PHP-DEV] Exception thrown without a stack frame

2007-06-28 Thread Richard Lynch
I would guess that an exception is getting thrown before you PHP script has actually started... Something in the parsing of GET/POST data or file upload handler, perhaps. Can you nail down what was being done when it occurred, perhaps by sending the error to Apache error log, and then looking at

Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6?

2007-06-28 Thread Richard Lynch
On Tue, June 19, 2007 2:44 pm, Rasmus Lerdorf wrote: > It comes down to predicting the future. Whichever way we go, the > decision is going to be second-guessed. If we have critical mass for > a > clean BC break, then I am ok with it. For me personally it would make > things a bit easier, but I

Re: [PHP-DEV] Re: documentation of php5ts.dll and .NET wrapper

2007-06-28 Thread Stanislav Malyshev
So, when would it ever be "right" to use the _C version? When you have function that its one (possible) argument is TRSM pointer. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Develop

[PHP-DEV] Exception thrown without a stack frame

2007-06-28 Thread Jakob Buchgraber
Hey! I sometimes get the following error >> Fatal error: Exception thrown without a stack frame in >> Unknown on line 0 What does this mean? Should this ever happen or does it somehow say that there is a bug in PHP. I am asking this because I've had this error a few times and it's pretty hard t

Re: [PHP-DEV] Re: documentation of php5ts.dll and .NET wrapper

2007-06-28 Thread Richard Lynch
On Tue, June 19, 2007 3:38 am, Richard Quadling wrote: > On 19/06/07, Johannes Schlüter <[EMAIL PROTECTED]> wrote: >> Sara has a nice article about TSRM: >> http://blog.libssh2.org/index.php?/archives/22-What-the-heck-is-TSRMLS_CC-anyway.html >> and since you're using php5ts.dll you have zts enabl

Re: [PHP-DEV] Bug 38245: magic_quotes_gpc and $_FILES

2007-06-28 Thread Richard Lynch
On Tue, June 19, 2007 5:19 am, Tim Starling wrote: > Can someone explain the closing comment on this bug report to me? > > http://bugs.php.net/bug.php?id=38245 > > Surely in a addslashes-escaped string, \\ is the Windows directory > separator, not \. > > The bug clearly describes irreversible corru

Re: [PHP-DEV] Feature(let) idea

2007-06-28 Thread Richard Lynch
On Tue, June 19, 2007 3:36 am, Stefan Priebsch wrote: > - define a unified path separator for include_path (the > system-dependend > ones could still be accepted, thus keeping BC) Any character you choose would be a valid part of a filename in some other OS, and so you'd then need an "escape" char