| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check for htonl in libsocket (sol251), and move inet_aton check in libbind to... | Sascha Schumann | 1999-12-04 | 1 | -4/+0 |
| * | 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 |
| * | 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 |
| * | @Fix some warnings when compiling in maintainer-mode (Stig) | Stig Bakken | 1999-12-01 | 1 | -2/+2 |
| * | 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 |
| * | @- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counter... | Zeev Suraski | 1999-12-01 | 1 | -4/+7 |
| * | 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 |
| * | - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not | Andi Gutmans | 1999-11-30 | 2 | -6/+6 |
| * | Initial alpha-level of sapi/servlet. See README for details. | Sam Ruby | 1999-11-29 | 1 | -0/+1 |
| * | Use thread-safe versions of localtime and gmtime on Win32 too | Sam Ruby | 1999-11-29 | 1 | -1/+3 |
| * | - Add OLS_C so that we can call php_output_init_globals() with it. | Andi Gutmans | 1999-11-28 | 1 | -1/+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 |
| * | Make basic/string functions thread-safe | Sascha Schumann | 1999-11-28 | 4 | -68/+99 |
| * | one tmbuf is enough | Sascha Schumann | 1999-11-27 | 1 | -1/+1 |
| * | Use thread-safe versions of localtime and gmtime | Jouni Ahto | 1999-11-27 | 1 | -8/+8 |
| * | 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 |
| * | Undefine HAVE_PUTENV, if ZTS is used | Sascha Schumann | 1999-11-26 | 1 | -1/+5 |
| * | Kill one race. | Sascha Schumann | 1999-11-26 | 1 | -1/+1 |
| * | Use php_init_output_globals() also in non-ZTS mode | Sascha Schumann | 1999-11-26 | 1 | -10/+5 |
| * | Use thread-safe versions of localtime and gmtime | Sascha Schumann | 1999-11-26 | 1 | -11/+11 |
| * | *** empty log message *** | Zeev Suraski | 1999-11-26 | 1 | -1/+0 |
| * | Replace strtok with strtok_r | Sascha Schumann | 1999-11-26 | 1 | -6/+7 |
| * | Killing some unused variable warnings | Sascha Schumann | 1999-11-24 | 3 | -2/+2 |
| * | Freeing the memory would be a good idea... | Evan Klinger | 1999-11-24 | 1 | -0/+1 |
| * | Can't forget fd_isset() | Evan Klinger | 1999-11-24 | 2 | -1/+27 |
| * | First attempt at fd_set() and select() | Evan Klinger | 1999-11-24 | 2 | -6/+74 |
| * | Use the unified notation... | Zeev Suraski | 1999-11-23 | 1 | -66/+66 |
| * | Cosmetic changes | Zeev Suraski | 1999-11-23 | 1 | -3/+3 |
| * | Convert to Ex API | Evan Klinger | 1999-11-23 | 1 | -22/+22 |
| * | errors during startup trap server | Sam Ruby | 1999-11-23 | 1 | -8/+9 |
| * | Fixed a leak when using automatic output buffering | Zeev Suraski | 1999-11-22 | 1 | -0/+1 |
| * | add MS SQL module to credit info | Frank M. Kromann | 1999-11-22 | 1 | -0/+1 |
| * | Optimize a tiny bit | Evan Klinger | 1999-11-22 | 1 | -1/+1 |
| * | (PHP urldecode) Fix for #2788, function changed parameter in place | Sascha Schumann | 1999-11-21 | 1 | -2/+5 |
| * | @- Fixed float-compare in min(),max(),a[r]sort(),[r]sort(). (Thies) | Thies C. Arntzen | 1999-11-21 | 1 | -6/+28 |
| * | Maybe later on today. Must buy some beer first. | Egon Schmid | 1999-11-21 | 2 | -2/+2 |
| * | @- Implemented get_html_translation_table() function. (Thies) | Thies C. Arntzen | 1999-11-21 | 3 | -0/+58 |
| * | @- Implemented array_flip() function. Returns input-array with key, value | Thies C. Arntzen | 1999-11-21 | 2 | -0/+52 |
| * | -renamed some macros | Thies C. Arntzen | 1999-11-21 | 1 | -26/+36 |
| * | (PHP strtr) little smarter | Thies C. Arntzen | 1999-11-21 | 1 | -1/+1 |
| * | (PHP substr_replace) Changed the order of the arguments. | Andrei Zmievski | 1999-11-20 | 1 | -15/+8 |
| * | @- Implemented 2-Arg version of strtr($str,$translation_array). This can be used | Thies C. Arntzen | 1999-11-20 | 1 | -13/+125 |
| * | - Add array.c to the Win32 project | Andi Gutmans | 1999-11-19 | 1 | -0/+2 |