| Commit message (Expand) | Author | Age | Files | Lines |
* | - update libcurl to 7.21.7 | Pierre Joye | 2011-08-03 | 1 | -1/+1 |
* | - update libpng to 1.2.46 | Pierre Joye | 2011-07-19 | 1 | -0/+1 |
* | - Bug #55169, improve fix, allow non interactive user, hash-like ops only usage | Pierre Joye | 2011-07-12 | 1 | -3/+6 |
* | - fix bug #55169, mcrypt_create_iv always fails to gather sufficient random data | Pierre Joye | 2011-07-10 | 1 | -1/+3 |
* | - fix nts build | Pierre Joye | 2011-06-16 | 1 | -0/+6 |
* | - init win32 rng context once per process | Pierre Joye | 2011-06-16 | 2 | -11/+54 |
* | - initial import, will add all libs later | Pierre Joye | 2011-05-19 | 1 | -0/+1 |
* | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 1 | -1/+1 |
* | - re enable static analyzer, crash fixed with snapshot builds | Pierre Joye | 2011-03-28 | 1 | -1/+1 |
* | - Merge from trunk. | Moriyoshi Koizumi | 2011-03-02 | 2 | -4/+4 |
* | - disable realloc warning about not checking its return value, 100% valid but... | Pierre Joye | 2011-02-07 | 1 | -0/+1 |
* | -disable the analyzer for the snapshot in 5.3 too | Pierre Joye | 2011-01-13 | 1 | -1/+1 |
* | - possible NULL deref | Pierre Joye | 2011-01-10 | 1 | -0/+10 |
* | - local redeclaration | Pierre Joye | 2011-01-10 | 1 | -4/+4 |
* | - new sec flags should not be on by default for 5.3, yet | Pierre Joye | 2011-01-09 | 1 | -1/+1 |
* | - add configure option to enable the builtin static analyzer (will be enabled... | Pierre Joye | 2011-01-09 | 1 | -0/+10 |
* | - debug code-- | Pierre Joye | 2011-01-09 | 1 | -2/+1 |
* | - let try to fix pecl header install so we can do the same than unix, install... | Pierre Joye | 2011-01-09 | 1 | -1/+23 |
* | - define the php*.lib/dll names | Pierre Joye | 2011-01-07 | 1 | -9/+3 |
* | - revert rev. 307044 | Pierre Joye | 2011-01-05 | 1 | -11/+0 |
* | Fixed linking of extensions that would use a static .lib file (libname_a.lib ... | Kalle Sommer Nielsen | 2011-01-03 | 1 | -0/+11 |
* | - prevent php(version)lib.(dll|lib) to be overriden | Pierre Joye | 2011-01-03 | 1 | -8/+21 |
* | - we need the core config.w32 only once | Pierre Joye | 2011-01-03 | 1 | -4/+1 |
* | - use the ext deps list for phpize's ADD_EXTENSION_DEP function | Pierre Joye | 2011-01-02 | 1 | -1/+7 |
* | - typo, and remove undesired committed part | Pierre Joye | 2011-01-02 | 2 | -6/+1 |
* | - typo | Pierre Joye | 2011-01-02 | 2 | -1/+6 |
* | - generate a list of ext and how they are built, should be updated by phpize'... | Pierre Joye | 2011-01-02 | 3 | -0/+14 |
* | - fix ADD_EXTENSION_DEP detection | Pierre Joye | 2011-01-01 | 1 | -4/+4 |
* | - Year++ | Felipe Pena | 2011-01-01 | 10 | -10/+10 |
* | - we don't bundled fbclient, system version is used | Pierre Joye | 2010-12-15 | 1 | -0/+3 |
* | - typo | Pierre Joye | 2010-12-15 | 1 | -1/+1 |
* | - devel must be done before dist | Pierre Joye | 2010-12-14 | 1 | -1/+1 |
* | - fix build with out of src obj dir | Pierre Joye | 2010-12-14 | 2 | -6/+10 |
* | - we just reached the tiny cmd lenght limit, let reduce the size of dirs | Pierre Joye | 2010-12-14 | 2 | -3/+15 |
* | - add nmake install-sdk (create the devel package) and related sub rules | Pierre Joye | 2010-12-14 | 2 | -26/+35 |
* | - MFH trailing slashes detection | Pierre Joye | 2010-12-13 | 1 | -2/+2 |
* | - add phpize support for windows, need a nmake install for now (nmake devel-p... | Pierre Joye | 2010-12-13 | 10 | -45/+845 |
* | - Fix #29085, bad default include_path on Windows | Pierre Joye | 2010-12-02 | 1 | -1/+1 |
* | - Fixed #53409, sleep() return NULL on Windows | Pierre Joye | 2010-11-26 | 2 | -0/+2 |
* | - Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return | Gustavo André dos Santos Lopes | 2010-11-12 | 1 | -1/+1 |
* | - use php_sys_sat | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | - ws | Pierre Joye | 2010-09-13 | 1 | -25/+24 |
* | - MFH | Pierre Joye | 2010-09-13 | 1 | -2/+1 |
* | - silent warning | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | - use php_sys_lstat | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | - remove dummy wrapper for readfile | Pierre Joye | 2010-09-11 | 5 | -42/+1 |
* | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 1 | -1/+1 |
* | - year++ | Pierre Joye | 2010-08-15 | 1 | -1/+1 |
* | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 2 | -6/+6 |
* | - #52523, fix logic (0 is perfectly valid as part of the data, bin data) | Pierre Joye | 2010-08-09 | 1 | -7/+3 |