[PHP] ZCE

2011-08-23 Thread Yuri Yarlei
Hi,

I like to share with the list, that I passed in the ZCE and now I'm a Zend
Certified Engineer.

I did a post when I started studying in my blog:
http://www.yuriyarlei.net/en/zend-php-certification

Att,
Yuri Yarlei.
OCJP 6, ZCE - Zend Certified Engineer for php 5.3
www.yuriyarlei.net/en


[PHP] PHP 5.3.8 Released!

2011-08-23 Thread Johannes Schlüter
The PHP development team would like to announce the immediate
availability of PHP 5.3.8. This release fixes two issues introduced in
the PHP 5.3.7 release:

* Fixed bug #55439 (crypt() returns only the salt for MD5)
* Reverted a change in timeout handling restoring PHP 5.3.6
  behavior, which caused mysqlnd SSL connections to hang (Bug
  #55283).

All PHP users should note that the PHP 5.2 series is NOT supported
anymore. All users are strongly encouraged to upgrade to PHP 5.3.8.

For source downloads please visit our downloads page at
, Windows binaries can be found on
.

Johannes Schlüter
PHP 5.3 Release Master



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: ZCE

2011-08-23 Thread Shawn McKenzie
On 08/23/2011 08:36 AM, Yuri Yarlei wrote:
> Hi,
> 
> I like to share with the list, that I passed in the ZCE and now I'm a Zend
> Certified Engineer.
> 
> I did a post when I started studying in my blog:
> http://www.yuriyarlei.net/en/zend-php-certification
> 

Congratulations!

-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] #EasyPHP (Wamp Server) 5.3.8.0 with PHP 5.3.8 released

2011-08-23 Thread EasyPHP
Hi

EasyPHP (Wamp Server) 5.3.8.0 is out and includes PHP 5.3.8 VC9,
Apache 2.2.19 VC9, MySQL 5.5.15, PhpMyAdmin 3.4.3.2,  Xdebug 2.1.2 and
development tools.

Enjoy!

Website : www.easyphp.org
Screenshots : www.easyphp.org/screenshots.php
Facebook page : www.facebook.com/easywamp
Twitter : www.twitter.com/easyphp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Installer for 5.3 on Windows ?

2011-08-23 Thread Nathan Nobbe
Hey gang,

Wondering where the installer for php 5.3 on Windows is?

Not seeing it here:

http://windows.php.net/download/

Any clues appreciated,

-nathan


[PHP] Re: Installer for 5.3 on Windows ?

2011-08-23 Thread Nathan Nobbe
On Tue, Aug 23, 2011 at 4:06 PM, Nathan Nobbe wrote:

> Hey gang,
>
> Wondering where the installer for php 5.3 on Windows is?
>
> Not seeing it here:
>
> http://windows.php.net/download/
>
> Any clues appreciated,
>
> -nathan
>

Hmm,

I have found some .msi files on this page:

http://windows.php.net/downloads/releases/archives/

still wondering why there is no link on the main download page..

-nathan


[PHP] Dealing with multiple form submissions

2011-08-23 Thread Jason Pruim
Hey Everyone,

Wondering what everyone does to prevent multiple form submissions? 

My form is simply getting emailed to my email, and it redirects to a success 
page when submitted...

Would it be as simple as doing something with the cache control? Basically I'm 
trying to avoid someone submitting a form... Then hitting back, and submitting 
again, then hitting back I think you get the idea...

What do you all do?

Thanks!


Jason Pruim
li...@pruimphotography.com




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Dealing with multiple form submissions

2011-08-23 Thread Mike Mackintosh

On Aug 23, 2011, at 9:04 PM, Jason Pruim wrote:

> Hey Everyone,
> 
> Wondering what everyone does to prevent multiple form submissions? 
> 
> My form is simply getting emailed to my email, and it redirects to a success 
> page when submitted...
> 
> Would it be as simple as doing something with the cache control? Basically 
> I'm trying to avoid someone submitting a form... Then hitting back, and 
> submitting again, then hitting back I think you get the idea...
> 
> What do you all do?
> 
> Thanks!
> 
> 
> Jason Pruim
> li...@pruimphotography.com
> 
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

Cookies are always a great start!

On success, set a cookie, and if they access the form and cookie is set, 
redirect automatically to the thank you page.

Mike
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PhpMyAdmin in EasyPHP cannot run DROP DATABASE

2011-08-23 Thread Nam Gi VU
Hi every one,
When trying to run my database script with `drop database` command, the
server refuse and said as below screenshot.
What should I do to enable this command?

Regards,
Nam

[image: image.png]