summaryrefslogtreecommitdiff
path: root/ext/readline
Commit message (Collapse)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* - Always look into /usr/local before /usrfoobar2003-10-011-10/+4
| | | | | - Added breaks to make sure the preferred value is used.
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-2/+2
| | | | | | This may fix compilation problems with on systems with multiple copies of the same library.
* proto fixesAndrey Hristov2003-07-191-5/+5
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* - There's no point in allowing using both --with-readline and --with-libeditfoobar2003-02-111-6/+8
| | | | | | the same time. Prefer --with-readline. - Use PHP_ADD_LIBRARY when there is no path available.
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* Very little fixesCHAILLAN Nicolas2002-11-081-5/+5
|
* - fix build on FreeBSD, verified by thies.Jan Lehnardt2002-10-091-2/+4
|
* Fix typo.foobar2002-08-221-1/+1
|
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-2/+0
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-3/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* php_new_extensionSascha Schumann2002-03-122-9/+2
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* remove some crapThies C. Arntzen2002-02-011-5/+0
|
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-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.
* whitespacefoobar2002-01-091-14/+25
|
* check for library existance before adding themHartmut Holzgraefe2002-01-041-6/+25
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-5/+4
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-30/+30
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* Fixed two problems:foobar2001-08-223-8/+10
| | | | | | | | - CGI_BINARY was defined always thus this extension could be compiled with even when not building CGI binary. - HAVE_READLINE => HAVE_LIBREADLINE (typo)
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-9/+9
| | | | | # Heads up people! I tested this before committing but you never know..
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-1/+1
| | | | | zval_del_ref() function which should be nuked.
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Libedit readline replacement supportStanislav Malyshev2001-01-184-9/+51
| | | | | # Comments are very welcome!
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* update my email.Thies C. Arntzen2000-10-292-2/+2
|
* beautifyThies C. Arntzen2000-08-241-1/+2
|
* Fix segfault on readline without parametersStanislav Malyshev2000-08-241-2/+4
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-8/+8
|
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
|
* Make readline compilable as shared moduleSascha Schumann2000-05-023-33/+29
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* Some white-space changesSascha Schumann2000-03-261-1/+1
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* Thies I will give up until tomorrow.Egon Schmid2000-02-241-17/+17
|
* the pipe is breaking all the timeZeev Suraski2000-02-192-4/+4
|
* fix solaris compileThies C. Arntzen2000-01-071-1/+11
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
| | | | | you start counting at 0 or 1).