Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -4/+4 |
| | |||||
* | added proto descriptions | Hartmut Holzgraefe | 2001-12-17 | 1 | -16/+16 |
| | |||||
* | 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 | -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 | 3 | -22/+27 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -2/+2 |
| | |||||
* | Fix bug #10447. | Sterling Hughes | 2001-04-22 | 1 | -0/+5 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Fix indentation of configure output | Sascha Schumann | 2000-12-06 | 1 | -3/+2 |
| | |||||
* | make genfunclist in phpdoc happy | Hartmut Holzgraefe | 2000-11-23 | 1 | -1/+1 |
| | |||||
* | Fixed typo. #6933 | foobar | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -58/+58 |
| | | | | | | I am no longer associated with Plexus InterActive (my plexmedia.com address) so the old address is no longer any good. | ||||
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -2/+2 |
| | |||||
* | # Added TODO so I can track things that need doing with this module - (brendan) | Brendan W. McAdams | 2000-08-14 | 1 | -0/+7 |
| | |||||
* | - 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 | 2 | -98/+98 |
| | | | | | | | - 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 | 2 | -67/+70 |
| | | | | | 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. | ||||
* | Tracked the stray -libccvs call to a bad config directive in the config.m4 file. | Brendan W. McAdams | 2000-08-09 | 1 | -3/+4 |
| | |||||
* | Trying to resolve the build issue. This module is currently broken. PHP ↵ | Brendan W. McAdams | 2000-08-09 | 1 | -11/+13 |
| | | | | | | | compiles it fine but I'm having linking issues when it gets to the apache level. Any help would be greatly appreciated. | ||||
* | 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. | ||||
* | Had some issues with apache build. PHP Was passing a -llibccvs ↵ | Brendan W. McAdams | 2000-08-08 | 1 | -6/+5 |
| | | | | inadvertantly. Seemed to be an issue with the autoconf file. Fixed. I'll get back to cleaning up that AutoConf later. | ||||
* | First commit of these files. We have had them working for about 3 weeks, ↵ | Brendan W. McAdams | 2000-08-08 | 4 | -0/+624 |
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. |