summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Fix Win32 buildZeev Suraski2000-06-042-3/+7
|
* The behaviour for result == NULL || entry == NULL is undefined.Sascha Schumann2000-05-241-8/+4
|
* Updating workspace with the latest modulesFrank M. Kromann2000-05-241-0/+12
|
* Add POSIX-like readdir_r for Win32Sascha Schumann2000-05-232-2/+35
|
* adding project for swfFrank M. Kromann2000-05-221-0/+12
|
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-2/+2
| | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
* adding calendar projectFrank M. Kromann2000-05-011-0/+12
|
* adding project file for mcrypt moduleFrank M. Kromann2000-04-231-0/+12
|
* add oracle and oci8Thies C. Arntzen2000-04-211-0/+24
|
* Adding Java project to modules workspaceFrank M. Kromann2000-04-201-0/+12
|
* Adding ftp project to modules workspaceFrank M. Kromann2000-04-201-0/+12
|
* - Add the zlib project to the php_modules workspace, and fix it's C-runtime ↵Zeev Suraski2000-04-201-0/+12
| | | | | | | definitions - Move IMAP to the high performance API
* Adding mssql to modulesFrank M. Kromann2000-04-151-0/+12
|
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
|
* - One more fopen -> PHP_FOPEN patchAndi Gutmans2000-04-041-1/+1
|
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵Zeev Suraski2000-04-011-12/+0
| | | | (Zeev)
* Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)Zeev Suraski2000-03-311-0/+12
|
* @- Modified the registry INI entry reader (Win32) to work with drive ↵Zeev Suraski2000-03-251-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 isZeev Suraski2000-02-261-1/+1
|
* *** empty log message ***Zeev Suraski2000-02-192-2/+2
|
* Get Win32 IMAP DLL to compileZeev Suraski2000-02-051-0/+24
|
* libzend -> ZendZeev Suraski1999-12-191-1/+1
|
* More php3_ cleanupZeev Suraski1999-12-172-2/+2
|
* need to prevent multiple usageShane Caraveo1999-11-301-1/+4
|
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-3/+3
|
* - Make Win32 compile againAndi Gutmans1999-09-181-1/+2
|
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-4/+5
| | | | | - Fix too early memory manager initialization (For you Thies)
* More cleanupsZeev Suraski1999-09-031-0/+12
|
* - Add PHP Modules workspaceZeev Suraski1999-08-131-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 Verdy1999-08-081-1/+13
|
* Use php.ini instead of php3.iniZeev Suraski1999-06-191-1/+1
|
* * fixed some #if/#ifdef issuesStig Bakken1999-06-161-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 userFrank M. Kromann1999-06-101-13/+15
|
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-244-58/+43
| | | | and files
* Remove tls.[ch]Zeev Suraski1999-04-235-22/+3
|
* Forgot to add these - Win32 registry supportZeev Suraski1999-04-182-0/+81
|
* A lot of php3_ini -> php_ini workZeev Suraski1999-04-101-3/+3
|
* PHP 4.0Zeev Suraski1999-04-0720-0/+1447