1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

- Let's be consistent with these..

This commit is contained in:
foobar
2003-02-17 03:07:33 +00:00
parent 774900c809
commit 4e3d4e4329
7 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ typedef struct bc_struct
in the case of leading zeros generated. */
} bc_struct;
#include <php.h>
#include <ext/bcmath/php_bcmath.h>
#include "php.h"
#include "ext/bcmath/php_bcmath.h"
/* The base used in storing the numbers in n_value above.
+1 -1
View File
@@ -6,7 +6,7 @@
#include "php_config.h"
#endif
#include <php.h>
#include "php.h"
#include <string.h>
#include "zend.h"
#include "zend_alloc.h"
+4 -3
View File
@@ -21,11 +21,12 @@
/* $Id$ */
#include <php.h>
#include <php_globals.h>
#include <zend_API.h>
#include "php.h"
#include "php_globals.h"
#include "zend_API.h"
#include "ext/standard/php_standard.h"
#include "ext/standard/info.h"
#include <sqlcli.h> /* ovrimos header
*/
+1 -1
View File
@@ -18,7 +18,7 @@
/* $Id$ */
#include <php.h>
#include "php.h"
#include <errno.h>
#include "ext/standard/flock_compat.h"
+1 -1
View File
@@ -72,7 +72,7 @@
#endif
#endif
#include <php.h>
#include "php.h"
#include <sys/stat.h>
#include <ctype.h>
+1 -1
View File
@@ -15,7 +15,7 @@
/* Include stuff ************************************************************ */
#include <winsock2.h>
#include <time.h>
#include <php.h>
#include "php.h"
/* Struct stuff ************************************************************* */
struct timezone {
+1 -1
View File
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
#include <php.h>
#include "php.h"
PHPAPI char *php_win_err(int error)
{