Robert P. J. Day wrote:
On Mon, 8 Mar 2010, Ashley Sheridan wrote:
What about writing the first n bytes to a file and then passing that
to the command line? I'm assuming a Linux server here, but it should
do the trick.
gah! i was hoping for something that wouldn't make me want to
goug
Hello List,
I am using the math function exp( $arg )
http://php.net/exp
... using argument values ranging between 0 to 1500.
When I get into larger numbers, such as 750, the function returns an
undocumented "INF".
Presumably the "INF" means the number exceeds processing capacity. It would
be nic
On Tue, 2010-03-09 at 23:06 +0800, Edward. S. P. Leong wrote:
> Ashley Sheridan wrote:
>
> > On Mon, 2010-03-08 at 22:39 +0800, Edward. S. P. Leong wrote:
> >
> >>Ashley Sheridan wrote:
> >>
> >>>On Mon, 2010-03-08 at 01:07 +0800, Edward. S. P. Leong wrote:
> >>>
> >>>
> >>>
> Dear All,
> >
On Tue, Mar 9, 2010 at 11:00, Info <1888softw...@gmail.com> wrote:
> Hello List,
> I am using the math function exp( $arg )
>
> http://php.net/exp
>
> ... using argument values ranging between 0 to 1500.
>
> When I get into larger numbers, such as 750, the function returns an
> undocumented "INF".
On Mon, Mar 8, 2010 at 11:46 PM, Kevin Kinsey wrote:
> Andre Polykanine wrote:
>
>> Hello everyone,
>>
>> I'm writing a class to send mail via an SMTP server with authorization.
>> Everything seems to work but I get an EHLO error:
>> 554 SMTP synchronization error
>> Where should I look to avoid
Ashley Sheridan wrote:
I was wondering if there were any ways to simulate loads on a PHP script
running on the server? Basically, I'd just like to take one of my sites
through a dry-run so to speak and simulate x number of visitors.
Ideally, I'd prefer something that didn't have to be installed o
Thilo Klein wrote:
Kevin Kinsey schrieb:
Andre Polykanine wrote:
Hello everyone,
I'm writing a class to send mail via an SMTP server with authorization.
Everything seems to work but I get an EHLO error:
554 SMTP synchronization error
Where should I look to avoid this?
Thanks!
Be polite :-D
Ashley Sheridan wrote:
> On Tue, 2010-03-09 at 23:06 +0800, Edward. S. P. Leong wrote:
>
>>Ashley Sheridan wrote:
>>
>>> On Mon, 2010-03-08 at 22:39 +0800, Edward. S. P. Leong wrote:
>>>
Ashley Sheridan wrote:
>On Mon, 2010-03-08 at 01:07 +0800, Edward. S. P. Leong wrote:
>
>
Ashley Sheridan wrote:
> On Mon, 2010-03-08 at 22:39 +0800, Edward. S. P. Leong wrote:
>
>>Ashley Sheridan wrote:
>>
>>>On Mon, 2010-03-08 at 01:07 +0800, Edward. S. P. Leong wrote:
>>>
>>>
>>>
Dear All,
Which can we download pear ann install into fc 11 system ?
Thank for y
Hello Kevin and all,
Sorry Kevin, How do I do that? Excuse me if it's a stupid
question...( the only way I know is to set the timeout on
the fsockopen function (the fifth parameter). I set it even
to 60 but no change...
Thanks a lot!
--
With best regards f
What is the advantage of using ArrayObject to build a Registry class?
--
Peter van der Does
GPG key: E77E8E98
IRC: Ganseki on irc.freenode.net
Twitter: @petervanderdoes
WordPress Plugin Developer
Blog: http://blog.avirtualhome.com
Forums: http://forums.avirtualhome.com
Twitter: @avhsoftware
-
you can use ArrayObject functions?
an Object is always easier to handle / convert.
instead of $serialized = serialize($array);
you can do things like $serialized = (string)$arrayObject; and things
like that.
Peter van der Does wrote:
What is the advantage of using ArrayObject to build a Regist
After you open the socket, you first need to read from it to receive the
welcome message. After you verify the contents of that message, then
send the hello and wait for the response from it.
Bob McConnell
-Original Message-
From: Andre Polykanine [mailto:an...@oire.org]
Sent: Tuesday, M
Hello,
on 03/08/2010 07:13 PM Skip Evans said the following:
> Hey all,
>
> I have an Apache virtual config running a bunch of sites, one with SSL.
> I finally have a need to add SSL to one more, but when I do the first
> one (which is further down the file) comes up "untrusted".
>
> Since this
Is there a Revision control class that I can use in a php program?
tom_a_sparks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I believe pear has some stuff for subversion.
Bastien
Sent from my iPod
On Mar 9, 2010, at 7:21 PM, Tom Sparks
wrote:
Is there a Revision control class that I can use in a php program?
tom_a_sparks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
--- On Wed, 10/3/10, Phpster wrote:
> I believe pear has some stuff for
> subversion.
Don't want to use subversion or any third-party app
I forgot to say needs to support media files (images/sounds/etc) as well as
text based files.
I don't care if it flat-file based or database based
tom
>
On Wed, Mar 10, 2010 at 11:14 AM, Tom Sparks wrote:
> --- On Wed, 10/3/10, Phpster wrote:
>
>> I believe pear has some stuff for subversion.
>
> Don't want to use subversion or any third-party app
Why re-invent the wheel? Just use SVN, existing libraries out there,
easy to use, easy to access an
--- On Wed, 10/3/10, James McLean wrote:
> On Wed, Mar 10, 2010 at 11:14 AM, Tom
> Sparks
> wrote:
> > --- On Wed, 10/3/10, Phpster
> wrote:
> >
> >> I believe pear has some stuff for subversion.
> >
> > Don't want to use subversion or any third-party app
>
> Why re-invent the wheel? Just use S
AFAIK Apache 2 doesn't support virtual hosts for SSL.
But you may use one cert per socket, e.g it is possible to set one cert
up on port 447 and one on 8080.
https://example1.com
https://example2.com:8080
regards
Jochen Schultz
Manuel Lemos schrieb:
Hello,
on 03/08/2010 07:13 PM Skip Evan
20 matches
Mail list logo