Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes for php-repl.el #2

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Some fixes for php-repl.el #2

wants to merge 15 commits into from

Commits on Jan 16, 2011

  1. Don't try to merge abbrev tables if `php-mode-abbrev-table' is unbound

    * php-repl.el: Don't try to merge abbrev tables if
    `php-mode-abbrev-table' is unbound.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    90d53b1 View commit details
    Browse the repository at this point in the history
  2. Move point to inferior php buffer

    * php-repl.el (run-php): Move point to inferior php buffer.
    
    Otherwise major mode of current buffer is set to `inferior-php-mode'.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    1bb8763 View commit details
    Browse the repository at this point in the history
  3. Fix missing quote

    * php-repl.el: Fix missing quote.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    9e57494 View commit details
    Browse the repository at this point in the history
  4. Use `apply' to pass php repl program arguments

    * php-repl.el (run-php): Use `apply' to pass php repl program
    arguments.
    
    Otherwise if `php-repl-program-arguments' is the empty, the empty
    string is passed as argument for `php-repl-program' which causes the
    process to terminate.
    David Maus committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    7bd5ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2011

  1. Removed need to explicitly end lines with backslashes inside matched …

    …parens or curlies.
    bobthecow authored and jmhobbs committed Mar 11, 2011
    Configuration menu
    Copy the full SHA
    6a501ad View commit details
    Browse the repository at this point in the history
  2. Combined curleys and parens logic into a token stack, allows matching…

    … token pairs instead of naive counters.
    
        > If an unmatched token is incountered, in input, the read function will throw a generic exception.
        > Semicolons are only implicitly added inside curlies, not inside parens.
    bobthecow authored and jmhobbs committed Mar 11, 2011
    Configuration menu
    Copy the full SHA
    0c9ab04 View commit details
    Browse the repository at this point in the history
  3. Continue when user enters a blank line (rather than exiting). User ma…

    …y still exit by typing Ctrl+X, 'die' or 'exit'
    bobthecow authored and jmhobbs committed Mar 11, 2011
    Configuration menu
    Copy the full SHA
    2510803 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2011

  1. Restart PHP process after abnormal exit

    * php-repl.el (run-php-process-sentinel): New function. Process
    sentinel, restart PHP process after abnormal exit.
    (run-php): Use process sentinel.
    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    73d0d12 View commit details
    Browse the repository at this point in the history
  2. Setq symbol before using it

    * php-repl.el (run-php): Setq symbol before using it.
    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    b9fc57a View commit details
    Browse the repository at this point in the history
  3. Don't change buffer and window when visiting inferior-php-buffer

    * php-repl.el (run-php): Don't change buffer and window when already
    visiting inferior-php-buffer.
    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    ebbb46c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'jmhobbs/master'

    David Maus committed Apr 29, 2011
    Configuration menu
    Copy the full SHA
    b37af2c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2011

  1. Fix typo in defgroup prefix

    * php-repl.el (php-repl): Fix typo in defgroup prefix.
    David Maus committed Jul 10, 2011
    Configuration menu
    Copy the full SHA
    95a9dfe View commit details
    Browse the repository at this point in the history
  2. Use inferior php buffer, not sql buffer

    * php-repl.el (php-send-region): Use inferior php buffer, not sql
      buffer.
    David Maus committed Jul 10, 2011
    Configuration menu
    Copy the full SHA
    b2cb936 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2012

  1. Added check for PHP_INCLUDE_PATH environment variable.

    The binary wrapper /scripts/php-repl will now if the environment
    variable PHP_INCLUDE_PATH is set and add it to the include_path php.ini
    directive.
    niclashoyer committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    ce52384 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2012

  1. Merge pull request #1 from niclashoyer/ce52384e033af0793290981882dc1c…

    …c66f4a150d
    
    Add check for PHP_INCLUDE_PATH environment variable
    David Maus committed Mar 18, 2012
    Configuration menu
    Copy the full SHA
    3bf486b View commit details
    Browse the repository at this point in the history