Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Win32 build | Zeev Suraski | 2000-07-21 | 1 | -0/+3 |
| | |||||
* | - Fix problem with DICARD_PATH being defined in windows | Andi Gutmans | 2000-06-29 | 1 | -1/+1 |
| | |||||
* | TRACK_VARS is really no longer necessary... | Zeev Suraski | 2000-06-26 | 1 | -1/+0 |
| | |||||
* | HAVE_MEMORY_H is not used by PHP. | Sascha Schumann | 2000-06-21 | 1 | -4/+1 |
| | |||||
* | - Fix PostgreSQL project file a bit. | Andi Gutmans | 2000-06-10 | 1 | -2/+2 |
| | | | | | | | | - Remove some HAVE_* from config.w32.h. More can be removed. Right now - most HAVE_*'s in config.w32.h can actually be removed as they usually are - only used by the module itself and not by PHP. MSQL is an exception as - log can use it too | ||||
* | Add POSIX-like readdir_r for Win32 | Sascha Schumann | 2000-05-23 | 1 | -0/+1 |
| | |||||
* | added new option "--enable-sigchild" (default is off) | Thies C. Arntzen | 2000-05-18 | 1 | -0/+3 |
| | | | | | | | | when using this option php will setup it's own SIGCHLD handler. when using oracle-libraries >= 8.1 on linux you need this option if you are connecting using the BEQ interface - elsewise you will see <defunc> processes whenever a php-script disconnects from oracle. | ||||
* | Correct build breakage - win32 | Sam Ruby | 2000-05-03 | 1 | -0/+3 |
| | |||||
* | Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth) | Zeev Suraski | 2000-03-31 | 1 | -1/+0 |
| | |||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -1/+1 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | - MySQL now compiles right into the PHP 4 binary on Windows | Andi Gutmans | 2000-02-23 | 1 | -0/+3 |
| | |||||
* | - Support wddx by default on Windows | Andi Gutmans | 2000-02-12 | 1 | -0/+1 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Add expat to the distribution | Zeev Suraski | 2000-02-02 | 1 | -0/+3 |
| | | | | | Add expat support to Win32 builds | ||||
* | #if -> #ifdef changes for the ODBC extension (for consistency) | Stig Bakken | 1999-11-09 | 1 | -3/+3 |
| | |||||
* | - Make CVS compile on Win32. | Andi Gutmans | 1999-10-20 | 1 | -0/+3 |
| | | | | | - Rename php3_COM.h -> php_COM.h | ||||
* | Make ODBC work under Win32 | Zeev Suraski | 1999-10-15 | 1 | -1/+1 |
| | |||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -1/+5 |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | ||||
* | - Support strlcpy/strlcat in windows. | Andi Gutmans | 1999-09-14 | 1 | -0/+6 |
| | |||||
* | - Fix warnings and win32 compile | Andi Gutmans | 1999-09-07 | 1 | -1/+1 |
| | |||||
* | - Should fix Win32 compile | Andi Gutmans | 1999-09-06 | 1 | -1/+1 |
| | |||||
* | - Make Win32 compile again. | Andi Gutmans | 1999-07-23 | 1 | -1/+1 |
| | |||||
* | Fix Win32 compilation | Andi Gutmans | 1999-07-19 | 1 | -1/+5 |
| | |||||
* | Support PCRE under Win32 | Zeev Suraski | 1999-07-06 | 1 | -0/+2 |
| | |||||
* | Use php.ini instead of php3.ini | Zeev Suraski | 1999-06-19 | 1 | -1/+1 |
| | |||||
* | Win32 patches (does not compile still) | Zeev Suraski | 1999-06-17 | 1 | -4/+6 |
| | |||||
* | * fixed some #if/#ifdef issues | Stig Bakken | 1999-06-16 | 1 | -9/+9 |
| | | | | | | | | | | | | * 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) | ||||
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 1 | -1/+0 |
| | | | | | | | * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extension under Win32. | ||||
* | - Small fixes | Andi Gutmans | 1999-05-20 | 1 | -0/+2 |
| | |||||
* | * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard | Zeev Suraski | 1999-04-21 | 1 | -1/+1 |
| | | | | | * Fix Win32 compilation | ||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+294 |