Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4' | Johannes Schlüter | 2012-04-14 | 1 | -2/+2 |
|\ | | | | | | | | | * PHP-5.4: Rename README.SVN-RULES to README.GIT-RULES, here, too | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-04-14 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Rename README.SVN-RULES to README.GIT-RULES, here, too | ||||
| | * | Rename README.SVN-RULES to README.GIT-RULES, here, too | Johannes Schlüter | 2012-04-14 | 1 | -2/+2 |
| | | | |||||
| | * | - update to openssl 0.9.8u | Pierre Joye | 2012-04-02 | 1 | -1/+1 |
| | | | |||||
| | * | - fix bug #61290, fix build | Pierre Joye | 2012-03-05 | 1 | -1/+1 |
| | | | |||||
| | * | - fix bug #54407, Incorrectly defined NTDDI_VERSION macro | Pierre Joye | 2012-03-04 | 1 | -1/+1 |
| | | | |||||
| | * | - fix bug #54407, Incorrectly defined NTDDI_VERSION macro | Pierre Joye | 2012-03-04 | 1 | -2/+2 |
| | | | |||||
| | * | - libssh2 1.3.0 | Pierre Joye | 2012-01-30 | 1 | -1/+1 |
| | | | |||||
| | * | - update libs | Pierre Joye | 2012-01-27 | 1 | -0/+1 |
| | | | |||||
| | * | - 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 |
| | | |