Re: [PHP] php array in different OS

2010-07-27 Thread jose javier parra sanchez
you are probably getting a memory limit error, check your php.ini 2010/7/21 fyang : > Dear all, > I have a simple test code in different OS ,but it give me a different > result. > the code as follows: > $n= 5; > for($i=0;$i<$n;$i++) > { >$data[]=array(""

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread jose javier parra sanchez
Check your php.ini , look for output_buffering 2010/3/31 King Coffee : > Hi, > > I ran the following code snippet on Windows IIS 7, in my index.php file and > it worked fine. But when run it on Linux, the "die" code is executed. > > Is there an include file or something else I need to to process t

Re: [PHP] how to do cloud computing with php

2010-03-24 Thread jose javier parra sanchez
I have already answer that on the other thread, but anyway http://nanoserv.si.kz/ , or use the web webserver made with it http://nanoweb.si.kz/. And thinking about your 'requirements', avoid mysql from that equation. There are other faster alternatives in the SQL world. Or even better think about a

Re: [PHP] Will PHP ever "grow up" and have threading?

2010-03-24 Thread jose javier parra sanchez
On 24 March 2010 10:38, Rene Veerman wrote: > and if threading and shared memory aren't implemented, then hey, the > php dev team can build something else in that these naysayers DO need > eh... > > lol... > take a look at this -> http://nanoserv.si.kz/ -- PHP General Mailing List (http://www.

Re: [PHP] php-cli vs python

2007-06-07 Thread jose javier parra sanchez
Hi. One big diferrence is that python can be run interactively, while php not. That's a really good advantage to debug the scripts. Anyway, use the one you fell more comfortable. 2007/6/7, Abdullah Ramazanoglu <[EMAIL PROTECTED]>: Hello, I'm already (going to) use php for web based developmen