summaryrefslogtreecommitdiff
path: root/ext/mcal
Commit message (Collapse)AuthorAgeFilesLines
* Defer linking against libmcal until we have built the extension,Sascha Schumann2002-03-271-12/+7
| | | | | | | | | | so that extension-supplied symbols are available. Also factorize the header file checks. Reported by: Brandon Knitter URL: http://news.php.net/article.php?group=php.dev&article=81833
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn'tAndi Gutmans2001-12-031-38/+38
| | | | | - change something I wasn't supposed to. It should be fine IMO.
* Unified the configure messages.foobar2001-11-301-0/+2
|
* - BeautifyingDerick Rethans2001-11-221-1/+1
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+10
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - More <br> to <br /> fixesDerick Rethans2001-10-091-1/+1
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-94/+94
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - More ZE2 fixesAndi Gutmans2001-08-131-1/+1
|
* Yet another TSRM fix.foobar2001-08-072-22/+13
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-3/+4
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+2
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-3/+3
| | | | the way
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
| | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* spaces after commas. all whitespace.Chuck Hagenbuch2000-12-051-38/+38
|
* * applied patch by Stig-Ørjan Smelror <Stig.Orjan.Smelror@lincom.no>Stig Bakken2000-12-051-2/+2
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* include checks for cal_misc.h and icalroutines.hChuck Hagenbuch2000-11-191-0/+8
|
* Fixed some compile warnings and removed useless code.foobar2000-11-011-7/+3
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+3
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* fixed logic error in the get parameters stage of mcal_list_alarmsAndrew Skalski2000-10-181-1/+1
|
* spaces to tabs. do we have a standard on this?Chuck Hagenbuch2000-10-171-5/+5
|
* replace fixed-size buffers for username and password with dynamicallyChuck Hagenbuch2000-10-171-4/+7
| | | | | allocated strings in the MCAL extension.
* fixing the license header and updating some prototypes/variable names in theChuck Hagenbuch2000-08-271-29/+18
| | | | | mcal extension.
* Get rid of php_global.h and the associated data types UINT4/_POINTER.Sascha Schumann2000-08-211-3/+3
| | | | | | | We use php_uint32 now globally. Also removed K&R support from md5.[ch].
* Protos fixed.Egon Schmid2000-07-141-2/+2
|
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-2/+2
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-4/+0
|
* no c++ comments, pleaseThies C. Arntzen2000-06-141-1/+1
|
* Check more locations. Submitted by Anil Madhavapeddy <anil@recoil.org>Chuck Hagenbuch2000-06-131-4/+26
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-13/+1
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* Include php_global.h, instead of global.hAndrei Zmievski2000-06-081-1/+1
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-39/+39
|
* monkeying Sascha's suggested change to allow relative pathnames.Chuck Hagenbuch2000-05-311-1/+1
|
* proto fixedHartmut Holzgraefe2000-05-261-1/+1
|
* some protos got to the wrong function - fixedHartmut Holzgraefe2000-05-231-3/+3
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
|
* Do not use non-standard type u_int32_t.Sascha Schumann2000-05-131-2/+3
| | | | | | | Instead, use UINT4 for now which is platform-independent. PR: #4262
* Make mcal buildable as shared moduleSascha Schumann2000-05-022-21/+16
|
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* 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/+3
|
* 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.