| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check for htonl in libsocket (sol251), and move inet_aton check in libbind ↵ | Sascha Schumann | 1999-12-04 | 1 | -4/+0 |
| | | | | | to configure.in, so that our later AC_CHECK_FUNCS(inet_aton) will find inet_aton in libbind (if it is there). | ||||
| * | fixed tiny leak | Thies C. Arntzen | 1999-12-04 | 1 | -0/+1 |
| | | |||||
| * | windows build errors | Sam Ruby | 1999-12-03 | 2 | -0/+3 |
| | | |||||
| * | Added credit notes for Roxen SAPI module | David Hedbor | 1999-12-03 | 1 | -0/+1 |
| | | |||||
| * | Include errno.h. | Andrei Zmievski | 1999-12-03 | 1 | -0/+1 |
| | | | | | | # Please try compiling before committing | ||||
| * | Improve locking when O_EXCL is available | Sascha Schumann | 1999-12-03 | 1 | -5/+7 |
| | | |||||
| * | PHP_BUILD_* m4 macros are not intended to be used by extensions. | Sascha Schumann | 1999-12-03 | 2 | -2/+0 |
| | | | | | | | If you want to tell the user that the current choice of a specific SAPI module is bad, check $php_build_target. | ||||
| * | Use socklen_t where appropiate | Sascha Schumann | 1999-12-03 | 2 | -3/+3 |
| | | |||||
| * | Add configure command to phpinfo() output (Stig) | Stig Bakken | 1999-12-03 | 1 | -1/+1 |
| | | |||||
| * | Add configure stuff | Sascha Schumann | 1999-12-03 | 3 | -5/+13 |
| | | | | | | | (note that --with-xxx should be only used, if it references something external.) | ||||
| * | Add posix module | Sascha Schumann | 1999-12-03 | 5 | -0/+1001 |
| | | |||||
| * | Support DATE_to_pval and DISPATCH_to_pval | Sam Ruby | 1999-12-03 | 1 | -7/+42 |
| | | |||||
| * | @ Add optional socket path to the mysql_?connect() functions | Rasmus Lerdorf | 1999-12-02 | 1 | -6/+10 |
| | | |||||
| * | Back out PIC/COMPILE_DL hack from gd/mysql. | Stig Bakken | 1999-12-01 | 2 | -8/+0 |
| | | |||||
| * | @Fix some warnings when compiling in maintainer-mode (Stig) | Stig Bakken | 1999-12-01 | 6 | -67/+23 |
| | | | | | | | | | | | @Made mysql and gd work as shared extensions again (Stig) - Fixed some warnings in maintainer-mode. - Made mysql and gd work as shared extensions again by defining COMPILE_DL if PIC is defined. # We need a better solution for building .so extensions than this # PIC/COMPILE_DL hack! | ||||
| * | Test commit, ignore | Zeev Suraski | 1999-12-01 | 1 | -1/+1 |
| | | |||||
| * | @- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references | Zeev Suraski | 1999-12-01 | 1 | -1/+1 |
| | | | | | | @ to each other (Zeev) | ||||
| * | @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] ↵ | Zeev Suraski | 1999-12-01 | 1 | -4/+7 |
| | | | | | | | | counterparts @ be references to each other (Zeev) | ||||
| * | Make array.c thread-safe | Sascha Schumann | 1999-12-01 | 5 | -52/+51 |
| | | |||||
| * | Make fsock module thread-safe | Sascha Schumann | 1999-12-01 | 2 | -29/+72 |
| | | |||||
| * | libzend/zend_compile.h's #define YYSTYPE causes parsedate to barf on Windows | Sam Ruby | 1999-12-01 | 1 | -1/+2 |
| | | |||||
| * | just a remark | Thies C. Arntzen | 1999-12-01 | 1 | -0/+1 |
| | | |||||
| * | Avoid Apache's regex.h, if system regex was chosen | Sascha Schumann | 1999-11-30 | 1 | -0/+10 |
| | | |||||
| * | # another oops | Rasmus Lerdorf | 1999-11-30 | 1 | -4/+4 |
| | | |||||
| * | # Oops | Rasmus Lerdorf | 1999-11-30 | 1 | -1/+1 |
| | | |||||
| * | Kill some warnings | Rasmus Lerdorf | 1999-11-30 | 1 | -5/+5 |
| | | |||||
| * | - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not | Andi Gutmans | 1999-11-30 | 3 | -9/+9 |
| | | | | | | | | | always properly set, it's a TODO for all of us). This enables us to implement true 'use' support. @- Added support for the 'use' keyword - behaves like 'require', but will not @ use the same file more than once (Andi & Zeev, Zend library) | ||||
| * | Added check in the ODBC module that a connection is still valid before | Nick Gorham | 1999-11-30 | 2 | -1/+28 |
| | | | | | | reuse in a persistent connection. | ||||
| * | Show some extra info for GD with phpinfo() | Sander Steffann | 1999-11-29 | 1 | -2/+21 |
| | | |||||
| * | Clean up code | Sascha Schumann | 1999-11-29 | 1 | -24/+28 |
| | | |||||
| * | Oops, forgot to check for GIF support. Fixed. | Sander Steffann | 1999-11-29 | 1 | -0/+2 |
| | | |||||
| * | Typo | Danny Heijl | 1999-11-29 | 1 | -1/+0 |
| | | |||||
| * | Initial alpha-level of sapi/servlet. See README for details. | Sam Ruby | 1999-11-29 | 12 | -37/+105 |
| | | |||||
| * | Use thread-safe versions of localtime and gmtime on Win32 too | Sam Ruby | 1999-11-29 | 1 | -1/+3 |
| | | |||||
| * | @Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>) | Stig Bakken | 1999-11-29 | 5 | -3/+102 |
| | | | | | | Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>) | ||||
| * | - Add OLS_C so that we can call php_output_init_globals() with it. | Andi Gutmans | 1999-11-28 | 1 | -1/+3 |
| | | |||||
| * | Prevent mod_ssl's ap_hook.h from being included. | Sascha Schumann | 1999-11-28 | 1 | -0/+3 |
| | | |||||
| * | # check link() as well | Rasmus Lerdorf | 1999-11-28 | 1 | -0/+4 |
| | | |||||
| * | (symlink) Disable symlinks to urls | Rasmus Lerdorf | 1999-11-28 | 1 | -0/+4 |
| | | | | | | @- Disable symlinks to urls | ||||
| * | (ext/informix/ifx.ec) Reflect ESQL/C version used (Danny) | Danny Heijl | 1999-11-28 | 1 | -2/+2 |
| | | | | | | @- Informix driver now reflects version of ESQL/C used (Danny) | ||||
| * | Remove INCLUDES line from Makefile.am skeleton | Sascha Schumann | 1999-11-28 | 1 | -1/+0 |
| | | |||||
| * | Make basic/string functions thread-safe | Sascha Schumann | 1999-11-28 | 4 | -68/+99 |
| | | |||||
| * | ZTS fix | Sascha Schumann | 1999-11-28 | 1 | -1/+1 |
| | | |||||
| * | Improved build (now sets also runtime library search paths, works | Sascha Schumann | 1999-11-27 | 2 | -9/+14 |
| | | | | | | out-of-the-box with Apache) | ||||
| * | (PHP session_register) Modified to accept variable number of arguments, | Andrei Zmievski | 1999-11-27 | 1 | -12/+51 |
| | | | | | | | any of which can be either string holding the variable name or an array consisting of such variable names or other arrays. | ||||
| * | one tmbuf is enough | Sascha Schumann | 1999-11-27 | 1 | -1/+1 |
| | | |||||
| * | typecast void pointer to char* for pointer arithmetic | Andrew Skalski | 1999-11-27 | 1 | -1/+1 |
| | | |||||
| * | Use thread-safe versions of localtime and gmtime | Jouni Ahto | 1999-11-27 | 2 | -10/+10 |
| | | |||||
| * | Only compile the scanner, if trans_sid is enabled | Sascha Schumann | 1999-11-27 | 2 | -13/+21 |
| | | |||||
| * | Kill undefined reference | Sascha Schumann | 1999-11-26 | 1 | -4/+4 |
| | | |||||
