Skip to content

Add comments about internal headers #15689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Zend/zend_strtod_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed; FIXME but unfortunately is */

#ifndef ZEND_STRTOD_INT_H
#define ZEND_STRTOD_INT_H

Expand Down
2 changes: 2 additions & 0 deletions ext/gmp/php_gmp_int.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* interface header; needs to be installed; FIXME rename? */

#ifndef incl_PHP_GMP_INT_H
#define incl_PHP_GMP_INT_H

Expand Down
2 changes: 2 additions & 0 deletions ext/pdo_dblib/php_pdo_dblib_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed */

#ifndef PHP_PDO_DBLIB_INT_H
#define PHP_PDO_DBLIB_INT_H

Expand Down
2 changes: 2 additions & 0 deletions ext/pdo_firebird/php_pdo_firebird_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed */

#ifndef PHP_PDO_FIREBIRD_INT_H
#define PHP_PDO_FIREBIRD_INT_H

Expand Down
2 changes: 2 additions & 0 deletions ext/pdo_mysql/php_pdo_mysql_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed */

#ifndef PHP_PDO_MYSQL_INT_H
#define PHP_PDO_MYSQL_INT_H

Expand Down
2 changes: 2 additions & 0 deletions ext/pdo_odbc/php_pdo_odbc_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed */

#ifdef PHP_WIN32
# define PDO_ODBC_TYPE "Win32"
#endif
Expand Down
2 changes: 2 additions & 0 deletions ext/pdo_pgsql/php_pdo_pgsql_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed */

#ifndef PHP_PDO_PGSQL_INT_H
#define PHP_PDO_PGSQL_INT_H

Expand Down
2 changes: 2 additions & 0 deletions ext/standard/php_dir_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed; FIXME but unfortunately is */

#ifndef PHP_DIR_INT_H
#define PHP_DIR_INT_H

Expand Down
2 changes: 2 additions & 0 deletions main/streams/php_streams_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
+----------------------------------------------------------------------+
*/

/* internal header; not supposed to be installed; FIXME but unfortunately is */

#if ZEND_DEBUG

#define emalloc_rel_orig(size) \
Expand Down
Loading