Stig Bakken
689252082c
* zend_module_entry change: apino, debug and zts are moved first,
...
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
Derick Rethans
a0bbfb590c
- <br> -> <br />
2001-10-06 20:13:39 +00:00
Jeroen van Wolffelaar
c033288573
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
2001-09-25 21:58:48 +00:00
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
2001-09-09 13:29:31 +00:00
Zeev Suraski
f6f6c4d7e6
Whitespace
2001-08-11 16:39:07 +00:00
Rasmus Lerdorf
81e2cf03ac
Fix folding and clean up some extensions
2001-06-06 13:06:12 +00:00
foobar
3461a40063
Fixed bug: #10914
2001-05-22 21:33:17 +00:00
Sascha Schumann
afdaee9e47
Nuke more quotes
2001-05-12 11:09:05 +00:00
Sterling Hughes
bb9fe151c3
Fix bug #10447 .
2001-04-22 23:40:34 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00
Sascha Schumann
7e28784de3
Fix indentation of configure output
2000-12-06 17:34:58 +00:00
Hartmut Holzgraefe
df7c2eeabc
make genfunclist in phpdoc happy
2000-11-23 12:16:35 +00:00
foobar
dc70b6172b
Fixed typo. #6933
2000-11-20 17:32:46 +00:00
Hartmut Holzgraefe
1f6878e912
2nd step towards auto-credits
2000-11-20 10:33:33 +00:00
Hartmut Holzgraefe
0b7745d713
added protos
2000-10-11 13:34:42 +00:00
Brendan W. McAdams
5ab813e1b6
Updated email address to reflect my php.net address.
...
I am no longer associated with Plexus InterActive (my plexmedia.com address) so
the old address is no longer any good.
2000-10-05 18:20:06 +00:00
Rasmus Lerdorf
b189759bcd
Clean up the alignment of configure --help output
2000-10-02 17:36:01 +00:00
Brendan W. McAdams
f1ed420604
# Added TODO so I can track things that need doing with this module - (brendan)
2000-08-14 21:10:25 +00:00
Brendan W. McAdams
b283eec42a
- changed all pvals to zvals (like they were before)
...
# Turns out zval *is* the proper call for a variable.
2000-08-10 21:03:02 +00:00
Brendan W. McAdams
25240885a5
- Homogonized CCVS with the rest of the modules in the ext/ tree:
...
- All ZEND_* macro calls changed to PHP_* macros.
- All zval's converted to pval's.
# Per discussion with Hartmut Holzgraefe on [PHP-DEV] list.
2000-08-10 20:23:33 +00:00
Brendan W. McAdams
609577d882
Updated Supported CCVS Versions based on Conversation with Doug. All 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)
2000-08-09 18:38:04 +00:00
Brendan W. McAdams
01a83f8cb0
Added Dougs name to the PHPINFO "Support By" call.
...
Added a "Release Supports CCVS Versions..." line in PHPINFO
2000-08-09 17:53:55 +00:00
Brendan W. McAdams
9a2d9b993d
Looks like I found my problem.
...
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.
2000-08-09 17:43:04 +00:00
Brendan W. McAdams
1030d7a7d8
Tracked the stray -libccvs call to a bad config directive in the config.m4 file.
2000-08-09 16:45:49 +00:00
Brendan W. McAdams
14e86fcf0a
Trying to resolve the build issue. This module is currently broken. PHP compiles it fine but I'm having linking issues when it gets to the apache level.
...
Any help would be greatly appreciated.
2000-08-09 14:31:12 +00:00
Brendan W. McAdams
048717c09c
Looks like my editor barfed sometime today and saved the source files as
...
PC Format. Fixed that. Seeing some compiletime issues that I'm working on resolving.
2000-08-09 01:18:28 +00:00
Brendan W. McAdams
8a4f3d3973
Had some issues with apache build. PHP Was passing a -llibccvs inadvertantly. Seemed to be an issue with the autoconf file. Fixed. I'll get back to cleaning up that AutoConf later.
2000-08-08 23:15:56 +00:00
Brendan W. McAdams
f3b757eead
First commit of these files. We have had them working for about 3 weeks, 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.
2000-08-08 22:36:56 +00:00