summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.0'Anatol Belski2016-05-031-1/+1
|\ | | | | | | | | | | * PHP-7.0: update libs versions upate libs versions
| * update libs versionsAnatol Belski2016-05-031-1/+1
| |
* | Remove HAVE_CRYPT checksNikita Popov2016-03-251-3/+0
| | | | | | | | | | We always provide a crypt implementation. HAVE_CRYPT is only relevant as to whether the crypt() C function exists.
* | Remove PHP_*_CRYPT constantsNikita Popov2016-03-251-6/+0
| | | | | | | | They are always 1.
* | Merge branch 'PHP-7.0'Anatol Belski2016-03-151-5/+5
|\ \ | |/ | | | | | | | | * PHP-7.0: update libs versions update libs versions
| * update libs versionsAnatol Belski2016-03-151-5/+5
| |
* | Merge branch 'PHP-7.0'Anatol Belski2016-03-011-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: extend check for add_flag
| * extend check for add_flagAnatol Belski2016-03-011-1/+1
| |
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-012-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 modeAnatol Belski2016-02-292-3/+20
| |
* | Merge branch 'PHP-7.0'Anatol Belski2016-02-141-56/+88
|\ \ | |/ | | | | | | | | * PHP-7.0: cleanup duplicated var fix file lists with subdirs passed to EXTENSION()
| * cleanup duplicated varAnatol Belski2016-02-141-4/+1
| |
| * fix file lists with subdirs passed to EXTENSION()Anatol Belski2016-02-141-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 Belski2016-02-021-1/+1
|\ \ | |/ | | | | | | | | * PHP-7.0: update libs version update libs version
| * update libs versionAnatol Belski2016-02-021-1/+1
| |
* | Merge branch 'PHP-7.0'Anatol Belski2016-02-013-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 installAnatol Belski2016-02-013-3/+7
| |
* | integrate the /Gw compiler switchAnatol Belski2016-01-181-0/+4
| |
* | fix compiler version checkAnatol Belski2016-01-181-0/+2
| |
* | integrate /Zc:inline switchAnatol Belski2016-01-181-0/+3
| |
* | Merge branch 'PHP-7.0'Anatol Belski2016-01-081-7/+7
|\ \ | |/ | | | | | | | | * PHP-7.0: update libs_versions.txt update libs versions
| * update libs_versions.txtAnatol Belski2016-01-081-7/+7
| |
* | Merge branch 'PHP-7.0'Julien Pauli2016-01-041-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Happy new year (Update copyright to 2016)
| * Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-01-041-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 Kaplan2016-01-031-1/+1
| | |
* | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| | |
* | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-0119-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 Kaplan2016-01-017-7/+7
| | |
| * | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0112-12/+12
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0112-12/+12
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2015-10-231-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 vc14Anatol Belski2015-10-231-0/+9
| | |
* | | Merge branch 'PHP-7.0'Anatol Belski2015-10-131-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.0: prepare NEWS for next update libs_versions.txt
| * | update libs_versions.txtAnatol Belski2015-10-131-1/+1
| | |
* | | fix ftok() exportAnatol Belski2015-10-102-2/+4
| | |
* | | rename headerAnatol Belski2015-10-102-1/+1
| | |
* | | fix macro nameAnatol Belski2015-10-101-3/+3
| | |
* | | enable ftok implementationAnatol Belski2015-10-102-1/+3
| | |
* | | initial ftok() implementation for win32Anatol Belski2015-10-102-0/+79
| | |
* | | Merge branch 'PHP-7.0'Ferenc Kovacs2015-10-071-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 Kovacs2015-10-071-1/+1
| | | | | | | | | | | | compatible
* | | Note the PHP version at the top of configureKalle Sommer Nielsen2015-09-171-0/+2
| | |
* | | adjust versions in confutilsAnatol Belski2015-09-171-2/+2
|/ /
* | Fix bug #70145 From field incorrectly parsed from headersAnatol Belski2015-08-191-17/+38
| |
* | added /guard:cf to release buildsAnatol Belski2015-08-191-0/+10
| |
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-181-11/+2
|\ \ | |/ | | | | | | * PHP-5.6: Fix #67604: The built windows documention refers to nonexistent dll
| * Fix #67604: The built windows documention refers to nonexistent dllChristoph M. Becker2015-08-181-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.txtAnatol Belski2015-07-241-2/+2
| |
| * Fixed bug #61574 - No MSIChristoph M. Becker2015-06-111-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.6Anatol Belski2015-05-311-2/+7
| |\ | | | | | | | | | | | | * PHP-5.5: fix phpize mode for manifest embedding