Skip to content

Commit 79e4ca1

Browse files
authored
Remove outdated Zend/zend_istdiostream.h file (#13765)
This removes the unused and obsolete Zend/zend_istdiostream.h header and symbols on Windows: - HAVE_STDIOSTR_H - HAVE_CLASS_ISTDIOSTREAM - istdiostream
1 parent e163038 commit 79e4ca1

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
9191
- Symbol DBA_CDB_MAKE removed in ext/dba.
9292
- Symbol HAVE_LIBM has been removed.
9393
- Symbol HAVE_INET_ATON has been removed.
94+
- The Zend/zend_istdiostream.h header has been removed.
9495

9596
b. Unix build system changes
9697
- The configure option --with-imap-ssl has been removed.

Zend/zend_config.w32.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838

3939
#include <float.h>
4040

41-
#define HAVE_STDIOSTR_H 1
42-
#define HAVE_CLASS_ISTDIOSTREAM
43-
#define istdiostream stdiostream
44-
4541
#if _MSC_VER < 1900
4642
#define snprintf _snprintf
4743
#endif

Zend/zend_istdiostream.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)