diff options
author | Mark A. Hershberger <mah@everybody.org> | 2008-11-08 16:50:14 +0000 |
---|---|---|
committer | Mark A. Hershberger <mah@everybody.org> | 2008-11-08 16:50:14 +0000 |
commit | 33198156a96bbc7871c7c309fdc045e6727ec849 (patch) | |
tree | 126f1fa4ca8cdaf6630b3579aafc022483b57e2d | |
parent | 6f6c43ffe03120fa8eea1f0d8a27e56bf2f30c3d (diff) | |
download | emacs-33198156a96bbc7871c7c309fdc045e6727ec849.tar.gz |
Examples for compilation.txt for PHP
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/compilation.txt | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4afa26a5141..bf0e7cfec00 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -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'. diff --git a/etc/compilation.txt b/etc/compilation.txt index aacc115203f..bb76725cdb1 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -298,6 +298,13 @@ store::odrecall('File_A', 'x2') called at store.pm line 90 (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 |