summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-222-2/+1
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | | - 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
| | | | | | | | | | | | | | # 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
| |
* | - 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 ↵Pierre Joye2011-02-071-0/+1
| | | | | | | | but way too many of them for now, reduce noises
* | - 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 ↵Pierre Joye2011-01-091-0/+5
| | | | | | | | enabled for snaps' log)
* | - let try to fix pecl header install so we can do the same than unix, ↵Pierre Joye2011-01-091-0/+21
| | | | | | | | install them in ext/<extname> instead of pecl<extname>
* | - 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
| | | | | | | | | | | | | | rather than libname.lib) # This fixes `configure --with-mcrypt=shared' to properly find and # link against libmcrypt.lib rather than libmcrypt_a.lib
* | - 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 ↵Pierre Joye2011-01-022-0/+13
| | | | | | | | phpize'd make (un)install as well, later
* | - 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 ↵Kalle Sommer Nielsen2010-12-131-3/+7
| | | | | | | | | | | | (cleaner configure output) * Fix double slashes for directory targets in PHP_INSTALL_HEADERS()
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-113-11/+34
| | | | | | | | generate the install-headers cmd
* | - 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 ↵Pierre Joye2010-11-252-3/+4
| | | | | | | | there
* | Added multibyte suppport by default. Previosly php had to be compiled with ↵Dmitry Stogov2010-11-241-6/+0
| | | | | | | | --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini
* | - 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.