Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | @ Added support for bind_textdomain_codeset(). (rudib@email.si) | Jon Parise | 2001-11-09 | 1 | -0/+3 |
| | |||||
* | fix build | Wez Furlong | 2001-08-29 | 1 | -0/+6 |
| | |||||
* | add ngettext() support from Walter Franzini <walter@sys-net.it>, and use Z_* | Chuck Hagenbuch | 2001-08-27 | 1 | -0/+3 |
| | | | | | macros. | ||||
* | - 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 |
| | |||||
* | Moved the constants into ext/standard | foobar | 2000-12-10 | 1 | -1/+0 |
| | |||||
* | Added constants to represent the various categories of | Zak Greant | 2000-12-08 | 1 | -0/+1 |
| | | | | | locale (LC_ALL, LC_MESSAGES, etc...) | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -21/+10 |
| | | | | | | | | | 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/\./_/'` | ||||
* | - Oops I commited a name change for consistency of Zend/modules.h to | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | Zend/zend_modules.h before it being finished. Revert it | ||||
* | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages? | ||||
* | More cleanup... | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | - 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) | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+57 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |