Re: [PHP] please help with regular expression in preg_replace

2009-10-30 Thread Red
Many thanx to Jim and andy for their replies, with Jim`s changes its now working like in sed. Excuse me for my stupid question, but im old unix/linux system engineer coding with C , perl and bash, php gave me unpredictable results in this task. ;-) so, in final, may be this help some other

RE: [PHP] dynamic menu with show hide capabilities - understanding possible workflow

2009-10-30 Thread MEM
-Original Message- From: MEM [mailto:tal...@gmail.com] Sent: terça-feira, 27 de Outubro de 2009 12:05 To: 'a...@ashleysheridan.co.uk' Cc: 'Jim Lucas'; 'php-general@lists.php.net' Subject: RE: [PHP] dynamic menu with show hide capabilities - understanding possible workflow Think

[PHP] How APC Work?

2009-10-30 Thread Erick Couto
Hi, How *APC* – Alternative *PHP* Cache store data on cache? memory? file system? i´m developing a PHP application with many requests for read/write on APC stored variables, im scared with future slow down with many IO on APC. Thanks, Erick Couto

[PHP] smtp mail question

2009-10-30 Thread Al
Anyone see a problem if I login into the smtp server with Username different than the Return-Path? It seems to work OK; but, I know from experience using the mail servers that increasingly everything must be exactly right to prevent recipient mail servers from rejecting emails. So, I

[PHP] Re: How APC Work?

2009-10-30 Thread Carlos Medina
Erick Couto schrieb: Hi, How *APC* – Alternative *PHP* Cache store data on cache? memory? file system? i´m developing a PHP application with many requests for read/write on APC stored variables, im scared with future slow down with many IO on APC. Thanks, Erick Couto No Documentation for

Re: [PHP] smtp mail question

2009-10-30 Thread John Black
Al wrote: Anyone see a problem if I login into the smtp server with Username different than the Return-Path? It seems to work OK; but, I know from experience using the mail servers that increasingly everything must be exactly right to prevent recipient mail servers from rejecting emails. All