summaryrefslogtreecommitdiff
path: root/win32/winutil.c
Commit message (Collapse)AuthorAgeFilesLines
* add vim modelinesAnatol Belski2015-05-201-0/+8
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
|
* remove unused varsAnatol Belski2014-11-131-3/+0
|
* fix datatype mismatch warnAnatol Belski2014-10-291-1/+2
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - fix #60895, possible invalid handler usagePierre Joye2012-01-271-2/+4
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Bug #55169, improve fix, allow non interactive user, hash-like ops only usagePierre Joye2011-07-121-3/+6
|
* - fix bug #55169, mcrypt_create_iv always fails to gather sufficient random dataPierre Joye2011-07-101-1/+3
|
* - fix nts buildPierre Joye2011-06-161-0/+6
|
* - init win32 rng context once per process Pierre Joye2011-06-161-12/+48
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - cleanup broken double definition of php_win_err and rename it while being ↵Pierre Joye2010-11-251-1/+2
| | | | there
* - #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-081-1/+35
|
* - prevent unexpectable behaviors (for the user) with invalid pathPierre Joye2010-02-071-0/+15
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
|
* make it totally safe againWez Furlong2003-12-181-11/+4
|
* make sure this is initialized to NULL as we don't check the returnWez Furlong2003-12-181-1/+3
| | | | | | value of the FormatMessage function; we could end up using a stale pointer.
* Leak for b3 and find a better solution until RC1Marcus Boerger2003-12-181-0/+3
|
* Fix a memleak: A second call to *nix version of dlerror() frees the errorMarcus Boerger2003-12-171-1/+5
| | | | | | string. This behavior is also adapted to the win build so that the buffer returned by FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER) can be freed too.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* - Let's be consistent with these..foobar2003-02-171-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* fix php_win_err (wasn't threadsafe)Daniel Beulshausen2001-12-021-13/+25
|
* Allow php_win_err() to be called from extenstionsFrank M. Kromann2001-11-211-4/+2
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-1/+1
|
* More php3_ cleanupZeev Suraski1999-12-171-1/+1
|
* Remove tls.[ch]Zeev Suraski1999-04-231-10/+2
|
* PHP 4.0Zeev Suraski1999-04-071-0/+29