Index: trunk/phase3/includes/Math.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | } |
74 | 74 | |
75 | 75 | wfDebug( "TeX: $cmd\n" ); |
76 | | - $contents = `$cmd`; |
| 76 | + $contents = wfShellExec( $cmd ); |
77 | 77 | wfDebug( "TeX output:\n $contents\n---\n" ); |
78 | 78 | |
79 | 79 | if (strlen($contents) == 0) { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -92,6 +92,7 @@ |
93 | 93 | * (bug 21477) \& can now be used in <math> |
94 | 94 | * (bug 11641) \dotsc \dotsm \dotsi \dotso can now be used in <math> |
95 | 95 | * (bug 21475) \mathtt and \textsf can now be used in <math> |
| 96 | +* texvc is now run via ulimit4.sh, to limit execution time. |
96 | 97 | |
97 | 98 | === Bug fixes in 1.17 === |
98 | 99 | * (bug 17560) Half-broken deletion moved image files to deletion archive |