[PHP] Help with SSH2

2008-05-29 Thread Gonzalo Bettancourt
lso, how to Upload a file to the remote computer. The remote host is "cipres.cec.uchile.cl"... and i'm using the ssh2 library.. Thanks! -- Gonzalo Bettancourt G. Estudiante de Ingenieria Universidad de Chile http://www.cec.uchile.cl/~gbettanc

[PHP] want to learn about zend

2007-09-27 Thread Gonzalo PHPFan
hello people anyone know a good tutorial to learn the basics of zend, how it works and how to use? Regards, Gonzalo

[PHP] get id field in table

2006-12-20 Thread Gonzalo Gorosito
Hello! How can I identify the field ID in some table (MySQL)? Regards -- Gonzalo Gorosito Sistemas | By-Cycle Humboldt 2495, Piso 10 C1425FUG - Bs.As. Argentina Tel.: + 54 (11) 4774 6006 | Fax: + 54 (11) 4774 7117 www.by

RE: [PHP] cannot quiet notice error

2006-12-18 Thread Gonzalo Gorosito
-general@lists.php.net Asunto: Re: [PHP] cannot quiet notice error Gonzalo Gorosito wrote: > Hello friends, > > > > I have a little problem with the error_reporting in my php.ini > > > > Every time I get errors like this: > > > > Notice: Undefine

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

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] memory leak when referencing associative arrays

2006-02-14 Thread Gonzalo MC
Gonzalo MC escribió: Jochem Maas escribió: Gonzalo MC wrote: Hi Jochem, Thank you very much for your reply! no problem :-) Your reply lend me this morning to had a look again at the code, and I have solved more than half of the trouble caused by a leak on a PhpGtk function

Re: [PHP] memory leak when referencing associative arrays

2006-02-14 Thread Gonzalo MC
Jochem Maas escribió: Gonzalo MC wrote: Hi Jochem, Thank you very much for your reply! no problem :-) Your reply lend me this morning to had a look again at the code, and I have solved more than half of the trouble caused by a leak on a PhpGtk function! :-) Sorry for the more long

Re: [PHP] memory leak when referencing associative arrays

2006-02-14 Thread Gonzalo MC
ication is active receiving data -that was really the more compromising thing- I'll have to find the time to refactor carefully the main processing loop to plain functions -a 170kb. code class- and not get caught by bugs... again :-) Just a matter of processing a lot of global data within

Re: [PHP] memory leak when referencing associative arrays

2006-02-14 Thread Gonzalo MC
ication is active receiving data -that was really the more compromising thing- I'll have to find the time to refactor carefully the main processing loop to plain functions -a 170kb. code class- and not get caught by bugs... again :-) Just a matter of processing a lot of global data within

[PHP] memory leak when referencing associative arrays

2006-02-12 Thread Gonzalo MC
use a different mechanism for storing the associative arrays so I could not suffer this issue? If my trouble is not very clear, please don't hesitate to ask me. Thanks in advance. Regards, Gonzalo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Invoking a DLL with PHP

2005-10-17 Thread Gonzalo Monzón
eed to have php running on a webserver, as you need to link dynamically with php4_ts.dll These methods give you poweful ways to extend or workaround over php limits... :-P So that was my 2cents. :^) Hope it helps to clears a bit what could you do to get the job done. Gonzalo. -- PHP General Ma

[PHP] Re: Wierd problem.... Perhaps is the while ()

2002-06-05 Thread Gonzalo Daniel Vivanco Mocorrea
"; el caracter de escape puede solucionar tu problema (the escape char can help you) Espero que estas soluciones funcionen Gonzalo Daniel Vivanco Mocorrea --- "Fernando Gonzalez" <[EMAIL PROTECTED]> escribió en el mensaje 000e01c0e031$29bf0de0$90fd30c8@servidor&qu

[PHP] fopen(FTP....)

2002-03-02 Thread Gonzalo
y file. I allways get the message "No such file or directory in " Someone told me to conect to the ftp site with site#site.xxx instead of [EMAIL PROTECTED] but it doesn't work. ¿Could anyone help me? Gonzalo.

[PHP] Nueva direccion

2001-09-26 Thread Gonzalo Casas
Hola todos..!! Mi nueva direccion a partir de ahora es [EMAIL PROTECTED] Bye! Gonzalo