summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
...
| | * - update libsPierre Joye2012-01-271-0/+6
| | |
| | * - update libsPierre Joye2012-01-271-0/+7
| | |
| | * - fix #60895, possible invalid handler usagePierre Joye2012-01-271-2/+4
| | |
| | * - openssl 0.9.8t, curl 7.24.0Pierre Joye2012-01-261-1/+2
| | |
| | * - spl tests are also under examples (sigh)Pierre Joye2012-01-091-1/+1
| | |
| | * - Year++Felipe Pena2012-01-0110-10/+10
| | |
| | * - copy run-test phpPierre Joye2011-12-121-0/+1
| | |
| | * - update libcurl to 7.21.7Pierre Joye2011-08-031-1/+1
| | |
| | * - update libpng to 1.2.46Pierre Joye2011-07-191-0/+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-162-11/+54
| | |
| | * - initial import, will add all libs laterPierre Joye2011-05-191-0/+1
| | |
| | * Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
| | * - re enable static analyzer, crash fixed with snapshot buildsPierre Joye2011-03-281-1/+1
| | |
| | * - Merge from trunk.Moriyoshi Koizumi2011-03-022-4/+4
| | |
| | * - disable realloc warning about not checking its return value, 100% valid ↵Pierre Joye2011-02-071-0/+1
| | | | | | | | | | | | but way too many of them for now, reduce noises
| | * -disable the analyzer for the snapshot in 5.3 tooPierre Joye2011-01-131-1/+1
| | |
| | * - possible NULL derefPierre Joye2011-01-101-0/+10
| | |
| | * - local redeclarationPierre Joye2011-01-101-4/+4
| | |
| | * - new sec flags should not be on by default for 5.3, yetPierre Joye2011-01-091-1/+1
| | |
| | * - add configure option to enable the builtin static analyzer (will be ↵Pierre Joye2011-01-091-0/+10
| | | | | | | | | | | | enabled for snaps' log)
| | * - debug code--Pierre Joye2011-01-091-2/+1
| | |
| | * - let try to fix pecl header install so we can do the same than unix, ↵Pierre Joye2011-01-091-1/+23
| | | | | | | | | | | | install them in ext/<extname> instead of pecl<extname>
| | * - define the php*.lib/dll namesPierre Joye2011-01-071-9/+3
| | |
| | * - revert rev. 307044Pierre Joye2011-01-051-11/+0
| | |
| | * Fixed linking of extensions that would use a static .lib file (libname_a.lib ↵Kalle Sommer Nielsen2011-01-031-0/+11
| | | | | | | | | | | | | | | | | | | | | rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to properly find and # link against libmcrypt.lib rather than libmcrypt_a.lib
| | * - prevent php(version)lib.(dll|lib) to be overridenPierre Joye2011-01-031-8/+21
| | |
| | * - we need the core config.w32 only oncePierre Joye2011-01-031-4/+1
| | |
| | * - use the ext deps list for phpize's ADD_EXTENSION_DEP functionPierre Joye2011-01-021-1/+7
| | |
| | * - typo, and remove undesired committed partPierre Joye2011-01-022-6/+1
| | |
| | * - typoPierre Joye2011-01-022-1/+6
| | |
| | * - generate a list of ext and how they are built, should be updated by ↵Pierre Joye2011-01-023-0/+14
| | | | | | | | | | | | phpize'd make (un)install as well, later
| | * - fix ADD_EXTENSION_DEP detectionPierre Joye2011-01-011-4/+4
| | |
| | * - Year++Felipe Pena2011-01-0110-10/+10
| | |
| | * - we don't bundled fbclient, system version is usedPierre Joye2010-12-151-0/+3
| | |
| | * - typoPierre Joye2010-12-151-1/+1
| | |
| | * - devel must be done before distPierre Joye2010-12-141-1/+1
| | |
| | * - fix build with out of src obj dirPierre Joye2010-12-142-6/+10
| | |
| | * - we just reached the tiny cmd lenght limit, let reduce the size of dirsPierre Joye2010-12-142-3/+15
| | |
| | * - add nmake install-sdk (create the devel package) and related sub rulesPierre Joye2010-12-142-26/+35
| | |
| | * - MFH trailing slashes detectionPierre Joye2010-12-131-2/+2
| | |
| | * - add phpize support for windows, need a nmake install for now (nmake ↵Pierre Joye2010-12-1310-45/+845
| | | | | | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
| | * - Fix #29085, bad default include_path on WindowsPierre Joye2010-12-021-1/+1
| | |
| | * - Fixed #53409, sleep() return NULL on WindowsPierre Joye2010-11-262-0/+2
| | |
| | * - Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can returnGustavo André dos Santos Lopes2010-11-121-1/+1
| | | | | | | | | | | | | | | 1 million microsecs). (ped at 7gods dot org) - Moved line out of order in NEWS.
| | * - use php_sys_satPierre Joye2010-09-131-1/+1
| | |
| | * - wsPierre Joye2010-09-131-25/+24
| | |
| | * - MFHPierre Joye2010-09-131-2/+1
| | |