summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New files.Andrei Zmievski1999-10-074-0/+8082
| | | | | Please read README.CVS-RULES!
* POST works now and does not block anymore.Sascha Schumann1999-10-071-1/+9
|
* Remove SAPI_TARGET and use PHP_SAPI completely.Sascha Schumann1999-10-075-38/+37
| | | | | | The target filename is now available as SAPI_PROGRAM, SAPI_SHARED, and SAPI_STATIC.
* (ns_globals_struct): remove content_type memberSascha Schumann1999-10-071-2/+1
| | | | | (php_ns_request_dtor): remove content_type destructor, re-add path_translated destructor
* Add comments to the source code and fix POST-read-data bug.Sascha Schumann1999-10-071-6/+87
|
* Some ChangeLog surgery.Andrei Zmievski1999-10-072-860/+0
|
* Add help to get people started.Sascha Schumann1999-10-071-0/+18
|
* Made henv a real global var. Seems to work basically when multithreadedAndreas Karajannis1999-10-072-19/+26
|
* nsapi => aolserver changesSascha Schumann1999-10-072-3/+3
|
* nsapi => aolserverSascha Schumann1999-10-073-387/+0
| | | | | "NSAPI" suggests Netscape too often.
* Renaming ChangeLog to NEWS. All future entries intended for public shouldAndrei Zmievski1999-10-071-1/+1
| | | | | go into NEWS.
* PHP_SHOW_LD_LIBRARY_PATH leaked out of my test environment.Sascha Schumann1999-10-071-2/+0
|
* - new functions pdf_get_font, pdf_get_fontsize, pdf_get_fontnameUwe Steinmann1999-10-072-0/+86
|
* Test commit again.Andrei Zmievski1999-10-071-0/+1
| | | | | # add white space
* Testing commit.Andrei Zmievski1999-10-071-1/+0
| | | | | @ Removed white space.
* Ignore generated files.Andrei Zmievski1999-10-070-0/+0
|
* Put PLS_FETCH() in the correct place.Andrei Zmievski1999-10-071-1/+1
|
* Ignore generated files.Andrei Zmievski1999-10-071-0/+3
|
* Fix for #2457.Andrei Zmievski1999-10-071-0/+1
|
* fix ZTS compileThies C. Arntzen1999-10-071-0/+1
|
* fixed hopefully last XML problem. that one was hard!Thies C. Arntzen1999-10-072-8/+9
|
* added zval_del_ref() functionThies C. Arntzen1999-10-072-2/+11
|
* (php_ns_request_handler): call ts_free_thread() to clean upSascha Schumann1999-10-072-8/+28
|
* compiles again - and gets compiledThies C. Arntzen1999-10-071-8/+2
|
* Pass -avoid-version when building a shared library to avoid problemsSascha Schumann1999-10-071-0/+3
| | | | | | with "installing" symbolic links. We need to do this conditional, since some libtool versions imply --disable-static with this option.
* SET_VAR_STR* expect a emalloc'ed copy of the string!Thies C. Arntzen1999-10-072-1/+4
|
* - Reverse my patchAndi Gutmans1999-10-071-2/+2
|
* Enable hardcoding runpaths for more platforms and allow Solaris' patch to runSascha Schumann1999-10-062-2/+62
| | | | | buildconf.
* Ignore already applied patches.Sascha Schumann1999-10-061-1/+1
| | | | | If somebody could make this work on Solaris, I'd appreciate it.
* Allow *.a and *.o as libtool objects, and hardcode runpaths intoSascha Schumann1999-10-064-14/+149
| | | | | | | shared libraries. (Both taken from FreeBSD's libtool port.)
* - Fixed memory leak with this pointer. It was somtimes initialized with refcountAndi Gutmans1999-10-061-2/+2
| | | | | | | | of 2 instead of 1. - Also fixed a place where object.ptr_ptr is set to pointing to a zval* instead of zval**. I don't think this is ever used so we might be able to remove it altogether.
* Move random functions related defines into its own header file.Andrei Zmievski1999-10-062-12/+38
|
* *** empty log message ***Thies C. Arntzen1999-10-061-0/+1
|
* fix for using resources as array indicesThies C. Arntzen1999-10-061-1/+2
|
* Fix "make clean". automake does not define an extra target for clean.Sascha Schumann1999-10-061-2/+2
|
* unidiff isn't widely recognized, change to context format.Sascha Schumann1999-10-061-10/+12
|
* Fixed pg_fetch_array() with three arguments.Sascha Schumann1999-10-062-1/+4
| | | | | Submitted by: brian@soda.berkeley.edu
* - replaced most getParamters against getParamtersEx callsThies C. Arntzen1999-10-062-334/+233
| | | | | - removed ParamterPassedByReference where appropiate
* * --copy always, since we need to change ltmain.shSascha Schumann1999-10-061-2/+2
| | | | | * make patch on some obscure UNIX happy
* - fixed some memory leaksUwe Steinmann1999-10-062-12/+18
|
* - as always forgot the Changelog entryUwe Steinmann1999-10-061-0/+2
|
* - support for mimetype application/vnd.fdf needed by fdf moduleUwe Steinmann1999-10-062-21/+40
| | | | | (only active if fdf support is compiled in)
* - fix to work with new version of FdfTkUwe Steinmann1999-10-062-1/+8
|
* FreeBSD's libtool port seems to contain a bug which is triggered bySascha Schumann1999-10-051-1/+2
| | | | | -avoid-version. Removing it, since we don't absolutely need this option.
* Apply patch automatically at buildconf timeSascha Schumann1999-10-052-2/+14
|
* Fix typo (xml_globals => dir_globals)Sascha Schumann1999-10-051-1/+1
|
* use reference counting for emulating child<->parent (cursor<->connection) ↵Thies C. Arntzen1999-10-053-31/+14
| | | | relationships.
* Explicit casts to ulong. Some compiler don't like pointers in %Sascha Schumann1999-10-051-1/+1
|
* More portability stuffSascha Schumann1999-10-053-0/+7
|
* dir modules is now resourcified & thread-safe!Thies C. Arntzen1999-10-053-163/+153
|