Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getting rid of the warn_not_available alias | Hartmut Holzgraefe | 2002-03-22 | 1 | -2/+0 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -3/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | php_new_extension | Sascha Schumann | 2002-03-12 | 2 | -9/+2 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | remove some crap | Thies C. Arntzen | 2002-02-01 | 1 | -5/+0 |
| | |||||
* | 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 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+4 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -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 Wolffelaar | 2001-09-25 | 1 | -30/+30 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Fixed two problems: | foobar | 2001-08-22 | 3 | -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 patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | 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.. | ||||
* | - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the | Andi Gutmans | 2001-02-27 | 1 | -1/+1 |
| | | | | | zval_del_ref() function which should be nuked. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Libedit readline replacement support | Stanislav Malyshev | 2001-01-18 | 4 | -9/+51 |
| | | | | | # Comments are very welcome! | ||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | update my email. | Thies C. Arntzen | 2000-10-29 | 2 | -2/+2 |
| | |||||
* | beautify | Thies C. Arntzen | 2000-08-24 | 1 | -1/+2 |
| | |||||
* | Fix segfault on readline without parameters | Stanislav Malyshev | 2000-08-24 | 1 | -2/+4 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -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 patch | Andi Gutmans | 2000-06-05 | 1 | -8/+8 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 2 | -4/+4 |
| | |||||
* | Make readline compilable as shared module | Sascha Schumann | 2000-05-02 | 3 | -33/+29 |
| | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -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 Schumann | 2000-04-30 | 1 | -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 changes | Sascha Schumann | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | Thies I will give up until tomorrow. | Egon Schmid | 2000-02-24 | 1 | -17/+17 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 2 | -4/+4 |
| | |||||
* | fix solaris compile | Thies C. Arntzen | 2000-01-07 | 1 | -1/+11 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 2 | -2/+2 |
| | | | | | you start counting at 0 or 1). | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -4/+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 | 3 | -6/+11 |
| | | | | | | | | | | | | - 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 tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -6/+6 |
| | |||||
* | ZTS compile fixes | Thies C. Arntzen | 1999-12-08 | 2 | -2/+2 |
| | |||||
* | the order *does* matter! | Thies C. Arntzen | 1999-12-07 | 1 | -2/+2 |
| | |||||
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
| | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
* | added some more options | Thies C. Arntzen | 1999-10-25 | 1 | -11/+77 |
| | |||||
* | one can now use callbacks for custom completion functions (still ↵ | Thies C. Arntzen | 1999-10-23 | 1 | -11/+155 |
| | | | | work-in-progress) | ||||
* | configure works for me (RH 6.1) | Thies C. Arntzen | 1999-10-14 | 3 | -4/+44 |
| | | | | | @- 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 | 6 | -0/+259 |
very neat - but only usable in standalone (command-promt) mode! |