]> git.pld-linux.org Git - packages/php.git/blobdiff - php-sapi-ini-file.patch
- fix without embed install
[packages/php.git] / php-sapi-ini-file.patch
index 72b900e72968054168b8d9a8be2881c9a43d8834..e282b98c29ba1a59e615d9088aa9e9a6254a8677 100644 (file)
@@ -74,6 +74,6 @@
  
 -                      if ((ndir = php_scandir(ini_path, &namelist, 0, php_alphasort)) > 0) {
 +                      if ((ndir = php_scandir(ini_path, &namelist, 0, php_csort)) > 0) {
-                               memset(&fh, 0, sizeof(fh));
+                               memset(&fh2, 0, sizeof(fh2));
  
                                for (i = 0; i < ndir; i++) {
This page took 0.037779 seconds and 4 git commands to generate.