summaryrefslogtreecommitdiff
Commit message (Expand)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
* 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
* 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
* 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
* Do not try to free NULLs.Sascha Schumann1999-09-251-4/+4
* * use faster Ns_ConnWrite()Sascha Schumann1999-09-251-14/+47
* * cleanupSascha Schumann1999-09-251-21/+14
* 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
* Add entry for AOLserver.Sascha Schumann1999-09-251-0/+1
* * remove debugging messageSascha Schumann1999-09-251-11/+30
* 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
* Initial AOLserver support. Note that the current way of creatingSascha Schumann1999-09-254-1/+301
* - Updated array functions to use high-performance APIAndrey Hristov1999-09-243-131/+143
* 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
* Detect automake/libtool that are installed with different prefixes.Stig Bakken1999-09-241-1/+17
* fixed warningThies C. Arntzen1999-09-241-2/+1