mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- Let's be consistent with these..
This commit is contained in:
parent
774900c809
commit
4e3d4e4329
7 changed files with 11 additions and 10 deletions
|
@ -52,8 +52,8 @@ typedef struct bc_struct
|
||||||
in the case of leading zeros generated. */
|
in the case of leading zeros generated. */
|
||||||
} bc_struct;
|
} bc_struct;
|
||||||
|
|
||||||
#include <php.h>
|
#include "php.h"
|
||||||
#include <ext/bcmath/php_bcmath.h>
|
#include "ext/bcmath/php_bcmath.h"
|
||||||
|
|
||||||
|
|
||||||
/* The base used in storing the numbers in n_value above.
|
/* The base used in storing the numbers in n_value above.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#include "php_config.h"
|
#include "php_config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <php.h>
|
#include "php.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "zend.h"
|
#include "zend.h"
|
||||||
#include "zend_alloc.h"
|
#include "zend_alloc.h"
|
||||||
|
|
|
@ -21,11 +21,12 @@
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#include <php.h>
|
#include "php.h"
|
||||||
#include <php_globals.h>
|
#include "php_globals.h"
|
||||||
#include <zend_API.h>
|
#include "zend_API.h"
|
||||||
#include "ext/standard/php_standard.h"
|
#include "ext/standard/php_standard.h"
|
||||||
#include "ext/standard/info.h"
|
#include "ext/standard/info.h"
|
||||||
|
|
||||||
#include <sqlcli.h> /* ovrimos header
|
#include <sqlcli.h> /* ovrimos header
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#include <php.h>
|
#include "php.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "ext/standard/flock_compat.h"
|
#include "ext/standard/flock_compat.h"
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <php.h>
|
#include "php.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
/* Include stuff ************************************************************ */
|
/* Include stuff ************************************************************ */
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <php.h>
|
#include "php.h"
|
||||||
|
|
||||||
/* Struct stuff ************************************************************* */
|
/* Struct stuff ************************************************************* */
|
||||||
struct timezone {
|
struct timezone {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <php.h>
|
#include "php.h"
|
||||||
|
|
||||||
PHPAPI char *php_win_err(int error)
|
PHPAPI char *php_win_err(int error)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue