Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #62186 readline fails to compile | Johannes Schlüter | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-03-21 | 1 | -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_history | Rasmus Lerdorf | 2012-03-21 | 1 | -0/+8 |
| | | |||||
| * | Fixed bug #61088 (Memory leak in readline_callback_handler_install). | Xinchen Hui | 2012-03-11 | 1 | -3/+2 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
| * | - Fix #55301 (readline part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -1/+7 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #53630 (Fixed parameter handling inside readline() function). | Ilia Alshanetsky | 2011-01-10 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
* | | Fixed bug #61088 (Memory leak in readline_callback_handler_install). | Xinchen Hui | 2012-03-11 | 1 | -3/+2 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| | | |||||
* | | Add a constant, READLINE_LIB, to be able to differenciate which lib is being ↵ | Hannes Magnusson | 2011-09-06 | 1 | -0/+6 |
| | | | | | | | | used | ||||
* | | Fixed bug#54450 (callback function when built against libedit) | Hannes Magnusson | 2011-09-06 | 2 | -0/+26 |
| | | |||||
* | | Mention which library php is using | Hannes Magnusson | 2011-09-06 | 1 | -0/+5 |
| | | |||||
* | | - Fix #55301 (readline part) check if malloc succeded | Pierre Joye | 2011-07-28 | 1 | -1/+7 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | - Fixed build | Felipe Pena | 2011-02-19 | 1 | -0/+4 |
| | | |||||
* | | - Implement FR#53878 Interactive shell should work with shared readline ↵ | Johannes Schlüter | 2011-02-19 | 4 | -5/+813 |
| | | | | | | | | | | | | | | | | | | 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 Alshanetsky | 2011-01-10 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 2 | -2/+4 |
| | | | | | (patch by tcallawa at redhat dot com) | ||||
* | - Fixed tests for when running using libedit | Felipe Pena | 2009-12-13 | 6 | -6/+6 |
| | |||||
* | - Fixed bug #48608 (Invalid libreadline version not detected during configure) | Jani Taskinen | 2009-08-04 | 1 | -0/+7 |
| | |||||
* | - Fixed bBug #48873 (Using both --with-libedit and --with-readline cause ↵ | Jani Taskinen | 2009-08-03 | 1 | -0/+3 |
| | | | | | | | | unknown option warning) # This isn't worth of NEWS entry, it's just cosmetic | ||||
* | MFH:- Fixed bug #48256 (Crash due to double-linking of history.o) | Jani Taskinen | 2009-05-14 | 1 | -9/+0 |
| | |||||
* | Fixed execution condition | Ilia Alshanetsky | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | Improved parameter handling | Ilia Alshanetsky | 2009-01-16 | 1 | -9/+8 |
| | |||||
* | - MFH: Fixed test | Felipe Pena | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | - MFH: More suitable parameter checking | Felipe Pena | 2009-01-07 | 1 | -4/+3 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - Missing SKIPIF :( | Felipe Pena | 2008-11-21 | 8 | -0/+16 |
| | |||||
* | - MFH: Fixed memory leak in readline_callback_handler_remove() | Felipe Pena | 2008-11-21 | 1 | -1/+3 |
| | |||||
* | - New tests | Felipe Pena | 2008-11-21 | 3 | -0/+68 |
| | |||||
* | - Fix test | Felipe Pena | 2008-11-21 | 1 | -1/+1 |
| | |||||
* | - New tests | Felipe Pena | 2008-11-21 | 5 | -0/+126 |
| | |||||
* | - MFH: Fixed memory leaks in readline_completion_function() | Felipe Pena | 2008-11-20 | 2 | -1/+30 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -13/+0 |
| | |||||
* | Fixed memory leak inside readline_callback_handler_install() function | Ilia Alshanetsky | 2008-11-16 | 1 | -2/+3 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+13 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -13/+0 |
| | |||||
* | - Fixed mem. leak | Felipe Pena | 2008-09-10 | 1 | -0/+1 |
| | |||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -2/+2 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-14 | 1 | -14/+81 |
| | |||||
* | - New parameter parsing API | Felipe Pena | 2008-06-25 | 1 | -57/+39 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | Fixed a memory leak inside readline_completion_function() on non-callable | Ilia Alshanetsky | 2007-02-12 | 1 | -0/+1 |
| | | | | | callback. | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| |