diff options
| author | Mark A. Hershberger | 2008-11-08 16:50:14 +0000 |
|---|---|---|
| committer | Mark A. Hershberger | 2008-11-08 16:50:14 +0000 |
| commit | 33198156a96bbc7871c7c309fdc045e6727ec849 (patch) | |
| tree | 126f1fa4ca8cdaf6630b3579aafc022483b57e2d | |
| parent | 6f6c43ffe03120fa8eea1f0d8a27e56bf2f30c3d (diff) | |
| download | emacs-33198156a96bbc7871c7c309fdc045e6727ec849.tar.gz emacs-33198156a96bbc7871c7c309fdc045e6727ec849.zip | |
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 @@ | |||
| 1 | 2008-11-08 Mark A. Hershberger <mah@everybody.org> | ||
| 2 | |||
| 3 | * compilation.txt (php): Add regexp for php error messages. | ||
| 4 | |||
| 1 | 2008-10-24 Juanma Barranquero <lekktu@gmail.com> | 5 | 2008-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 | |||
| 303 | symbol: php | ||
| 304 | |||
| 305 | Parse error: parse error, unexpected $ in main.php on line 59 | ||
| 306 | Fatal error: Call to undefined function: mysql_pconnect() in db.inc on line 66 | ||
| 307 | |||
| 301 | * RXP | 308 | * RXP |
| 302 | 309 | ||
| 303 | symbol: rxp | 310 | symbol: rxp |