summaryrefslogtreecommitdiff
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Consider Xdebug for tmi ini generation, tooAnatol Belski2017-12-011-1/+1
|
* Update libs_version.txtAnatol Belski2017-11-021-2/+2
|
* Yet one /nologoAnatol Belski2017-11-021-1/+1
|
* Fix yearAnatol Belski2017-10-311-1/+1
|
* Add /nologoAnatol Belski2017-10-312-4/+4
|
* Fix re2c version detectionAnatol Belski2017-10-101-6/+6
|
* Update lib_versions.txtAnatol Belski2017-09-181-2/+2
|
* Fix commandAnatol Belski2017-09-021-1/+1
|
* Make for exclusion per regexAnatol Belski2017-08-311-0/+14
|
* Extend ignore list for DLLs to not to look afterAnatol Belski2017-08-311-2/+5
| | | | fix typo
* Fix `nmake install` fails when there are no shared extensionsDylan K. Taylor2017-08-311-3/+3
| | | | | | check for existence instead of muting everything check for exe existence before trying to copy
* Copy dependencies of the core DLL in `nmake snap` for statically-compiled ↵Dylan K. Taylor2017-08-311-1/+2
| | | | extensions when packaging builds
* update libs versionsAnatol Belski2017-08-251-1/+1
|
* Fix .pgd name for ts buildAnatol Belski2017-08-191-1/+7
|
* Fix phpize exit statusAnatol Belski2017-08-181-2/+7
| | | | | Configure and others are generated, not copied. Seems there's yet much more to do wrt exit status catching.
* Add dump env targetAnatol Belski2017-08-181-0/+5
|
* Remove mistakingly added lineAnatol Belski2017-08-081-1/+0
|
* Sync makefile options for phpizeAnatol Belski2017-08-081-1/+13
| | | | | - run target - debugger mode
* Unify EOLAnatol Belski2017-08-071-40/+40
|
* fix test target for phpizeAnatol Belski2017-08-071-1/+1
|
* minor loop optimizations, closes #2633Joe Watkins2017-07-251-1/+6
|
* fix missing var for phpizeAnatol Belski2017-07-171-0/+1
| | | | (cherry picked from commit 36c3d7140753bb692e36f5dcef7db7aa76224751)
* update libs versionsAnatol Belski2017-07-081-2/+2
|
* [ci skip] update libs versions fileAnatol Belski2017-05-081-7/+7
|
* Fixed bug #74510 win32/sendmail.c anchors CC header but not BCCAnatol Belski2017-05-021-1/+1
|
* Support also no,shared configure arg vals by defaultAnatol Belski2017-04-241-2/+9
| | | | | | This indirectly fixes bug #74398 where --with-extname is expected to be configured shared with our default dependency package. With a non default deps, it still can be enforced --with-extname=static
* fix re2c version comparisonAnatol Belski2017-04-111-0/+4
|
* Fix #74410 by calling WaitForMultipleObjects() instead ofMatt Ficken2017-04-111-7/+7
| | | | MsgWaitForMultipleObjects()
* Support run or test target invoked within debuggerAnatol Belski2017-02-241-4/+13
| | | | | | Useful, as it gets all the environment produced by the makefile. For the test target, it might make sense to have the child process debug plugin for VS installed.
* fix possible NULL dereferenceAnatol Belski2017-02-011-1/+1
|
* remove unused varAnatol Belski2017-02-011-1/+0
|
* use zend_string APIAnatol Belski2017-02-011-7/+7
|
* Fixed bug #74005 mail.add_x_header causes RFC-breaking lone line feedAnatol Belski2017-02-011-6/+6
|
* add a primitive debug facility to sendmailAnatol Belski2017-01-311-0/+16
|
* /guard is also a security flagAnatol Belski2017-01-071-2/+6
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0419-19/+19
|
* update libs_versions.txtAnatol Belski2016-11-221-2/+2
|
* don't fail miserably, when an unknown vc version is usedAnatol Belski2016-11-181-4/+22
|
* add vc15 to the listAnatol Belski2016-11-171-0/+2
|
* fix erroneous line in confutils.jsStricted2016-11-121-1/+1
|
* rename the tmp ini file, to keep it consistent with m4 variantAnatol Belski2016-11-041-1/+1
|
* add run targetAnatol Belski2016-11-011-0/+6
| | | | | With this it is possible to run some code with the currently compiled PHP and all the required environment included.
* prefer symbols read from the bin to those matching the naming schemeAnatol Belski2016-10-301-1/+4
|
* remove debug outAnatol Belski2016-10-301-5/+0
|
* fix link with deps pdb availabilityAnatol Belski2016-10-301-0/+60
| | | | | | | | | | | Unlike debugger, linker is currently not able to read the pdb files, even if they're put onto path. As result, a lot of LNK4099 warnings and in some cases also missing debug information in the end binaries. This is solved by copying the relevant pdb into the build dir, which then can be picked up on link time. This also leads to the inclusion of those pdb files into the debug package, so symbols won't be missed in crash dumps. As otherwise the debug info for dependencies is only contained in the dependency packages.
* use rather the makefile varAnatol Belski2016-10-301-1/+1
|
* rename the env setting target and reuse it for build-snapAnatol Belski2016-10-302-8/+7
|
* fix conditionAnatol Belski2016-10-291-1/+1
|
* fix test run with autogenerated iniAnatol Belski2016-10-291-1/+1
|
* generate test ini file, so shared exts are loaded for nmake testAnatol Belski2016-10-293-0/+79
|