Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | - not there anymore | Pierre Joye | 2010-09-15 | 2 | -8/+0 | |
| | | ||||||
* | | - use php_sys_sat | Pierre Joye | 2010-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | - ws | Pierre Joye | 2010-09-13 | 1 | -25/+24 | |
| | | ||||||
* | | - silent warning | Pierre Joye | 2010-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | - use php_sys_lstat | Pierre Joye | 2010-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | - remove dummy wrapper for readfile | Pierre Joye | 2010-09-11 | 5 | -42/+1 | |
| | | ||||||
* | | Fixed compiler warning | Kalle Sommer Nielsen | 2010-08-17 | 1 | -2/+1 | |
| | | ||||||
* | | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 2 | -6/+6 | |
| | | ||||||
* | | - #52523, fix logic (0 is perfectly valid as part of the data, bin data) | Pierre Joye | 2010-08-09 | 1 | -6/+1 | |
| | | ||||||
* | | - WS | Pierre Joye | 2010-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | - add striped down version of RNG layer to have a reliable random src on windows | Pierre Joye | 2010-06-08 | 2 | -1/+36 | |
| | | ||||||
* | | - Adieu VC6/7/8, merci pour les bons et loyaux services | Pierre Joye | 2010-04-29 | 1 | -0/+5 | |
| | | ||||||
* | | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 20 | -0/+6661 | |
| | | ||||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 3 | -3/+2 | |
| | | | | | | | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | |||||
* | | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 20 | -6661/+0 | |
| | | | | | | | | anymore and are barely updated nor available for all extensions | |||||
* | | Updated copyright year | Kalle Sommer Nielsen | 2010-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 1 | -9/+1 | |
| | | ||||||
* | | Added concept of interned strings. All strings constants known at compile ↵ | Dmitry Stogov | 2010-04-20 | 1 | -1/+1 | |
|/ | | | | time are allocated in a single copy and never changed. | |||||
* | - prevent unexpectable behaviors (for the user) with invalid path | Pierre Joye | 2010-02-07 | 2 | -0/+16 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 11 | -11/+11 | |
| | ||||||
* | - #50334, add define on win as well | Pierre Joye | 2009-12-10 | 1 | -0/+2 | |
| | ||||||
* | - #50334, add missing file | Pierre Joye | 2009-12-09 | 1 | -0/+11 | |
| | ||||||
* | MFT: VC10 build support | Kalle Sommer Nielsen | 2009-12-03 | 2 | -2/+7 | |
| | ||||||
* | - MFH: vs2010 detection support, restore /W3 | Pierre Joye | 2009-11-30 | 2 | -0/+3 | |
| | ||||||
* | Set WINVER to Windows 2000 like in config.w32.h.in | Kalle Sommer Nielsen | 2009-10-30 | 1 | -1/+1 | |
| | ||||||
* | - #49986, fix ICU DLLs path | Pierre Joye | 2009-10-24 | 1 | -1/+1 | |
| | ||||||
* | - we don't distribute the crt9 dll, don't try to add it | Pierre Joye | 2009-10-19 | 1 | -0/+1 | |
| | ||||||
* | - add custom DLL to the package and fix the path to the deps bin (needs ↵ | Pierre Joye | 2009-10-19 | 3 | -9/+27 | |
| | | | | absolute path in some cases) | |||||
* | add safeguard for UpdateIniFromRegistry on NULL arg | Stanislav Malyshev | 2009-10-13 | 1 | -0/+4 | |
| | ||||||
* | - restore W3 flag to get usefull errors (unused vars, etc.) | Pierre Joye | 2009-09-30 | 1 | -2/+2 | |
| | ||||||
* | - fix TS build | Pierre Joye | 2009-09-01 | 1 | -1/+2 | |
| | ||||||
* | - #48746, fix regression in readdir/scandir and mounted points or junctions ↵ | Pierre Joye | 2009-09-01 | 1 | -6/+15 | |
| | | | | on windows | |||||
* | - silent warning (fix for #28038) | Pierre Joye | 2009-08-26 | 2 | -1/+2 | |
| | ||||||
* | Fixed a compiler warning (variable clobbering) | Ilia Alshanetsky | 2009-08-25 | 1 | -3/+3 | |
| | ||||||
* | - fix object dir usage (ie: relative path called from a symlinked dir), also ↵ | Pierre Joye | 2009-08-24 | 1 | -0/+1 | |
| | | | | fix nmake test for similar cases | |||||
* | - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server) | Garrett Serack | 2009-08-18 | 1 | -6/+33 | |
| | ||||||
* | - Removed unused code (replaced long time ago by url_scanner_ex.* | Jani Taskinen | 2009-07-26 | 2 | -16/+0 | |
| | ||||||
* | - Added - to the list of "unsafe" characters so that the pecl dir can have the | Derick Rethans | 2009-07-24 | 1 | -2/+2 | |
| | | | | | - character in the name. | |||||
* | - cvs > svn | Pierre Joye | 2009-07-15 | 1 | -273/+273 | |
| | ||||||
* | - cvs > svn | Pierre Joye | 2009-07-15 | 1 | -1861/+1861 | |
| | ||||||
* | - rename to svn | Pierre Joye | 2009-07-13 | 1 | -0/+120 | |
| | ||||||
* | - cvs to svn changes | Pierre Joye | 2009-07-13 | 2 | -32/+32 | |
| | ||||||
* | - remove ZendEngine* detection, we always have Zend now (svn) | Pierre Joye | 2009-07-13 | 1 | -7/+0 | |
| | ||||||
* | MFB cvs->svn | Rasmus Lerdorf | 2009-07-11 | 1 | -12/+10 | |
| | ||||||
* | MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo) | Kalle Sommer Nielsen | 2009-06-30 | 1 | -4/+42 | |
| | | | | | # Note, this does not go in 5.2 because the inet ports for VC6 are not in that branch | |||||
* | - add readme.redist.bins as .txt | Pierre Joye | 2009-06-24 | 1 | -4/+5 | |
| | ||||||
* | MFH: Move these defines to config.w32.h | Kalle Sommer Nielsen | 2009-06-23 | 1 | -0/+4 | |
| | | | | | Also credit Pierre for the inet_ntop()/inet_pton() implementations | |||||
* | MFH: | Kalle Sommer Nielsen | 2009-06-23 | 1 | -17/+26 | |
| | | | | | Use %* instead of a range + WS | |||||
* | MFH: | Kalle Sommer Nielsen | 2009-06-23 | 2 | -2/+4 | |
| | | | | | | * Fix deprecation warning when building deplister * Fix some mkdir warnings if "nmake build-dist" is executed twice | |||||
* | add phar.phar creation on windows | Greg Beaver | 2009-06-11 | 2 | -1/+23 | |
| |