Rasmus Lerdorf
|
8b01a28bad
|
Add open_basedir checks to readline_write_history and readline_read_history
|
2012-03-21 09:13:06 -07:00 |
|
Xinchen Hui
|
41fa157c44
|
Fixed bug #61088 (Memory leak in readline_callback_handler_install).
|
2012-03-11 09:19:38 +00:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Pierre Joye
|
d3fd31b6dd
|
- Fix #55301 (readline part) check if malloc succeded
|
2011-07-28 10:42:45 +00:00 |
|
Felipe Pena
|
23e438594d
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:42:53 +00:00 |
|
Ilia Alshanetsky
|
484a35373e
|
Fixed bug #53630 (Fixed parameter handling inside readline() function).
|
2011-01-10 18:19:02 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Felipe Pena
|
4411621217
|
- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
(patch by tcallawa at redhat dot com)
|
2009-12-13 17:06:47 +00:00 |
|
Felipe Pena
|
eb3eea2669
|
- Fixed tests for when running using libedit
|
2009-12-13 16:53:24 +00:00 |
|
Jani Taskinen
|
5d757fddf5
|
- Fixed bug #48608 (Invalid libreadline version not detected during configure)
|
2009-08-04 11:20:49 +00:00 |
|
Jani Taskinen
|
e3d23b959f
|
- Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown option warning)
# This isn't worth of NEWS entry, it's just cosmetic
|
2009-08-03 11:21:44 +00:00 |
|
Jani Taskinen
|
f0dd266bdd
|
MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)
|
2009-05-14 13:40:51 +00:00 |
|
Ilia Alshanetsky
|
ea61c335e4
|
Fixed execution condition
|
2009-01-22 14:40:20 +00:00 |
|
Ilia Alshanetsky
|
fc6c8f5440
|
Improved parameter handling
|
2009-01-16 00:07:03 +00:00 |
|
Felipe Pena
|
241c414422
|
- MFH: Fixed test
|
2009-01-07 23:04:52 +00:00 |
|
Felipe Pena
|
51fc4e878d
|
- MFH: More suitable parameter checking
|
2009-01-07 22:55:38 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Felipe Pena
|
01dec97a90
|
- Missing SKIPIF :(
|
2008-11-21 22:55:58 +00:00 |
|
Felipe Pena
|
a9455b5be6
|
- MFH: Fixed memory leak in readline_callback_handler_remove()
|
2008-11-21 22:27:02 +00:00 |
|
Felipe Pena
|
a7dc862b6d
|
- New tests
|
2008-11-21 21:44:11 +00:00 |
|
Felipe Pena
|
bf90950756
|
- Fix test
|
2008-11-21 21:03:35 +00:00 |
|
Felipe Pena
|
8d85566ebe
|
- New tests
|
2008-11-21 21:00:47 +00:00 |
|
Felipe Pena
|
da067890db
|
- MFH: Fixed memory leaks in readline_completion_function()
|
2008-11-20 22:25:37 +00:00 |
|
Felipe Pena
|
fc2fb50d09
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-11-17 11:28:01 +00:00 |
|
Ilia Alshanetsky
|
4907faecd1
|
Fixed memory leak inside readline_callback_handler_install() function
|
2008-11-16 18:00:50 +00:00 |
|
Felipe Pena
|
7a37fa2d6b
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:19:39 +00:00 |
|
Felipe Pena
|
df10005563
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:35:40 +00:00 |
|
Felipe Pena
|
39a0c5f4e6
|
- Fixed mem. leak
|
2008-09-10 13:47:29 +00:00 |
|
Felipe Pena
|
e304515ddb
|
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
|
2008-08-02 04:46:07 +00:00 |
|
Felipe Pena
|
07444b4670
|
- Added arginfo
|
2008-07-14 17:50:47 +00:00 |
|
Felipe Pena
|
3ece9a2cf6
|
- New parameter parsing API
|
2008-06-25 15:06:58 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Dmitry Stogov
|
6c810b0d4c
|
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
2007-09-27 18:00:48 +00:00 |
|
Ilia Alshanetsky
|
c92668e768
|
Fixed a memory leak inside readline_completion_function() on non-callable
callback.
|
2007-02-12 01:23:17 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Nuno Lopes
|
ae77214f7f
|
fix gcc warning
|
2006-09-04 18:59:01 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
foobar
|
3e669bc950
|
MFH: nuke php3 legacy
|
2005-12-06 02:28:41 +00:00 |
|
foobar
|
52e1590285
|
MFH
|
2005-11-28 23:04:01 +00:00 |
|
foobar
|
26b8b65c18
|
MFH: - Fixed bug #35409 (undefined reference to 'rl_completion_matches').
|
2005-11-28 16:51:16 +00:00 |
|
foobar
|
7b073bbad8
|
- Make sure --with-readline is used only when --with-libedit is not used.
|
2005-11-18 15:07:39 +00:00 |
|
foobar
|
23e671a51e
|
- Bumber up year
|
2005-08-03 14:08:58 +00:00 |
|
foobar
|
a20383ba06
|
- Unify the "configure --help" texts
|
2005-05-29 23:17:16 +00:00 |
|
Ilia Alshanetsky
|
d5847b9cf7
|
Fixed compiler warning.
|
2005-04-12 16:41:42 +00:00 |
|
Ilia Alshanetsky
|
779edcb01d
|
Proper fix for bug #31796 .
|
2005-02-04 00:21:50 +00:00 |
|
Ilia Alshanetsky
|
5879c5cf21
|
Fixed bug #31796 (readline completion handler does not handle empty return
values).
|
2005-02-03 22:45:36 +00:00 |
|
Joe Orton
|
2685ca935f
|
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
to support multi-ABI platforms.
|
2004-11-03 14:32:52 +00:00 |
|
Wez Furlong
|
429b37d750
|
compile fix from Timm
|
2004-09-26 13:52:09 +00:00 |
|
Wez Furlong
|
9085689d6f
|
standardize the callback support to allow array($obj, 'method') callbacks.
Add a couple of utility functions.
|
2004-09-17 11:26:43 +00:00 |
|