Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proto fixes | Hartmut Holzgraefe | 2001-12-15 | 1 | -2/+2 |
| | |||||
* | 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/+29 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | fix build | Wez Furlong | 2001-08-29 | 1 | -0/+14 |
| | |||||
* | Coding style. | foobar | 2001-08-27 | 1 | -29/+22 |
| | |||||
* | shorter protos | Chuck Hagenbuch | 2001-08-27 | 1 | -3/+3 |
| | |||||
* | add ngettext() support from Walter Franzini <walter@sys-net.it>, and use Z_* | Chuck Hagenbuch | 2001-08-27 | 1 | -14/+106 |
| | | | | | macros. | ||||
* | The Gettext module is not limited to the GNU implementation. | Sascha Schumann | 2001-06-09 | 1 | -1/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+5 |
| | |||||
* | * 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 | -2/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Moved the constants into ext/standard | foobar | 2000-12-10 | 1 | -14/+1 |
| | |||||
* | wb clean. | foobar | 2000-12-08 | 1 | -37/+31 |
| | |||||
* | Added constants to represent the various categories of | Zak Greant | 2000-12-08 | 1 | -1/+14 |
| | | | | | locale (LC_ALL, LC_MESSAGES, etc...) | ||||
* | fix path operations, under win32 | Daniel Beulshausen | 2000-11-27 | 1 | -6/+4 |
| | |||||
* | Beautified some protos. | Egon Schmid | 2000-08-08 | 1 | -5/+5 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -5/+5 |
| | |||||
* | Make gettext extension compilable as shared module. | Sascha Schumann | 2000-05-23 | 1 | -0/+4 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -1/+4 |
| | | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp) | ||||
* | initial function prototypes | Chuck Hagenbuch | 2000-03-19 | 1 | -0/+15 |
| | |||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | 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). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -5/+5 |
| | |||||
* | More cleanup... | Zeev Suraski | 1999-12-17 | 1 | -3/+3 |
| | |||||
* | - 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 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | Use new Zend API and some minor cleanup. | Sascha Schumann | 1999-09-24 | 1 | -33/+33 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -1/+1 |
| | | | | | php3_compat.h) | ||||
* | Symbol work. | Andrey Hristov | 1999-07-27 | 1 | -8/+8 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -5/+5 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | - fix compile issues for various packages (dbase, sysv*, zlib) | Sascha Schumann | 1999-05-21 | 1 | -1/+0 |
| | | | | | - some cleanup in mhash/mcrypt | ||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. | ||||
* | incorporate gettext support | Sascha Schumann | 1999-04-21 | 1 | -0/+170 |