php-general Digest 5 Sep 2009 23:19:35 -0000 Issue 6324

Topics (messages 297724 through 297733):

Who kown this memcache_get_stats function ?
        297724 by: hack988 hack988

Re: PHP6 Stable Release Schedule
        297725 by: Richard Heyes
        297726 by: Kevin Waterson
        297727 by: Bobby Pejman
        297728 by: Richard Heyes
        297729 by: J DeBord

mail attachment
        297730 by: Grega Leskovšek
        297732 by: Bastien Koert

[Formaldehyde] The Most Basic Ajax - PHP Error Debugger
        297731 by: Andrea Giammarchi

Error message
        297733 by: Bruce Dobson

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
I found memcache_get_stats for memcached in some php code.
I'm search it at php.net's function list,but it no matched result :(.
I had found explain for Memcache::getStats()  at this link
http://www.php.net/manual/en/function.memcache-getstats.php
In this link,tell me that
==========================================
Also you can use memcache_get_stats() function.
==========================================
But I can't find memcache_get_stats function's explain in online manual.
Anybody can help me for using this function?Or give an more detail
link for this function?

--- End Message ---
--- Begin Message ---
Hi (again),

> <?php
>  error_reporting(E_STRICT);
> ?>

This might work better:

<?php
  error_reporting(E_ALL | E_STRICT);
?>

-- 
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
Lots of PHP and Javascript code - http://www.phpguru.org
50% reseller discount on licensing now available - ideal for web designers

--- End Message ---
--- Begin Message ---
On Sat, 2009-09-05 at 16:11 +0100, Richard Heyes wrote:
> Hi (again),
> 
> > <?php
> >  error_reporting(E_STRICT);
> > ?>
> 
> This might work better:
> 
> <?php
>   error_reporting(E_ALL | E_STRICT);
> ?>

E_STRICT is now part of E_ALL

Kevin


--- End Message ---
--- Begin Message ---
Very nice!  Use of E_STRICT notifies the user of deprecated functions.  Thanks 
for the note. :)

I read that E_ALL forces variable declaration, though I have yet to get that 
working in my code.

------Original Message------
From: Richard Heyes
Sender: richard.he...@gmail.com
To: Bobby Pejman
Cc: php-gene...@lists.php.net
Subject: Re: [PHP] PHP6 Stable Release Schedule
Sent: Sep 5, 2009 8:11 AM

Hi (again),

> <?php
>  error_reporting(E_STRICT);
> ?>

This might work better:

<?php
  error_reporting(E_ALL | E_STRICT);
?>

-- 
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
Lots of PHP and Javascript code - http://www.phpguru.org
50% reseller discount on licensing now available - ideal for web designers


--- End Message ---
--- Begin Message ---
Hi,

> E_STRICT is now part of E_ALL

Oopsy. Shows how much PHP I do these days...

-- 
Richard Heyes
HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
Lots of PHP and Javascript code - http://www.phpguru.org
50% reseller discount on licensing now available - ideal for web designers

--- End Message ---
--- Begin Message ---
On Sat, Sep 5, 2009 at 6:19 PM, Richard Heyes <rich...@php.net> wrote:

> Hi,
>
> > E_STRICT is now part of E_ALL
>
>
*In PHP 6
*

> Oopsy. Shows how much PHP I do these days...
>
> --
> Richard Heyes
> HTML5 graphing: RGraph - www.rgraph.net (updated 5th September)
> Lots of PHP and Javascript code - http://www.phpguru.org
> 50% reseller discount on licensing now available - ideal for web designers
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
How do I attach a file in mail function or do I have to use PEAR (and if how
...). What are the advantages of PEAR? When do You suggest to use PEAR?
Thanks in advance,
-- Peace refuge: http://users.skavt.net/~gleskovs/
When the sun rises I receive and when it sets I forgive;) Grega Leskovšek

--- End Message ---
--- Begin Message ---
RTFM

Bastien

On Saturday, September 5, 2009, Grega Leskovšek <legr...@gmail.com> wrote:
> How do I attach a file in mail function or do I have to use PEAR (and if how
> ...). What are the advantages of PEAR? When do You suggest to use PEAR?
> Thanks in advance,
> -- Peace refuge: http://users.skavt.net/~gleskovs/
> When the sun rises I receive and when it sets I forgive;) Grega Leskovšek
>

-- 

Bastien

Cat, the other other white meat

--- End Message ---
--- Begin Message ---
Hi everybody,
I'd love to receive your feedback about my last zero dependencies, easily 
integrable, scalable, fast, lightweight, etc etc Ajax / PHP debugger.

The project has Mit Style License and it is hosted in Google Code:
http://code.google.com/p/formaldehyde/

While this is my blog announcement:
http://webreflection.blogspot.com/2009/09/formaldehyde-ajax-php-error-debugger.html

I hope you'll appreciate the code, the concept, and the simplicity, but here I 
am to know your concerns, or generally speaking, your opinion.

Best Regards,
Andrea Giammarchi
 
_________________________________________________________________
With Windows Live, you can organize, edit, and share your photos.
http://www.microsoft.com/middleeast/windows/windowslive/products/photo-gallery-edit.aspx

--- End Message ---
--- Begin Message ---
Hi folks,

I am new on this list and to php. I have just downloaded and gotten php 5.3.0 
working with IIS on one computer but my efforts to install it on another 
computer come up with the error message:  

14001 (0x000036b1) 

Can anybody tell me what this relates to?

Thanks
Bruce



      

--- End Message ---

Reply via email to