Merge branch 'PHP-7.4'

* PHP-7.4:
  Remove some *.dsp/*.dsw leftovers
This commit is contained in:
Peter Kokot 2019-07-15 17:56:07 +02:00
commit f6c684a45f
2 changed files with 0 additions and 7 deletions

1
.gitignore vendored
View file

@ -214,7 +214,6 @@ php
/win32/*.positions /win32/*.positions
/win32/*.suo /win32/*.suo
/win32/ext /win32/ext
/win32/phpts.def
/win32/wsyslog.h /win32/wsyslog.h
# Standard object files generated by Visual Studio # Standard object files generated by Visual Studio

View file

@ -1,6 +0,0 @@
@echo off
rem Generate phpts.def file, which exports symbols from our dll that
rem are present in some of the libraries which are compiled statically
rem into PHP
type ..\ext\sqlite\php_sqlite.def
type ..\ext\libxml\php_libxml2.def