summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-splitSVN Migration1999-09-2669-20705/+0
|
* Now thread safe version builds out of the box. libzend/TSRMSascha Schumann1999-09-262-7/+8
| | | | | | contain extra config scripts which pass the necessary libs back to our Makefile.
* Build communication channel and add checks for C++ librarySascha Schumann1999-09-262-1/+50
|
* Do not let PACKAGE/VERSION escape from tsrm_config.h.Sascha Schumann1999-09-261-0/+2
|
* Undefine previously PACKAVE/VERSION macros. We should find a waySascha Schumann1999-09-261-0/+2
| | | | | to suppress these from automake
* Use new tsrm_config script to determine libraries.Sascha Schumann1999-09-262-3/+5
|
* Use helper script to determine compile time configuration for TSRMSascha Schumann1999-09-262-1/+45
|
* Have to keep using AM_PROG_LIBTOOL to keep all automake versions happy.Stig Bakken1999-09-261-1/+1
|
* Avoid specifying standard paths. This might result in compiler problemsSascha Schumann1999-09-261-9/+13
| | | | | (see #1937, #2367)
* Expand relative paths properly, otherwise build process will fail.Sascha Schumann1999-09-261-0/+1
|
* Do nothing, if PHP_RPATHS is empty.Sascha Schumann1999-09-261-1/+1
|
* Disable rpaths optionally.Sascha Schumann1999-09-263-5/+37
|
* - Changed Ts{}.var to Ts{}.var.ptr_ptr.Andi Gutmans1999-09-263-39/+41
|
* * Use per-thread structure for request dataSascha Schumann1999-09-252-47/+52
| | | | | * Update ChangeLog
* Do not try to free NULLs.Sascha Schumann1999-09-251-4/+4
|
* * use faster Ns_ConnWrite()Sascha Schumann1999-09-251-14/+47
| | | | | | * access cookies correctly * set HTTP_* variables for script
* * cleanupSascha Schumann1999-09-251-21/+14
| | | | | * make cookies work
* fixed callback code -> now $parser is passed as a resource!Thies C. Arntzen1999-09-252-105/+97
|
* * use consistent php_ns prefixSascha Schumann1999-09-251-52/+67
| | | | | | * improve configuration code * shutdown SAPI/TSRM correctly
* Add entry for AOLserver.Sascha Schumann1999-09-251-0/+1
|
* * remove debugging messageSascha Schumann1999-09-251-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 APISascha Schumann1999-09-255-83/+85
|
* Use new Zend APISascha Schumann1999-09-251-261/+264
|
* *** empty log message ***Andreas Karajannis1999-09-251-0/+1
|
* odbc now uses the new Zend function apiAndreas Karajannis1999-09-251-270/+271
|
* Use new Zend API.Stefan Roehrich1999-09-252-82/+81
|
* - support POST and HEAD requestsSascha Schumann1999-09-251-28/+35
| | | | | | - clean up module_main() - allow arbitrary mappings
* Initial AOLserver support. Note that the current way of creatingSascha Schumann1999-09-254-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 APIAndrey Hristov1999-09-243-131/+143
| | | | | - Updated preg_split() to allow returning only non-empty pieces
* PTHREADS is a custom symbolSascha Schumann1999-09-241-0/+1
|
* Additionally check libc_r (*BSD) for pthread functionsSascha Schumann1999-09-242-9/+23
|
* *** empty log message ***Andrey Hristov1999-09-241-1/+1
|
* Update to new high-performance function API.Andrey Hristov1999-09-242-64/+65
|
* Use new Zend API.Sascha Schumann1999-09-247-84/+86
|
* Add _ex API implementation for booleans.Sascha Schumann1999-09-241-0/+8
|
* Use new Zend API and some minor cleanup.Sascha Schumann1999-09-245-178/+139
|
* *** empty log message ***Andrey Hristov1999-09-241-0/+1
|
* Extended var_dump to handle IS_RESOURCE somewhat.Andrey Hristov1999-09-241-0/+9
|
* Update WDDX for new high-performance function API.Andrey Hristov1999-09-242-43/+37
|
* we want to know who to "blame";-)Thies C. Arntzen1999-09-241-1/+1
|
* updated XML (only partly tested)Thies C. Arntzen1999-09-243-119/+124
|
* more high-tech shared buildingStig Bakken1999-09-242-15/+1
|
* kill another warningStig Bakken1999-09-241-1/+3
|
* kill warningStig Bakken1999-09-241-0/+4
|
* set "phplibdir" in configure so it doesn't have to be set in Makefile.amStig Bakken1999-09-241-1/+3
|
* use getParameterExThies C. Arntzen1999-09-242-156/+158
|
* #if !HAVE_FOO -> #ifndef HAVE_FOOStig Bakken1999-09-242-2/+2
|
* AM_PROG_LIBTOOL is obsolete in libtool 1.3.3, which we now require.Stig Bakken1999-09-241-1/+1
| | | | | Using AC_PROG_LIBTOOL instead.
* Detect automake/libtool that are installed with different prefixes.Stig Bakken1999-09-241-1/+17
|
* fixed warningThies C. Arntzen1999-09-241-2/+1
|