summaryrefslogtreecommitdiff
path: root/ext/ccvs
Commit message (Collapse)AuthorAgeFilesLines
* Unify error messagesDerick Rethans2002-06-261-1/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-4/+4
|
* added proto descriptionsHartmut Holzgraefe2001-12-171-16/+16
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-1/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-2/+4
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - <br> -> <br />Derick Rethans2001-10-061-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-37/+37
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+10
|
* Fixed bug: #10914foobar2001-05-223-22/+27
|
* Nuke more quotesSascha Schumann2001-05-121-2/+2
|
* Fix bug #10447.Sterling Hughes2001-04-221-0/+5
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Fix indentation of configure outputSascha Schumann2000-12-061-3/+2
|
* make genfunclist in phpdoc happyHartmut Holzgraefe2000-11-231-1/+1
|
* Fixed typo. #6933foobar2000-11-201-1/+1
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* added protosHartmut Holzgraefe2000-10-111-0/+49
|
* Updated email address to reflect my php.net address.Brendan W. McAdams2000-10-052-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 outputRasmus Lerdorf2000-10-021-2/+2
|
* # Added TODO so I can track things that need doing with this module - (brendan)Brendan W. McAdams2000-08-141-0/+7
|
* - changed all pvals to zvals (like they were before)Brendan W. McAdams2000-08-101-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. McAdams2000-08-102-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. McAdams2000-08-091-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. McAdams2000-08-091-1/+2
| | | | | Added a "Release Supports CCVS Versions..." line in PHPINFO
* Looks like I found my problem.Brendan W. McAdams2000-08-092-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. McAdams2000-08-091-3/+4
|
* Trying to resolve the build issue. This module is currently broken. PHP ↵Brendan W. McAdams2000-08-091-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 asBrendan W. McAdams2000-08-091-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. McAdams2000-08-081-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. McAdams2000-08-084-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.