Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Win32 build | Zeev Suraski | 2000-06-04 | 2 | -3/+7 |
| | |||||
* | The behaviour for result == NULL || entry == NULL is undefined. | Sascha Schumann | 2000-05-24 | 1 | -8/+4 |
| | |||||
* | Updating workspace with the latest modules | Frank M. Kromann | 2000-05-24 | 1 | -0/+12 |
| | |||||
* | Add POSIX-like readdir_r for Win32 | Sascha Schumann | 2000-05-23 | 2 | -2/+35 |
| | |||||
* | adding project for swf | Frank M. Kromann | 2000-05-22 | 1 | -0/+12 |
| | |||||
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -2/+2 |
| | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | ||||
* | adding calendar project | Frank M. Kromann | 2000-05-01 | 1 | -0/+12 |
| | |||||
* | adding project file for mcrypt module | Frank M. Kromann | 2000-04-23 | 1 | -0/+12 |
| | |||||
* | add oracle and oci8 | Thies C. Arntzen | 2000-04-21 | 1 | -0/+24 |
| | |||||
* | Adding Java project to modules workspace | Frank M. Kromann | 2000-04-20 | 1 | -0/+12 |
| | |||||
* | Adding ftp project to modules workspace | Frank M. Kromann | 2000-04-20 | 1 | -0/+12 |
| | |||||
* | - Add the zlib project to the php_modules workspace, and fix it's C-runtime ↵ | Zeev Suraski | 2000-04-20 | 1 | -0/+12 |
| | | | | | | | definitions - Move IMAP to the high performance API | ||||
* | Adding mssql to modules | Frank M. Kromann | 2000-04-15 | 1 | -0/+12 |
| | |||||
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | - One more fopen -> PHP_FOPEN patch | Andi Gutmans | 2000-04-04 | 1 | -1/+1 |
| | |||||
* | @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵ | Zeev Suraski | 2000-04-01 | 1 | -12/+0 |
| | | | | (Zeev) | ||||
* | Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth) | Zeev Suraski | 2000-03-31 | 1 | -0/+12 |
| | |||||
* | @- Modified the registry INI entry reader (Win32) to work with drive ↵ | Zeev Suraski | 2000-03-25 | 1 | -8/+14 |
| | | | | | | | | | letters. For @ example, if you wish to wish to specify INI entries for C:\foo\bar, you should @ create HKLM\PHP\Per Directory Values\C\foo\bar in the registry, and add @ string values for each directive you want to override in this directory (Zeev) | ||||
* | Allow the INI callbacks to know at what stage PHP is | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 2000-02-19 | 2 | -2/+2 |
| | |||||
* | Get Win32 IMAP DLL to compile | Zeev Suraski | 2000-02-05 | 1 | -0/+24 |
| | |||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -1/+1 |
| | |||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 2 | -2/+2 |
| | |||||
* | need to prevent multiple usage | Shane Caraveo | 1999-11-30 | 1 | -1/+4 |
| | |||||
* | Convert more source files to use thread-safe functions | Sascha Schumann | 1999-11-26 | 1 | -3/+3 |
| | |||||
* | - Make Win32 compile again | Andi Gutmans | 1999-09-18 | 1 | -1/+2 |
| | |||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 1 | -4/+5 |
| | | | | | - Fix too early memory manager initialization (For you Thies) | ||||
* | More cleanups | Zeev Suraski | 1999-09-03 | 1 | -0/+12 |
| | |||||
* | - Add PHP Modules workspace | Zeev Suraski | 1999-08-13 | 1 | -0/+29 |
| | | | | | | - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules | ||||
* | solve infinite recursion error when including <signal.h> | Philippe Verdy | 1999-08-08 | 1 | -1/+13 |
| | |||||
* | Use php.ini instead of php3.ini | Zeev Suraski | 1999-06-19 | 1 | -1/+1 |
| | |||||
* | * fixed some #if/#ifdef issues | Stig Bakken | 1999-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | | * hand-patched in php3 changes from 3.0.6 to HEAD in these files: fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch] ext/standard/php3_string.h ext/standard/string.c * added some new file/socket macros for more readable code: FP_FGETS(buf,len,sock,fp,issock) FP_FREAD(buf,len,sock,fp,issock) FP_FEOF(sock,fp,issock) FP_FGETC(sock,fp,issock) | ||||
* | Sync. with php3. Only add Date: and From: if not supplied by user | Frank M. Kromann | 1999-06-10 | 1 | -13/+15 |
| | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 4 | -58/+43 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 5 | -22/+3 |
| | |||||
* | Forgot to add these - Win32 registry support | Zeev Suraski | 1999-04-18 | 2 | -0/+81 |
| | |||||
* | A lot of php3_ini -> php_ini work | Zeev Suraski | 1999-04-10 | 1 | -3/+3 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 20 | -0/+1447 |