summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagPRE_FETCH_READ_PATCHSVN Migration1999-09-28653-160389/+0
| | | | 'PRE_FETCH_READ_PATCH'.
* Provide alternative istdiostream.Sascha Schumann1999-09-283-1/+33
| | | | | | This has been tested with Sun WorkShop 4.2 C++ which does not contain class istdiostream.
* initialize OCI in threaded mode if ZTS is defined.Thies C. Arntzen1999-09-281-2/+8
|
* init in thread-safe mode if ZTS isdefinedThies C. Arntzen1999-09-281-1/+1
|
* fixed startup-deadlock.Thies C. Arntzen1999-09-281-2/+0
|
* found a typo!Thies C. Arntzen1999-09-281-1/+1
|
* - Update project.Andi Gutmans1999-09-271-1/+1
|
* Make an extra copy of input parameter.Sascha Schumann1999-09-271-8/+10
|
* * include from $(srcdir)Sascha Schumann1999-09-273-3/+3
| | | | | * use proper target for nsapi
* Create directories, if they do not exist (for VPATH builds).Sascha Schumann1999-09-271-2/+2
|
* added README file with very brief docsStig Bakken1999-09-271-0/+18
|
* Generalized server-API build process on UNIX. Each SAPIStig Bakken1999-09-2735-435/+1472
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation now has its own directory under sapi/, just like extensions have theirs under ext/. To make the final targets appear in the main dir, the top-level Makefile includes sapi/NN/Makefile.inc from the selected sapi backend. This is a plan Makefile stub without any autoconf substitutions. Each SAPI backend also has its own config.m4 like extensions (read at the end of diversion 2) and config.h.stub files. Each SAPI backend has to contain: config.m4: just like for extensions, this file contains autoconf/automake directives that end up in the configure script. The only difference is that the sapi config.m4 files are read in diversion (output block) 2 instead of 3. The sapi config.m4 files should set two variables: PHP_SAPI (which sapi backend to choose) and SAPI_TARGET (the name of the resulting library or program, previously BINNAME). If they are not specified, they will default to "cgi" and "php", respectively. Makefile.inc: has to exist, has to define "INSTALL_IT" to the command used to install the final target (or ":" for no operation). It also has to define a plain Makefile rule (without autoconf substitutions) to build $(SAPI_TARGET) Makefile.am: just what you think. Make sure your target is called "libphpsapi_NNN.a", where NNN is the value of PHP_SAPI. Some testing and fixing probably remains. To make everything hang together, I've done some ugly tricks that I can imagine causing some problems. I've built and run the CGI version and built the Apache DSO.
* Remove C++ style comments from C source file.Sascha Schumann1999-09-271-2/+6
|
* Fix for bug #2199. Redirect was returning http:// which resulted in a crash.Andrey Hristov1999-09-271-0/+8
|
* I will follow portability guidelines.Andrey Hristov1999-09-271-5/+14
| | | | | | | I will follow portability guidelines. I will follow portability guidelines. I will follow...
* Added functions ftp_{pasv,size,mdtm,fget,fput}Andrew Skalski1999-09-274-142/+384
| | | | | | | PASV mode is now supported; file size and last-modified time can now be fetched from servers that support them; files now may be stored to and retrieved from open files, in addition to disk files.
* Make it portable.Andrey Hristov1999-09-271-16/+6
|
* added AC_SYS_LFS from fileutilsStig Bakken1999-09-271-0/+43
|
* Actually allow to set CXXFLAGSSascha Schumann1999-09-262-0/+3
|
* 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
|