summaryrefslogtreecommitdiff
path: root/build/order_by_dep.awk
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
|
* Revert pushed by mistakeXinchen Hui2015-11-161-6/+8
| | | | | | Revert "Revert "Remove assumption that extensions are in ext/ext-name"" This reverts commit 7e47bf1e65086d6bb69bd9e9c79ccb179c5302b4.
* Revert "Remove assumption that extensions are in ext/ext-name"Xinchen Hui2015-11-131-8/+6
| | | | | | | | | This reverts commit 82b73fd1e3c53228bb31b75a446114b5fd0cd240. Conflicts: build/genif.sh build/order_by_dep.awk
* Fix invalid range error by gawk in order_by_dek.awkBob Weinand2015-08-211-1/+1
|
* Remove assumption that extensions are in ext/ext-nameBob Weinand2015-08-211-6/+8
| | | | Fixes also a weird ln (symlink) hack for phpdbg
* - Fix the harmless patch that caused harm :)Jani Taskinen2009-05-141-1/+1
|
* - Fix harmless extra for() loop iterationJani Taskinen2009-05-141-3/+1
|
* - Fixed bug #48247 (PHP crashes on errors during startup)Jani Taskinen2009-05-131-2/+1
| | | | | | | | | | | | # # This was sum of many little things: # 1. Wrong assumption made in order_by_dep.awk on the ordering # (that script was done prior to adding runtime deps..?) # 2. request shutdown calls weren't done in reverse order like all other # shutdown funcs are called. # 3. config0.m4 rename is necessary for keeping things simple. #
* Implement extension load-order deps.Wez Furlong2004-07-181-0/+89