mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
MFH
This commit is contained in:
@@ -51,8 +51,6 @@ function do_deps(mod_idx, module_name, mod_name_len, dep, ext, val, depid
|
||||
do_deps(depidx);
|
||||
}
|
||||
}
|
||||
|
||||
#printf(" phpext_%s_ptr,\n", module_name);
|
||||
printf(" phpext_%s_ptr,@NEWLINE@", module_name);
|
||||
delete mods[mod_idx];
|
||||
}
|
||||
@@ -79,7 +77,7 @@ END {
|
||||
out_count = 0;
|
||||
|
||||
while (count(mods)) {
|
||||
for (i = 0; i <= mod_count; i++) {
|
||||
for (i = 0; i < mod_count - 1; i++) {
|
||||
if (i in mods) {
|
||||
do_deps(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user