| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
| * | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| | | |||||
| * | several fixes - | Anatol Belski | 2014-08-16 | 1 | -3/+3 |
| | | | | | | | - param parsing Z_PARAM_STR vs Z_PARAM_STRING - some functions for new params - etc | ||||
| * | Refactor base64 to returning zend_string | Xinchen Hui | 2014-02-24 | 1 | -3/+3 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #37244 (Added strict flag to base64_decode() that enforces | Ilia Alshanetsky | 2006-05-06 | 1 | -0/+1 |
| | | | | | | RFC3548 compliance). | ||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | - 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? | ||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | Allow base64 functions to be called from an extension buils as .so/.dll (iconv) | Frank M. Kromann | 2003-01-01 | 1 | -2/+2 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -21/+11 |
| | | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
| * | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | |||||
| * | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -2/+2 |
| | | |||||
| * | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+47 |
| sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. | |||||
