[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h

2009-06-02 Thread Kalle Sommer Nielsen
kalle   Wed Jun  3 01:18:42 2009 UTC

  Modified files:  
/php-src/ext/bcmath/libbcmath/src   bcmath.h 
  Log:
  config.h is in this directory, not in ext/bcmath root, fixes re-compilation 
for me
  
http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.13&r2=1.14&diff_format=u
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.13 
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.14
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.13  Fri Aug 15 16:37:22 2008
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h   Wed Jun  3 01:18:42 2009
@@ -53,7 +53,7 @@
 } bc_struct;
 
 #ifdef HAVE_CONFIG_H
-#include "../../config.h"
+#include "config.h"
 #endif
 
 #include "php.h"



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



[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h

2008-08-15 Thread Jani Taskinen
janiFri Aug 15 16:37:22 2008 UTC

  Modified files:  
/php-src/ext/bcmath/libbcmath/src   bcmath.h 
  Log:
  - Revert bad fix
  
http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.12 
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.13
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.12  Fri Aug 15 15:38:55 2008
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h   Fri Aug 15 16:37:22 2008
@@ -53,7 +53,7 @@
 } bc_struct;
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "../../config.h"
 #endif
 
 #include "php.h"



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



[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h

2008-08-15 Thread Pierre-Alain Joye
pajoye  Fri Aug 15 15:38:55 2008 UTC

  Modified files:  
/php-src/ext/bcmath/libbcmath/src   bcmath.h 
  Log:
  - no config.h in ext/
  
http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.11&r2=1.12&diff_format=u
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.11 
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.12
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.11  Tue Sep 11 11:24:39 2007
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h   Fri Aug 15 15:38:55 2008
@@ -53,7 +53,7 @@
 } bc_struct;
 
 #ifdef HAVE_CONFIG_H
-#include "../../config.h"
+#include "config.h"
 #endif
 
 #include "php.h"



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



[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h

2007-09-11 Thread Rob Richards
rrichards   Tue Sep 11 11:24:39 2007 UTC

  Modified files:  
/php-src/ext/bcmath/libbcmath/src   bcmath.h 
  Log:
  revert config header change
  
http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.10&r2=1.11&diff_format=u
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.10 
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.11
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.10  Sat Sep  8 09:56:52 2007
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h   Tue Sep 11 11:24:39 2007
@@ -53,7 +53,7 @@
 } bc_struct;
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "../../config.h"
 #endif
 
 #include "php.h"

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



[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h

2007-09-08 Thread Rob Richards
rrichards   Sat Sep  8 09:56:52 2007 UTC

  Modified files:  
/php-src/ext/bcmath/libbcmath/src   bcmath.h 
  Log:
  point to valid config header
  
http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.9&r2=1.10&diff_format=u
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9 
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.10
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9   Tue Dec  9 23:59:33 2003
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h   Sat Sep  8 09:56:52 2007
@@ -53,7 +53,7 @@
 } bc_struct;
 
 #ifdef HAVE_CONFIG_H
-#include "../../config.h"
+#include "config.h"
 #endif
 
 #include "php.h"

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



[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h

2003-12-01 Thread Jani Taskinen
sniper  Mon Dec  1 09:01:39 2003 EDT

  Modified files:  
/php-src/ext/bcmath/libbcmath/src   bcmath.h 
  Log:
  missing config.h include
  
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.7 
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.8
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.7   Sat Nov 29 08:33:34 2003
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h   Mon Dec  1 09:01:38 2003
@@ -52,6 +52,10 @@
   in the case of leading zeros generated. */
 } bc_struct;
 
+#ifdef HAVE_CONFIG_H
+#include "../../config.h"
+#endif
+
 #include "php.h"
 #include "../../php_bcmath.h"
 

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