~ubuntu-branches/debian/lenny/php5/lenny

« back to all changes in this revision

Viewing changes to debian/patches/BG-initializing-fix.patch

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2012-02-03 09:01:31 UTC
  • Revision ID: package-import@ubuntu.com-20120203090131-51tphng5tf1bdpqp
Tags: 5.2.6.dfsg.1-1+lenny16
Fix UMR in php_register_variable_ex (pull from upstream SVN)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
proper initialization for uid/gid in apache sapis.
2
2
downloaded from
3
3
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.78&r2=1.725.2.31.2.79&view=patch
4
 
--- php5-5.2.6.dfsg.1.orig/ext/standard/basic_functions.c
5
 
+++ php5-5.2.6.dfsg.1/ext/standard/basic_functions.c
 
4
--- a/ext/standard/basic_functions.c
 
5
+++ b/ext/standard/basic_functions.c
6
6
@@ -3919,6 +3919,8 @@ static void basic_globals_ctor(php_basic
7
7
        memset(&BG(mblen_state), 0, sizeof(BG(mblen_state)));
8
8
 #endif