Re: [nyphp-talk] mcrypt_encrypt

2009-01-25 Thread Michael B Allen
On Sun, Jan 25, 2009 at 2:43 PM, Michele Waldman wrote: > I got an undefined function error on mcrypt_encrypt. > > It looks to be an extension. I downloaded the source code. > > I'm guessing my hosting provider didn't include it. So what's new? > > I see a lot on line about using use_entension=p

Re: [nyphp-talk] mcrypt_encrypt

2009-01-25 Thread Tim Lieberman
On Jan 25, 2009, at 3:11 PM, Michele Waldman wrote: What am I looking for? I've never seen phpinfo() where mcrypt was installed. --disable-posix-threads in the configuration command or something in additional .ini files parsed? Would it list mcrypt explicitly? Michele You'll see --with-mcry

Re: [nyphp-talk] mcrypt_encrypt

2009-01-25 Thread Michele Waldman
:talk-boun...@lists.nyphp.org] On Behalf Of Ajai Khattri Sent: Sunday, January 25, 2009 2:46 PM To: NYPHP Talk Subject: Re: [nyphp-talk] mcrypt_encrypt On Sun, 25 Jan 2009, Michele Waldman wrote: > I'm guessing my hosting provider didn't include it. So what's new? > > I

Re: [nyphp-talk] mcrypt_encrypt

2009-01-25 Thread Ajai Khattri
On Sun, 25 Jan 2009, Michele Waldman wrote: > I'm guessing my hosting provider didn't include it. So what's new? > > I see a lot on line about using use_entension=php_mcrypt.dll, but that's in > a windows environment. > > Does anyone know? If I have to do anything in the php.ini file to use >

[nyphp-talk] mcrypt_encrypt

2009-01-25 Thread Michele Waldman
I got an undefined function error on mcrypt_encrypt. It looks to be an extension. I downloaded the source code. I'm guessing my hosting provider didn't include it. So what's new? I see a lot on line about using use_entension=php_mcrypt.dll, but that's in a windows environment. Does anyone kno