Re: [PHP] Segfaults with modphp5 (apache) with threads, and fastcgiquestion

2007-09-10 Thread Felipe Alcacibar
Chris escribió: Firstly the configure line you sent us is wrong. It's for the cli version, not the cgi version. '--enable-cli' '--disable-cgi' i am using a apache modphp, and also enabled the cli interface, i am not using cgi yet, i want to use fastcgi, but i made a cuestion before. i am

[PHP] Segfaults with modphp5 (apache) with threads, and fastcgi question

2007-09-10 Thread Felipe Alcacibar
Hi, I got serous problems with modphp5 in a apache, both are compiled with treads, apache was worker-mpm and php was interpreter level threads, i got lots of segmentation faults in threads. someone can helps me? At the end of the list, info about configure parameters for apache and php5 I

[PHP] Re: Problems with matrix

2007-08-28 Thread Felipe Alcacibar
'mwdir', 'mrlastm', 'mrdai', 'mrmon', 'mryear', 'mheat' ) as $var ) { if(!isset($$var)) $$var = array(); array_push($$var

[PHP] Re: Disadvantages of output buffering

2007-08-28 Thread Felipe Alcacibar
on the fly" you may need ajax, with this asynchronus requests you put headers and cookies instead, and use it on the fly in the browser if the http request is ok. Are you know the session variables, maybe you need that. Well, the desicion is yours. tell us what you want to do. Cheers!! F

[PHP] Re: DOS-textfile?

2004-11-17 Thread Felipe Alcacibar
Gustav: Christopher give you the differences within unix, dos [return] characters.. you can use chop() perl function to strip carrige return of the strings, example: $line = chop(fgets($fileHandler, 1024)); also you can use str_replace: function file2unix($stringFile) { return /* mac cas