Interesting, using MCRYPT_DEV_URANDOM instead of MCRYPT_DEV_RANDOM seems
practically instantaneous.
Another less elegant solution I've found is to simply str_pad to the length
returned by mcrypt_get_iv_size.
Still begs the question though, any idea what's holding up the show w/
MCRYPT_DEV_RANDOM?
Hi folks,
This code:
Bastien Koert
On 2013-05-30, at 10:30 PM, tamouse mailing lists
wrote:
> On Thu, May 30, 2013 at 8:45 PM, Stephen wrote:
>> On 13-05-30 09:36 PM, dealTek wrote:
>>>
>>> Hi all, Thanks for your help...
>>>
>>> I'm looking for a very good, pre made, working PDO and/or mysqli database
>>> cla
On Thu, May 30, 2013 at 8:45 PM, Stephen wrote:
> On 13-05-30 09:36 PM, dealTek wrote:
>>
>> Hi all, Thanks for your help...
>>
>> I'm looking for a very good, pre made, working PDO and/or mysqli database
>> class (in a wrapper) - to get started with, that has all the basic needs
>> like UPDATE -
On 13-05-30 09:36 PM, dealTek wrote:
Hi all, Thanks for your help...
I'm looking for a very good, pre made, working PDO and/or mysqli database class
(in a wrapper) - to get started with, that has all the basic needs like UPDATE
- INSERT - DELETE - QUERY etc. That would be very helpful. I'm als
Hi all, Thanks for your help...
I'm looking for a very good, pre made, working PDO and/or mysqli database class
(in a wrapper) - to get started with, that has all the basic needs like UPDATE
- INSERT - DELETE - QUERY etc. That would be very helpful. I'm also trying to
learn OOP, and creating my
On Thu, May 30, 2013 at 12:06:02PM -0400, Tedd Sperling wrote:
> On May 29, 2013, at 11:05 PM, Paul M Foster
> wrote:
> >> http://sperling.com/php/authorization/log-on.php
> >
> > I realize this is example code.
> >
> > My question is, in a real application where that $_SESSION['auth']
> > toke
On May 29, 2013, at 11:05 PM, Paul M Foster wrote:
>> http://sperling.com/php/authorization/log-on.php
>
> I realize this is example code.
>
> My question is, in a real application where that $_SESSION['auth'] token
> would be used subsequently to gain entry to other pages, what would you
> use
On Wed, May 29, 2013 at 10:20 AM, Matijn Woudt wrote:
> It is possible to write a whole parser as a single regex, being it terribly
> long and complex.
>
While regular expressions are often used in the lexer--the part that scans
the input stream and breaks it up into meaningful tokens like
On 5/30/2013 10:22 AM, tamouse mailing lists wrote:
So - the include method still works, as would the single script
'controller' method. Within a php script any file is accessible (within
your domain at least) and may therefore be included and execute.
I want to throw in a caveat here, and th
On May 30, 2013 8:10 AM, "Jim Giner" wrote:
>
> On 5/29/2013 9:38 PM, tamouse mailing lists wrote:
>
>>
>> Okay, first off, your application *has* to have some entry point that
>> *is* accessible to a browser; otherwise nothing will find it.
>>
>
> Once again - I was wrong in my suggestion as Ashl
On 5/29/2013 9:38 PM, tamouse mailing lists wrote:
Okay, first off, your application *has* to have some entry point that
*is* accessible to a browser; otherwise nothing will find it.
Once again - I was wrong in my suggestion as Ashley has pointed out so
correctly. Had to test it out this m
"Julian Wanke" wrote:
> Hi,
>
> I use the pretty large Library PHP Image Workshop
> (http://phpimageworkshop.com/) at my project. It is about 75,5 KB.
> Everything works fine but if I try to include a 15 KB file with country
> codes, it fails.
> With the other files I easily get over 100 KB inclu
Hi,it outputs a corrupt image (I think the function imagepng)Am 30.05.2013, 11:17 Uhr, schrieb Alex Pojarsky :Hey.Afaik - only in case if your PHP process instance exeeds allowed memory limit.Other then this - explain how does it fail exactly. Any error messages? Errorous behavior?
On Thu, May 30,
Hi,
I use the pretty large Library PHP Image Workshop
(http://phpimageworkshop.com/) at my project. It is about 75,5 KB.
Everything works fine but if I try to include a 15 KB file with country
codes, it fails.
With the other files I easily get over 100 KB inclusion size, so my
question;
2013/5/29 Matijn Woudt
>
>
> On Wed, May 29, 2013 at 10:51 PM, Sebastian Krebs wrote:
>
>>
>>
>>
>> 2013/5/29 Matijn Woudt
>>
>>> On Wed, May 29, 2013 at 6:08 PM, Sean Greenslade >> >wrote:
>>>
>>> > On Wed, May 29, 2013 at 9:57 AM, Jonesy wrote:
>>> > > On Tue, 28 May 2013 14:17:06 -0700, Daev
16 matches
Mail list logo