summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* odbc compiles and runs on UNIX again (tested with Solid 2.3)Stig Bakken1999-04-2011-1178/+541
|
* Return a success value from the startup function, so we can unload immediatelyZeev Suraski1999-04-192-2/+8
| | | | | if it fails.
* convert libzend to automakeStig Bakken1999-04-191-8/+16
|
* convert to automakeStig S. Bakken1999-04-198-629/+533
|
* Rearrange the .dsp for the new ODBC layoutAndi Gutmans1999-04-191-4/+8
|
* Add a couple of ZEND_API'sAndi Gutmans1999-04-192-15/+15
|
* ignore acconfig.hStig Bakken1999-04-190-0/+0
|
* include the right header filesStig Bakken1999-04-191-2/+2
|
* generate acconfig.h from acconfig.h.in and ext/*/config.h.stubStig Bakken1999-04-192-2/+20
|
* Support =unset as argumentsAndi Gutmans1999-04-194-2/+8
|
* moved odbc into ext/Stig Bakken1999-04-1911-346/+4097
|
* keep old files if they are not modifiedStig Bakken1999-04-191-1/+34
|
* moved dbase into ext/Stig Bakken1999-04-194-67/+16
|
* moved dbase into ext/ along with the bundled libraryStig Bakken1999-04-1914-0/+1786
| | | | | dbase programs are no longer included
* removed -lnsl and -lsocket checks from zendStig S. Bakken1999-04-193-23/+0
|
* run automake and run autoconf in libzendStig Bakken1999-04-191-0/+7
|
* Ah, so that file is generated tooZeev Suraski1999-04-182-2/+2
|
* AiCount needs to be decreased hereZeev Suraski1999-04-181-0/+1
|
* * Added buildconf, runs all the scripts necessary to build configure (Stig - ↵Zeev Suraski1999-04-184-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 Suraski1999-04-1811-76/+95
|
* Forgot to add these - Win32 registry supportZeev Suraski1999-04-182-0/+81
|
* Whatnot:Zeev Suraski1999-04-1814-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 supportZeev Suraski1999-04-182-0/+6
|
* - Make gettype() behave like it used to where it returned "object" forAndi Gutmans1999-04-171-1/+6
| | | | | objects.
* Apache module compiles againStig Bakken1999-04-175-21/+21
|
* this file is now generatedStig Bakken1999-04-171-505/+0
|
* make sure the images on the phpinfo() page point to PHP-enabled pagesStig Bakken1999-04-171-2/+6
|
* ignore configure.inStig Bakken1999-04-170-0/+0
|
* this file is now generatedStig Bakken1999-04-171-1993/+0
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-1792-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 newStig Bakken1999-04-165-0/+2952
| | | | | directory structure
* - Make the memory leak message print PHP4.Andi Gutmans1999-04-162-3/+13
|
* - one more place which seems to have needed fixing. I don't have time to lookAndi Gutmans1999-04-151-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 movedAndi Gutmans1999-04-151-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 fixZeev Suraski1999-04-141-0/+5
|
* -Tiny patchesAndi Gutmans1999-04-148-14/+76
|
* Better detectionZeev Suraski1999-04-131-5/+3
|
* Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's hugeZeev Suraski1999-04-131-8/+16
| | | | | memory leak
* - Fix various memory leaks.Andi Gutmans1999-04-134-18/+27
|
* Refcount bugfixAndi Gutmans1999-04-131-0/+1
|
* * Optimize argument_stack top lookupAndi Gutmans1999-04-134-4/+7
| | | | | * Fix a nasty bug in zend_ptr_stack_clean()
* Remove unnecessary stackZeev Suraski1999-04-122-5/+0
|
* off by oneZeev Suraski1999-04-121-1/+1
|
* Minor optimizationZeev Suraski1999-04-121-3/+2
|
* Make functions that don't take arguments somewhat happier:)Zeev Suraski1999-04-121-4/+6
|
* This should take care of "this" for user-defined functions. It wasn't yet ↵Zeev Suraski1999-04-121-27/+21
| | | | | | | working for built-in functions anyway, this one is coming soon.
* NULL's should remain NULLs (at least in strings)Zeev Suraski1999-04-121-1/+1
|
* Destroy the resource list after destroying the symbol table, otherwise theZeev Suraski1999-04-122-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 Suraski1999-04-1211-88/+151
| | | | | Prepatch tagged as BEFORE_STACK_PATCH.
* Minor fixes:Zeev Suraski1999-04-122-0/+2
| | | | | | missing zval_copy_ctor() messed up AiCount fix