diff options
| -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 |