Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | state which aclocal.m4 and configure files are created | Stig Bakken | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | merge the object files in a temporary directory | Stig Bakken | 1999-04-21 | 1 | -6/+22 |
| | |||||
* | zend-parser.o and zend-scanner.o were included twice in libzend.a | Stig S. Bakken | 1999-04-21 | 1 | -2/+2 |
| | |||||
* | * Change the thread safe project to create a C++ scanner. | Zeev Suraski | 1999-04-21 | 6 | -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 update | Zeev Suraski | 1999-04-21 | 1 | -0/+8 |
| | |||||
* | added PHP_API_VERSION, simply set it to 19990421 for now | Stig Bakken | 1999-04-21 | 1 | -0/+2 |
| | |||||
* | Fix | Zeev Suraski | 1999-04-21 | 1 | -0/+1 |
| | |||||
* | Minor fixes | Zeev Suraski | 1999-04-21 | 1 | -1/+0 |
| | |||||
* | * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard | Zeev Suraski | 1999-04-21 | 10 | -51/+40 |
| | | | | | * Fix Win32 compilation | ||||
* | forgot that one | Sascha Schumann | 1999-04-21 | 1 | -0/+54 |
| | |||||
* | cleanup, flock() support | Sascha Schumann | 1999-04-21 | 3 | -1/+55 |
| | |||||
* | crypt constants | Sascha Schumann | 1999-04-21 | 4 | -10/+4 |
| | |||||
* | cleanup | Sascha Schumann | 1999-04-21 | 3 | -1/+4 |
| | |||||
* | Thread safety patch. It works now with just-in-time resource initialization! | Zeev Suraski | 1999-04-21 | 7 | -8/+15 |
| | |||||
* | Thread safety patch. It works now with 'just in time' resource initialization! | Zeev Suraski | 1999-04-21 | 6 | -49/+62 |
| | |||||
* | incorporate gettext support | Sascha Schumann | 1999-04-21 | 5 | -0/+230 |
| | |||||
* | port some fixes, add compat routines | Sascha Schumann | 1999-04-21 | 10 | -32/+317 |
| | |||||
* | str_replace fix | Sascha Schumann | 1999-04-21 | 2 | -1/+49 |
| | |||||
* | make config.h.stub as well | Stig Bakken | 1999-04-21 | 1 | -12/+19 |
| | |||||
* | remove old libtool and automake stuff that was borrowed using 3.0 | Stig Bakken | 1999-04-21 | 1 | -189/+0 |
| | |||||
* | Thread-safe project | Zeev Suraski | 1999-04-21 | 3 | -9/+360 |
| | |||||
* | Update thread-safe projects | Zeev Suraski | 1999-04-21 | 4 | -20/+752 |
| | |||||
* | config.h.in is a generated file and should be ignored by CVS | Sascha Schumann | 1999-04-21 | 0 | -0/+0 |
| | |||||
* | move automake back to before autoconf | Stig Bakken | 1999-04-21 | 1 | -3/+4 |
| | |||||
* | move automake back to before autoconf | Stig S. Bakken | 1999-04-21 | 1 | -2/+4 |
| | |||||
* | autoheader must be called after autoconf, automake after autoheader | Stig Bakken | 1999-04-21 | 2 | -7/+3 |
| | |||||
* | autoheader must be called after autoconf, automake after autoheader | Stig S. Bakken | 1999-04-21 | 1 | -8/+2 |
| | |||||
* | think before one commits | Stig S. Bakken | 1999-04-21 | 1 | -269/+0 |
| | |||||
* | doh. cvs appears to ignore .in files by default | Stig S. Bakken | 1999-04-21 | 1 | -0/+269 |
| | |||||
* | generates basic skeleton for new extension | Sascha Schumann | 1999-04-21 | 1 | -0/+65 |
| | |||||
* | More thread safety work | Zeev Suraski | 1999-04-21 | 12 | -185/+256 |
| | |||||
* | Thread safety patch. We're still not quite there but it compiles again, and | Zeev Suraski | 1999-04-21 | 14 | -66/+157 |
| | | | | | more logic has been implemented. | ||||
* | Thread Safe Resource Manager | Zeev Suraski | 1999-04-20 | 3 | -0/+527 |
| | |||||
* | added ext/*/config.h.stub files | Stig Bakken | 1999-04-20 | 5 | -515/+19 |
| | | | | | removed config.h.in (generated) | ||||
* | Makefile.in and aclocal.m4 are generated | Stig S. Bakken | 1999-04-20 | 4 | -548/+34 |
| | | | | | added buildconf script | ||||
* | 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 |
| |