Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | - update libs | Pierre Joye | 2012-01-27 | 1 | -0/+6 | |
| | | | ||||||
| | * | - update libs | Pierre Joye | 2012-01-27 | 1 | -0/+7 | |
| | | | ||||||
| | * | - fix #60895, possible invalid handler usage | Pierre Joye | 2012-01-27 | 1 | -2/+4 | |
| | | | ||||||
| | * | - openssl 0.9.8t, curl 7.24.0 | Pierre Joye | 2012-01-26 | 1 | -1/+2 | |
| | | | ||||||
| | * | - spl tests are also under examples (sigh) | Pierre Joye | 2012-01-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 10 | -10/+10 | |
| | | | ||||||
| | * | - copy run-test php | Pierre Joye | 2011-12-12 | 1 | -0/+1 | |
| | | | ||||||
| | * | - 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 | |
| | | | | | | | | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | |||||
| | * | - 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 ↵ | Pierre Joye | 2011-02-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | but way too many of them for now, reduce noises | |||||
| | * | -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 ↵ | Pierre Joye | 2011-01-09 | 1 | -0/+10 | |
| | | | | | | | | | | | | enabled for snaps' log) | |||||
| | * | - 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, ↵ | Pierre Joye | 2011-01-09 | 1 | -1/+23 | |
| | | | | | | | | | | | | install them in ext/<extname> instead of pecl<extname> | |||||
| | * | - 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 | |
| | | | | | | | | | | | | | | | | | | | | | 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 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 ↵ | Pierre Joye | 2011-01-02 | 3 | -0/+14 | |
| | | | | | | | | | | | | phpize'd make (un)install as well, later | |||||
| | * | - 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 ↵ | Pierre Joye | 2010-12-13 | 10 | -45/+845 | |
| | | | | | | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | |||||
| | * | - 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 | |
| | | | | | | | | | | | | | | | 1 million microsecs). (ped at 7gods dot org) - Moved line out of order in NEWS. | |||||
| | * | - 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 | |
| | | |