Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -2/+2 |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | Fixed bug#54450 (callback function when built against libedit) | Hannes Magnusson | 2011-09-06 | 1 | -0/+21 |
| | |||||
* | - Implement FR#53878 Interactive shell should work with shared readline ↵ | Johannes Schlüter | 2011-02-19 | 1 | -1/+1 |
| | | | | | | | | | 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 #50209 (Compiling with libedit cannot find readline.h) | Felipe Pena | 2009-12-13 | 1 | -1/+1 |
| | | | | | (patch by tcallawa at redhat dot com) | ||||
* | - 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 | ||||
* | - Fixed bug #48256 (Crash due to double-linking of history.o) | Jani Taskinen | 2009-05-14 | 1 | -9/+0 |
| | |||||
* | fix build with libedit | foobar | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #35409 (undefined reference to 'rl_completion_matches') | foobar | 2005-11-28 | 1 | -3/+5 |
| | |||||
* | MFB51: fix build when --with-libedit is used | foobar | 2005-11-18 | 1 | -2/+4 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -2/+2 |
| | |||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -7/+7 |
| | | | | | to support multi-ABI platforms. | ||||
* | Add support for the readline callback interface, allowing you to interleave | Wez Furlong | 2004-08-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | IO and user input. Sample script: <?php dl("readline.so"); function handle_user_input($line) { echo "You typed: '$line'\n"; if ($line == 'exit') exit; } readline_callback_handler_install('type! > ', 'handle_user_input'); while (true) { $n = stream_select($r = array(STDIN), $w = null, $e = null, null); if ($n && in_array(STDIN, $r)) { readline_callback_read_char(); } } | ||||
* | - No tabs here please | Derick Rethans | 2004-08-24 | 1 | -2/+2 |
| | |||||
* | use dependent libs while probing for functions | Wez Furlong | 2004-08-24 | 1 | -2/+5 |
| | |||||
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -10/+4 |
| | | | | | - Added breaks to make sure the preferred value is used. | ||||
* | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -2/+2 |
| | | | | | | This may fix compilation problems with on systems with multiple copies of the same library. | ||||
* | - There's no point in allowing using both --with-readline and --with-libedit | foobar | 2003-02-11 | 1 | -6/+8 |
| | | | | | | the same time. Prefer --with-readline. - Use PHP_ADD_LIBRARY when there is no path available. | ||||
* | Fix typo. | foobar | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 1 | -2/+2 |
| | |||||
* | Modified the build system to make certain extensions (pcntl, ncurses, | Edin Kadribasic | 2002-01-20 | 1 | -8/+4 |
| | | | | | | | pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional parameter to PHP_EXTENSION macro which should be set to "cli" if the extension only makes sense for that class of api's. | ||||
* | whitespace | foobar | 2002-01-09 | 1 | -14/+25 |
| | |||||
* | check for library existance before adding them | Hartmut Holzgraefe | 2002-01-04 | 1 | -6/+25 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+4 |
| | |||||
* | Fixed two problems: | foobar | 2001-08-22 | 1 | -0/+6 |
| | | | | | | | | - CGI_BINARY was defined always thus this extension could be compiled with even when not building CGI binary. - HAVE_READLINE => HAVE_LIBREADLINE (typo) | ||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -9/+9 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | Libedit readline replacement support | Stanislav Malyshev | 2001-01-18 | 1 | -0/+27 |
| | | | | | # Comments are very welcome! | ||||
* | Make readline compilable as shared module | Sascha Schumann | 2000-05-02 | 1 | -33/+23 |
| | |||||
* | Some white-space changes | Sascha Schumann | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | fix solaris compile | Thies C. Arntzen | 2000-01-07 | 1 | -1/+11 |
| | |||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | the order *does* matter! | Thies C. Arntzen | 1999-12-07 | 1 | -2/+2 |
| | |||||
* | configure works for me (RH 6.1) | Thies C. Arntzen | 1999-10-14 | 1 | -2/+29 |
| | | | | | @- Added readline support. Works *only* in standalone mode! (Thies) | ||||
* | interface to GNU-Readline! (not yet active, autoconf needs to be done) | Thies C. Arntzen | 1999-10-14 | 1 | -0/+7 |
very neat - but only usable in standalone (command-promt) mode! |