summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* state which aclocal.m4 and configure files are createdStig Bakken1999-04-211-1/+1
|
* merge the object files in a temporary directoryStig Bakken1999-04-211-6/+22
|
* zend-parser.o and zend-scanner.o were included twice in libzend.aStig S. Bakken1999-04-211-2/+2
|
* * Change the thread safe project to create a C++ scanner.Zeev Suraski1999-04-216-9/+1739
| | | | | | | | * Add in a slightly modified skeleton file (only a couple of #if's for #include's that we dont have in Windows) It does NOT compile or work yet :)
* Thread safe project updateZeev Suraski1999-04-211-0/+8
|
* added PHP_API_VERSION, simply set it to 19990421 for nowStig Bakken1999-04-211-0/+2
|
* FixZeev Suraski1999-04-211-0/+1
|
* Minor fixesZeev Suraski1999-04-211-1/+0
|
* * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standardZeev Suraski1999-04-2110-51/+40
| | | | | * Fix Win32 compilation
* forgot that oneSascha Schumann1999-04-211-0/+54
|
* cleanup, flock() supportSascha Schumann1999-04-213-1/+55
|
* crypt constantsSascha Schumann1999-04-214-10/+4
|
* cleanupSascha Schumann1999-04-213-1/+4
|
* Thread safety patch. It works now with just-in-time resource initialization!Zeev Suraski1999-04-217-8/+15
|
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-216-49/+62
|
* incorporate gettext supportSascha Schumann1999-04-215-0/+230
|
* port some fixes, add compat routinesSascha Schumann1999-04-2110-32/+317
|
* str_replace fixSascha Schumann1999-04-212-1/+49
|
* make config.h.stub as wellStig Bakken1999-04-211-12/+19
|
* remove old libtool and automake stuff that was borrowed using 3.0Stig Bakken1999-04-211-189/+0
|
* Thread-safe projectZeev Suraski1999-04-213-9/+360
|
* Update thread-safe projectsZeev Suraski1999-04-214-20/+752
|
* config.h.in is a generated file and should be ignored by CVSSascha Schumann1999-04-210-0/+0
|
* move automake back to before autoconfStig Bakken1999-04-211-3/+4
|
* move automake back to before autoconfStig S. Bakken1999-04-211-2/+4
|
* autoheader must be called after autoconf, automake after autoheaderStig Bakken1999-04-212-7/+3
|
* autoheader must be called after autoconf, automake after autoheaderStig S. Bakken1999-04-211-8/+2
|
* think before one commitsStig S. Bakken1999-04-211-269/+0
|
* doh. cvs appears to ignore .in files by defaultStig S. Bakken1999-04-211-0/+269
|
* generates basic skeleton for new extensionSascha Schumann1999-04-211-0/+65
|
* More thread safety workZeev Suraski1999-04-2112-185/+256
|
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-2114-66/+157
| | | | | more logic has been implemented.
* Thread Safe Resource ManagerZeev Suraski1999-04-203-0/+527
|
* added ext/*/config.h.stub filesStig Bakken1999-04-205-515/+19
| | | | | removed config.h.in (generated)
* Makefile.in and aclocal.m4 are generatedStig S. Bakken1999-04-204-548/+34
| | | | | added buildconf script
* 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
|