aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark A. Hershberger2008-11-08 16:50:14 +0000
committerMark A. Hershberger2008-11-08 16:50:14 +0000
commit33198156a96bbc7871c7c309fdc045e6727ec849 (patch)
tree126f1fa4ca8cdaf6630b3579aafc022483b57e2d
parent6f6c43ffe03120fa8eea1f0d8a27e56bf2f30c3d (diff)
downloademacs-33198156a96bbc7871c7c309fdc045e6727ec849.tar.gz
emacs-33198156a96bbc7871c7c309fdc045e6727ec849.zip
Examples for compilation.txt for PHP
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/compilation.txt7
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 @@
12008-11-08 Mark A. Hershberger <mah@everybody.org>
2
3 * compilation.txt (php): Add regexp for php error messages.
4
12008-10-24 Juanma Barranquero <lekktu@gmail.com> 52008-10-24 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * NEWS: New function `locate-user-emacs-file'. 7 * 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
298 (in cleanup) something bad at foo.pl line 3 during global destruction. 298 (in cleanup) something bad at foo.pl line 3 during global destruction.
299 299
300 300
301* PHP
302
303symbol: php
304
305Parse error: parse error, unexpected $ in main.php on line 59
306Fatal error: Call to undefined function: mysql_pconnect() in db.inc on line 66
307
301* RXP 308* RXP
302 309
303symbol: rxp 310symbol: rxp