Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | * PHP-7.0: update libs versions upate libs versions | ||||
| * | update libs versions | Anatol Belski | 2016-05-03 | 1 | -1/+1 |
| | | |||||
* | | Remove HAVE_CRYPT checks | Nikita Popov | 2016-03-25 | 1 | -3/+0 |
| | | | | | | | | | | We always provide a crypt implementation. HAVE_CRYPT is only relevant as to whether the crypt() C function exists. | ||||
* | | Remove PHP_*_CRYPT constants | Nikita Popov | 2016-03-25 | 1 | -6/+0 |
| | | | | | | | | They are always 1. | ||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-15 | 1 | -5/+5 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: update libs versions update libs versions | ||||
| * | update libs versions | Anatol Belski | 2016-03-15 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: extend check for add_flag | ||||
| * | extend check for add_flag | Anatol Belski | 2016-03-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-03-01 | 2 | -3/+20 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fixed another segfault with file_cache_only now Fixed bugs #71317 and #71504 add test for bug #68957 update NEWS update NEWS Fixed #54648 PDO::MSSQL forces format of datetime fields remove unneeded free parts fix leaks and add one more NULL check add NULL check fix C89 compat fix arg type fix nmake clean in phpize mode | ||||
| * | fix nmake clean in phpize mode | Anatol Belski | 2016-02-29 | 2 | -3/+20 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-02-14 | 1 | -56/+88 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: cleanup duplicated var fix file lists with subdirs passed to EXTENSION() | ||||
| * | cleanup duplicated var | Anatol Belski | 2016-02-14 | 1 | -4/+1 |
| | | |||||
| * | fix file lists with subdirs passed to EXTENSION() | Anatol Belski | 2016-02-14 | 1 | -57/+92 |
| | | | | | | | | | | | | | | | | | | | | | | The underlying place responsible is the ADD_SOURCES() function. With this, the calls like EXTENSION("hello", "sub0/file0.c sub1/file1.c", ...) are working correctly. Same for ADD_SOURCES("some/dir", "sub0/file0.c sub1/file1.c", ...) | ||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-02-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: update libs version update libs version | ||||
| * | update libs version | Anatol Belski | 2016-02-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-02-01 | 3 | -3/+7 |
|\ \ | |/ | | | | | | | | | | | * PHP-7.0: fix extensions path for nmake install fix extensions path for nmake install use correct pointer in the math | ||||
| * | fix extensions path for nmake install | Anatol Belski | 2016-02-01 | 3 | -3/+7 |
| | | |||||
* | | integrate the /Gw compiler switch | Anatol Belski | 2016-01-18 | 1 | -0/+4 |
| | | |||||
* | | fix compiler version check | Anatol Belski | 2016-01-18 | 1 | -0/+2 |
| | | |||||
* | | integrate /Zc:inline switch | Anatol Belski | 2016-01-18 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-01-08 | 1 | -7/+7 |
|\ \ | |/ | | | | | | | | | * PHP-7.0: update libs_versions.txt update libs versions | ||||
| * | update libs_versions.txt | Anatol Belski | 2016-01-08 | 1 | -7/+7 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Julien Pauli | 2016-01-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-7.0: Happy new year (Update copyright to 2016) | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2016-01-04 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) Conflicts: ext/json/php_json_encoder.h sapi/continuity/capi.c | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 19 | -19/+19 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016) | ||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 7 | -7/+7 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 12 | -12/+12 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 12 | -12/+12 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2015-10-23 | 1 | -0/+9 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.0: rather use the supplied inttypes.h with vc14 fix test redirection when run not from source root | ||||
| * | | rather use the supplied inttypes.h with vc14 | Anatol Belski | 2015-10-23 | 1 | -0/+9 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2015-10-13 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.0: prepare NEWS for next update libs_versions.txt | ||||
| * | | update libs_versions.txt | Anatol Belski | 2015-10-13 | 1 | -1/+1 |
| | | | |||||
* | | | fix ftok() export | Anatol Belski | 2015-10-10 | 2 | -2/+4 |
| | | | |||||
* | | | rename header | Anatol Belski | 2015-10-10 | 2 | -1/+1 |
| | | | |||||
* | | | fix macro name | Anatol Belski | 2015-10-10 | 1 | -3/+3 |
| | | | |||||
* | | | enable ftok implementation | Anatol Belski | 2015-10-10 | 2 | -1/+3 |
| | | | |||||
* | | | initial ftok() implementation for win32 | Anatol Belski | 2015-10-10 | 2 | -0/+79 |
| | | | |||||
* | | | Merge branch 'PHP-7.0' | Ferenc Kovacs | 2015-10-07 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.0: pear 1.10 was released and the go-pear and install pear phars are now php7 compatible | ||||
| * | | pear 1.10 was released and the go-pear and install pear phars are now php7 ↵ | Ferenc Kovacs | 2015-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | compatible | ||||
* | | | Note the PHP version at the top of configure | Kalle Sommer Nielsen | 2015-09-17 | 1 | -0/+2 |
| | | | |||||
* | | | adjust versions in confutils | Anatol Belski | 2015-09-17 | 1 | -2/+2 |
|/ / | |||||
* | | Fix bug #70145 From field incorrectly parsed from headers | Anatol Belski | 2015-08-19 | 1 | -17/+38 |
| | | |||||
* | | added /guard:cf to release builds | Anatol Belski | 2015-08-19 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-18 | 1 | -11/+2 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fix #67604: The built windows documention refers to nonexistent dll | ||||
| * | Fix #67604: The built windows documention refers to nonexistent dll | Christoph M. Becker | 2015-08-18 | 1 | -11/+2 |
| | | | | | | | | | | Since quite a while the Windows builds ship with php5apache2_4.dll, but not with other server modules. We fix some out-dated info in install.txt. | ||||
| * | updated libs_versions.txt | Anatol Belski | 2015-07-24 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #61574 - No MSI | Christoph M. Becker | 2015-06-11 | 1 | -136/+8 |
| | | | | | | | | | | The information regarding the Windows installers (.msi) in install.txt are obsolete, so let's remove them. | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-05-31 | 1 | -2/+7 |
| |\ | | | | | | | | | | | | | * PHP-5.5: fix phpize mode for manifest embedding |