Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make bcmath buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -22/+10 |
| | |||||
* | Make MySQL independent of build location | Sascha Schumann | 2000-05-02 | 2 | -1/+3 |
| | |||||
* | Add a ; for Sybase | Sterling Hughes | 2000-05-02 | 1 | -1/+1 |
| | |||||
* | - Shouldn't be needed. The configuration mechanism makes sure this is | Andi Gutmans | 2000-05-02 | 1 | -3/+0 |
| | | | | | - up-to-date | ||||
* | Make php_dl() respect the configured extension_dir setting. | Sascha Schumann | 2000-05-02 | 1 | -4/+5 |
| | |||||
* | calling a function that is not supported in the current build due to a | Hartmut Holzgraefe | 2000-05-02 | 3 | -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_PRIVATE | Sascha Schumann | 2000-05-02 | 2 | -0/+4 |
| | |||||
* | Include php_virtual_cwd.h for V_OPEN | Sascha Schumann | 2000-05-02 | 1 | -0/+1 |
| | |||||
* | Make filepro compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -3/+2 |
| | |||||
* | Make dbase compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -3/+2 |
| | |||||
* | Make sybase compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -26/+21 |
| | |||||
* | Make readline compilable as shared module | Sascha Schumann | 2000-05-02 | 3 | -33/+29 |
| | |||||
* | Make interbase compilable as shared module | Sascha Schumann | 2000-05-02 | 2 | -24/+17 |
| | |||||
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 12 | -68/+18 |
| | |||||
* | Make mcal buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -21/+16 |
| | |||||
* | Make dba compilable as shared module | Sascha Schumann | 2000-05-02 | 3 | -3/+19 |
| | |||||
* | Make mhash builable as shared module | Sascha Schumann | 2000-05-02 | 3 | -2/+13 |
| | |||||
* | Make mcrypt buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -2/+13 |
| | |||||
* | Make ftp buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -1/+6 |
| | |||||
* | Make calendar buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -1/+6 |
| | |||||
* | Make icap buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -20/+16 |
| | |||||
* | Make sysvshm buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -15/+8 |
| | |||||
* | Make sysvsem buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -32/+23 |
| | |||||
* | Make yp buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -24/+15 |
| | |||||
* | Make zlib buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -34/+41 |
| | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 36 | -56/+56 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 38 | -39/+39 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | Make swf_nextid() return a value. | Sterling Hughes | 2000-05-02 | 1 | -1/+2 |
| | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 57 | -232/+0 |
| | |||||
* | Never mind on the error check | Rasmus Lerdorf | 2000-05-01 | 1 | -4/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 57 | -0/+57 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 57 | -0/+131 |
| | |||||
* | Large test commit II | Sascha Schumann | 2000-05-01 | 19 | -0/+30 |
| | |||||
* | Large test commit I | Sascha Schumann | 2000-05-01 | 8 | -0/+8 |
| | |||||
* | Make posix module buildable as shared module | Sascha Schumann | 2000-05-01 | 3 | -10/+7 |
| | |||||
* | Revamp config stuff | Sascha Schumann | 2000-05-01 | 2 | -53/+40 |
| | |||||
* | Dynamically allocate points for ImagePolygon (Marc Pohl) | Rasmus Lerdorf | 2000-05-01 | 1 | -5/+6 |
| | | | | | @Dynamically allocate points for ImagePolygon (Marc Pohl) | ||||
* | oops wrong settings commited in project. | Frank M. Kromann | 2000-05-01 | 1 | -2/+26 |
| | |||||
* | adding calendar project | Frank M. Kromann | 2000-05-01 | 1 | -0/+121 |
| | |||||
* | Remove white-space, breaks UnixWare make | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | |||||
* | Forgot to mention: Added configure time checking for bcmath package. ↵ | Joey Smith | 2000-05-01 | 1 | -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 Smith | 2000-05-01 | 1 | -0/+11 |
| | | | | naming confusing. | ||||
* | Rebuild xml, if libexpat changed. | Sascha Schumann | 2000-05-01 | 2 | -2/+4 |
| | |||||
* | Link expat into static and shared module. | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 67 | -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 Hughes | 2000-04-30 | 1 | -0/+4 |
| | |||||
* | Proto's and the such. | Sterling Hughes | 2000-04-30 | 1 | -14/+202 |
| | |||||
* | - Change some open's to V_OPEN()'s | Andi Gutmans | 2000-04-30 | 8 | -15/+15 |
| | |||||
* | Add LibSWF support to PHP, will be sending an e-mail on the files and | Sterling Hughes | 2000-04-30 | 5 | -0/+1208 |
| | | | | | uses shortly. | ||||
* | - Take Sascha's advice and create on V_OPEN() which replaces open(). | Andi Gutmans | 2000-04-30 | 1 | -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). |