Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Enable ext/overload by default on Win32, too. | Sebastian Bergmann | 2001-12-10 | 1 | -0/+6 |
| | |||||
* | rename com module entry | Harald Radi | 2001-10-17 | 1 | -2/+1 |
| | |||||
* | nuke VARIANT module | Daniel Beulshausen | 2001-09-25 | 1 | -1/+0 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | | | | the way | ||||
* | changed for input encoding conversion in win32. | Rui Hirokawa | 2001-07-29 | 1 | -0/+4 |
| | |||||
* | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 1 | -10/+0 |
| | |||||
* | Fix Windows build | Zeev Suraski | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+8 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | changed php_typedef_VARIANT.h to php_VARIANT.h | Harald Radi | 2001-05-13 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | fixed unicodeconversion and parameter passing bugs in com and dotnet modules | Harald Radi | 2001-01-28 | 1 | -0/+2 |
| | |||||
* | more cleanup of info code | Daniel Beulshausen | 2000-10-08 | 1 | -4/+4 |
| | |||||
* | - Add calendar to default Win32 build. | Andi Gutmans | 2000-10-06 | 1 | -0/+2 |
| | |||||
* | - Add FTP extension to default Win32 build | Andi Gutmans | 2000-10-05 | 1 | -0/+2 |
| | |||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | - Added disable_functions php.ini support | Zeev Suraski | 2000-05-29 | 1 | -1/+1 |
| | | | | | - Fixed Win32 build | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | - Add wddx support to the default build | Andi Gutmans | 2000-04-07 | 1 | -0/+2 |
| | |||||
* | - Define these ones and declare them in modules.h | Zeev Suraski | 2000-03-12 | 1 | -5/+0 |
| | |||||
* | It looks like a number of "standard" extensions are now truly builtin... | Sam Ruby | 2000-03-07 | 1 | -16/+0 |
| | |||||
* | - MySQL now compiles right into the PHP 4 binary on Windows | Andi Gutmans | 2000-02-23 | 1 | -1/+3 |
| | |||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Add expat to the distribution | Zeev Suraski | 2000-02-02 | 1 | -1/+3 |
| | | | | | Add expat support to Win32 builds | ||||
* | 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). | ||||
* | 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. | ||||
* | 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 | -1/+3 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -11/+11 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | - Make it consistent with the rest of the stuff there. | Andi Gutmans | 1999-11-19 | 1 | -1/+1 |
| | |||||
* | - Add array.c to the Win32 project | Andi Gutmans | 1999-11-19 | 1 | -1/+3 |
| | |||||
* | moved output.c into ext/standart and made it thread-safe. | Thies C. Arntzen | 1999-10-27 | 1 | -1/+3 |
| | | | | | | | | | 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) | ||||
* | - Make COM compile again | Andi Gutmans | 1999-10-20 | 1 | -1/+1 |
| | |||||
* | - Make Win32 compile once again. | Andi Gutmans | 1999-09-05 | 1 | -1/+1 |
| | |||||
* | Add global startup/shutdown functions in Win32 version as well | Sascha Schumann | 1999-09-03 | 1 | -0/+32 |
| | |||||
* | - Add sessions module to standard win32 build. | Andi Gutmans | 1999-09-01 | 1 | -1/+3 |
| | |||||
* | ext/lcg -> ext/standard in various places | Stig Bakken | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | - Add lcg to windows project. | Andi Gutmans | 1999-08-22 | 1 | -1/+3 |
| | |||||
* | Go beta 2 (final) | Andi Gutmans | 1999-08-09 | 1 | -1/+3 |
| | |||||
* | Fix Win32 compilation | Andi Gutmans | 1999-07-19 | 1 | -0/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | Support PCRE under Win32 | Zeev Suraski | 1999-07-06 | 1 | -1/+3 |
| | |||||
* | include regex in Win32 build | Zeev Suraski | 1999-05-24 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-05-15 | 1 | -0/+22 |
| | |||||
* | Get Win32 to compile again | Zeev Suraski | 1999-05-04 | 1 | -2/+2 |
| | |||||
* | An initial default builtin modules file for Win32 | Zeev Suraski | 1999-05-04 | 1 | -0/+85 |