Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | const/static keywording | Nuno Lopes | 2006-08-12 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -2/+2 |
| | | | | dependencies and conflicts | ||||
* | nuked unused header file | foobar | 2005-05-24 | 1 | -1/+0 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Removed unnecessary ssl.h include | foobar | 2003-09-23 | 1 | -6/+0 |
| | |||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -1/+0 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -0/+6 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Remove references to global startup functions. | Andrei Zmievski | 2001-07-24 | 1 | -10/+0 |
| | |||||
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | remove unneded comments | Thies C. Arntzen | 2001-02-13 | 1 | -3/+0 |
| | |||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | - Define these ones and declare them in modules.h | Zeev Suraski | 2000-03-12 | 1 | -5/+0 |
| | |||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -18/+1 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | Provide basis for shared libraries/dlls to contain internal extensions | Sam Ruby | 1999-12-07 | 1 | -39/+10 |
| | |||||
* | new assert() module. (Not yet finished!) | Thies C. Arntzen | 1999-12-07 | 1 | -22/+11 |
| | |||||
* | These are inserted automatically now. | Andrei Zmievski | 1999-11-13 | 1 | -16/+0 |
| | |||||
* | Split array functions into separate module. | Andrei Zmievski | 1999-11-13 | 1 | -0/+2 |
| | |||||
* | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 1 | -0/+2 |
| | | | | | | | | | moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position. # i'm not really happy with this solution, but it seemed the easiest one! # the whole output code is a bit hard to understand... @- Output-Buffering system is now Thread-Safe. (Thies) | ||||
* | added Metaphone support | Thies C. Arntzen | 1999-09-13 | 1 | -0/+2 |
| | |||||
* | - add global startup/shutdown handlers | Sascha Schumann | 1999-09-03 | 1 | -1/+32 |
| | | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start | ||||
* | moved lcg stuff to ext/standard | Stig Bakken | 1999-08-29 | 1 | -0/+2 |
| | |||||
* | * Include all of the standard modules in internal_functions.c.in. Stig - is ↵ | Zeev Suraski | 1999-05-14 | 1 | -0/+22 |
| | | | | | | | | | that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future. | ||||
* | - regex cache (needs some work) | Sascha Schumann | 1999-05-12 | 1 | -0/+2 |
| | | | | | - str_replace changes from php3 | ||||
* | * added --enable-thread-safety switch | Stig Bakken | 1999-05-03 | 1 | -0/+79 |
* now generating internal_functions.c |