sniper          Sun Feb 16 22:07:32 2003 EDT

  Modified files:              
    /php4/ext/bcmath/libbcmath/src      bcmath.h config.h 
    /php4/ext/ovrimos   ovrimos.c 
    /php4/ext/standard  flock_compat.c 
    /php4/win32 glob.c time.h winutil.c 
  Log:
  - Let's be consistent with these..
  
  
Index: php4/ext/bcmath/libbcmath/src/bcmath.h
diff -u php4/ext/bcmath/libbcmath/src/bcmath.h:1.5 
php4/ext/bcmath/libbcmath/src/bcmath.h:1.6
--- php4/ext/bcmath/libbcmath/src/bcmath.h:1.5  Fri Nov 22 04:25:29 2002
+++ php4/ext/bcmath/libbcmath/src/bcmath.h      Sun Feb 16 22:07:32 2003
@@ -52,8 +52,8 @@
                           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.
Index: php4/ext/bcmath/libbcmath/src/config.h
diff -u php4/ext/bcmath/libbcmath/src/config.h:1.6 
php4/ext/bcmath/libbcmath/src/config.h:1.7
--- php4/ext/bcmath/libbcmath/src/config.h:1.6  Sun Feb 16 07:46:16 2003
+++ php4/ext/bcmath/libbcmath/src/config.h      Sun Feb 16 22:07:32 2003
@@ -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"
Index: php4/ext/ovrimos/ovrimos.c
diff -u php4/ext/ovrimos/ovrimos.c:1.21 php4/ext/ovrimos/ovrimos.c:1.22
--- php4/ext/ovrimos/ovrimos.c:1.21     Sat Jan 18 19:45:43 2003
+++ php4/ext/ovrimos/ovrimos.c  Sun Feb 16 22:07:32 2003
@@ -19,13 +19,14 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: ovrimos.c,v 1.21 2003/01/19 00:45:43 iliaa Exp $ */
+/* $Id: ovrimos.c,v 1.22 2003/02/17 03:07:32 sniper Exp $ */
 
-#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 
                      */
 
Index: php4/ext/standard/flock_compat.c
diff -u php4/ext/standard/flock_compat.c:1.23 php4/ext/standard/flock_compat.c:1.24
--- php4/ext/standard/flock_compat.c:1.23       Tue Dec 31 11:07:40 2002
+++ php4/ext/standard/flock_compat.c    Sun Feb 16 22:07:32 2003
@@ -16,9 +16,9 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: flock_compat.c,v 1.23 2002/12/31 16:07:40 sebastian Exp $ */
+/* $Id: flock_compat.c,v 1.24 2003/02/17 03:07:32 sniper Exp $ */
 
-#include <php.h>
+#include "php.h"
 #include <errno.h>
 #include "ext/standard/flock_compat.h"
 
Index: php4/win32/glob.c
diff -u php4/win32/glob.c:1.4 php4/win32/glob.c:1.5
--- php4/win32/glob.c:1.4       Mon Jan 27 11:29:47 2003
+++ php4/win32/glob.c   Sun Feb 16 22:07:32 2003
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: glob.c,v 1.4 2003/01/27 16:29:47 edink Exp $ */
+/* $Id: glob.c,v 1.5 2003/02/17 03:07:32 sniper Exp $ */
 
 /*
  * glob(3) -- a superset of the one defined in POSIX 1003.2.
@@ -72,7 +72,7 @@
 #endif
 #endif
 
-#include <php.h>
+#include "php.h"
 #include <sys/stat.h>
 
 #include <ctype.h>
Index: php4/win32/time.h
diff -u php4/win32/time.h:1.7 php4/win32/time.h:1.8
--- php4/win32/time.h:1.7       Sat Feb 15 22:48:49 2003
+++ php4/win32/time.h   Sun Feb 16 22:07:32 2003
@@ -15,7 +15,7 @@
 /* Include stuff ************************************************************ */
 #include <winsock2.h>
 #include <time.h>
-#include <php.h>
+#include "php.h"
 
 /* Struct stuff ************************************************************* */
 struct timezone {
Index: php4/win32/winutil.c
diff -u php4/win32/winutil.c:1.8 php4/win32/winutil.c:1.9
--- php4/win32/winutil.c:1.8    Tue Dec 31 10:59:15 2002
+++ php4/win32/winutil.c        Sun Feb 16 22:07:32 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-#include <php.h>
+#include "php.h"
 
 PHPAPI char *php_win_err(int error)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to