Re: [PHP-DEV] php interpreter

2012-05-31 Thread Stas Malyshev
Hi! > I've seen this statement before about the impact of caching the actual > compilation (or mere tokenization?) to bytecode being very small > compared to the impact of avoiding disk access. I am curious if there > are any measurements breaking this down. Read-only access to code in > files alr

[PHP-DEV] Re: Bad eval() leading to response code 500

2012-05-31 Thread Todd Ruth
[I'm afraid of getting flamed for how bad the code was in the example in my first email. I've replaced the example in this email. The rest is the same. The example still isn't great, but it's better than before.] It feels like there is a bug in php somewhere. I'm trying to debug this myself b

[PHP-DEV] Bad eval() leading to response code 500

2012-05-31 Thread Todd Ruth
It feels like there is a bug in php somewhere. I'm trying to debug this myself before filing a report and am in over my head. The short version of my question may be "How do I set a watch on SG(sapi_headers).http_response_code in the gdb?" I think I need to debug it myself because I haven't been

Re: [PHP-DEV] PHP and two phase commit transactions

2012-05-31 Thread Sanford Whiteman
> MySQl and MyISAM can not be used in conjuction with LIXA for > distributed transaction processing. Should be very clear about this in your documentation, as MySQL as RM will be unsupported in practice in the majority of *MP installations. You didn't mention MSSQL, I assume because you develop o

[PHP-DEV] PHP 5.4.4RC2 Released

2012-05-31 Thread David Soria Parra
Hi! We would like to announce the second RC of the 5.4.4 version. This is mainly a bugfix release. The release includes a fix for a weakness crypts() DES implementation (CVE-2012-2143). Please test it and notify us of any problems you may encounter. The full list of the fixes is as always in the

Re: [PHP-DEV] BreakIterator

2012-05-31 Thread David Muir
Coming from a "pleb", my only concern is the name if the class is in the global scope. A "BreakIterator" to me sounds like something related to breaking out of a looping structure, and not something used for iterating over various language structure boundaries. If it's in a ICU namespace, then it's

[PHP-DEV] BreakIterator

2012-05-31 Thread Gustavo Lopes
Hi I've wrapped ICU's BreakIterator and RuleBasedBreakIterator. I stopped short of adding a procedural interface. I think there's a larger expectation of a having an OOP interface when working with iterators. What do you think? If there's no procedural interface, I'll change the instances of