summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Make bcmath buildable as shared moduleSascha Schumann2000-05-022-22/+10
|
* Make MySQL independent of build locationSascha Schumann2000-05-022-1/+3
|
* Add a ; for SybaseSterling Hughes2000-05-021-1/+1
|
* - Shouldn't be needed. The configuration mechanism makes sure this isAndi Gutmans2000-05-021-3/+0
| | | | | - up-to-date
* Make php_dl() respect the configured extension_dir setting.Sascha Schumann2000-05-021-4/+5
|
* calling a function that is not supported in the current build due to aHartmut Holzgraefe2000-05-023-35/+94
| | | | | | | | missing library or unsupported feature (especially GIF-Output) will now give a slightly more usefull error message than eg. " Call to undefined function: imagegif()" (this seemed to confuse a lot of users ....)
* Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATESascha Schumann2000-05-022-0/+4
|
* Include php_virtual_cwd.h for V_OPENSascha Schumann2000-05-021-0/+1
|
* Make filepro compilable as shared moduleSascha Schumann2000-05-022-3/+2
|
* Make dbase compilable as shared moduleSascha Schumann2000-05-022-3/+2
|
* Make sybase compilable as shared moduleSascha Schumann2000-05-022-26/+21
|
* Make readline compilable as shared moduleSascha Schumann2000-05-023-33/+29
|
* Make interbase compilable as shared moduleSascha Schumann2000-05-022-24/+17
|
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-0212-68/+18
|
* Make mcal buildable as shared moduleSascha Schumann2000-05-022-21/+16
|
* Make dba compilable as shared moduleSascha Schumann2000-05-023-3/+19
|
* Make mhash builable as shared moduleSascha Schumann2000-05-023-2/+13
|
* Make mcrypt buildable as shared moduleSascha Schumann2000-05-023-2/+13
|
* Make ftp buildable as shared moduleSascha Schumann2000-05-023-1/+6
|
* Make calendar buildable as shared moduleSascha Schumann2000-05-023-1/+6
|
* Make icap buildable as shared moduleSascha Schumann2000-05-022-20/+16
|
* Make sysvshm buildable as shared moduleSascha Schumann2000-05-022-15/+8
|
* Make sysvsem buildable as shared moduleSascha Schumann2000-05-022-32/+23
|
* Make yp buildable as shared moduleSascha Schumann2000-05-023-24/+15
|
* Make zlib buildable as shared moduleSascha Schumann2000-05-022-34/+41
|
* #if COMPILE_DLSascha Schumann2000-05-0236-56/+56
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-0238-39/+39
| | | | | ZEND_GET_MODULE(name) macro.
* Make swf_nextid() return a value.Sterling Hughes2000-05-021-1/+2
|
* Remove trailing empty linesSascha Schumann2000-05-0157-232/+0
|
* Never mind on the error checkRasmus Lerdorf2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-0157-0/+57
|
* Large commit test IIISascha Schumann2000-05-0157-0/+131
|
* Large test commit IISascha Schumann2000-05-0119-0/+30
|
* Large test commit ISascha Schumann2000-05-018-0/+8
|
* Make posix module buildable as shared moduleSascha Schumann2000-05-013-10/+7
|
* Revamp config stuffSascha Schumann2000-05-012-53/+40
|
* Dynamically allocate points for ImagePolygon (Marc Pohl)Rasmus Lerdorf2000-05-011-5/+6
| | | | | @Dynamically allocate points for ImagePolygon (Marc Pohl)
* oops wrong settings commited in project.Frank M. Kromann2000-05-011-2/+26
|
* adding calendar projectFrank M. Kromann2000-05-011-0/+121
|
* Remove white-space, breaks UnixWare makeSascha Schumann2000-05-011-1/+1
|
* Forgot to mention: Added configure time checking for bcmath package. ↵Joey Smith2000-05-011-2/+2
| | | | | | | (Thanks, Sascha!) @ Added configure time checking for bcmath package
* There was already a perfectly good README-BCMATH, I just found the different ↵Joey Smith2000-05-011-0/+11
| | | | naming confusing.
* Rebuild xml, if libexpat changed.Sascha Schumann2000-05-012-2/+4
|
* Link expat into static and shared module.Sascha Schumann2000-05-011-1/+1
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-0167-226/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Allow the SWF module to compile as a dl.Sterling Hughes2000-04-301-0/+4
|
* Proto's and the such.Sterling Hughes2000-04-301-14/+202
|
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-308-15/+15
|
* Add LibSWF support to PHP, will be sending an e-mail on the files andSterling Hughes2000-04-305-0/+1208
| | | | | uses shortly.
* - Take Sascha's advice and create on V_OPEN() which replaces open().Andi Gutmans2000-04-301-7/+7
| | | | | | | | | - Unlike the other macros its argument has to have braces around it, for - example, open(filename, flags) becomse V_OPEN((filename, flags)) - Made small conversion to new Zend macros. The ugly (*foo)->value.str.val - now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist - single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).