[PHP] eAccelerator Loader can't load code. Incorrect Zend Engine

2010-01-30 Thread Alberto García Gómez
ne is requesting??? Saludos Fraternales _ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124 __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus

Re: [PHP] Good source for sample data?

2010-01-30 Thread tedd
At 3:08 PM -0800 1/29/10, Brian Dunning wrote: Thanks for the suggestions but I couldn't find any that suited my needs, so I made my own. Feel free to download if you can use them, I made files with up to a million unique records. Name, Company, Address, Phone, Email, etc., all are fake but ar

Re: [PHP] Creating an Entire .html page with PHP

2010-01-30 Thread Robert Cummings
Ashley Sheridan wrote: On Sat, 2010-01-30 at 13:40 -0500, Robert Cummings wrote: Ashley Sheridan wrote: > On Sat, 2010-01-30 at 19:20 +0100, Nisse Engström wrote: > >> On Fri, 29 Jan 2010 14:48:47 +, Ashley Sheridan wrote: >> >>> On Fri, 2010-01-29 at 20:15 +0530, Raman . wrote: >>> y

Re: [PHP] Creating an Entire .html page with PHP

2010-01-30 Thread Ashley Sheridan
On Sat, 2010-01-30 at 13:40 -0500, Robert Cummings wrote: > Ashley Sheridan wrote: > > On Sat, 2010-01-30 at 19:20 +0100, Nisse Engström wrote: > > > >> On Fri, 29 Jan 2010 14:48:47 +, Ashley Sheridan wrote: > >> > >>> On Fri, 2010-01-29 at 20:15 +0530, Raman . wrote: > >>> > you can use

Re: [PHP] Creating an Entire .html page with PHP

2010-01-30 Thread Robert Cummings
Ashley Sheridan wrote: On Sat, 2010-01-30 at 19:20 +0100, Nisse Engström wrote: On Fri, 29 Jan 2010 14:48:47 +, Ashley Sheridan wrote: On Fri, 2010-01-29 at 20:15 +0530, Raman . wrote: you can use Apache mod rewrite to create html pages having all programing saved in .php pages. I have

Re: [PHP] Creating an Entire .html page with PHP

2010-01-30 Thread Ashley Sheridan
On Sat, 2010-01-30 at 19:20 +0100, Nisse Engström wrote: > On Fri, 29 Jan 2010 14:48:47 +, Ashley Sheridan wrote: > > > On Fri, 2010-01-29 at 20:15 +0530, Raman . wrote: > > > >> you can use Apache mod rewrite to create html pages having all programing > >> saved in .php pages. I have never

Re: [PHP] Creating an Entire .html page with PHP

2010-01-30 Thread Nisse Engström
On Fri, 29 Jan 2010 14:48:47 +, Ashley Sheridan wrote: > On Fri, 2010-01-29 at 20:15 +0530, Raman . wrote: > >> you can use Apache mod rewrite to create html pages having all programing >> saved in .php pages. I have never tried generating .html pages with this but >> have successfully genera

Re: [PHP] Re: how do I use php://memory?

2010-01-30 Thread Daniel Brown
On Sat, Jan 30, 2010 at 12:18, Shawn McKenzie wrote: > > Done.  Thanks Dan.  http://bugs.php.net/bug.php?id=50886 Thank you, sir. I thanked you on Facebook when I saw the report come in, but wanted to thank you properly here as well. -- daniel.br...@parasane.net || danbr...@php.net http:/

Re: [PHP] Re: how do I use php://memory?

2010-01-30 Thread Shawn McKenzie
Daniel P. Brown wrote: > (Typing from the DROID, so forgive the top-posting.) > > Shawn, would you take a few moments to submit this as a bug at > http://bugs.php.net/? I know you well enough that, if you say the docs suck, > they probably do. > > On Jan 29, 2010 10:47 PM, "Shawn McKenzie" wrote

Re: [PHP] File Upload

2010-01-30 Thread Ashley Sheridan
On Sat, 2010-01-30 at 14:40 +0100, Ali Reza Sajedi wrote: > Thank you for your replys. > > In php.ini upload_tmp_dir is not set, so that the system should use its > default tmp folder. > > It used to work properly. But, after a system update from centos5.3 to > centos5.4 this malfunction is n

Re: [PHP] File Upload

2010-01-30 Thread Ali Reza Sajedi
Thank you for your replys. In php.ini upload_tmp_dir is not set, so that the system should use its default tmp folder. It used to work properly. But, after a system update from centos5.3 to centos5.4 this malfunction is now observed. Any idea? Kind regards Ali - Original Message --

Re: [PHP] Pointers For Newbies, Reminders For Oldies

2010-01-30 Thread Ashley Sheridan
On Sat, 2010-01-30 at 13:02 +1100, clanc...@cybec.com.au wrote: > On Thu, 28 Jan 2010 10:02:56 -0500, rob...@interjinn.com (Robert Cummings) > wrote: > > > >I don't know what you guys are doing wrong but the following should be > >the correct behaviour: > > > > > > >function get_memory( $init=

Re: [PHP] File Upload

2010-01-30 Thread Eric Lee
On Sat, Jan 30, 2010 at 7:27 PM, Ali Reza Sajedi wrote: > Hello, > > When uploading a file the variable $_FILES['userfile']['tmp_name'] is not > set and when debugging I get the following error although /tmp folder exists > and the permissions are set to 777: > > $_FILES['userfile']['error'] = 6 >

Re: [PHP] File Upload

2010-01-30 Thread Kim Madsen
Ali Reza Sajedi wrote on 30/01/2010 12:27: UPLOAD_ERR_NO_TMP_DIR Value: 6; Missing a temporary folder. Introduced in PHP 4.3.10 and PHP 5.0.3. Has anyone encountered such a problem or has a clue as to what the cause could be? What does "print phpinfo()"; tell you about the upload_tmp_dir?

[PHP] File Upload

2010-01-30 Thread Ali Reza Sajedi
Hello, When uploading a file the variable $_FILES['userfile']['tmp_name'] is not set and when debugging I get the following error although /tmp folder exists and the permissions are set to 777: $_FILES['userfile']['error'] = 6 which says UPLOAD_ERR_NO_TMP_DIR Value: 6; Missing a temporary f

Re: [PHP] Speed of sending email .. can I put them in a queue rather than wait?

2010-01-30 Thread Per Jessen
Angus Mann wrote: > The number of emails sent is very small. Each one is only sent after a > user fills out a form and presses send. > > But there is a noticable lag of about 5 or sometimes 10 seconds after > pressing "send" before the user sees the "Mail sent" page. I presume > the reason for th

Re: [PHP] Speed of sending email .. can I put them in a queue rather than wait?

2010-01-30 Thread Manuel Lemos
Hello, on 01/27/2010 12:07 AM Eric Lee said the following: > Hi, all > > I'am doubted about installing a local mail server for just low volume > mailing. > May I ask all yours professional what do you think about it ? I do not use nor recommend Windows for delivering messages to many recipients,