Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | odbc compiles and runs on UNIX again (tested with Solid 2.3) | Stig Bakken | 1999-04-20 | 11 | -1178/+541 |
| | |||||
* | Return a success value from the startup function, so we can unload immediately | Zeev Suraski | 1999-04-19 | 2 | -2/+8 |
| | | | | | if it fails. | ||||
* | convert libzend to automake | Stig Bakken | 1999-04-19 | 1 | -8/+16 |
| | |||||
* | convert to automake | Stig S. Bakken | 1999-04-19 | 8 | -629/+533 |
| | |||||
* | Rearrange the .dsp for the new ODBC layout | Andi Gutmans | 1999-04-19 | 1 | -4/+8 |
| | |||||
* | Add a couple of ZEND_API's | Andi Gutmans | 1999-04-19 | 2 | -15/+15 |
| | |||||
* | ignore acconfig.h | Stig Bakken | 1999-04-19 | 0 | -0/+0 |
| | |||||
* | include the right header files | Stig Bakken | 1999-04-19 | 1 | -2/+2 |
| | |||||
* | generate acconfig.h from acconfig.h.in and ext/*/config.h.stub | Stig Bakken | 1999-04-19 | 2 | -2/+20 |
| | |||||
* | Support =unset as arguments | Andi Gutmans | 1999-04-19 | 4 | -2/+8 |
| | |||||
* | moved odbc into ext/ | Stig Bakken | 1999-04-19 | 11 | -346/+4097 |
| | |||||
* | keep old files if they are not modified | Stig Bakken | 1999-04-19 | 1 | -1/+34 |
| | |||||
* | moved dbase into ext/ | Stig Bakken | 1999-04-19 | 4 | -67/+16 |
| | |||||
* | moved dbase into ext/ along with the bundled library | Stig Bakken | 1999-04-19 | 14 | -0/+1786 |
| | | | | | dbase programs are no longer included | ||||
* | removed -lnsl and -lsocket checks from zend | Stig S. Bakken | 1999-04-19 | 3 | -23/+0 |
| | |||||
* | run automake and run autoconf in libzend | Stig Bakken | 1999-04-19 | 1 | -0/+7 |
| | |||||
* | Ah, so that file is generated too | Zeev Suraski | 1999-04-18 | 2 | -2/+2 |
| | |||||
* | AiCount needs to be decreased here | Zeev Suraski | 1999-04-18 | 1 | -0/+1 |
| | |||||
* | * Added buildconf, runs all the scripts necessary to build configure (Stig - ↵ | Zeev Suraski | 1999-04-18 | 4 | -8/+16 |
| | | | | | | | | | if there's any way to detect whether we need to run 'automake --add-missing', please add it...) * Make vpath work again * Minor UNIX bugfixes | ||||
* | Make Win32 happy with the recent changes. | Zeev Suraski | 1999-04-18 | 11 | -76/+95 |
| | |||||
* | Forgot to add these - Win32 registry support | Zeev Suraski | 1999-04-18 | 2 | -0/+81 |
| | |||||
* | Whatnot: | Zeev Suraski | 1999-04-18 | 14 | -43/+59 |
| | | | | | | | | * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really) | ||||
* | Win32 registry support | Zeev Suraski | 1999-04-18 | 2 | -0/+6 |
| | |||||
* | - Make gettype() behave like it used to where it returned "object" for | Andi Gutmans | 1999-04-17 | 1 | -1/+6 |
| | | | | | objects. | ||||
* | Apache module compiles again | Stig Bakken | 1999-04-17 | 5 | -21/+21 |
| | |||||
* | this file is now generated | Stig Bakken | 1999-04-17 | 1 | -505/+0 |
| | |||||
* | make sure the images on the phpinfo() page point to PHP-enabled pages | Stig Bakken | 1999-04-17 | 1 | -2/+6 |
| | |||||
* | ignore configure.in | Stig Bakken | 1999-04-17 | 0 | -0/+0 |
| | |||||
* | this file is now generated | Stig Bakken | 1999-04-17 | 1 | -1993/+0 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 92 | -1142/+20745 |
| | | | | | | | | | | | | | sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up. | ||||
* | updated GD from php3 repository, using it as a test extension for the new | Stig Bakken | 1999-04-16 | 5 | -0/+2952 |
| | | | | | directory structure | ||||
* | - Make the memory leak message print PHP4. | Andi Gutmans | 1999-04-16 | 2 | -3/+13 |
| | |||||
* | - one more place which seems to have needed fixing. I don't have time to look | Andi Gutmans | 1999-04-15 | 1 | -2/+2 |
| | | | | | more into it. I hope we don't have anymore places which need fixing. | ||||
* | - Should fix the pass by reference problem. This happened because we moved | Andi Gutmans | 1999-04-15 | 1 | -4/+4 |
| | | | | | | start from arg 1 now and not arg 0. There might be more places which need fixing like in the executor but the bug seems OK now. | ||||
* | Compile fix | Zeev Suraski | 1999-04-14 | 1 | -0/+5 |
| | |||||
* | -Tiny patches | Andi Gutmans | 1999-04-14 | 8 | -14/+76 |
| | |||||
* | Better detection | Zeev Suraski | 1999-04-13 | 1 | -5/+3 |
| | |||||
* | Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge | Zeev Suraski | 1999-04-13 | 1 | -8/+16 |
| | | | | | memory leak | ||||
* | - Fix various memory leaks. | Andi Gutmans | 1999-04-13 | 4 | -18/+27 |
| | |||||
* | Refcount bugfix | Andi Gutmans | 1999-04-13 | 1 | -0/+1 |
| | |||||
* | * Optimize argument_stack top lookup | Andi Gutmans | 1999-04-13 | 4 | -4/+7 |
| | | | | | * Fix a nasty bug in zend_ptr_stack_clean() | ||||
* | Remove unnecessary stack | Zeev Suraski | 1999-04-12 | 2 | -5/+0 |
| | |||||
* | off by one | Zeev Suraski | 1999-04-12 | 1 | -1/+1 |
| | |||||
* | Minor optimization | Zeev Suraski | 1999-04-12 | 1 | -3/+2 |
| | |||||
* | Make functions that don't take arguments somewhat happier:) | Zeev Suraski | 1999-04-12 | 1 | -4/+6 |
| | |||||
* | This should take care of "this" for user-defined functions. It wasn't yet ↵ | Zeev Suraski | 1999-04-12 | 1 | -27/+21 |
| | | | | | | | working for built-in functions anyway, this one is coming soon. | ||||
* | NULL's should remain NULLs (at least in strings) | Zeev Suraski | 1999-04-12 | 1 | -1/+1 |
| | |||||
* | Destroy the resource list after destroying the symbol table, otherwise the | Zeev Suraski | 1999-04-12 | 2 | -1/+2 |
| | | | | | auto-destructor for resources are run when the resource list is no longer valid | ||||
* | This patch is a go. Not fully optimized yet, but working properly. | Zeev Suraski | 1999-04-12 | 11 | -88/+151 |
| | | | | | Prepatch tagged as BEFORE_STACK_PATCH. | ||||
* | Minor fixes: | Zeev Suraski | 1999-04-12 | 2 | -0/+2 |
| | | | | | | missing zval_copy_ctor() messed up AiCount fix |