Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | added proto descriptions | Hartmut Holzgraefe | 2001-12-17 | 1 | -16/+16 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -2/+4 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | - <br> -> <br /> | Derick Rethans | 2001-10-06 | 1 | -1/+1 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -33/+33 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -37/+37 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+10 |
| | |||||
* | Fixed bug: #10914 | foobar | 2001-05-22 | 1 | -0/+3 |
| | |||||
* | Fix bug #10447. | Sterling Hughes | 2001-04-22 | 1 | -0/+5 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | make genfunclist in phpdoc happy | Hartmut Holzgraefe | 2000-11-23 | 1 | -1/+1 |
| | |||||
* | Fixed typo. #6933 | foobar | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | added protos | Hartmut Holzgraefe | 2000-10-11 | 1 | -0/+49 |
| | |||||
* | Updated email address to reflect my php.net address. | Brendan W. McAdams | 2000-10-05 | 1 | -46/+46 |
| | | | | | | I am no longer associated with Plexus InterActive (my plexmedia.com address) so the old address is no longer any good. | ||||
* | - changed all pvals to zvals (like they were before) | Brendan W. McAdams | 2000-08-10 | 1 | -33/+33 |
| | | | | | # Turns out zval *is* the proper call for a variable. | ||||
* | - Homogonized CCVS with the rest of the modules in the ext/ tree: | Brendan W. McAdams | 2000-08-10 | 1 | -82/+82 |
| | | | | | | | - All ZEND_* macro calls changed to PHP_* macros. - All zval's converted to pval's. # Per discussion with Hartmut Holzgraefe on [PHP-DEV] list. | ||||
* | Updated Supported CCVS Versions based on Conversation with Doug. All ↵ | Brendan W. McAdams | 2000-08-09 | 1 | -1/+1 |
| | | | | | | | versions of CCVS 3.0 and greater should work without problems. @ The CCVS module is now stable and compiling. It compiles as a CGI and into apache cleanly without warnings. (Brendan W. McAdams) | ||||
* | Added Dougs name to the PHPINFO "Support By" call. | Brendan W. McAdams | 2000-08-09 | 1 | -1/+2 |
| | | | | | Added a "Release Supports CCVS Versions..." line in PHPINFO | ||||
* | Looks like I found my problem. | Brendan W. McAdams | 2000-08-09 | 1 | -0/+68 |
| | | | | | I was predeclaring my functions in ccvs.h (stupid of me), so PHP was seeing the predec from internal_functions.h, the predec again, and then the actual functions and barfing. Compiles into apache now. Will test further. | ||||
* | Looks like my editor barfed sometime today and saved the source files as | Brendan W. McAdams | 2000-08-09 | 1 | -1/+1 |
| | | | | | PC Format. Fixed that. Seeing some compiletime issues that I'm working on resolving. | ||||
* | First commit of these files. We have had them working for about 3 weeks, ↵ | Brendan W. McAdams | 2000-08-08 | 1 | -0/+469 |
very well, as a DL. The straight compile-into PHP support should work fine; I've got it compiling on my Slackware 7 i386 box with Apache 1.3.12 + mod_ssl. Documentation, module info and example code are forthcoming. |