| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
* | virtual filepath fix, don't know why i bother, the module isn't threadsafe | Sterling Hughes | 2002-09-11 | 1 | -1/+1 |
* | allocate globals, making this work in zts mode | Sterling Hughes | 2002-05-11 | 1 | -0/+12 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+2 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | proto fixes "double" -> "float" | Hartmut Holzgraefe | 2001-09-21 | 1 | -24/+24 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | noet | Sterling Hughes | 2001-08-24 | 1 | -2/+2 |
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -2/+2 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -10/+1 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -1/+39 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -3/+3 |
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
* | no swf under win32 | Daniel Beulshausen | 2001-02-20 | 1 | -117/+0 |
* | Change e-mail address | Sterling Hughes | 2001-02-15 | 2 | -2/+2 |
* | Fetch SWF globals | Sascha Schumann | 2000-12-09 | 1 | -0/+1 |
* | - Fix swf build issues from bug #7612 | Andi Gutmans | 2000-12-01 | 2 | -9/+7 |
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
* | New e-mail address. | Sterling Hughes | 2000-10-27 | 2 | -2/+2 |
* | Fix a misconfiguration error and missing return statement. | Andrei Zmievski | 2000-10-09 | 2 | -1/+3 |
* | - Always use V_* macros even if logic seems to be only using fullpath. | Andi Gutmans | 2000-09-12 | 1 | -3/+3 |
* | - Move php_open_temporary_file() out of file.c | Andi Gutmans | 2000-09-11 | 1 | -1/+1 |
* | - Should fix compile warning | Andi Gutmans | 2000-09-11 | 1 | -0/+1 |
* | Security related updates: | Zeev Suraski | 2000-09-09 | 1 | -3/+18 |
* | @ Fix stdout support with the swf extension. (Sterling) | Sterling Hughes | 2000-08-15 | 2 | -8/+67 |
* | remove comments for consistency. | Sterling Hughes | 2000-07-25 | 1 | -3/+0 |
* | Patch STDOUT support. | Sterling Hughes | 2000-07-18 | 1 | -1/+1 |
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -2/+2 |
* | - Make shockwave work with virtual_dir (a bit ugly). | Andi Gutmans | 2000-06-11 | 1 | -1/+10 |
* | oops. | Sterling Hughes | 2000-06-11 | 1 | -4/+5 |
* | - Update module project files to include: | Andi Gutmans | 2000-06-10 | 1 | -2/+2 |
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
* | Move to the Z_*_PP macros. | Sterling Hughes | 2000-06-06 | 1 | -69/+69 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -42/+42 |
* | - swf.h belongs to the libswf distribution and should not be copied | Uwe Steinmann | 2000-05-26 | 2 | -196/+15 |
* | Check lib. | Sterling Hughes | 2000-05-25 | 1 | -1/+1 |
* | 'char *' to 'char' | Sterling Hughes | 2000-05-23 | 1 | -1/+1 |
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
* | @-Add the swf_ortho function. (Sterling) | Sterling Hughes | 2000-05-23 | 2 | -0/+24 |
* | oops forgot to save project before commit | Frank M. Kromann | 2000-05-22 | 1 | -8/+4 |
* | adding project for swf | Frank M. Kromann | 2000-05-22 | 1 | -0/+121 |