php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55177
Patch fix_wrong_utf_string_cut.patch revision 2011-08-16 13:23 UTC by irker@php.net
revision 2011-08-16 05:53 UTC by irker@php.net
revision 2011-08-16 05:51 UTC by irker@php.net

Patch fix_wrong_utf_string_cut.patch for Website problem Bug #55177

Patch version 2011-08-16 05:51 UTC

Return to Bug #55177 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions: 2011-08-16 13:23 UTC | 2011-08-16 05:53 UTC | 2011-08-16 05:51 UTC

Developer: irker@php.net


 Index: entry/event.php
 Index: event.php
  ===================================================================
 --- entry/event.php	(revision 314981)
 +++ entry/event.php	(working copy)
 --- event.php	(revision 314981)
 +++ event.php	(working copy)
  @@ -21,6 +21,8 @@
   if (empty($sdesc) || empty($email) || empty($country) || empty($category) || empty($type) || empty($url))
     die("missing some parameters.");
   
Line 10 (now 10), was 5 lines, now 4 lines

  +
   // The answer to the "spam question"
   if ($sane != 3) {
   	die("I feel for you");
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 17:01:31 2024 UTC