Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
| | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
* | IRIX ld likes this order better | Thies C. Arntzen | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | new improved resource-API (i hope everything still compiles) | Thies C. Arntzen | 1999-10-12 | 1 | -40/+27 |
| | |||||
* | fixed ora_close again | Thies C. Arntzen | 1999-10-05 | 1 | -23/+9 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature | ||||
* | init in thread-safe mode if ZTS isdefined | Thies C. Arntzen | 1999-09-28 | 1 | -1/+1 |
| | |||||
* | fixed startup-deadlock. | Thies C. Arntzen | 1999-09-28 | 1 | -2/+0 |
| | |||||
* | use getParameterEx | Thies C. Arntzen | 1999-09-24 | 1 | -156/+157 |
| | |||||
* | tiny optimisation | Thies C. Arntzen | 1999-09-23 | 1 | -1/+1 |
| | |||||
* | Ora_Fetch_Into now resets the returned array in all cases | Thies C. Arntzen | 1999-09-23 | 1 | -9/+10 |
| | |||||
* | fixed NULL column | Thies C. Arntzen | 1999-09-23 | 2 | -68/+68 |
| | | | | | cleanups | ||||
* | i always forget something;-) | Thies C. Arntzen | 1999-09-22 | 1 | -10/+2 |
| | |||||
* | fixed Ora_PLogon (rewrote ora_do_logon using php_mysql.c) | Thies C. Arntzen | 1999-09-22 | 2 | -297/+180 |
| | | | | | oracle_hack.c should no longer be needed! | ||||
* | resourcified Oracle | Thies C. Arntzen | 1999-09-22 | 1 | -120/+53 |
| | |||||
* | Added detection of Oracle 8.1 (aka 8i) from PHP3. | Stefan Roehrich | 1999-09-03 | 1 | -1/+10 |
| | |||||
* | ZTS | Thies C. Arntzen | 1999-08-18 | 2 | -20/+48 |
| | |||||
* | some ZTS stuff | Thies C. Arntzen | 1999-08-18 | 1 | -2/+7 |
| | |||||
* | ZTS stuff | Thies C. Arntzen | 1999-08-17 | 2 | -154/+121 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -95/+95 |
| | | | | | php3_compat.h) | ||||
* | Fix function declarations. | Andrey Hristov | 1999-08-02 | 1 | -23/+23 |
| | |||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 2 | -84/+85 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | par with 3.0 | Thies C. Arntzen | 1999-07-12 | 1 | -41/+28 |
| | |||||
* | Don't touch refcount and EA directly | Zeev Suraski | 1999-07-09 | 1 | -2/+1 |
| | |||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -1/+1 |
| | | | | | Rename is_ref to EA | ||||
* | added RESOURCE-returning | Thies C. Arntzen | 1999-07-05 | 1 | -3/+3 |
| | |||||
* | synced with 3.0.11 | Thies C. Arntzen | 1999-06-29 | 2 | -125/+237 |
| | | | | | ora_bind works! | ||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -47/+47 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | move oci8 from oracle to it's own ext-directory - configure stuff needs more ↵ | Thies C. Arntzen | 1999-05-12 | 4 | -3802/+1 |
| | | | | work - but it configures and compiles | ||||
* | builds and configures again | Thies C. Arntzen | 1999-05-12 | 2 | -1/+2 |
| | |||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 3 | -4/+4 |
| | | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. | ||||
* | forward port of current oracle.c + fixes to make it actually work;-)!!! | Thies C. Arntzen | 1999-04-30 | 2 | -87/+217 |
| | |||||
* | oracle links again (at least on linux!!!) | Thies C. Arntzen | 1999-04-30 | 1 | -1/+2 |
| | |||||
* | forward-port of php3-CVS version | Thies C. Arntzen | 1999-04-24 | 2 | -229/+664 |
| | | | | | my 1st zend-array stuff (ocifetchinto) is WORKING!! | ||||
* | moved dav, msql and oracle to ext/ | Stig Bakken | 1999-04-21 | 9 | -0/+5440 |