Mercurial > emacs
changeset 99461:e3a663b9dab6
Examples for compilation.txt for PHP
author | Mark A. Hershberger <mah@everybody.org> |
---|---|
date | Sat, 08 Nov 2008 16:50:14 +0000 |
parents | 68e0d804e313 |
children | 56b4b2a10e6a |
files | etc/ChangeLog etc/compilation.txt |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Sat Nov 08 14:24:54 2008 +0000 +++ b/etc/ChangeLog Sat Nov 08 16:50:14 2008 +0000 @@ -1,3 +1,7 @@ +2008-11-08 Mark A. Hershberger <mah@everybody.org> + + * compilation.txt (php): Add regexp for php error messages. + 2008-10-24 Juanma Barranquero <lekktu@gmail.com> * NEWS: New function `locate-user-emacs-file'.
--- a/etc/compilation.txt Sat Nov 08 14:24:54 2008 +0000 +++ b/etc/compilation.txt Sat Nov 08 16:50:14 2008 +0000 @@ -298,6 +298,13 @@ (in cleanup) something bad at foo.pl line 3 during global destruction. +* PHP + +symbol: php + +Parse error: parse error, unexpected $ in main.php on line 59 +Fatal error: Call to undefined function: mysql_pconnect() in db.inc on line 66 + * RXP symbol: rxp