summaryrefslogtreecommitdiff
path: root/ext/calendar
Commit message (Collapse)AuthorAgeFilesLines
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | 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.
* making calendar module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
|
* - Update module project files to include:Andi Gutmans2000-06-101-2/+2
| | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-053-4/+4
|
* Revert recent COMPILE_DL change.Sascha Schumann2000-05-231-1/+1
|
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-4/+4
|
* - Make calendar compile as a dll on WindowsZeev Suraski2000-05-221-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-183-6/+6
|
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-1/+1
| | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
* Make calendar buildable as shared moduleSascha Schumann2000-05-023-1/+6
|
* 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
|
* oops wrong settings commited in project.Frank M. Kromann2000-05-011-2/+26
|
* adding calendar projectFrank M. Kromann2000-05-011-0/+121
|
* 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-7/+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)
* New styleSascha Schumann2000-04-201-12/+7
|
* Make ext/calendar optional.Andrei Zmievski2000-04-191-1/+13
|
* initial checkinHartmut Holzgraefe2000-04-171-0/+76
|
* The comma is also optional.Egon Schmid2000-04-161-1/+1
|
* added unixtojd() and jdtounix() to convert from unix time_t toHartmut Holzgraefe2000-04-164-37/+51
| | | | | Julian Days and vice versa
* made calendar a real extension instead of a dl one onlyHartmut Holzgraefe2000-04-1511-0/+2057