[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2005-04-08 Thread Jani Taskinen
sniper  Fri Apr  8 09:37:53 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  MFH: for the s*printf* stuff
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.161r2=1.396.2.162ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.161 php-src/configure.in:1.396.2.162
--- php-src/configure.in:1.396.2.161Wed Mar 30 17:10:25 2005
+++ php-src/configure.inFri Apr  8 09:37:53 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.161 2005/03/30 22:10:25 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.162 2005/04/08 13:37:53 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -425,6 +425,12 @@
 PHP_STRUCT_FLOCK
 PHP_SOCKLEN_T
 
+AC_CHECK_SIZEOF(intmax_t, 0)
+AC_CHECK_SIZEOF(size_t, 8)
+AC_CHECK_SIZEOF(ssize_t, 8)
+AC_CHECK_SIZEOF(ptrdiff_t, 8)
+AC_CHECK_SIZEOF(long long, 8)
+AC_CHECK_SIZEOF(long long int, 8)
 AC_CHECK_SIZEOF(long, 8)
 AC_CHECK_SIZEOF(int, 4)
 

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2005-03-30 Thread Ilia Alshanetsky
iliaa   Wed Mar 30 17:10:26 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.160r2=1.396.2.161ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.160 php-src/configure.in:1.396.2.161
--- php-src/configure.in:1.396.2.160Wed Mar 30 09:18:36 2005
+++ php-src/configure.inWed Mar 30 17:10:25 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.160 2005/03/30 14:18:36 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.161 2005/03/30 22:10:25 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=11
-EXTRA_VERSION=
+RELEASE_VERSION=12
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.80r2=1.66.2.81ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.80 
php-src/main/php_version.h:1.66.2.81
--- php-src/main/php_version.h:1.66.2.80Wed Mar 30 09:18:37 2005
+++ php-src/main/php_version.h  Wed Mar 30 17:10:25 2005
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.3.11
+#define PHP_RELEASE_VERSION 12
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.3.12-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2005-03-23 Thread Ilia Alshanetsky
iliaa   Wed Mar 23 15:42:33 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  4.3.11RC2
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.157r2=1.396.2.158ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.157 php-src/configure.in:1.396.2.158
--- php-src/configure.in:1.396.2.157Thu Mar 17 03:13:03 2005
+++ php-src/configure.inWed Mar 23 15:42:31 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.157 2005/03/17 08:13:03 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.158 2005/03/23 20:42:31 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=11
-EXTRA_VERSION=RC1-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.77r2=1.66.2.78ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.77 
php-src/main/php_version.h:1.66.2.78
--- php-src/main/php_version.h:1.66.2.77Sun Mar 13 16:54:56 2005
+++ php-src/main/php_version.h  Wed Mar 23 15:42:33 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION RC1-dev
-#define PHP_VERSION 4.3.11RC1-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 4.3.11RC2

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2005-03-23 Thread Ilia Alshanetsky
iliaa   Wed Mar 23 16:33:56 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.158r2=1.396.2.159ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.158 php-src/configure.in:1.396.2.159
--- php-src/configure.in:1.396.2.158Wed Mar 23 15:42:31 2005
+++ php-src/configure.inWed Mar 23 16:33:53 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.158 2005/03/23 20:42:31 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.159 2005/03/23 21:33:53 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=11
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.78r2=1.66.2.79ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.78 
php-src/main/php_version.h:1.66.2.79
--- php-src/main/php_version.h:1.66.2.78Wed Mar 23 15:42:33 2005
+++ php-src/main/php_version.h  Wed Mar 23 16:33:56 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.3.11RC2
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.3.11RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2005-03-17 Thread Jani Taskinen
sniper  Thu Mar 17 03:13:03 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  fix build
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.156r2=1.396.2.157ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.156 php-src/configure.in:1.396.2.157
--- php-src/configure.in:1.396.2.156Wed Mar 16 01:37:03 2005
+++ php-src/configure.inThu Mar 17 03:13:03 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.156 2005/03/16 06:37:03 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.157 2005/03/17 08:13:03 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -300,7 +300,6 @@
CPPFLAGS=$CPPFLAGS -I/usr/pkg/include
LDFLAGS=$LDFLAGS -L/usr/pkg/lib
 fi
-INCLUDES=$INCLUDES -I\$(top_builddir)/Zend
 test -d /usr/ucblib  PHP_ADD_LIBPATH(/usr/ucblib)
 
 
@@ -942,6 +941,9 @@
   PHP_THREAD_SAFETY=no
 fi
 
+INCLUDES=$INCLUDES -I\$(top_builddir)/TSRM
+INCLUDES=$INCLUDES -I\$(top_builddir)/Zend
+
 if test $abs_srcdir != $abs_builddir; then
   INCLUDES=$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend
   INCLUDES=$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/
@@ -1114,7 +1116,6 @@
 PHP_SUBST(CXXFLAGS_CLEAN)
 PHP_SUBST(CXX_PHP_COMPILE)
 PHP_SUBST_OLD(DEBUG_CFLAGS)
-PHP_SUBST(DEFS)
 PHP_SUBST_OLD(EXTENSION_DIR)
 PHP_SUBST_OLD(EXTRA_LDFLAGS)
 PHP_SUBST_OLD(EXTRA_LDFLAGS_PROGRAM)

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /scripts php-config.in

2005-03-15 Thread Jani Taskinen
sniper  Wed Mar 16 01:37:03 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/scriptsphp-config.in 
  Log:
  MFH: - Remove these relics from era when TSRM was optional.
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.155r2=1.396.2.156ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.155 php-src/configure.in:1.396.2.156
--- php-src/configure.in:1.396.2.155Mon Mar 14 16:11:45 2005
+++ php-src/configure.inWed Mar 16 01:37:03 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.155 2005/03/14 21:11:45 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.156 2005/03/16 06:37:03 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -935,10 +935,6 @@
 LIBZEND_DLSYM_CHECK
 LIBZEND_OTHER_CHECKS
 
-TSRM_LIB='TSRM/libtsrm.la'
-TSRM_DIR=TSRM
-CPPFLAGS=$CPPFLAGS -I\$(top_builddir)/TSRM
-
 if test $ZEND_EXPERIMENTAL_ZTS = yes; then
   AC_DEFINE(ZTS,1,[ ])
   PHP_THREAD_SAFETY=yes
@@ -1147,8 +1143,6 @@
 PHP_SUBST(RE2C)
 PHP_SUBST(SHELL)
 PHP_SUBST(SHARED_LIBTOOL)
-PHP_SUBST(TSRM_DIR)
-PHP_SUBST(TSRM_LIB)
 PHP_SUBST(WARNING_LEVEL)
 PHP_SUBST(PHP_FRAMEWORKS)
 PHP_SUBST(PHP_FRAMEWORKPATH)
http://cvs.php.net/diff.php/php-src/scripts/php-config.in?r1=1.1.2.1r2=1.1.2.2ty=u
Index: php-src/scripts/php-config.in
diff -u php-src/scripts/php-config.in:1.1.2.1 
php-src/scripts/php-config.in:1.1.2.2
--- php-src/scripts/php-config.in:1.1.2.1   Tue Jan 28 10:02:08 2003
+++ php-src/scripts/php-config.in   Wed Mar 16 01:37:03 2005
@@ -3,12 +3,9 @@
 prefix=@prefix@
 version=@PHP_VERSION@
 includedir=@includedir@/php
-includes=-I$includedir -I$includedir/main -I$includedir/Zend
+includes=-I$includedir -I$includedir/main -I$includedir/TSRM 
-I$includedir/Zend
 ldflags=@PHP_LDFLAGS@
 libs=@EXTRA_LIBS@
-if test '@TSRM_DIR@' != ''; then
-includes=$includes -I$includedir/TSRM
-fi
 extension_dir='@EXTENSION_DIR@'
 
 case $1 in

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2005-03-13 Thread Ilia Alshanetsky
iliaa   Sun Mar 13 16:54:56 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.153r2=1.396.2.154ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.153 php-src/configure.in:1.396.2.154
--- php-src/configure.in:1.396.2.153Sun Mar 13 15:18:43 2005
+++ php-src/configure.inSun Mar 13 16:54:54 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.153 2005/03/13 20:18:43 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.154 2005/03/13 21:54:54 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=11
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC1-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.76r2=1.66.2.77ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.76 
php-src/main/php_version.h:1.66.2.77
--- php-src/main/php_version.h:1.66.2.76Sun Mar 13 15:18:44 2005
+++ php-src/main/php_version.h  Sun Mar 13 16:54:56 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.3.11RC1
+#define PHP_EXTRA_VERSION RC1-dev
+#define PHP_VERSION 4.3.11RC1-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2005-01-19 Thread Jani Taskinen
sniper  Wed Jan 19 20:46:57 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  MFH: Removed obsolete AC_PROG_RANLIB
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.149r2=1.396.2.150ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.149 php-src/configure.in:1.396.2.150
--- php-src/configure.in:1.396.2.149Wed Jan 19 12:36:21 2005
+++ php-src/configure.inWed Jan 19 20:46:57 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.149 2005/01/19 17:36:21 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.150 2005/01/20 01:46:57 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -128,7 +128,6 @@
 PHP_RUNPATH_SWITCH
 
 PHP_PROG_RE2C
-AC_PROG_RANLIB
 AC_PROG_LN_S
 AC_PROG_AWK
 AC_PROG_YACC

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2005-01-09 Thread Jani Taskinen
sniper  Sun Jan  9 18:47:34 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  Forgot this from the outside-source-dir patch
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.146r2=1.396.2.147ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.146 php-src/configure.in:1.396.2.147
--- php-src/configure.in:1.396.2.146Fri Jan  7 01:21:42 2005
+++ php-src/configure.inSun Jan  9 18:47:33 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.146 2005/01/07 06:21:42 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.147 2005/01/09 23:47:33 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1269,12 +1269,12 @@
 #
 
 test -d TSRM || $php_shtool mkdir TSRM
-echo '#include ../main/php_config.h'  TSRM/tsrm_config.h
+echo '#include ../main/php_config.h'  TSRM/tsrm_config.h
 
 test -d Zend || $php_shtool mkdir Zend
 
 cat Zend/zend_config.h FEO
-#include ../main/php_config.h
+#include ../main/php_config.h
 #if defined(APACHE)  defined(PHP_API_VERSION)
 #undef HAVE_DLFCN_H
 #endif

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2005-01-09 Thread Jani Taskinen
sniper  Sun Jan  9 20:11:51 2005 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  - The pic/no-pic patch by Joe Orton.
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.147r2=1.396.2.148ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.147 php-src/configure.in:1.396.2.148
--- php-src/configure.in:1.396.2.147Sun Jan  9 18:47:33 2005
+++ php-src/configure.inSun Jan  9 20:11:50 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.147 2005/01/09 23:47:33 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.148 2005/01/10 01:11:50 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -202,6 +202,21 @@
 ;;
 esac
 
+# Disable PIC mode by default where it is known to be safe to do so,
+# to avoid the performance hit from the lost register
+AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
+case $host_alias in
+i?86-*-linux*|i?86-*-freebsd*)
+if test ${with_pic+set} != set; then
+  with_pic=no
+  AC_MSG_RESULT(yes)
+else
+  AC_MSG_RESULT(no)
+fi
+;;
+*) AC_MSG_RESULT(no) ;;
+esac
+
 
 dnl Include Zend and TSRM configurations.
 dnl -
@@ -819,7 +834,6 @@
 
 enable_shared=yes
 enable_static=yes
-unset with_pic
 
 case $php_build_target in
 program|static)
@@ -830,7 +844,9 @@
 ;;
 shared)
 enable_static=no
-standard_libtool_flag=-prefer-pic
+if test ${with_pic+set} != set; then
+  standard_libtool_flag='-prefer-pic'
+fi
 EXTRA_LDFLAGS=$EXTRA_LDFLAGS -avoid-version -module
 ;;
 esac

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2004-12-16 Thread Jani Taskinen
sniper  Thu Dec 16 06:50:48 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  MFH: - Fixed compile error with HP-UX using GCC.
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.141r2=1.396.2.142ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.141 php-src/configure.in:1.396.2.142
--- php-src/configure.in:1.396.2.141Wed Dec 15 10:05:09 2004
+++ php-src/configure.inThu Dec 16 06:50:46 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.141 2004/12/15 15:05:09 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.142 2004/12/16 11:50:46 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -196,6 +196,11 @@
 LIBS=$LIBS -lbe -lroot;;
 *mips*)
 CPPFLAGS=$CPPFLAGS -D_XPG_IV;;
+*hpux*)
+if test $GCC = yes; then
+  CPPFLAGS=$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED  
+fi  
+;;
 esac
 
 

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


[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-12-07 Thread Ilia Alshanetsky
iliaa   Tue Dec  7 20:11:43 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.137r2=1.396.2.138ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.137 php-src/configure.in:1.396.2.138
--- php-src/configure.in:1.396.2.137Tue Dec  7 20:09:53 2004
+++ php-src/configure.inTue Dec  7 20:11:43 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.137 2004/12/08 01:09:53 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.138 2004/12/08 01:11:43 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=10
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.72r2=1.66.2.73ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.72 
php-src/main/php_version.h:1.66.2.73
--- php-src/main/php_version.h:1.66.2.72Tue Dec  7 20:09:53 2004
+++ php-src/main/php_version.h  Tue Dec  7 20:11:43 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.3.10RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.3.10RC3-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-11-23 Thread Ilia Alshanetsky
iliaa   Tue Nov 23 09:03:27 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  tagging 4.3.10RC1
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.133r2=1.396.2.134ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.133 php-src/configure.in:1.396.2.134
--- php-src/configure.in:1.396.2.133Mon Nov 15 08:40:29 2004
+++ php-src/configure.inTue Nov 23 09:03:26 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.133 2004/11/15 13:40:29 derick Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.134 2004/11/23 14:03:26 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=10
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.69r2=1.66.2.70ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.69 
php-src/main/php_version.h:1.66.2.70
--- php-src/main/php_version.h:1.66.2.69Mon Sep 20 19:29:49 2004
+++ php-src/main/php_version.h  Tue Nov 23 09:03:27 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.3.10-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.3.10RC1

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-11-23 Thread Ilia Alshanetsky
iliaa   Tue Nov 23 09:56:29 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.134r2=1.396.2.135ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.134 php-src/configure.in:1.396.2.135
--- php-src/configure.in:1.396.2.134Tue Nov 23 09:03:26 2004
+++ php-src/configure.inTue Nov 23 09:56:29 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.134 2004/11/23 14:03:26 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.135 2004/11/23 14:56:29 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=10
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.70r2=1.66.2.71ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.70 
php-src/main/php_version.h:1.66.2.71
--- php-src/main/php_version.h:1.66.2.70Tue Nov 23 09:03:27 2004
+++ php-src/main/php_version.h  Tue Nov 23 09:56:29 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.3.10RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.3.10RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /ext/standard formatted_print.c php_string.h scanf.c string.c /tests/lang 034.phpt bug30638.phpt

2004-11-03 Thread Derick Rethans
derick  Wed Nov  3 18:36:04 2004 EDT

  Added files: (Branch: PHP_4_3)
/php-src/tests/lang bug30638.phpt 

  Modified files:  
/php-srcconfigure.in 
/php-src/ext/standard   formatted_print.c php_string.h scanf.c 
string.c 
/php-src/tests/lang 034.phpt 
  Log:
  - MFH: Fixed bug #30630: Added a BSD based strtod function that is
locale-independent. (PHP part)
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.131r2=1.396.2.132ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.131 php-src/configure.in:1.396.2.132
--- php-src/configure.in:1.396.2.131Fri Oct 22 06:46:07 2004
+++ php-src/configure.inWed Nov  3 18:35:57 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.131 2004/10/22 10:46:07 edink Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.132 2004/11/03 23:35:57 derick Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1213,7 +1213,7 @@
 zend_opcode.c zend_operators.c zend_ptr_stack.c zend_stack.c \
 zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \
 zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
-zend_ini.c zend_qsort.c zend_multibyte.c)
+zend_ini.c zend_qsort.c zend_multibyte.c zend_strtod.c)
 
 if test -r $abs_srcdir/Zend/zend_objects.c; then
   PHP_ADD_SOURCES(Zend, zend_objects.c zend_object_handlers.c zend_objects_API.c 
zend_mm.c)
http://cvs.php.net/diff.php/php-src/ext/standard/formatted_print.c?r1=1.59.2.12r2=1.59.2.13ty=u
Index: php-src/ext/standard/formatted_print.c
diff -u php-src/ext/standard/formatted_print.c:1.59.2.12 
php-src/ext/standard/formatted_print.c:1.59.2.13
--- php-src/ext/standard/formatted_print.c:1.59.2.12Thu Aug 26 09:41:59 2004
+++ php-src/ext/standard/formatted_print.c  Wed Nov  3 18:36:01 2004
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: formatted_print.c,v 1.59.2.12 2004/08/26 13:41:59 thies Exp $ */
+/* $Id: formatted_print.c,v 1.59.2.13 2004/11/03 23:36:01 derick Exp $ */
 
 #include math.h  /* modf() */
 #include php.h
@@ -303,7 +303,14 @@
char *cvt;
register int i = 0, j = 0;
int sign, decpt, cvt_len;
-   char decimal_point = EG(float_separator)[0];
+#ifdef HAVE_LOCALE_H
+   struct lconv lc;
+   char decimal_point;
+   localeconv_r(lc);
+   decimal_point = (lc.decimal_point)[0];
+#else
+   char decimal_point = '.';
+#endif
 
PRINTF_DEBUG((sprintf: appenddouble(%x, %x, %x, %f, %d, '%c', %d, %c)\n,
  *buffer, pos, size, number, width, padding, 
alignment, fmt));
http://cvs.php.net/diff.php/php-src/ext/standard/php_string.h?r1=1.65.2.3r2=1.65.2.4ty=u
Index: php-src/ext/standard/php_string.h
diff -u php-src/ext/standard/php_string.h:1.65.2.3 
php-src/ext/standard/php_string.h:1.65.2.4
--- php-src/ext/standard/php_string.h:1.65.2.3  Thu Dec  4 07:45:32 2003
+++ php-src/ext/standard/php_string.h   Wed Nov  3 18:36:01 2004
@@ -17,7 +17,7 @@
+--+
 */
 
-/* $Id: php_string.h,v 1.65.2.3 2003/12/04 12:45:32 sniper Exp $ */
+/* $Id: php_string.h,v 1.65.2.4 2004/11/03 23:36:01 derick Exp $ */
 
 /* Synced with php 3.0 revision 1.43 1999-06-16 [ssb] */
 
@@ -109,7 +109,7 @@
 PHPAPI int strnatcmp_ex(char const *a, size_t a_len, char const *b, size_t b_len, int 
fold_case);
 
 #ifdef HAVE_LOCALECONV
-struct lconv *localeconv_r(struct lconv *out);
+PHPAPI struct lconv *localeconv_r(struct lconv *out);
 #endif
 
 PHPAPI char *php_strtoupper(char *s, size_t len);
http://cvs.php.net/diff.php/php-src/ext/standard/scanf.c?r1=1.16.4.8r2=1.16.4.9ty=u
Index: php-src/ext/standard/scanf.c
diff -u php-src/ext/standard/scanf.c:1.16.4.8 php-src/ext/standard/scanf.c:1.16.4.9
--- php-src/ext/standard/scanf.c:1.16.4.8   Wed Feb 18 14:49:16 2004
+++ php-src/ext/standard/scanf.cWed Nov  3 18:36:02 2004
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: scanf.c,v 1.16.4.8 2004/02/18 19:49:16 iliaa Exp $ */
+/* $Id: scanf.c,v 1.16.4.9 2004/11/03 23:36:02 derick Exp $ */
 
 /*
scanf.c --
@@ -78,6 +78,7 @@
 #endif
 #include zend_execute.h
 #include zend_operators.h
+#include zend_strtod.h
 #include php_globals.h
 #include basic_functions.h
 #include scanf.h
@@ -1194,7 +1195,7 @@
if (!(flags  SCAN_SUPPRESS)) {
double dvalue;
*end = '\0';
-   dvalue = strtod(buf, NULL);
+   dvalue = zend_strtod(buf, NULL);
 if (numVars) {
 current = args[objIndex++];
 convert_to_double( *current );
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.333.2.45r2=1.333.2.46ty=u
Index: 

[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2004-10-21 Thread Edin Kadribasic
edink   Thu Oct 21 19:47:59 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  Enable LFS (large file support) for Linux. Support for other operating
  systems can be added later. FreeBSD does not seem to require any
  special compile flags to enable LFS.
  Fixes #27792.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.129r2=1.396.2.130ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.129 php-src/configure.in:1.396.2.130
--- php-src/configure.in:1.396.2.129Sat Sep 25 21:17:42 2004
+++ php-src/configure.inThu Oct 21 19:47:59 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.129 2004/09/26 01:17:42 wez Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.130 2004/10/21 23:47:59 edink Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -196,6 +196,13 @@
 LIBS=$LIBS -lbe -lroot;;
 *mips*)
 CPPFLAGS=$CPPFLAGS -D_XPG_IV;;
+*linux*)
+AC_MSG_CHECKING([for Linux LFS_CFLAGS])
+LFS_LINUX_CFLAGS=`getconf LFS_CFLAGS`
+if test x$LFS_LINUX_CFLAGS != x; then
+CFLAGS=$CFLAGS $LFS_LINUX_CFLAGS
+fi
+AC_MSG_RESULT([$LFS_LINUX_CFLAGS])
 esac
 
 

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2004-09-21 Thread Ilia Alshanetsky
iliaa   Tue Sep 21 19:38:55 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  Fixed minor version #.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.127r2=1.396.2.128ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.127 php-src/configure.in:1.396.2.128
--- php-src/configure.in:1.396.2.127Mon Sep 20 19:29:48 2004
+++ php-src/configure.inTue Sep 21 19:38:55 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.127 2004/09/20 23:29:48 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.128 2004/09/21 23:38:55 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,7 +40,7 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=9
+RELEASE_VERSION=10
 EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-09-20 Thread Ilia Alshanetsky
iliaa   Mon Sep 20 18:28:35 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  4.3.9
  
  
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.67r2=1.66.2.68ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.67 php-src/main/php_version.h:1.66.2.68
--- php-src/main/php_version.h:1.66.2.67Tue Sep 14 00:33:09 2004
+++ php-src/main/php_version.h  Mon Sep 20 18:28:35 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION RC4-dev
-#define PHP_VERSION 4.3.9RC4-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.3.9
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.125r2=1.396.2.126ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.125 php-src/configure.in:1.396.2.126
--- php-src/configure.in:1.396.2.125Tue Sep 14 00:33:09 2004
+++ php-src/configure.inMon Sep 20 18:28:35 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.125 2004/09/14 04:33:09 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.126 2004/09/20 22:28:35 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-EXTRA_VERSION=RC4-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-09-20 Thread Ilia Alshanetsky
iliaa   Mon Sep 20 19:29:49 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.126r2=1.396.2.127ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.126 php-src/configure.in:1.396.2.127
--- php-src/configure.in:1.396.2.126Mon Sep 20 18:28:35 2004
+++ php-src/configure.inMon Sep 20 19:29:48 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.126 2004/09/20 22:28:35 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.127 2004/09/20 23:29:48 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-EXTRA_VERSION=
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.68r2=1.66.2.69ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.68 php-src/main/php_version.h:1.66.2.69
--- php-src/main/php_version.h:1.66.2.68Mon Sep 20 18:28:35 2004
+++ php-src/main/php_version.h  Mon Sep 20 19:29:49 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.3.9
+#define PHP_RELEASE_VERSION 10
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.3.10-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-08-31 Thread Ilia Alshanetsky
iliaa   Tue Aug 31 10:27:09 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.122r2=1.396.2.123ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.122 php-src/configure.in:1.396.2.123
--- php-src/configure.in:1.396.2.122Tue Aug 31 10:05:29 2004
+++ php-src/configure.inTue Aug 31 10:27:09 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.122 2004/08/31 14:05:29 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.123 2004/08/31 14:27:09 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.64r2=1.66.2.65ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.64 php-src/main/php_version.h:1.66.2.65
--- php-src/main/php_version.h:1.66.2.64Tue Aug 31 10:05:30 2004
+++ php-src/main/php_version.h  Tue Aug 31 10:27:09 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.3.9RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.3.9RC3-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-08-11 Thread Ilia Alshanetsky
iliaa   Wed Aug 11 18:42:47 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  4.3.9RC1 is a go.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.119r2=1.396.2.120ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.119 php-src/configure.in:1.396.2.120
--- php-src/configure.in:1.396.2.119Tue Jul 13 08:58:49 2004
+++ php-src/configure.inWed Aug 11 18:42:47 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.119 2004/07/13 12:58:49 derick Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.120 2004/08/11 22:42:47 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.61r2=1.66.2.62ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.61 php-src/main/php_version.h:1.66.2.62
--- php-src/main/php_version.h:1.66.2.61Tue Jul 13 08:58:49 2004
+++ php-src/main/php_version.h  Wed Aug 11 18:42:47 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.3.9-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.3.9RC1

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-08-11 Thread Ilia Alshanetsky
iliaa   Wed Aug 11 19:19:44 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.120r2=1.396.2.121ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.120 php-src/configure.in:1.396.2.121
--- php-src/configure.in:1.396.2.120Wed Aug 11 18:42:47 2004
+++ php-src/configure.inWed Aug 11 19:19:44 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.120 2004/08/11 22:42:47 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.121 2004/08/11 23:19:44 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.62r2=1.66.2.63ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.62 php-src/main/php_version.h:1.66.2.63
--- php-src/main/php_version.h:1.66.2.62Wed Aug 11 18:42:47 2004
+++ php-src/main/php_version.h  Wed Aug 11 19:19:44 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.3.9RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.3.9RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-07-13 Thread Derick Rethans
derick  Tue Jul 13 08:58:49 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  - Bump version numbers in the PHP_4_3 branch.
  
  
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.60r2=1.66.2.61ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.60 php-src/main/php_version.h:1.66.2.61
--- php-src/main/php_version.h:1.66.2.60Thu Jun  3 08:42:06 2004
+++ php-src/main/php_version.h  Tue Jul 13 08:58:49 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 8
+#define PHP_RELEASE_VERSION 9
 #define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.3.8-dev
+#define PHP_VERSION 4.3.9-dev
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.118r2=1.396.2.119ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.118 php-src/configure.in:1.396.2.119
--- php-src/configure.in:1.396.2.118Thu Jun 10 10:48:46 2004
+++ php-src/configure.inTue Jul 13 08:58:49 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.118 2004/06/10 14:48:46 derick Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.119 2004/07/13 12:58:49 derick Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,7 +40,7 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=8
+RELEASE_VERSION=9
 EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2004-06-10 Thread Derick Rethans
derick  Thu Jun 10 10:48:47 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  - Fixed bug #28730 (Wrong website in configure output)
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.117r2=1.396.2.118ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.117 php-src/configure.in:1.396.2.118
--- php-src/configure.in:1.396.2.117Thu Jun  3 08:42:05 2004
+++ php-src/configure.inThu Jun 10 10:48:46 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.117 2004/06/03 12:42:05 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.118 2004/06/10 14:48:46 derick Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1407,7 +1407,7 @@
 | If your application relies on register_globals being ON, you   |
 | should explicitly set it to on in your php.ini file.   |
 | Note that you are strongly encouraged to read  |
-| http://www.php.net/manual/en/security.registerglobals.php  |
+| http://www.php.net/manual/en/security.globals.php  |
 | about the implications of having register_globals set to on, and   |
 | avoid using it if possible.|
 ++

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-05-25 Thread Ilia Alshanetsky
iliaa   Tue May 25 09:52:04 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.114r2=1.396.2.115ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.114 php-src/configure.in:1.396.2.115
--- php-src/configure.in:1.396.2.114Tue May 25 09:02:52 2004
+++ php-src/configure.inTue May 25 09:52:03 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.114 2004/05/25 13:02:52 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.115 2004/05/25 13:52:03 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=7
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.57r2=1.66.2.58ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.57 php-src/main/php_version.h:1.66.2.58
--- php-src/main/php_version.h:1.66.2.57Tue May 25 09:02:52 2004
+++ php-src/main/php_version.h  Tue May 25 09:52:04 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.3.7RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.3.7RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-04-14 Thread Ilia Alshanetsky
iliaa   Wed Apr 14 11:00:36 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Prepare for 4.3.6
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.111r2=1.396.2.112ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.111 php-src/configure.in:1.396.2.112
--- php-src/configure.in:1.396.2.111Thu Apr  8 19:56:45 2004
+++ php-src/configure.inWed Apr 14 11:00:35 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.111 2004/04/08 23:56:45 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.112 2004/04/14 15:00:35 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-EXTRA_VERSION=RC4-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.54r2=1.66.2.55ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.54 php-src/main/php_version.h:1.66.2.55
--- php-src/main/php_version.h:1.66.2.54Thu Apr  8 15:15:12 2004
+++ php-src/main/php_version.h  Wed Apr 14 11:00:36 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION RC4-dev
-#define PHP_VERSION 4.3.6RC4-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.3.6

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-04-14 Thread Ilia Alshanetsky
iliaa   Wed Apr 14 12:39:03 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.112r2=1.396.2.113ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.112 php-src/configure.in:1.396.2.113
--- php-src/configure.in:1.396.2.112Wed Apr 14 11:00:35 2004
+++ php-src/configure.inWed Apr 14 12:39:02 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.112 2004/04/14 15:00:35 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.113 2004/04/14 16:39:02 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=6
-EXTRA_VERSION=
+RELEASE_VERSION=7
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.55r2=1.66.2.56ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.55 php-src/main/php_version.h:1.66.2.56
--- php-src/main/php_version.h:1.66.2.55Wed Apr 14 11:00:36 2004
+++ php-src/main/php_version.h  Wed Apr 14 12:39:03 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.3.6
+#define PHP_RELEASE_VERSION 7
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.3.7-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-04-08 Thread Ilia Alshanetsky
iliaa   Thu Apr  8 15:15:13 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.53r2=1.66.2.54ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.53 php-src/main/php_version.h:1.66.2.54
--- php-src/main/php_version.h:1.66.2.53Thu Apr  8 15:13:58 2004
+++ php-src/main/php_version.h  Thu Apr  8 15:15:12 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION RC3
-#define PHP_VERSION 4.3.6RC3
+#define PHP_EXTRA_VERSION RC4-dev
+#define PHP_VERSION 4.3.6RC4-dev
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.109r2=1.396.2.110ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.109 php-src/configure.in:1.396.2.110
--- php-src/configure.in:1.396.2.109Thu Apr  8 15:13:58 2004
+++ php-src/configure.inThu Apr  8 15:15:13 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.109 2004/04/08 19:13:58 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.110 2004/04/08 19:15:13 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-EXTRA_VERSION=RC3
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-04-05 Thread Ilia Alshanetsky
iliaa   Mon Apr  5 11:43:52 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.106r2=1.396.2.107ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.106 php-src/configure.in:1.396.2.107
--- php-src/configure.in:1.396.2.106Mon Apr  5 11:34:37 2004
+++ php-src/configure.inMon Apr  5 11:43:52 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.106 2004/04/05 15:34:37 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.107 2004/04/05 15:43:52 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.51r2=1.66.2.52ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.51 php-src/main/php_version.h:1.66.2.52
--- php-src/main/php_version.h:1.66.2.51Mon Apr  5 11:34:37 2004
+++ php-src/main/php_version.h  Mon Apr  5 11:43:52 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.3.6RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.3.6RC3-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-04-01 Thread Ilia Alshanetsky
iliaa   Thu Apr  1 16:48:32 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.104r2=1.396.2.105ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.104 php-src/configure.in:1.396.2.105
--- php-src/configure.in:1.396.2.104Thu Apr  1 15:51:34 2004
+++ php-src/configure.inThu Apr  1 16:48:32 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.104 2004/04/01 20:51:34 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.105 2004/04/01 21:48:32 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.49r2=1.66.2.50ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.49 php-src/main/php_version.h:1.66.2.50
--- php-src/main/php_version.h:1.66.2.49Thu Apr  1 15:51:34 2004
+++ php-src/main/php_version.h  Thu Apr  1 16:48:32 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.3.6RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.3.6RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-03-25 Thread Ilia Alshanetsky
iliaa   Thu Mar 25 08:57:01 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Go with 4.3.5
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.100r2=1.396.2.101ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.100 php-src/configure.in:1.396.2.101
--- php-src/configure.in:1.396.2.100Thu Mar 18 13:02:41 2004
+++ php-src/configure.inThu Mar 25 08:57:00 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.100 2004/03/18 18:02:41 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.101 2004/03/25 13:57:00 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC5-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.46r2=1.66.2.47ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.46 php-src/main/php_version.h:1.66.2.47
--- php-src/main/php_version.h:1.66.2.46Thu Mar 18 13:02:42 2004
+++ php-src/main/php_version.h  Thu Mar 25 08:57:01 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC5-dev
-#define PHP_VERSION 4.3.5RC5-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.3.5

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-03-25 Thread Ilia Alshanetsky
iliaa   Thu Mar 25 09:14:21 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.101r2=1.396.2.102ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.101 php-src/configure.in:1.396.2.102
--- php-src/configure.in:1.396.2.101Thu Mar 25 08:57:00 2004
+++ php-src/configure.inThu Mar 25 09:14:21 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.101 2004/03/25 13:57:00 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.102 2004/03/25 14:14:21 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=5
-EXTRA_VERSION=
+RELEASE_VERSION=6
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.47r2=1.66.2.48ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.47 php-src/main/php_version.h:1.66.2.48
--- php-src/main/php_version.h:1.66.2.47Thu Mar 25 08:57:01 2004
+++ php-src/main/php_version.h  Thu Mar 25 09:14:21 2004
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.3.5
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.3.6-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-03-18 Thread Ilia Alshanetsky
iliaa   Thu Mar 18 12:17:26 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Go for PHP 4.3.5RC4
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.98r2=1.396.2.99ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.98 php-src/configure.in:1.396.2.99
--- php-src/configure.in:1.396.2.98 Thu Mar 11 19:16:38 2004
+++ php-src/configure.inThu Mar 18 12:17:24 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.98 2004/03/12 00:16:38 pollita Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.99 2004/03/18 17:17:24 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC4-dev
+EXTRA_VERSION=RC4
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.44r2=1.66.2.45ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.44 php-src/main/php_version.h:1.66.2.45
--- php-src/main/php_version.h:1.66.2.44Mon Feb 16 11:03:35 2004
+++ php-src/main/php_version.h  Thu Mar 18 12:17:25 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC4-dev
-#define PHP_VERSION 4.3.5RC4-dev
+#define PHP_EXTRA_VERSION RC4
+#define PHP_VERSION 4.3.5RC4

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-03-18 Thread Ilia Alshanetsky
iliaa   Thu Mar 18 13:02:43 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.99r2=1.396.2.100ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.99 php-src/configure.in:1.396.2.100
--- php-src/configure.in:1.396.2.99 Thu Mar 18 12:17:24 2004
+++ php-src/configure.inThu Mar 18 13:02:41 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.99 2004/03/18 17:17:24 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.100 2004/03/18 18:02:41 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC4
+EXTRA_VERSION=RC5-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.45r2=1.66.2.46ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.45 php-src/main/php_version.h:1.66.2.46
--- php-src/main/php_version.h:1.66.2.45Thu Mar 18 12:17:25 2004
+++ php-src/main/php_version.h  Thu Mar 18 13:02:42 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC4
-#define PHP_VERSION 4.3.5RC4
+#define PHP_EXTRA_VERSION RC5-dev
+#define PHP_VERSION 4.3.5RC5-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-02-16 Thread Ilia Alshanetsky
iliaa   Mon Feb 16 10:34:17 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Go with RC3
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.95r2=1.396.2.96ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.95 php-src/configure.in:1.396.2.96
--- php-src/configure.in:1.396.2.95 Wed Feb 11 11:49:24 2004
+++ php-src/configure.inMon Feb 16 10:34:16 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.95 2004/02/11 16:49:24 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.96 2004/02/16 15:34:16 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC3-dev
+EXTRA_VERSION=RC3
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.42r2=1.66.2.43ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.42 php-src/main/php_version.h:1.66.2.43
--- php-src/main/php_version.h:1.66.2.42Wed Feb 11 11:49:23 2004
+++ php-src/main/php_version.h  Mon Feb 16 10:34:16 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC3-dev
-#define PHP_VERSION 4.3.5RC3-dev
+#define PHP_EXTRA_VERSION RC3
+#define PHP_VERSION 4.3.5RC3

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-02-16 Thread Ilia Alshanetsky
iliaa   Mon Feb 16 11:03:35 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.96r2=1.396.2.97ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.96 php-src/configure.in:1.396.2.97
--- php-src/configure.in:1.396.2.96 Mon Feb 16 10:34:16 2004
+++ php-src/configure.inMon Feb 16 11:03:34 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.96 2004/02/16 15:34:16 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.97 2004/02/16 16:03:34 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC3
+EXTRA_VERSION=RC4-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.43r2=1.66.2.44ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.43 php-src/main/php_version.h:1.66.2.44
--- php-src/main/php_version.h:1.66.2.43Mon Feb 16 10:34:16 2004
+++ php-src/main/php_version.h  Mon Feb 16 11:03:35 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC3
-#define PHP_VERSION 4.3.5RC3
+#define PHP_EXTRA_VERSION RC4-dev
+#define PHP_VERSION 4.3.5RC4-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-02-11 Thread Ilia Alshanetsky
iliaa   Wed Feb 11 11:49:25 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  Back to dev tree (forgot to restore versions).
  
  
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.41r2=1.66.2.42ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.41 php-src/main/php_version.h:1.66.2.42
--- php-src/main/php_version.h:1.66.2.41Tue Feb  3 09:47:29 2004
+++ php-src/main/php_version.h  Wed Feb 11 11:49:23 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.3.5RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.3.5RC3-dev
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.94r2=1.396.2.95ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.94 php-src/configure.in:1.396.2.95
--- php-src/configure.in:1.396.2.94 Tue Feb  3 09:47:29 2004
+++ php-src/configure.inWed Feb 11 11:49:24 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.94 2004/02/03 14:47:29 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.95 2004/02/11 16:49:24 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-02-03 Thread Ilia Alshanetsky
iliaa   Tue Feb  3 09:47:30 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Go with RC2
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.93r2=1.396.2.94ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.93 php-src/configure.in:1.396.2.94
--- php-src/configure.in:1.396.2.93 Mon Jan 12 10:10:16 2004
+++ php-src/configure.inTue Feb  3 09:47:29 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.93 2004/01/12 15:10:16 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.94 2004/02/03 14:47:29 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.40r2=1.66.2.41ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.40 php-src/main/php_version.h:1.66.2.41
--- php-src/main/php_version.h:1.66.2.40Mon Jan 12 10:10:17 2004
+++ php-src/main/php_version.h  Tue Feb  3 09:47:29 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.3.5RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 4.3.5RC2

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-01-12 Thread Ilia Alshanetsky
iliaa   Mon Jan 12 09:30:24 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Go with 4.3.5RC1
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.91 php-src/configure.in:1.396.2.92
--- php-src/configure.in:1.396.2.91 Thu Dec  4 10:59:04 2003
+++ php-src/configure.inMon Jan 12 09:30:22 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.91 2003/12/04 15:59:04 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.92 2004/01/12 14:30:22 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.38 php-src/main/php_version.h:1.66.2.39
--- php-src/main/php_version.h:1.66.2.38Sun Nov  2 18:12:01 2003
+++ php-src/main/php_version.h  Mon Jan 12 09:30:23 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.3.5-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.3.5RC1

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2004-01-12 Thread Ilia Alshanetsky
iliaa   Mon Jan 12 10:10:18 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.92 php-src/configure.in:1.396.2.93
--- php-src/configure.in:1.396.2.92 Mon Jan 12 09:30:22 2004
+++ php-src/configure.inMon Jan 12 10:10:16 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.92 2004/01/12 14:30:22 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.93 2004/01/12 15:10:16 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION=RC1
+EXTRA_VERSION=RC2-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.39 php-src/main/php_version.h:1.66.2.40
--- php-src/main/php_version.h:1.66.2.39Mon Jan 12 09:30:23 2004
+++ php-src/main/php_version.h  Mon Jan 12 10:10:17 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION RC1
-#define PHP_VERSION 4.3.5RC1
+#define PHP_EXTRA_VERSION RC2-dev
+#define PHP_VERSION 4.3.5RC2-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2003-12-04 Thread Jani Taskinen
sniper  Thu Dec  4 08:42:25 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  MFH: Fix for make install with empty INSTALL_IT
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.89 php-src/configure.in:1.396.2.90
--- php-src/configure.in:1.396.2.89 Mon Dec  1 11:12:36 2003
+++ php-src/configure.inThu Dec  4 08:42:25 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.89 2003/12/01 16:12:36 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.90 2003/12/04 13:42:25 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1138,10 +1138,19 @@
 CXXFLAGS=$CXXFLAGS $standard_libtool_flag
 
 all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)'
-install_targets=install-sapi install-modules $install_pear install-build 
install-headers install-programs
-if test $PHP_SAPI != cgi; then
-  install_targets=$PHP_INSTALL_CLI_TARGET $install_targets
-fi
+install_targets=install-modules $install_pear install-build install-headers 
install-programs
+
+case $PHP_SAPI in
+  cgi)
+install_targets=install-sapi $install_targets
+;;
+  cli)
+install_targets=$PHP_INSTALL_CLI_TARGET $install_targets
+;;
+  *)
+install_targets=install-sapi $PHP_INSTALL_CLI_TARGET $install_targets
+;;
+esac
 
 PHP_SUBST(all_targets)
 PHP_SUBST(install_targets)

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-11-02 Thread Ilia Alshanetsky
iliaa   Sun Nov  2 17:15:06 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  Go with 4.3.4
  
  
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.36 php-src/main/php_version.h:1.66.2.37
--- php-src/main/php_version.h:1.66.2.36Wed Oct 29 09:03:29 2003
+++ php-src/main/php_version.h  Sun Nov  2 17:15:05 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC4-dev
-#define PHP_VERSION 4.3.4RC4-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.3.4
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.85 php-src/configure.in:1.396.2.86
--- php-src/configure.in:1.396.2.85 Wed Oct 29 09:03:28 2003
+++ php-src/configure.inSun Nov  2 17:15:05 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.85 2003/10/29 14:03:28 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.86 2003/11/02 22:15:05 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION=RC4-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-11-02 Thread Ilia Alshanetsky
iliaa   Sun Nov  2 18:12:02 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  back to dev.
  
  
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.37 php-src/main/php_version.h:1.66.2.38
--- php-src/main/php_version.h:1.66.2.37Sun Nov  2 17:15:05 2003
+++ php-src/main/php_version.h  Sun Nov  2 18:12:01 2003
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION 
-#define PHP_VERSION 4.3.4
+#define PHP_RELEASE_VERSION 5
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.3.5-dev
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.86 php-src/configure.in:1.396.2.87
--- php-src/configure.in:1.396.2.86 Sun Nov  2 17:15:05 2003
+++ php-src/configure.inSun Nov  2 18:12:02 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.86 2003/11/02 22:15:05 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.87 2003/11/02 23:12:02 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=4
-EXTRA_VERSION=
+RELEASE_VERSION=5
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-10-29 Thread Ilia Alshanetsky
iliaa   Wed Oct 29 09:03:30 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Back to dev.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.84 php-src/configure.in:1.396.2.85
--- php-src/configure.in:1.396.2.84 Wed Oct 29 08:18:10 2003
+++ php-src/configure.inWed Oct 29 09:03:28 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.84 2003/10/29 13:18:10 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.85 2003/10/29 14:03:28 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION=RC3
+EXTRA_VERSION=RC4-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.35 php-src/main/php_version.h:1.66.2.36
--- php-src/main/php_version.h:1.66.2.35Wed Oct 29 08:18:12 2003
+++ php-src/main/php_version.h  Wed Oct 29 09:03:29 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC3
-#define PHP_VERSION 4.3.4RC3
+#define PHP_EXTRA_VERSION RC4-dev
+#define PHP_VERSION 4.3.4RC4-dev

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-10-20 Thread Ilia Alshanetsky
iliaa   Mon Oct 20 12:08:22 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  RC2 is a go.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.80 php-src/configure.in:1.396.2.81
--- php-src/configure.in:1.396.2.80 Tue Oct  7 06:04:51 2003
+++ php-src/configure.inMon Oct 20 12:08:16 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.80 2003/10/07 10:04:51 helly Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.81 2003/10/20 16:08:16 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.32 php-src/main/php_version.h:1.66.2.33
--- php-src/main/php_version.h:1.66.2.32Mon Sep 29 20:35:52 2003
+++ php-src/main/php_version.h  Mon Oct 20 12:08:17 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.3.4RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 4.3.4RC2

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-09-29 Thread Ilia Alshanetsky
iliaa   Mon Sep 29 19:48:17 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  4.3.4RC1 is a go.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.76 php-src/configure.in:1.396.2.77
--- php-src/configure.in:1.396.2.76 Mon Sep  8 09:15:43 2003
+++ php-src/configure.inMon Sep 29 19:48:15 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.76 2003/09/08 13:15:43 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.77 2003/09/29 23:48:15 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION=-dev
+EXTRA_VERSION=RC1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.30 php-src/main/php_version.h:1.66.2.31
--- php-src/main/php_version.h:1.66.2.30Sun Aug 24 16:46:36 2003
+++ php-src/main/php_version.h  Mon Sep 29 19:48:16 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION -dev
-#define PHP_VERSION 4.3.4-dev
+#define PHP_EXTRA_VERSION RC1
+#define PHP_VERSION 4.3.4RC1

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgi config9.m4 /sapi/cli config.m4

2003-09-08 Thread Jani Taskinen
sniper  Mon Sep  8 09:10:35 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/sapi/cli   config.m4 
/php-src/sapi/cgi   config9.m4 
  Log:
  - MFH: build problems fix with CLI
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.74 php-src/configure.in:1.396.2.75
--- php-src/configure.in:1.396.2.74 Tue Sep  2 15:42:02 2003
+++ php-src/configure.inMon Sep  8 09:10:33 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.74 2003/09/02 19:42:02 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.75 2003/09/08 13:10:33 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -894,6 +894,7 @@
   TSRM_THREADS_CHECKS
 fi
 EXTRA_LDFLAGS=$EXTRA_LDFLAGS $LDFLAGS
+EXTRA_LDFLAGS_PROGRAM=$EXTRA_LDFLAGS_PROGRAM $LDFLAGS
 EXTRA_LIBS=$EXTRA_LIBS $LIBS
 unset LIBS LDFLAGS
 
@@ -993,6 +994,7 @@
 fi
 
 EXTRA_LDFLAGS=$EXTRA_LDFLAGS $PHP_LDFLAGS
+EXTRA_LDFLAGS_PROGRAM=$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS
 
 PHP_BUILD_DATE=`date '+%Y-%m-%d'`
 AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,$PHP_BUILD_DATE,[PHP build date])
@@ -1048,6 +1050,7 @@
 PHP_SUBST(DEFS)
 PHP_SUBST_OLD(EXTENSION_DIR)
 PHP_SUBST_OLD(EXTRA_LDFLAGS)
+PHP_SUBST_OLD(EXTRA_LDFLAGS_PROGRAM)
 PHP_SUBST_OLD(EXTRA_LIBS)
 PHP_SUBST_OLD(ZEND_EXTRA_LIBS)
 PHP_SUBST_OLD(INCLUDES)
Index: php-src/sapi/cli/config.m4
diff -u php-src/sapi/cli/config.m4:1.11.2.4 php-src/sapi/cli/config.m4:1.11.2.5
--- php-src/sapi/cli/config.m4:1.11.2.4 Tue Feb 11 23:39:30 2003
+++ php-src/sapi/cli/config.m4  Mon Sep  8 09:10:34 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.11.2.4 2003/02/12 04:39:30 sniper Exp $
+dnl $Id: config.m4,v 1.11.2.5 2003/09/08 13:10:34 sniper Exp $
 dnl
 
 AC_MSG_CHECKING(for CLI build)
@@ -20,14 +20,14 @@
 
   case $host_alias in
   *darwin*)
-BUILD_CLI=\$(CC) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS) \$(LDFLAGS) 
\$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_CLI_OBJS:.lo=.o) 
\$(PHP_FRAMEWORKS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CLI_PATH)
+BUILD_CLI=\$(CC) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) 
\$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_CLI_OBJS:.lo=.o) 
\$(PHP_FRAMEWORKS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CLI_PATH)
 ;;
   *cygwin*)
 SAPI_CLI_PATH=sapi/cli/php.exe
-BUILD_CLI=\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) 
\$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) 
\$(PHP_CLI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CLI_PATH)
+BUILD_CLI=\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) 
\$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) 
\$(PHP_GLOBAL_OBJS) \$(PHP_CLI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o 
\$(SAPI_CLI_PATH)
 ;;
   *)
-BUILD_CLI=\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) 
\$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) 
\$(PHP_CLI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CLI_PATH)
+BUILD_CLI=\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) 
\$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) 
\$(PHP_GLOBAL_OBJS) \$(PHP_CLI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o 
\$(SAPI_CLI_PATH)
 ;;
   esac
   INSTALL_CLI=\$(mkinstalldirs) \$(INSTALL_ROOT)\$(bindir); \$(INSTALL) -m 0755 
\$(SAPI_CLI_PATH) \$(INSTALL_ROOT)\$(bindir)/php
Index: php-src/sapi/cgi/config9.m4
diff -u php-src/sapi/cgi/config9.m4:1.1.2.9 php-src/sapi/cgi/config9.m4:1.1.2.10
--- php-src/sapi/cgi/config9.m4:1.1.2.9 Tue Jul  1 22:48:16 2003
+++ php-src/sapi/cgi/config9.m4 Mon Sep  8 09:10:34 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config9.m4,v 1.1.2.9 2003/07/02 02:48:16 sniper Exp $
+dnl $Id: config9.m4,v 1.1.2.10 2003/09/08 13:10:34 sniper Exp $
 dnl
 
 AC_ARG_ENABLE(cgi,
@@ -153,10 +153,10 @@
 
 case $host_alias in
   *darwin*)
-BUILD_CGI=\$(CC) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS) 
\$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_SAPI_OBJS:.lo=.o) 
\$(PHP_FRAMEWORKS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)
+BUILD_CGI=\$(CC) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) 
\$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_SAPI_OBJS:.lo=.o) 
\$(PHP_FRAMEWORKS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)
   ;;
   *)
-BUILD_CGI=\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) 
\$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) 
\$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)
+BUILD_CGI=\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) 
\$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) 
\$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o 
\$(SAPI_CGI_PATH)
   ;;
  

[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_scandir.h

2003-09-08 Thread Jani Taskinen
sniper  Mon Sep  8 09:15:45 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_scandir.h 
  Log:
  MFH: Fix for bug #25295
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.75 php-src/configure.in:1.396.2.76
--- php-src/configure.in:1.396.2.75 Mon Sep  8 09:10:33 2003
+++ php-src/configure.inMon Sep  8 09:15:43 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.75 2003/09/08 13:10:33 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.76 2003/09/08 13:15:43 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -317,16 +317,12 @@
 
 dnl Checks for header files.
 AC_HEADER_STDC
+AC_HEADER_DIRENT
 
-dnl In QNX opendir resides in libc but dirent.h is still required
-if test `uname -s 2/dev/null` != QNX; then
-  AC_HEADER_DIRENT
-else
-  AC_CHECK_HEADERS(dirent.h)
-fi
 PHP_MISSING_FCLOSE_DECL
 dnl QNX requires unix.h to allow functions in libunix to work properly
 AC_CHECK_HEADERS([ \
+dirent.h \
 ApplicationServices/ApplicationServices.h \
 sys/param.h \
 sys/types.h \
Index: php-src/main/php_scandir.h
diff -u php-src/main/php_scandir.h:1.2.2.4 php-src/main/php_scandir.h:1.2.2.5
--- php-src/main/php_scandir.h:1.2.2.4  Wed Feb 19 13:45:03 2003
+++ php-src/main/php_scandir.h  Mon Sep  8 09:15:44 2003
@@ -17,12 +17,16 @@
+--+
 */
 
-/* $Id: php_scandir.h,v 1.2.2.4 2003/02/19 18:45:03 sniper Exp $ */
+/* $Id: php_scandir.h,v 1.2.2.5 2003/09/08 13:15:44 sniper Exp $ */
 
 #ifndef PHP_SCANDIR_H
 #define PHP_SCANDIR_H
 
 #include sys/types.h
+
+#ifdef HAVE_SYS_DIR_H
+#include sys/dir.h
+#endif
 
 #ifdef PHP_WIN32
 #include config.w32.h

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-08-24 Thread Ilia Alshanetsky
iliaa   Sun Aug 24 15:30:17 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Set 4.3.3 version bit.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.68 php-src/configure.in:1.396.2.69
--- php-src/configure.in:1.396.2.68 Fri Aug 22 01:11:30 2003
+++ php-src/configure.inSun Aug 24 15:30:14 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.68 2003/08/22 05:11:30 jon Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.69 2003/08/24 19:30:14 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION=RC5-dev
+EXTRA_VERSION=
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.27 php-src/main/php_version.h:1.66.2.28
--- php-src/main/php_version.h:1.66.2.27Mon Aug 18 10:02:28 2003
+++ php-src/main/php_version.h  Sun Aug 24 15:30:16 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC5-dev
-#define PHP_VERSION 4.3.3RC5-dev
+#define PHP_EXTRA_VERSION 
+#define PHP_VERSION 4.3.3

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-08-24 Thread Ilia Alshanetsky
iliaa   Sun Aug 24 16:46:37 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  No RC1 just yet :)
  
  
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.29 php-src/main/php_version.h:1.66.2.30
--- php-src/main/php_version.h:1.66.2.29Sun Aug 24 16:43:18 2003
+++ php-src/main/php_version.h  Sun Aug 24 16:46:36 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION RC1-dev
-#define PHP_VERSION 4.3.3RC1-dev
+#define PHP_EXTRA_VERSION -dev
+#define PHP_VERSION 4.3.4-dev
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.70 php-src/configure.in:1.396.2.71
--- php-src/configure.in:1.396.2.70 Sun Aug 24 16:43:19 2003
+++ php-src/configure.inSun Aug 24 16:46:36 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.70 2003/08/24 20:43:19 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.71 2003/08/24 20:46:36 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION=RC1-dev
+EXTRA_VERSION=-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context

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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /ext/standard filestat.c

2003-08-21 Thread Jon Parise
jon Fri Aug 22 01:11:32 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/ext/standard   filestat.c 
  Log:
  MFH configure.in:1.460, filestat.c:1.125:
  
  Fix disk_total_space() and disk_free_space() under FreeBSD.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.67 php-src/configure.in:1.396.2.68
--- php-src/configure.in:1.396.2.67 Mon Aug 18 10:04:30 2003
+++ php-src/configure.inFri Aug 22 01:11:30 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.67 2003/08/18 14:04:30 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.68 2003/08/22 05:11:30 jon Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -327,6 +327,7 @@
 dnl QNX requires unix.h to allow functions in libunix to work properly
 AC_CHECK_HEADERS([ \
 ApplicationServices/ApplicationServices.h \
+sys/param.h \
 sys/types.h \
 sys/time.h \
 netinet/in.h \
@@ -372,6 +373,9 @@
 sys/ipc.h \
 dlfcn.h
 ],[],[],[
+#ifdef HAVE_SYS_PARAM_H
+#include sys/param.h
+#endif
 #ifdef HAVE_SYS_TYPES_H
 #include sys/types.h
 #endif
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/filestat.c:1.112.2.7 
php-src/ext/standard/filestat.c:1.112.2.8
--- php-src/ext/standard/filestat.c:1.112.2.7   Tue Jun 24 09:44:57 2003
+++ php-src/ext/standard/filestat.c Fri Aug 22 01:11:31 2003
@@ -16,7 +16,7 @@
+--+
  */
 
-/* $Id: filestat.c,v 1.112.2.7 2003/06/24 13:44:57 iliaa Exp $ */
+/* $Id: filestat.c,v 1.112.2.8 2003/08/22 05:11:31 jon Exp $ */
 
 #include php.h
 #include safe_mode.h
@@ -32,6 +32,10 @@
 
 #if HAVE_UNISTD_H
 # include unistd.h
+#endif
+
+#if HAVE_SYS_PARAM_H
+# include sys/param.h
 #endif
 
 #if HAVE_SYS_VFS_H



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2003-08-18 Thread Ilia Alshanetsky
iliaa   Mon Aug 18 10:04:30 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  RC5 not RC4
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.66 php-src/configure.in:1.396.2.67
--- php-src/configure.in:1.396.2.66 Mon Aug 18 10:02:28 2003
+++ php-src/configure.inMon Aug 18 10:04:30 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.66 2003/08/18 14:02:28 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.67 2003/08/18 14:04:30 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION=RC4-dev
+EXTRA_VERSION=RC5-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-08-14 Thread Ilia Alshanetsky
iliaa   Thu Aug  7 14:42:40 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  RC4 (hopefully it'll actually be the final)
  
  
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.24 php-src/main/php_version.h:1.66.2.25
--- php-src/main/php_version.h:1.66.2.24Thu Aug  7 13:42:02 2003
+++ php-src/main/php_version.h  Thu Aug  7 14:42:40 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC3
-#define PHP_VERSION 4.3.3RC3
+#define PHP_EXTRA_VERSION RC4-dev
+#define PHP_VERSION 4.3.3RC4-dev
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.63 php-src/configure.in:1.396.2.64
--- php-src/configure.in:1.396.2.63 Thu Aug  7 13:42:02 2003
+++ php-src/configure.inThu Aug  7 14:42:40 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.63 2003/08/07 17:42:02 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.64 2003/08/07 18:42:40 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION=RC3
+EXTRA_VERSION=RC4-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-08-07 Thread Ilia Alshanetsky
iliaa   Thu Aug  7 13:42:02 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  RC3 is a go.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.62 php-src/configure.in:1.396.2.63
--- php-src/configure.in:1.396.2.62 Thu Aug  7 08:05:00 2003
+++ php-src/configure.inThu Aug  7 13:42:02 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.62 2003/08/07 12:05:00 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.63 2003/08/07 17:42:02 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION=RC3-dev
+EXTRA_VERSION=RC3
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.23 php-src/main/php_version.h:1.66.2.24
--- php-src/main/php_version.h:1.66.2.23Wed Jul 30 09:20:50 2003
+++ php-src/main/php_version.h  Thu Aug  7 13:42:02 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC3-dev
-#define PHP_VERSION 4.3.3RC3-dev
+#define PHP_EXTRA_VERSION RC3
+#define PHP_VERSION 4.3.3RC3



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-07-30 Thread Ilia Alshanetsky
iliaa   Wed Jul 30 09:01:59 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/main   php_version.h 
/php-srcconfigure.in 
  Log:
  4.3.3RC2 is a go
  
  
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.21 php-src/main/php_version.h:1.66.2.22
--- php-src/main/php_version.h:1.66.2.21Wed Jun 18 18:04:41 2003
+++ php-src/main/php_version.h  Wed Jul 30 09:01:59 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC2-dev
-#define PHP_VERSION 4.3.3RC2-dev
+#define PHP_EXTRA_VERSION RC2
+#define PHP_VERSION 4.3.3RC2
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.59 php-src/configure.in:1.396.2.60
--- php-src/configure.in:1.396.2.59 Tue Jul  1 21:06:29 2003
+++ php-src/configure.inWed Jul 30 09:01:59 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.59 2003/07/02 01:06:29 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.60 2003/07/30 13:01:59 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION=RC2-dev
+EXTRA_VERSION=RC2
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /main php_version.h

2003-07-30 Thread Ilia Alshanetsky
iliaa   Wed Jul 30 09:20:50 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/main   php_version.h 
  Log:
  Restore version.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.60 php-src/configure.in:1.396.2.61
--- php-src/configure.in:1.396.2.60 Wed Jul 30 09:01:59 2003
+++ php-src/configure.inWed Jul 30 09:20:49 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.60 2003/07/30 13:01:59 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.61 2003/07/30 13:20:49 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION=RC2
+EXTRA_VERSION=RC3-dev
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.22 php-src/main/php_version.h:1.66.2.23
--- php-src/main/php_version.h:1.66.2.22Wed Jul 30 09:01:59 2003
+++ php-src/main/php_version.h  Wed Jul 30 09:20:50 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION RC2
-#define PHP_VERSION 4.3.3RC2
+#define PHP_EXTRA_VERSION RC3-dev
+#define PHP_VERSION 4.3.3RC3-dev



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



Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Sascha Schumann
On Tue, 1 Jul 2003, Jani Taskinen wrote:

 sniperTue Jul  1 13:03:55 2003 EDT

   Modified files:  (Branch: PHP_4_3)
 /php-src  configure.in
 /php-src/sapi/cgi Makefile.frag config9.m4
   Log:
   MFH: Separate CGI install from install-sapi.

This breaks the existing make install-sapi semantics.

Singling out SAPI instances is wrong -- you will just end up
with code for each SAPI all over the place.  This is the same
case as with the special handling of the embed SAPI which was
also removed immediately.

- Sascha

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



Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Jani Taskinen
On Wed, 2 Jul 2003, Sascha Schumann wrote:

On Tue, 1 Jul 2003, Jani Taskinen wrote:

 sniper   Tue Jul  1 13:03:55 2003 EDT

   Modified files:  (Branch: PHP_4_3)
 /php-src configure.in
 /php-src/sapi/cgiMakefile.frag config9.m4
   Log:
   MFH: Separate CGI install from install-sapi.

This breaks the existing make install-sapi semantics.

Singling out SAPI instances is wrong -- you will just end up
with code for each SAPI all over the place.  This is the same
case as with the special handling of the embed SAPI which was
also removed immediately.

 So only problem with this is that 'install-sapi' does not
 install CGI anymore? I can fix that. But I don't want
 to see that libphp4.* crap get created uselessly when building
 only CGI. (It doesn't need it at all)
 
 --Jani
 


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



Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Sascha Schumann
  But I don't want to see that libphp4.* crap get created
  uselessly when building only CGI. (It doesn't need it at
  all)

If you are building a program SAPI like CGI, libphp4.la never
gets created.  Your commit also only added a specific
install-cgi target which is irrelevant to how the CGI SAPI is
created.  Can you shed some light on what that special target
is supposed to achieve?

- Sascha

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



Re: [PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgiMakefile.frag config9.m4

2003-07-01 Thread Jani Taskinen
On Wed, 2 Jul 2003, Sascha Schumann wrote:

  But I don't want to see that libphp4.* crap get created
  uselessly when building only CGI. (It doesn't need it at
  all)

If you are building a program SAPI like CGI, libphp4.la never
gets created.  Your commit also only added a specific

Yes it did. See Makefile.global:25 (install-sapi)

install-cgi target which is irrelevant to how the CGI SAPI is
created.  Can you shed some light on what that special target
is supposed to achieve?

Moves the installation part from install-sapi to install-cgi.
(check the sapi/cgi/Makefile.frag)

--Jani



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in /sapi/cgi Makefile.frag config9.m4

2003-07-01 Thread Jani Taskinen
sniper  Tue Jul  1 13:03:55 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
/php-src/sapi/cgi   Makefile.frag config9.m4 
  Log:
  MFH: Separate CGI install from install-sapi.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.57 php-src/configure.in:1.396.2.58
--- php-src/configure.in:1.396.2.57 Fri Jun 27 03:07:03 2003
+++ php-src/configure.inTue Jul  1 13:03:55 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.57 2003/06/27 07:07:03 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.58 2003/07/01 17:03:55 sniper Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1103,10 +1103,22 @@
 CXXFLAGS=$CXXFLAGS $standard_libtool_flag
 
 all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)'
-install_targets=install-sapi install-modules $install_pear install-build 
install-headers install-programs
-if test $PHP_SAPI != cgi; then
-  install_targets=$PHP_INSTALL_CLI_TARGET $install_targets
-fi
+install_targets=install-modules $install_pear install-build install-headers 
install-programs
+
+case $PHP_SAPI in
+  cgi)
+dnl Install CGI only (CLI is not installed even if it's enabled)
+install_targets=install-cgi $install_targets
+;;
+  cli)
+dnl Install CLI only (--disable-cgi used, no other SAPIs enabled)
+install_targets=install-cli $install_targets
+;;
+  *)
+dnl Install CLI and another SAPI
+install_targets=$PHP_INSTALL_CLI_TARGET install-sapi $install_targets
+;;
+esac
 
 PHP_SUBST(all_targets)
 PHP_SUBST(install_targets)
Index: php-src/sapi/cgi/Makefile.frag
diff -u php-src/sapi/cgi/Makefile.frag:1.1 php-src/sapi/cgi/Makefile.frag:1.1.2.1
--- php-src/sapi/cgi/Makefile.frag:1.1  Sun Sep 29 12:22:48 2002
+++ php-src/sapi/cgi/Makefile.frag  Tue Jul  1 13:03:55 2003
@@ -1,2 +1,6 @@
 $(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
$(BUILD_CGI)
+
+install-cgi: $(SAPI_CGI_PATH)
+   @echo Installing PHP CGI binary:$(INSTALL_ROOT)$(bindir)/
+   @$(INSTALL_CGI)
Index: php-src/sapi/cgi/config9.m4
diff -u php-src/sapi/cgi/config9.m4:1.1.2.6 php-src/sapi/cgi/config9.m4:1.1.2.7
--- php-src/sapi/cgi/config9.m4:1.1.2.6 Fri May 30 21:37:44 2003
+++ php-src/sapi/cgi/config9.m4 Tue Jul  1 13:03:55 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config9.m4,v 1.1.2.6 2003/05/31 01:37:44 sniper Exp $
+dnl $Id: config9.m4,v 1.1.2.7 2003/07/01 17:03:55 sniper Exp $
 dnl
 
 AC_ARG_ENABLE(cgi,
@@ -148,7 +148,6 @@
 AC_DEFINE_UNQUOTED(PHP_FCGI_STATIC, $PHP_FCGI_STATIC, [ ])
 AC_MSG_RESULT($PHP_ENABLE_FASTCGI)
 
-INSTALL_IT=\$(INSTALL) -m 0755 \$(SAPI_CGI_PATH) \$(INSTALL_ROOT)\$(bindir)/php
 PHP_SELECT_SAPI(cgi, program, $PHP_FCGI_FILES cgi_main.c getopt.c, 
$PHP_FCGI_INCLUDE, '$(SAPI_CGI_PATH)')
 
 case $host_alias in
@@ -159,8 +158,10 @@
 BUILD_CGI=\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) 
\$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) 
\$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)
   ;;
 esac
+INSTALL_CGI=\$(mkinstalldirs) \$(INSTALL_ROOT)\$(bindir); \$(INSTALL) -m 0755 
\$(SAPI_CGI_PATH) \$(INSTALL_ROOT)\$(bindir)/php
 
 PHP_SUBST(BUILD_CGI)
+PHP_SUBST(INSTALL_CGI)
 
   elif test $PHP_SAPI_CLI != no; then
 AC_MSG_RESULT(no)



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



[PHP-CVS] cvs: php-src(PHP_4_3) / configure.in

2003-06-27 Thread Sascha Schumann
sas Fri Jun 27 03:07:04 2003 EDT

  Modified files:  (Branch: PHP_4_3)
/php-srcconfigure.in 
  Log:
  Try to link the getaddrinfo test, so that one can disable it using
  -Dgetaddrinfo=NO_getaddrinfo.
  
  
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.56 php-src/configure.in:1.396.2.57
--- php-src/configure.in:1.396.2.56 Wed Jun 18 18:04:41 2003
+++ php-src/configure.inFri Jun 27 03:07:03 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.56 2003/06/18 22:04:41 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.57 2003/06/27 07:07:03 sas Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -519,7 +519,7 @@
 
 dnl Check for getaddrinfo, should be a better way, but...
 AC_CACHE_CHECK([for getaddrinfo], ac_cv_func_getaddrinfo,
-[AC_TRY_COMPILE([#include netdb.h],
+[AC_TRY_LINK([#include netdb.h],
 [struct addrinfo *g,h;g=h;getaddrinfo(,,g,g);],
   ac_cv_func_getaddrinfo=yes, ac_cv_func_getaddrinfo=no)])
 if test $ac_cv_func_getaddrinfo = yes; then



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