[PHP-DEV] How to compile and trace PHP source on Windows

2008-08-26 Thread Andreas K Santoso
Hello erveryone, i just want to know how to compile and trace PHP engine source code on Windows. I need it for my assignment. I've google search it but all i found is how to build PHP on Windows. Thank you very much -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] How to compile and trace PHP source on Windows

2008-08-26 Thread Pierre Joye
hi, On Tue, Aug 26, 2008 at 9:48 AM, Andreas K Santoso [EMAIL PROTECTED] wrote: Hello erveryone, i just want to know how to compile and trace PHP engine source code on Windows. I need it for my assignment. I've google search it but all i found is how to build PHP on Windows. Thank you

RE: [PHP-DEV] TracingPHP

2008-08-26 Thread Jonathan Bond-Caron
On Mon Aug 25 06:28 PM, steve wrote: Has anyone had success compiling PHP with LLVM? I haven't tried it, here is a good summary: http://llvm.org/devmtg/2008-08/Lopes_PHP-JIT-InTwoDays.pdf In short, it is 'slower' but that seems to be without any caching of the bytecode Bytecode is not

Re: [PHP-DEV] [PATCH] add imap_myrights

2008-08-26 Thread Diego Woitasen
On Wed, August 20, 2008 10:55 pm, Jani Taskinen wrote: Diego Woitasen kirjoitti: Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086. diff -u -r php-5.2.6/ext/imap/php_imap.c php-myrights/ext/imap/php_imap.c

Re: [PHP-DEV] [PATCH] add imap_myrights

2008-08-26 Thread Jani Taskinen
Diego Woitasen wrote: On Wed, August 20, 2008 10:55 pm, Jani Taskinen wrote: Diego Woitasen kirjoitti: Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086. diff -u -r php-5.2.6/ext/imap/php_imap.c

[PHP-DEV] Re: [RFC] Native TLS for globals in ZTS

2008-08-26 Thread Arnaud Le Blanc
Hi, I updated the RFC. I added benchmark tests on x86_64: Position independent code is the default there and is as fast as non-PIC on IA-32. The initial patch using dynamic TLS gives the same results as on IA-32 with static TLS. I also tested the patch (with a few changes) on Windows Server

Re: [PHP-DEV] mysql_set_charset

2008-08-26 Thread Alexey Zakhlestin
On Thu, Aug 7, 2008 at 6:29 PM, Hannes Magnusson [EMAIL PROTECTED] wrote: On Thu, Aug 7, 2008 at 16:17, Ulf Wendel [EMAIL PROTECTED] wrote: He explained to me that using SET NAMES is what is not recommended when using libmysql because: - there is no verification if the client knows the

Re: [PHP-DEV] [PATCH] add imap_myrights

2008-08-26 Thread Diego Woitasen
On Tue, August 26, 2008 11:12 am, Jani Taskinen wrote: Diego Woitasen wrote: On Wed, August 20, 2008 10:55 pm, Jani Taskinen wrote: Diego Woitasen kirjoitti: Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086.

Re: [PHP-DEV] alpha2 scheduled

2008-08-26 Thread Lukas Kahwe Smith
On 07.08.2008, at 21:22, Lukas Kahwe Smith wrote: After speaking with several people about their todo items [1], Johannes and I have settled on the 28th of August for the alpha2 release. We will package on the 27th. Seems like we have a good chance for getting the open items completed by

Re: [PHP-DEV] TracingPHP

2008-08-26 Thread Nathan Nobbe
On Tue, Aug 26, 2008 at 6:57 AM, Jonathan Bond-Caron [EMAIL PROTECTED]wrote: On Mon Aug 25 06:28 PM, steve wrote: Has anyone had success compiling PHP with LLVM? I haven't tried it, here is a good summary: http://llvm.org/devmtg/2008-08/Lopes_PHP-JIT-InTwoDays.pdf In short, it is