[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

[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:

[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 johan...@php.net 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:

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

2011-03-10 Thread Pierre Joye
2011/3/10 sexyprout hellosexypr...@gmail.com: 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-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 hellosexypr...@gmail.com wrote: What will be the changes in PHP 5.3.6 final? From the message you quoted: 2011/3/10 Johannes Schlüter johan...@php.net This is a step in the release process of this versions and goal is having a final version

[PHP-DEV] EOL removed after ?

2011-03-10 Thread Martin Scotta
hi all, pre 1?php ; ?1 22 3?php ; ?3 /pre pre 11?php ; ? 22 33?php ; ? /pre 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 sexyprout
Sorry everyone. I actually meant the full changelog from v5.3.5 to v5.3.6. -- sexyprout

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 martinsco...@gmail.com wrote: hi all, pre 1    ?php ; ?1 2    2 3    ?php ; ?3 /pre pre 1    1?php ; ? 2    2 3    3?php ; ? /pre First try works... but second fails output:

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 landeh...@gmail.comwrote: http://brian.moonspot.net/php-history-newline-closing-tag ~Hannes On 10 March 2011 17:42, Martin Scotta

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 hellosexypr...@gmail.com: 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

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 dmgx.mich...@gmail.com wrote: Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP

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 on

[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 pierre@gmail.com: See the NEWS file in the release. 2011/3/10 sexyprout hellosexypr...@gmail.com: Sorry everyone. I

[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/

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

2011-03-10 Thread Kalle Sommer Nielsen
Hi 2011/3/11 Sebastian Bergmann sebast...@php.net:  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

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/

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

2011-03-10 Thread Kalle Sommer Nielsen
2011/3/11 Sebastian Bergmann sebast...@php.net:  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,

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/