summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* | - not there anymorePierre Joye2010-09-152-8/+0
| |
* | - use php_sys_satPierre Joye2010-09-131-1/+1
| |
* | - wsPierre Joye2010-09-131-25/+24
| |
* | - silent warningPierre Joye2010-09-131-1/+1
| |
* | - use php_sys_lstatPierre Joye2010-09-131-1/+1
| |
* | - remove dummy wrapper for readfilePierre Joye2010-09-115-42/+1
| |
* | Fixed compiler warningKalle Sommer Nielsen2010-08-171-2/+1
| |
* | - #52607, fix ENV conflit with win SDK 7.1Pierre Joye2010-08-152-6/+6
| |
* | - #52523, fix logic (0 is perfectly valid as part of the data, bin data)Pierre Joye2010-08-091-6/+1
| |
* | - WSPierre Joye2010-08-091-1/+1
| |
* | - add striped down version of RNG layer to have a reliable random src on windowsPierre Joye2010-06-082-1/+36
| |
* | - Adieu VC6/7/8, merci pour les bons et loyaux servicesPierre Joye2010-04-291-0/+5
| |
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-2820-0/+6661
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-263-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 Nielsen2010-04-2120-6661/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | Updated copyright yearKalle Sommer Nielsen2010-04-211-1/+1
| |
* | Removed register_globalsKalle Sommer Nielsen2010-04-211-9/+1
| |
* | Added concept of interned strings. All strings constants known at compile ↵Dmitry Stogov2010-04-201-1/+1
|/ | | | time are allocated in a single copy and never changed.
* - prevent unexpectable behaviors (for the user) with invalid pathPierre Joye2010-02-072-0/+16
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0311-11/+11
|
* - #50334, add define on win as wellPierre Joye2009-12-101-0/+2
|
* - #50334, add missing filePierre Joye2009-12-091-0/+11
|
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-032-2/+7
|
* - MFH: vs2010 detection support, restore /W3Pierre Joye2009-11-302-0/+3
|
* Set WINVER to Windows 2000 like in config.w32.h.inKalle Sommer Nielsen2009-10-301-1/+1
|
* - #49986, fix ICU DLLs pathPierre Joye2009-10-241-1/+1
|
* - we don't distribute the crt9 dll, don't try to add itPierre Joye2009-10-191-0/+1
|
* - add custom DLL to the package and fix the path to the deps bin (needs ↵Pierre Joye2009-10-193-9/+27
| | | | absolute path in some cases)
* add safeguard for UpdateIniFromRegistry on NULL argStanislav Malyshev2009-10-131-0/+4
|
* - restore W3 flag to get usefull errors (unused vars, etc.)Pierre Joye2009-09-301-2/+2
|
* - fix TS buildPierre Joye2009-09-011-1/+2
|
* - #48746, fix regression in readdir/scandir and mounted points or junctions ↵Pierre Joye2009-09-011-6/+15
| | | | on windows
* - silent warning (fix for #28038)Pierre Joye2009-08-262-1/+2
|
* Fixed a compiler warning (variable clobbering)Ilia Alshanetsky2009-08-251-3/+3
|
* - fix object dir usage (ie: relative path called from a symlinked dir), also ↵Pierre Joye2009-08-241-0/+1
| | | | fix nmake test for similar cases
* - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server)Garrett Serack2009-08-181-6/+33
|
* - Removed unused code (replaced long time ago by url_scanner_ex.*Jani Taskinen2009-07-262-16/+0
|
* - Added - to the list of "unsafe" characters so that the pecl dir can have theDerick Rethans2009-07-241-2/+2
| | | | | - character in the name.
* - cvs > svnPierre Joye2009-07-151-273/+273
|
* - cvs > svnPierre Joye2009-07-151-1861/+1861
|
* - rename to svnPierre Joye2009-07-131-0/+120
|
* - cvs to svn changesPierre Joye2009-07-132-32/+32
|
* - remove ZendEngine* detection, we always have Zend now (svn)Pierre Joye2009-07-131-7/+0
|
* MFB cvs->svnRasmus Lerdorf2009-07-111-12/+10
|
* MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)Kalle Sommer Nielsen2009-06-301-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 .txtPierre Joye2009-06-241-4/+5
|
* MFH: Move these defines to config.w32.hKalle Sommer Nielsen2009-06-231-0/+4
| | | | | Also credit Pierre for the inet_ntop()/inet_pton() implementations
* MFH:Kalle Sommer Nielsen2009-06-231-17/+26
| | | | | Use %* instead of a range + WS
* MFH:Kalle Sommer Nielsen2009-06-232-2/+4
| | | | | | * Fix deprecation warning when building deplister * Fix some mkdir warnings if "nmake build-dist" is executed twice
* add phar.phar creation on windowsGreg Beaver2009-06-112-1/+23
|