summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | 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
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* | - Fixed buildFelipe Pena2011-02-191-0/+4
* | - Implement FR#53878 Interactive shell should work with shared readline exten...Johannes Schlüter2011-02-194-5/+813
* | Fixed bug #53630 (Fixed parameter handling inside readline() function).Ilia Alshanetsky2011-01-101-1/+1
* | - Year++Felipe Pena2011-01-012-2/+2
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Fixed bug #50209 (Compiling with libedit cannot find readline.h)Felipe Pena2009-12-132-2/+4
* - Fixed tests for when running using libeditFelipe Pena2009-12-136-6/+6
* - Fixed bug #48608 (Invalid libreadline version not detected during configure)Jani Taskinen2009-08-041-0/+7
* - Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unkn...Jani Taskinen2009-08-031-0/+3
* MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)Jani Taskinen2009-05-141-9/+0
* Fixed execution conditionIlia Alshanetsky2009-01-221-1/+1
* Improved parameter handlingIlia Alshanetsky2009-01-161-9/+8
* - MFH: Fixed testFelipe Pena2009-01-071-1/+1
* - MFH: More suitable parameter checkingFelipe Pena2009-01-071-4/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* - Missing SKIPIF :(Felipe Pena2008-11-218-0/+16
* - MFH: Fixed memory leak in readline_callback_handler_remove()Felipe Pena2008-11-211-1/+3
* - New testsFelipe Pena2008-11-213-0/+68
* - Fix testFelipe Pena2008-11-211-1/+1
* - New testsFelipe Pena2008-11-215-0/+126
* - MFH: Fixed memory leaks in readline_completion_function()Felipe Pena2008-11-202-1/+30
* - 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-312-2/+2
* 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