summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused codesXinchen Hui2012-06-071-10/+8
|
* based on microsoft's description,the direct convert from FILETIME struct to ↵slayercat2012-06-071-2/+12
| | | | | | | | | __int64 is unsafe. via http://technet.microsoft.com/en-us/library/ms724284(v=vs.85).aspx "Do not cast a pointer to a FILETIME structure to either a ULARGE_INTEGER* or __int64* value because it can cause alignment faults on 64-bit Windows."
* - Fixed bug #55299 (multiple null pointer in win32/registry.c)Felipe Pena2012-05-161-2/+10
|
* Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt failsAnatoliy Belsky2012-05-111-1/+1
| | | | | | | This fixes a general issue. In this ticket and not for the first time is being seen, that people are trying to use data from "examples" in the tests. When extracting a test pack only "tests" and its siblings was taken into account. Now "examples" are copied as well.
* Rename README.SVN-RULES to README.GIT-RULES, here, tooJohannes Schlüter2012-04-141-2/+2
|
* - update to openssl 0.9.8uPierre Joye2012-04-021-1/+1
|
* - fix bug #61290, fix buildPierre Joye2012-03-051-1/+1
|
* - fix bug #54407, Incorrectly defined NTDDI_VERSION macroPierre Joye2012-03-041-1/+1
|
* - fix bug #54407, Incorrectly defined NTDDI_VERSION macroPierre Joye2012-03-041-2/+2
|
* - libssh2 1.3.0Pierre Joye2012-01-301-1/+1
|
* - update libsPierre Joye2012-01-271-0/+1
|
* - 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
|