Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-split | SVN Migration | 1999-09-26 | 69 | -20705/+0 |
| | |||||
* | Now thread safe version builds out of the box. libzend/TSRM | Sascha Schumann | 1999-09-26 | 2 | -7/+8 |
| | | | | | | contain extra config scripts which pass the necessary libs back to our Makefile. | ||||
* | Build communication channel and add checks for C++ library | Sascha Schumann | 1999-09-26 | 2 | -1/+50 |
| | |||||
* | Do not let PACKAGE/VERSION escape from tsrm_config.h. | Sascha Schumann | 1999-09-26 | 1 | -0/+2 |
| | |||||
* | Undefine previously PACKAVE/VERSION macros. We should find a way | Sascha Schumann | 1999-09-26 | 1 | -0/+2 |
| | | | | | to suppress these from automake | ||||
* | Use new tsrm_config script to determine libraries. | Sascha Schumann | 1999-09-26 | 2 | -3/+5 |
| | |||||
* | Use helper script to determine compile time configuration for TSRM | Sascha Schumann | 1999-09-26 | 2 | -1/+45 |
| | |||||
* | Have to keep using AM_PROG_LIBTOOL to keep all automake versions happy. | Stig Bakken | 1999-09-26 | 1 | -1/+1 |
| | |||||
* | Avoid specifying standard paths. This might result in compiler problems | Sascha Schumann | 1999-09-26 | 1 | -9/+13 |
| | | | | | (see #1937, #2367) | ||||
* | Expand relative paths properly, otherwise build process will fail. | Sascha Schumann | 1999-09-26 | 1 | -0/+1 |
| | |||||
* | Do nothing, if PHP_RPATHS is empty. | Sascha Schumann | 1999-09-26 | 1 | -1/+1 |
| | |||||
* | Disable rpaths optionally. | Sascha Schumann | 1999-09-26 | 3 | -5/+37 |
| | |||||
* | - Changed Ts{}.var to Ts{}.var.ptr_ptr. | Andi Gutmans | 1999-09-26 | 3 | -39/+41 |
| | |||||
* | * Use per-thread structure for request data | Sascha Schumann | 1999-09-25 | 2 | -47/+52 |
| | | | | | * Update ChangeLog | ||||
* | Do not try to free NULLs. | Sascha Schumann | 1999-09-25 | 1 | -4/+4 |
| | |||||
* | * use faster Ns_ConnWrite() | Sascha Schumann | 1999-09-25 | 1 | -14/+47 |
| | | | | | | * access cookies correctly * set HTTP_* variables for script | ||||
* | * cleanup | Sascha Schumann | 1999-09-25 | 1 | -21/+14 |
| | | | | | * make cookies work | ||||
* | fixed callback code -> now $parser is passed as a resource! | Thies C. Arntzen | 1999-09-25 | 2 | -105/+97 |
| | |||||
* | * use consistent php_ns prefix | Sascha Schumann | 1999-09-25 | 1 | -52/+67 |
| | | | | | | * improve configuration code * shutdown SAPI/TSRM correctly | ||||
* | Add entry for AOLserver. | Sascha Schumann | 1999-09-25 | 1 | -0/+1 |
| | |||||
* | * remove debugging message | Sascha Schumann | 1999-09-25 | 1 | -11/+30 |
| | | | | | | | | * use SAPI's http response code * improve POST read (still blocks in Ns_ConnRead, even if there is enough data to read) * improve config data handling | ||||
* | New Zend API | Sascha Schumann | 1999-09-25 | 5 | -83/+85 |
| | |||||
* | Use new Zend API | Sascha Schumann | 1999-09-25 | 1 | -261/+264 |
| | |||||
* | *** empty log message *** | Andreas Karajannis | 1999-09-25 | 1 | -0/+1 |
| | |||||
* | odbc now uses the new Zend function api | Andreas Karajannis | 1999-09-25 | 1 | -270/+271 |
| | |||||
* | Use new Zend API. | Stefan Roehrich | 1999-09-25 | 2 | -82/+81 |
| | |||||
* | - support POST and HEAD requests | Sascha Schumann | 1999-09-25 | 1 | -28/+35 |
| | | | | | | - clean up module_main() - allow arbitrary mappings | ||||
* | Initial AOLserver support. Note that the current way of creating | Sascha Schumann | 1999-09-25 | 4 | -1/+301 |
| | | | | | | the shared library works only with GNU utilities. Some features have to be added yet (i.e. POST and cookie support). | ||||
* | - Updated array functions to use high-performance API | Andrey Hristov | 1999-09-24 | 3 | -131/+143 |
| | | | | | - Updated preg_split() to allow returning only non-empty pieces | ||||
* | PTHREADS is a custom symbol | Sascha Schumann | 1999-09-24 | 1 | -0/+1 |
| | |||||
* | Additionally check libc_r (*BSD) for pthread functions | Sascha Schumann | 1999-09-24 | 2 | -9/+23 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-09-24 | 1 | -1/+1 |
| | |||||
* | Update to new high-performance function API. | Andrey Hristov | 1999-09-24 | 2 | -64/+65 |
| | |||||
* | Use new Zend API. | Sascha Schumann | 1999-09-24 | 7 | -84/+86 |
| | |||||
* | Add _ex API implementation for booleans. | Sascha Schumann | 1999-09-24 | 1 | -0/+8 |
| | |||||
* | Use new Zend API and some minor cleanup. | Sascha Schumann | 1999-09-24 | 5 | -178/+139 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-09-24 | 1 | -0/+1 |
| | |||||
* | Extended var_dump to handle IS_RESOURCE somewhat. | Andrey Hristov | 1999-09-24 | 1 | -0/+9 |
| | |||||
* | Update WDDX for new high-performance function API. | Andrey Hristov | 1999-09-24 | 2 | -43/+37 |
| | |||||
* | we want to know who to "blame";-) | Thies C. Arntzen | 1999-09-24 | 1 | -1/+1 |
| | |||||
* | updated XML (only partly tested) | Thies C. Arntzen | 1999-09-24 | 3 | -119/+124 |
| | |||||
* | more high-tech shared building | Stig Bakken | 1999-09-24 | 2 | -15/+1 |
| | |||||
* | kill another warning | Stig Bakken | 1999-09-24 | 1 | -1/+3 |
| | |||||
* | kill warning | Stig Bakken | 1999-09-24 | 1 | -0/+4 |
| | |||||
* | set "phplibdir" in configure so it doesn't have to be set in Makefile.am | Stig Bakken | 1999-09-24 | 1 | -1/+3 |
| | |||||
* | use getParameterEx | Thies C. Arntzen | 1999-09-24 | 2 | -156/+158 |
| | |||||
* | #if !HAVE_FOO -> #ifndef HAVE_FOO | Stig Bakken | 1999-09-24 | 2 | -2/+2 |
| | |||||
* | AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require. | Stig Bakken | 1999-09-24 | 1 | -1/+1 |
| | | | | | Using AC_PROG_LIBTOOL instead. | ||||
* | Detect automake/libtool that are installed with different prefixes. | Stig Bakken | 1999-09-24 | 1 | -1/+17 |
| | |||||
* | fixed warning | Thies C. Arntzen | 1999-09-24 | 1 | -2/+1 |
| |