Age | Commit message (Expand) | Author | Files | Lines |
2011-12-12 | - copy run-test php | Pierre Joye | 1 | -0/+1 |
2011-08-03 | - update libcurl to 7.21.7 | Pierre Joye | 1 | -1/+1 |
2011-07-22 | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2 | -2/+1 |
2011-07-19 | - update libpng to 1.2.46 | Pierre Joye | 1 | -1/+1 |
2011-07-18 | - not a good idea after all and did not do what I thought it should do | Pierre Joye | 1 | -1/+0 |
2011-07-14 | - fix decl | Pierre Joye | 1 | -1/+1 |
2011-07-13 | - bind to the available crt version | Pierre Joye | 1 | -0/+1 |
2011-07-12 | - Bug #55169, improve fix, allow non interactive user, hash-like ops only usage | Pierre Joye | 1 | -3/+6 |
2011-07-10 | - fix bug #55169, mcrypt_create_iv always fails to gather sufficient random data | Pierre Joye | 1 | -1/+3 |
2011-07-10 | - update libpng to 1.2.45 | Pierre Joye | 1 | -0/+1 |
2011-06-16 | - fix nts build | Pierre Joye | 1 | -0/+6 |
2011-06-16 | - init win32 rng context once per process | Pierre Joye | 2 | -12/+56 |
2011-05-19 | - initial import, will add all libs later | Pierre Joye | 1 | -0/+1 |
2011-04-03 | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 1 | -1/+1 |
2011-03-28 | - re enable static analyzer, crash fixed with snapshot builds | Pierre Joye | 1 | -1/+1 |
2011-03-02 | - Enable windows build system to accept paths containing spaces. | Moriyoshi Koizumi | 2 | -4/+4 |
2011-02-10 | - missing | Pierre Joye | 1 | -0/+6 |
2011-02-10 | - missing | Pierre Joye | 1 | -0/+38 |
2011-02-07 | - disable realloc warning about not checking its return value, 100% valid but... | Pierre Joye | 1 | -0/+1 |
2011-01-19 | - xp sp3 does not have them | Pierre Joye | 1 | -1/+1 |
2011-01-10 | - do not enable analyzer for snapshot | Pierre Joye | 1 | -2/+3 |
2011-01-10 | - possible NULL deref | Pierre Joye | 1 | -0/+10 |
2011-01-10 | - local redeclaration | Pierre Joye | 1 | -4/+4 |
2011-01-09 | - add configure option to enable the builtin static analyzer (will be enabled... | Pierre Joye | 1 | -0/+5 |
2011-01-09 | - let try to fix pecl header install so we can do the same than unix, install... | Pierre Joye | 1 | -0/+21 |
2011-01-07 | - enable ASLR and NXCOMPAT by default | Pierre Joye | 1 | -0/+5 |
2011-01-07 | - define the php*.lib/dll names | Pierre Joye | 2 | -10/+4 |
2011-01-05 | - revert rev. 307044 | Pierre Joye | 1 | -11/+0 |
2011-01-03 | Fixed linking of extensions that would use a static .lib file (libname_a.lib ... | Kalle Sommer Nielsen | 1 | -0/+11 |
2011-01-03 | - missing file | Pierre Joye | 1 | -0/+358 |
2011-01-03 | - we need the core config.w32 only once | Pierre Joye | 1 | -3/+1 |
2011-01-03 | - silent copy | Pierre Joye | 1 | -1/+1 |
2011-01-02 | - use the ext deps list for phpize's ADD_EXTENSION_DEP function | Pierre Joye | 1 | -1/+7 |
2011-01-02 | - typo | Pierre Joye | 1 | -1/+1 |
2011-01-02 | - generate a list of ext and how they are built, should be updated by phpize'... | Pierre Joye | 2 | -0/+13 |
2011-01-01 | - missing file | Pierre Joye | 1 | -0/+262 |
2011-01-01 | - Year++ | Felipe Pena | 10 | -10/+10 |
2010-12-15 | - we don't bundled fbclient, system version is used | Pierre Joye | 1 | -0/+3 |
2010-12-14 | - sync with 5.3 | Pierre Joye | 2 | -3/+19 |
2010-12-14 | - add nmake install-sdk (create the devel package) and related sub rules | Pierre Joye | 2 | -26/+35 |
2010-12-13 | - no need to diplay that | Pierre Joye | 1 | -5/+0 |
2010-12-13 | - phpize support merge from 5.3 | Pierre Joye | 5 | -43/+146 |
2010-12-13 | * Don't print the shared headers table after enabling each extension (cleaner... | Kalle Sommer Nielsen | 1 | -3/+7 |
2010-12-11 | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 3 | -11/+34 |
2010-12-11 | - add install-lib(s), remove header for now, will be genarated | Pierre Joye | 1 | -6/+4 |
2010-12-10 | - install headers, missed that one | Pierre Joye | 1 | -1/+7 |
2010-12-10 | - add initial PHP_INSTALL_HEADERS, one step closer to phpize | Pierre Joye | 2 | -1/+26 |
2010-12-02 | - Fix #29085, bad default include_path on Windows | Pierre Joye | 1 | -1/+1 |
2010-11-26 | - Fixed #53409, sleep() return NULL on Windows | Pierre Joye | 1 | -0/+1 |
2010-11-25 | - cleanup broken double definition of php_win_err and rename it while being t... | Pierre Joye | 2 | -3/+4 |