Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New files. | Andrei Zmievski | 1999-10-07 | 4 | -0/+8082 |
| | | | | | Please read README.CVS-RULES! | ||||
* | POST works now and does not block anymore. | Sascha Schumann | 1999-10-07 | 1 | -1/+9 |
| | |||||
* | Remove SAPI_TARGET and use PHP_SAPI completely. | Sascha Schumann | 1999-10-07 | 5 | -38/+37 |
| | | | | | | The target filename is now available as SAPI_PROGRAM, SAPI_SHARED, and SAPI_STATIC. | ||||
* | (ns_globals_struct): remove content_type member | Sascha Schumann | 1999-10-07 | 1 | -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 Schumann | 1999-10-07 | 1 | -6/+87 |
| | |||||
* | Some ChangeLog surgery. | Andrei Zmievski | 1999-10-07 | 2 | -860/+0 |
| | |||||
* | Add help to get people started. | Sascha Schumann | 1999-10-07 | 1 | -0/+18 |
| | |||||
* | Made henv a real global var. Seems to work basically when multithreaded | Andreas Karajannis | 1999-10-07 | 2 | -19/+26 |
| | |||||
* | nsapi => aolserver changes | Sascha Schumann | 1999-10-07 | 2 | -3/+3 |
| | |||||
* | nsapi => aolserver | Sascha Schumann | 1999-10-07 | 3 | -387/+0 |
| | | | | | "NSAPI" suggests Netscape too often. | ||||
* | Renaming ChangeLog to NEWS. All future entries intended for public should | Andrei Zmievski | 1999-10-07 | 1 | -1/+1 |
| | | | | | go into NEWS. | ||||
* | PHP_SHOW_LD_LIBRARY_PATH leaked out of my test environment. | Sascha Schumann | 1999-10-07 | 1 | -2/+0 |
| | |||||
* | - new functions pdf_get_font, pdf_get_fontsize, pdf_get_fontname | Uwe Steinmann | 1999-10-07 | 2 | -0/+86 |
| | |||||
* | Test commit again. | Andrei Zmievski | 1999-10-07 | 1 | -0/+1 |
| | | | | | # add white space | ||||
* | Testing commit. | Andrei Zmievski | 1999-10-07 | 1 | -1/+0 |
| | | | | | @ Removed white space. | ||||
* | Ignore generated files. | Andrei Zmievski | 1999-10-07 | 0 | -0/+0 |
| | |||||
* | Put PLS_FETCH() in the correct place. | Andrei Zmievski | 1999-10-07 | 1 | -1/+1 |
| | |||||
* | Ignore generated files. | Andrei Zmievski | 1999-10-07 | 1 | -0/+3 |
| | |||||
* | Fix for #2457. | Andrei Zmievski | 1999-10-07 | 1 | -0/+1 |
| | |||||
* | fix ZTS compile | Thies C. Arntzen | 1999-10-07 | 1 | -0/+1 |
| | |||||
* | fixed hopefully last XML problem. that one was hard! | Thies C. Arntzen | 1999-10-07 | 2 | -8/+9 |
| | |||||
* | added zval_del_ref() function | Thies C. Arntzen | 1999-10-07 | 2 | -2/+11 |
| | |||||
* | (php_ns_request_handler): call ts_free_thread() to clean up | Sascha Schumann | 1999-10-07 | 2 | -8/+28 |
| | |||||
* | compiles again - and gets compiled | Thies C. Arntzen | 1999-10-07 | 1 | -8/+2 |
| | |||||
* | Pass -avoid-version when building a shared library to avoid problems | Sascha Schumann | 1999-10-07 | 1 | -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. Arntzen | 1999-10-07 | 2 | -1/+4 |
| | |||||
* | - Reverse my patch | Andi Gutmans | 1999-10-07 | 1 | -2/+2 |
| | |||||
* | Enable hardcoding runpaths for more platforms and allow Solaris' patch to run | Sascha Schumann | 1999-10-06 | 2 | -2/+62 |
| | | | | | buildconf. | ||||
* | Ignore already applied patches. | Sascha Schumann | 1999-10-06 | 1 | -1/+1 |
| | | | | | If somebody could make this work on Solaris, I'd appreciate it. | ||||
* | Allow *.a and *.o as libtool objects, and hardcode runpaths into | Sascha Schumann | 1999-10-06 | 4 | -14/+149 |
| | | | | | | | shared libraries. (Both taken from FreeBSD's libtool port.) | ||||
* | - Fixed memory leak with this pointer. It was somtimes initialized with refcount | Andi Gutmans | 1999-10-06 | 1 | -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 Zmievski | 1999-10-06 | 2 | -12/+38 |
| | |||||
* | *** empty log message *** | Thies C. Arntzen | 1999-10-06 | 1 | -0/+1 |
| | |||||
* | fix for using resources as array indices | Thies C. Arntzen | 1999-10-06 | 1 | -1/+2 |
| | |||||
* | Fix "make clean". automake does not define an extra target for clean. | Sascha Schumann | 1999-10-06 | 1 | -2/+2 |
| | |||||
* | unidiff isn't widely recognized, change to context format. | Sascha Schumann | 1999-10-06 | 1 | -10/+12 |
| | |||||
* | Fixed pg_fetch_array() with three arguments. | Sascha Schumann | 1999-10-06 | 2 | -1/+4 |
| | | | | | Submitted by: brian@soda.berkeley.edu | ||||
* | - replaced most getParamters against getParamtersEx calls | Thies C. Arntzen | 1999-10-06 | 2 | -334/+233 |
| | | | | | - removed ParamterPassedByReference where appropiate | ||||
* | * --copy always, since we need to change ltmain.sh | Sascha Schumann | 1999-10-06 | 1 | -2/+2 |
| | | | | | * make patch on some obscure UNIX happy | ||||
* | - fixed some memory leaks | Uwe Steinmann | 1999-10-06 | 2 | -12/+18 |
| | |||||
* | - as always forgot the Changelog entry | Uwe Steinmann | 1999-10-06 | 1 | -0/+2 |
| | |||||
* | - support for mimetype application/vnd.fdf needed by fdf module | Uwe Steinmann | 1999-10-06 | 2 | -21/+40 |
| | | | | | (only active if fdf support is compiled in) | ||||
* | - fix to work with new version of FdfTk | Uwe Steinmann | 1999-10-06 | 2 | -1/+8 |
| | |||||
* | FreeBSD's libtool port seems to contain a bug which is triggered by | Sascha Schumann | 1999-10-05 | 1 | -1/+2 |
| | | | | | -avoid-version. Removing it, since we don't absolutely need this option. | ||||
* | Apply patch automatically at buildconf time | Sascha Schumann | 1999-10-05 | 2 | -2/+14 |
| | |||||
* | Fix typo (xml_globals => dir_globals) | Sascha Schumann | 1999-10-05 | 1 | -1/+1 |
| | |||||
* | use reference counting for emulating child<->parent (cursor<->connection) ↵ | Thies C. Arntzen | 1999-10-05 | 3 | -31/+14 |
| | | | | relationships. | ||||
* | Explicit casts to ulong. Some compiler don't like pointers in % | Sascha Schumann | 1999-10-05 | 1 | -1/+1 |
| | |||||
* | More portability stuff | Sascha Schumann | 1999-10-05 | 3 | -0/+7 |
| | |||||
* | dir modules is now resourcified & thread-safe! | Thies C. Arntzen | 1999-10-05 | 3 | -163/+153 |
| |