summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* - update libcurl to 7.21.7Pierre Joye2011-08-031-1/+1
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-1/+0
* - update libpng to 1.2.46Pierre Joye2011-07-191-1/+1
* - not a good idea after all and did not do what I thought it should doPierre Joye2011-07-181-1/+0
* - fix declPierre Joye2011-07-141-1/+1
* - bind to the available crt versionPierre Joye2011-07-131-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
* - update libpng to 1.2.45Pierre Joye2011-07-101-0/+1
* - fix nts buildPierre Joye2011-06-161-0/+6
* - init win32 rng context once per process Pierre Joye2011-06-162-12/+56
* - 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
* - re enable static analyzer, crash fixed with snapshot buildsPierre Joye2011-03-281-1/+1
* - Enable windows build system to accept paths containing spaces.Moriyoshi Koizumi2011-03-022-4/+4
* - missingPierre Joye2011-02-101-0/+6
* - missingPierre Joye2011-02-101-0/+38
* - disable realloc warning about not checking its return value, 100% valid but...Pierre Joye2011-02-071-0/+1
* - xp sp3 does not have themPierre Joye2011-01-191-1/+1
* - do not enable analyzer for snapshotPierre Joye2011-01-101-2/+3
* - possible NULL derefPierre Joye2011-01-101-0/+10
* - local redeclarationPierre Joye2011-01-101-4/+4
* - add configure option to enable the builtin static analyzer (will be enabled...Pierre Joye2011-01-091-0/+5
* - let try to fix pecl header install so we can do the same than unix, install...Pierre Joye2011-01-091-0/+21
* - enable ASLR and NXCOMPAT by defaultPierre Joye2011-01-071-0/+5
* - define the php*.lib/dll namesPierre Joye2011-01-072-10/+4
* - 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
* - missing filePierre Joye2011-01-031-0/+358
* - we need the core config.w32 only oncePierre Joye2011-01-031-3/+1
* - silent copyPierre Joye2011-01-031-1/+1
* - use the ext deps list for phpize's ADD_EXTENSION_DEP functionPierre Joye2011-01-021-1/+7
* - typoPierre Joye2011-01-021-1/+1
* - generate a list of ext and how they are built, should be updated by phpize'...Pierre Joye2011-01-022-0/+13
* - missing filePierre Joye2011-01-011-0/+262
* - Year++Felipe Pena2011-01-0110-10/+10
* - we don't bundled fbclient, system version is usedPierre Joye2010-12-151-0/+3
* - sync with 5.3Pierre Joye2010-12-142-3/+19
* - add nmake install-sdk (create the devel package) and related sub rulesPierre Joye2010-12-142-26/+35
* - no need to diplay thatPierre Joye2010-12-131-5/+0
* - phpize support merge from 5.3Pierre Joye2010-12-135-43/+146
* * Don't print the shared headers table after enabling each extension (cleaner...Kalle Sommer Nielsen2010-12-131-3/+7
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-113-11/+34
* - add install-lib(s), remove header for now, will be genaratedPierre Joye2010-12-111-6/+4
* - install headers, missed that onePierre Joye2010-12-101-1/+7
* - add initial PHP_INSTALL_HEADERS, one step closer to phpizePierre Joye2010-12-102-1/+26
* - Fix #29085, bad default include_path on WindowsPierre Joye2010-12-021-1/+1
* - Fixed #53409, sleep() return NULL on WindowsPierre Joye2010-11-261-0/+1
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-252-3/+4
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-6/+0