summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Collapse)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-132-58/+55
|
* Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-231-0/+14
|\ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: test to function addcslashes test Test PHP Init Fail Without Params Add my information to this test Add a test for the exception cases of readline_read_history added some tests to datetime and dateinterval functions added various tests for XSLTProcessor and one test for iconv extension teste basico da funcao timezone_version_get
| * Add my information to this testPedro MFA Evangelista2014-09-281-1/+3
| |
| * Add a test for the exception cases of readline_read_historyPedro MFA Evangelista2014-09-281-0/+12
| |
* | Remove <% and <script language="php"> tagsNikita Popov2014-10-051-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | As per https://wiki.php.net/rfc/remove_alternative_php_tags. Removes: * <% opening tag * %> closing tag * <%= short opening tag * /<script\s+language\s*=\s*(php|"php"|'php')\s*>/i opening tag * /</script>/i closing tag * asp_tags ini directive
* | Move smart_str implementation into Zend/Nikita Popov2014-09-212-2/+2
| | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
| |
* | Fix readline warningsNikita Popov2014-09-051-2/+2
| |
* | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-2/+2
| |
* | Use global symbol table for completion after $ in readline.Johannes Schlüter2014-08-301-1/+1
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
| |
* | master renames phase 1Anatol Belski2014-08-252-30/+30
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-21/+21
| |
* | Merge branch 'master' into phpngDmitry Stogov2014-08-041-2/+15
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remove unnecessary ? for first/last day of Moved streams related functions to xp_ssl.c Remove duplicate NEWS Update NEWS Update NEWS Update NEWS BFN BFN Fixed bug #67715 (php-milter does not build and crashes randomly). We need to turn off any strict mode here for this warning to show up Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html Revert "Fix bug #67064 in a BC safe way" Updated NEWS for #67693 Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array add missing entry to NEWS ... Conflicts: Zend/tests/errmsg_040.phpt Zend/tests/ns_059.phpt Zend/zend_language_parser.y Zend/zend_vm_def.h ext/openssl/openssl.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/sqlite3/sqlite3.c ext/standard/array.c
| * Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-07-241-1/+11
| |\
| | * Fix bug #67496 Save command history when exiting interactive shell with ↵Dmitry Saprykin2014-07-241-1/+11
| | | | | | | | | | | | control-c
| * | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-07-241-1/+4
| |\ \ | | |/
| | * Fix bug #55496 Interactive mode doesn't force a newline before the promptJohannes Schlüter2014-07-241-1/+4
| | |
| | * Bump yearXinchen Hui2014-01-034-4/+4
| | |
| * | fix testStanislav Malyshev2014-01-261-1/+2
| | |
* | | Removed EG(active_symbol_table) and use corresponding value from ↵Dmitry Stogov2014-07-041-1/+2
| | | | | | | | | | | | EG(current_execute_data)
* | | phpng support for ext/readlineDmitry Stogov2014-05-182-114/+92
| | |
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c
| * | | fix testStanislav Malyshev2014-01-261-1/+2
| |/ /
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-6/+6
|/ /
* | Skip readline tests which fail with libeditRemi Collet2014-01-208-4/+131
| | | | | | | | Add specific libedit test (output slightly differs)
* | Fixed Bug #66412 readline_clear_history() with libedit causes segfault after ↵Remi Collet2014-01-201-0/+5
| | | | | | | | | | | | | | | | | | #65714 Checking all libedit functions, this check is done in each functions (add_history, read_history, write_history, ...) but is missing in clear_history. Test coverage: readline_clear_history_001.phpt
* | Bump yearXinchen Hui2014-01-034-4/+4
| |
* | Fix Bug #65714 PHP cli forces the tty to cooked modeRemi Collet2013-11-151-1/+4
| | | | | | | | | | | | | | | | Only drop the using_history() call with libedit as I don't know if it is required with readline. This also allow to run a php script in background without it being aborted on first output.
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-2/+2
|/ | | | | | text. Whitespace changes and a couple of grammar fixes.
* readline can output control codesStanislav Malyshev2013-06-172-3/+3
|
* Bug #55694: Update readline test to support attempted_completion_over variableHartmel2013-06-161-1/+7
|
* Bug #55694: Expose attempted_completion_over variable from readline libraryHartmel2013-06-161-1/+9
|
* Happy New YearXinchen Hui2013-01-014-4/+4
|
* Fix bug #62186 readline fails to compileJohannes Schlüter2012-05-311-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Rasmus Lerdorf2012-03-211-0/+8
|\ | | | | | | | | * PHP-5.3: Add open_basedir checks to readline_write_history and readline_read_history
| * Add open_basedir checks to readline_write_history and readline_read_historyRasmus Lerdorf2012-03-211-0/+8
| |
| * Fixed bug #61088 (Memory leak in readline_callback_handler_install).Xinchen Hui2012-03-111-3/+2
| |
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * - Fix #55301 (readline part) check if malloc succededPierre Joye2011-07-281-1/+7
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Fixed bug #53630 (Fixed parameter handling inside readline() function).Ilia Alshanetsky2011-01-101-1/+1
| |
| * - Year++Felipe Pena2011-01-012-2/+2
| |
* | Fixed bug #61088 (Memory leak in readline_callback_handler_install).Xinchen Hui2012-03-111-3/+2
| |
* | - Year++Felipe Pena2012-01-014-4/+4
| |
* | Add a constant, READLINE_LIB, to be able to differenciate which lib is being ↵Hannes Magnusson2011-09-061-0/+6
| | | | | | | | used
* | Fixed bug#54450 (callback function when built against libedit)Hannes Magnusson2011-09-062-0/+26
| |
* | Mention which library php is usingHannes Magnusson2011-09-061-0/+5
| |
* | - Fix #55301 (readline part) check if malloc succededPierre Joye2011-07-281-1/+7
| |