]> git.pld-linux.org Git - packages/php.git/blob - php-bug-42952.patch
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / php-bug-42952.patch
1 --- php-5.2.4/ext/soap/php_sdl.c~       2007-05-21 16:13:50.000000000 +0300
2 +++ php-5.2.4/ext/soap/php_sdl.c        2007-10-12 19:53:36.044545571 +0300
3 @@ -2012,11 +2012,7 @@
4         HashTable tmp_bindings;
5         HashTable tmp_functions;
6  
7 -#ifdef ZEND_WIN32
8         f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
9 -#else
10 -       f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE|S_IROTH|S_IWOTH|S_IRGRP|S_IWGRP);
11 -#endif
12         if (f < 0) {return;}
13  
14         zend_hash_init(&tmp_types, 0, NULL, NULL, 0);
This page took 0.027808 seconds and 3 git commands to generate.