summaryrefslogtreecommitdiff
path: root/ext/cybercash
Commit message (Collapse)AuthorAgeFilesLines
* Make chop the alias and rtrim the main function, in order to get automagicallyJeroen van Wolffelaar2001-09-231-1/+1
| | | | | generated alias-listings correct.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-3/+3
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-21/+11
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+31
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Nuke more quotesSascha Schumann2001-05-121-4/+4
|
* 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..
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-1/+1
|
* dsp for cybercashDaniel Beulshausen2000-08-261-0/+110
|
* Fixed compilation errors.Andrei Zmievski2000-07-182-9/+4
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* stylistic modifications.Sterling Hughes2000-07-011-16/+16
|
* definition.Sterling Hughes2000-07-011-0/+1
|
* @- Allow cybercash to compile as a DL module. (Sterling)Sterling Hughes2000-07-011-98/+102
| | | | | | | -Allow cybercash to compile as a DL module. -Stylistic changes. -Add RETURN_STRINGL + Z_*_PP macros
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-4/+4
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+1
|
* Large test commit IISascha Schumann2000-05-011-0/+1
|
* Large test commit ISascha Schumann2000-05-011-0/+1
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* (The first part of this commit died with a SIGPIPE from the CVS server.)Sascha Schumann2000-04-301-6/+1
| | | | | | | | | | | Overall UNIX build system improvements: * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* - Oops I commited a name change for consistency of Zend/modules.h toAndi Gutmans2000-03-111-1/+1
| | | | | Zend/zend_modules.h before it being finished. Revert it
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-1/+1
| | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* Add appropriate check for mckcrypto libEvan Klinger2000-03-021-2/+4
|
* get rid of warning when $url["port"] isn't setEvan Klinger2000-03-011-1/+2
|
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
| | | | | - Avoid declaring crypt() related salt types twice
* Revert last commit (cybercash has its own version of base64.h)Sascha Schumann2000-02-241-1/+1
|
* Fix include file pathSascha Schumann2000-02-231-1/+1
| | | | | | Suggested by: stephen@ecoverage.com PR: #3542
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-2/+1
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-2/+10
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* - The tree compiles againZeev Suraski1999-12-181-4/+4
|
* More clean up.Evan Klinger1999-12-072-7/+7
|
* Now it compiles - couldn't find lib before.Evan Klinger1999-12-071-1/+1
|
* Eliminate some warnings.Evan Klinger1999-12-071-0/+1
|
* Minor changes and clean up.Evan Klinger1999-12-071-4/+5
|
* @- Added CyberCash support. (Evan)Evan Klinger1999-12-077-0/+521
CyberCash support.