Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | Revert pushed by mistake | Xinchen Hui | 2015-11-16 | 1 | -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 Hui | 2015-11-13 | 1 | -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.awk | Bob Weinand | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Remove assumption that extensions are in ext/ext-name | Bob Weinand | 2015-08-21 | 1 | -6/+8 |
| | | | | Fixes also a weird ln (symlink) hack for phpdbg | ||||
* | - Fix the harmless patch that caused harm :) | Jani Taskinen | 2009-05-14 | 1 | -1/+1 |
| | |||||
* | - Fix harmless extra for() loop iteration | Jani Taskinen | 2009-05-14 | 1 | -3/+1 |
| | |||||
* | - Fixed bug #48247 (PHP crashes on errors during startup) | Jani Taskinen | 2009-05-13 | 1 | -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 Furlong | 2004-07-18 | 1 | -0/+89 |