Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -7/+7 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -6/+6 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Make these all work with persistent streams too. | Wez Furlong | 2002-09-25 | 1 | -12/+2 |
| | |||||
* | Make it possible to use recode 3.5 too. (happy now Wez? :) | foobar | 2002-04-29 | 2 | -4/+23 |
| | |||||
* | One big mess is a bit less mess now. | foobar | 2002-04-24 | 3 | -136/+84 |
| | |||||
* | - initialize globals properly | Derick Rethans | 2002-04-20 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Markus Fischer | 2002-03-21 | 1 | -2/+2 |
| | |||||
* | Fix build. | Wez Furlong | 2002-03-18 | 2 | -9/+10 |
| | | | | | Warning about TSRM testing still applies. | ||||
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -7/+18 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -12/+12 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -3/+3 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+3 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+3 |
| | | | | | | 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 | -4/+4 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -6/+2 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -2/+2 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 2 | -7/+5 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -17/+6 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -4/+4 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -3/+3 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | Better use buffer_to_buffer, since zval is really buffer, not string (it can | Stanislav Malyshev | 2001-03-08 | 1 | -2/+3 |
| | | | | | | contain \0's and not end in \0). # and recode_string is recode_buffer_to_buffer internally anyways | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Some cosmetic changes. | Egon Schmid | 2000-07-15 | 2 | -10/+9 |
| | |||||
* | 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. | ||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | add check for stdbool.h | Thies C. Arntzen | 2000-06-06 | 3 | -2/+11 |
| | |||||
* | bool -> int | Thies C. Arntzen | 2000-06-06 | 1 | -1/+1 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | |||||
* | Make recode extension buildable as shared module. | Sascha Schumann | 2000-05-23 | 3 | -15/+18 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 2 | -4/+4 |
| | |||||
* | 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) | ||||
* | fixed unterminated string constant introduces by foreign patch. | Kristian Köhntopp | 2000-04-09 | 1 | -1/+1 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -4/+5 |
| | |||||
* | Some white-space changes | Sascha Schumann | 2000-03-26 | 1 | -2/+2 |
| | |||||
* | Finished porting recode module. | Kristian Köhntopp | 2000-03-12 | 1 | -3/+57 |
| | |||||
* | - using _ex() functions now, thanks to Andrej. | Kristian Köhntopp | 2000-03-12 | 1 | -23/+6 |
| | |||||
* | - Added additional DEFER macro. | Kristian Köhntopp | 2000-03-11 | 5 | -0/+351 |
- First stab at porting the recode module. Still having problems with the _ex() functions, they core - why? |