summaryrefslogtreecommitdiff
path: root/ext/readline/readline.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-031-1/+1
|
* 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.
* Bug #55694: Expose attempted_completion_over variable from readline libraryHartmel2013-06-161-1/+9
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* 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-011-1/+1
| |
| * - 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-011-1/+1
| |
* | Fixed bug #61088 (Memory leak in readline_callback_handler_install).Xinchen Hui2012-03-111-3/+2
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Fixed bug#54450 (callback function when built against libedit)Hannes Magnusson2011-09-061-0/+5
| |
* | - 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
| |
* | - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* | - Implement FR#53878 Interactive shell should work with shared readline ↵Johannes Schlüter2011-02-191-4/+17
| | | | | | | | | | | | | | | | | | extension # This is useful w/ distributors who like to build all things shared or don't # provide the readline extension. Or if a user pefers readline's behavior over # libedit which might be used by the distributor.
* | Fixed bug #53630 (Fixed parameter handling inside readline() function).Ilia Alshanetsky2011-01-101-1/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-131-1/+3
| | | | | (patch by tcallawa at redhat dot com)
* Fixed execution conditionIlia Alshanetsky2009-01-221-1/+1
|
* Improved parameter handlingIlia Alshanetsky2009-01-161-9/+8
|
* - MFH: More suitable parameter checkingFelipe Pena2009-01-071-4/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Fixed memory leak in readline_callback_handler_remove()Felipe Pena2008-11-211-1/+3
|
* - MFH: Fixed memory leaks in readline_completion_function()Felipe Pena2008-11-201-1/+5
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-13/+0
|
* Fixed memory leak inside readline_callback_handler_install() functionIlia Alshanetsky2008-11-161-2/+3
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+13
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-13/+0
|
* - Fixed mem. leakFelipe Pena2008-09-101-0/+1
|
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-2/+2
|
* - Added arginfoFelipe Pena2008-07-141-14/+81
|
* - New parameter parsing APIFelipe Pena2008-06-251-57/+39
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Fixed a memory leak inside readline_completion_function() on non-callableIlia Alshanetsky2007-02-121-0/+1
| | | | | callback.
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fix gcc warningNuno Lopes2006-09-041-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-3/+3
|
* MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches').foobar2005-11-281-1/+5
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed compiler warning.Ilia Alshanetsky2005-04-121-5/+5
|
* Proper fix for bug #31796 .Ilia Alshanetsky2005-02-041-2/+8
|