Re: [PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace()

2011-03-10 Thread Sebastian Bergmann
On 03/10/2011 10:55 PM, Kalle Sommer Nielsen wrote: . Added options to debug backtrace functions. (Stas) My bad, I grep'ed for debug_backtrace. -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc

Re: [PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace()

2011-03-10 Thread Kalle Sommer Nielsen
2011/3/11 Sebastian Bergmann : >  I believe so. The NEWS file has no entry on this, however. There is actually an entry: http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/NEWS?view=markup - Line 40 reads: . Added options to debug backtrace functions. (Stas) -- regards, Kalle Sommer Nielse

Re: [PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace()

2011-03-10 Thread Sebastian Bergmann
On 03/10/2011 10:45 PM, Kalle Sommer Nielsen wrote: Wasn't that feature added n 5.3.6? I believe so. The NEWS file has no entry on this, however. -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.

Re: [PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace()

2011-03-10 Thread Kalle Sommer Nielsen
Hi 2011/3/11 Sebastian Bergmann : >  https://gist.github.com/865413 fixes the prototype for >  zend_fetch_debug_backtrace(). Wondering whether I should wait with >  committing this to PHP_5_3 before 5.3.6. Wasn't that feature added n 5.3.6? If so then it should be fixed, I can't see it harmfully

[PHP-DEV] Wrong prototype for zend_fetch_debug_backtrace()

2011-03-10 Thread Sebastian Bergmann
https://gist.github.com/865413 fixes the prototype for zend_fetch_debug_backtrace(). Wondering whether I should wait with committing this to PHP_5_3 before 5.3.6. -- Sebastian BergmannCo-Founder and Principal Consultant http://sebastian-bergmann.de/

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Sharl.Jimh.Tsin
maybe the title "PHP 5.3.6RC2 Released for Testing" is wrong,please check. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/3/11 Pierre Joye : > See the NEWS file in the release. > > 2011/3/10 sexyprout : >> Sorry everyone. I actually meant "the full changelog from

Re: [PHP-DEV] EOL removed after ?>

2011-03-10 Thread Reindl Harald
Am 10.03.2011 19:30, schrieb Martin Scotta: > ok, I think I got it. > > so you think it's safe to include an empty new line after a line that ends > with ?> ? > > Martin Scotta It is a bad idea to add anything automatic There are CLI scripts out there runnign as cron-jobs and if you do this o

Re: [PHP-DEV] EOL removed after ?>

2011-03-10 Thread Martin Scotta
ok, I think I got it. so you think it's safe to include an empty new line after a line that ends with ?> ? Martin Scotta On Thu, Mar 10, 2011 at 1:59 PM, Hannes Landeholm wrote: > http://brian.moonspot.net/php-history-newline-closing-tag > > ~Hannes > > On 10 March 2011 17:42, Martin Scotta

Re: [PHP-DEV] RFC Dynamic Tag Styles, and No Tags

2011-03-10 Thread Pierre Joye
hi, the right place for RFCs are in the wiki, please put it there and we can discuss it here :) Cheers, On Thu, Mar 10, 2011 at 3:52 PM, Michael Morris wrote: Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Pierre Joye
See the NEWS file in the release. 2011/3/10 sexyprout : > Sorry everyone. I actually meant "the full changelog from v5.3.5 to v5.3.6." > > -- > sexyprout > -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsub

Re: [PHP-DEV] EOL removed after ?>

2011-03-10 Thread Michael Morris
The RFC I just posted also addresses this problem by not requiring all files to have tags at all. On Thu, Mar 10, 2011 at 11:59 AM, Hannes Landeholm wrote: > http://brian.moonspot.net/php-history-newline-closing-tag > > ~Hannes > > On 10 March 2011 17:42, Martin Scotta wrote: > > > > hi all, > >

Re: [PHP-DEV] EOL removed after ?>

2011-03-10 Thread Hannes Landeholm
http://brian.moonspot.net/php-history-newline-closing-tag ~Hannes On 10 March 2011 17:42, Martin Scotta wrote: > > hi all, > > > 1    1 > 2    2 > 3    3 > > > > 1    1 > 2    2 > 3    3 > > > First try works... but second fails > > output: > > 1       1 > 2       2 > 3       3 > > 1       1

[PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread sexyprout
Sorry everyone. I actually meant "the full changelog from v5.3.5 to v5.3.6." -- sexyprout

[PHP-DEV] EOL removed after ?>

2011-03-10 Thread Martin Scotta
hi all, 11 22 33 11 22 33 First try works... but second fails output: 1 1 2 2 3 3 1 12 2 3 3 is this the expected behavior? Martin Scotta

[PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Johannes Schlüter
On Thu, 10 Mar 2011 17:11:42 +0100, sexyprout wrote: > What will be the changes in PHP 5.3.6 final? >From the message you quoted: > 2011/3/10 Johannes Schlüter >> This is a step in the release process of this versions and goal >> is having a final version using the same source state by next we

Re: [PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Pierre Joye
2011/3/10 sexyprout : > What will be the changes in PHP 5.3.6 final? No change between RC3 and final if everything is fine in this RC, if not then we may need another RC. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development

[PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread sexyprout
What will be the changes in PHP 5.3.6 final? 2011/3/10 Johannes Schlüter > The third, and last, release candidates of 5.3.6 was just released for > testing and can be downloaded here: > > http://downloads.php.net/johannes/php-5.3.6RC3.tar.bz2 (md5sum: > 0098109e00a0514f947e4358d1381a67) > http:/

[PHP-DEV] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Johannes Schlüter
The third, and last, release candidates of 5.3.6 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.6RC3.tar.bz2 (md5sum: 0098109e00a0514f947e4358d1381a67) http://downloads.php.net/johannes/php-5.3.6RC3.tar.gz (md5sum: e4d756d89d89844b1da49c1ad41e0a

[PHP-DEV] RFC Dynamic Tag Styles, and No Tags

2011-03-10 Thread Michael Morris
About two months ago I placed an RFC to the list on this and we had a pretty good conversation on it. I've started the process of brushing my C skills up to the this task. Before I begin with this I'd like to review this one more time - I made some changes from the original proposal. Since the or