Re: [PHP] Re: Embedding PHP 5 in a C application

2006-05-27 Thread Gonzalo Monzón
Hi, I think you can start here: http://wildphp.free.fr/wiki/doku.php?id=howto:embeding_a_php_source_into_a_windows_executable_file Regards, Gonzalo Adam Zey escribió: D. Dante Lorenso wrote: All, Can anybody give me a pointer on where I might start to learn how to embed Zend2/PHP 5 insi

Re: [PHP] Wierd ass code...

2006-05-15 Thread Gonzalo Monzón
Robin Vickery escribió: On 14/05/06, Gonzalo Monzón <[EMAIL PROTECTED]> wrote: Satyam escribió: > Of course, another possibility is that the author does not know how to > handle multidimensional arrays (just to say it before anyone else > points an obvious alternative) >

Re: [PHP] Wierd ass code...

2006-05-15 Thread Gonzalo Monzón
Gonzalo Monzón escribió: Attached results and code. (tested on PHP 4.3.4) -- Testing bidimensional and single dimension array manipulation Fill style A, bidimensional array: 2,1603 Iteration style A, bidimensional array: 9,9071 Total

Re: [PHP] Wierd ass code...

2006-05-13 Thread Gonzalo Monzón
Satyam escribió: - Original Message - From: "Satyam" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]>; "php php" Sent: Saturday, May 13, 2006 9:53 PM Subject: Re: [PHP] Wierd ass code... - Original Message - From: "Ryan A" <[EMAIL PROTECTED]> To: "php php" Sent: Saturd

Re: [PHP] XML Parsing, starting out.

2006-04-29 Thread Gonzalo Monzón
to get started, it you find handy my approach. I've attached a partial output from the data extracted by this code too. To run the code you need PEAR and XML_Beautifier and dependencies (if any, now don't remember if XML_parser is in the PEAR base install or not). Have fun, :-) Gonzalo M

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Gonzalo Monzón
D. Dante Lorenso escribió: Gonzalo Monzón wrote: I've been developing desktop applications with PHP-GTK since 2002, far beyond the web script context, and in the more complex projects I did, was a must to implement multi-process and IPC communication due to the lack of threading in PH

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Gonzalo Monzón
gle codebase and language... :-) Gonzalo Gonzalo Monzón escribió: D. Dante Lorenso escribió: Gonzalo Monzón wrote: Use Python, it is the way to go if you're willing to use mt :-) I've already written the multi-threaded server using Java. I want to do this in PHP, however, becau

Re: [PHP] I want to write a Multi-threaded PHP Application

2006-04-27 Thread Gonzalo Monzón
D. Dante Lorenso escribió: Gonzalo Monzón wrote: Use Python, it is the way to go if you're willing to use mt :-) I've already written the multi-threaded server using Java. I want to do this in PHP, however, because the PHP "threads" can re-use PHP classes I've

Re: [PHP] Invoking a DLL with PHP

2005-10-17 Thread Gonzalo Monzón
Richard Davey escribió: Hi Jay, Monday, October 17, 2005, 4:15:58 PM, you wrote: Unfortunately I may not be able to have the DLL re-built with the COM interface. It is an older DLL containing engineering functions and it is huge. The real dingle here is that I only need to access some of t