summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* - add it to 5.2 too, cannot hurt and will spare some work later with pcre&coPierre Joye2010-04-011-0/+251
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0312-12/+12
* - silent warning (fix for #28038)Pierre Joye2009-08-262-1/+2
* - 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
* - MF53: Added - to the list of "unsafe" characters so that the pecl dir canDerick Rethans2009-07-251-2/+2
* - cvs > svnPierre Joye2009-07-151-254/+254
* - cvs > svnPierre Joye2009-07-151-1573/+1573
* - rename to svnPierre Joye2009-07-131-0/+120
* - cvs to svn changesPierre Joye2009-07-132-31/+31
* MFB: remove ZendEngine* detection, we always have Zend now (svn)David Soria Parra2009-07-131-7/+0
* Test commit - but pseudo usefulRasmus Lerdorf2009-07-111-12/+10
* - #42143, the constant NAN is reported as 0 on WindowsPierre Joye2009-05-291-1/+1
* fix build for VC9Rob Richards2009-03-131-0/+4
* - call the right scriptPierre Joye2009-01-221-1/+1
* MFH:Kalle Sommer Nielsen2009-01-031-3/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3112-12/+12
* - MFH: add configure scriptPierre Joye2008-12-081-0/+2
* MFHElizabeth Marie Smith2008-11-031-1/+1
* - MFH: add nts postfix to the dist filenamesPierre Joye2008-10-102-6/+12
* MFH: add errors when missing dependencies (Steph)Greg Beaver2008-01-171-1/+9
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3112-12/+12
* MFBElizabeth Marie Smith2007-11-141-2/+2
* MFH: - Made build system less major version dependant to ease MFB/MFHJani Taskinen2007-07-261-5/+5
* - MFH: Allow the use of a user defined template.rc file to override theDerick Rethans2007-07-211-2/+14
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-111-1/+0
* Fixed bug #41192 (Per Directory Values only work for one key)Dmitry Stogov2007-05-021-1/+2
* Fixed buffer overflowDmitry Stogov2007-04-221-3/+5
* update install instructions (auto-generated from phpdoc XML sources)Nuno Lopes2007-04-201-87/+93
* add file locking under windowsRob Richards2007-04-181-1/+1
* WIN64 supportDmitry Stogov2007-04-162-4/+3
* Initial WIN64 supportDmitry Stogov2007-04-102-10/+53
* Make DLL only once (Wez)Edin Kadribasic2007-03-191-2/+4
* Check that manifest file exists before trying to embed itEdin Kadribasic2007-03-041-2/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-8/+4
* update install instructions from phpdoc XMl sourcesNuno Lopes2007-01-191-363/+444
* MFH: Kill warnings when mt is not installed or is found as the tape command u...Frank M. Kromann2007-01-131-0/+5
* MFH: Make mt more silentEdin Kadribasic2007-01-081-2/+2
* Update copyright yearIlia Alshanetsky2007-01-018-11/+11
* MFH: Bump year.Sebastian Bergmann2007-01-0112-12/+12
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-201-8/+0
* Enable full build with newer Microsoft compilersEdin Kadribasic2006-12-194-2/+29
* Removed unused zend_mm.*Dmitry Stogov2006-12-051-1/+1
* Fix win32 buildFrank M. Kromann2006-12-011-0/+2
* Fixed VC2005 supportDmitry Stogov2006-11-141-1/+1
* Fixed problem with spaces in libpathDmitry Stogov2006-11-141-1/+5
* Implemented registry cache that prevent registry lookup on each request. In c...Dmitry Stogov2006-11-103-39/+182
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-102-23/+29
* Fix warningsDmitry Stogov2006-11-101-5/+1
* Use $(CC) for linking instead of $(LD). This allows usage of advansed optimiz...Dmitry Stogov2006-11-102-9/+18