Followup - I attached the PHP5.INI file (twice no less after I did not see it added) and just tried again and the selection process lets me select it and closes without any error but the file does not appear as an attachment. Another bug in CB - or am I not allowed to post files as a free user? Anyway, here are comments from the file as to what was changed:
; - things I changed -
;max_execution_time = 1600
;max_input_time = 1600
;post_max_size = 128M
;upload_max_filesize = 128M
;memory_limit = 32M
;
;extension_dir = "c:\php5\ext" ;; must change ;;
;include_path = ".;C:\php5\pear" ;; must change ;;
;error_log = syslog
;magic_quotes_gpc = Off
;output_buffering = 4096
;register_argc_argv = Off
;
;SMTP = relay-hosting.secureserver.net ;; should change ;;
;sendmail_from = webmaster@secureserver.net ;; should change ;;
;upload_tmp_dir =
\Temp\php ;; must change? ;;
;variables_order = "GPCS"
;
;;;;; THESE ARE THE MAIN IIS ONES ;;;;;;
;cgi.force_redirect = 0 ;; MUST change ;;
;fastcgi.impersonate = 1 ;; MUST change ;;
;
;;;;; and enable these modules ;;;;;;
;; php_mysql.dll is very important (at least for me)
;; not sure about the others.
;extension=php_curl.dll
;extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mssql.dll
;extension=php_mysql.dll ;; very important ;;
;extension=php_mysqli.dll
;extension=php_openssl.dll
;extension=php_pdo.dll
;extension=php_soap.dll
;extension=php_xsl.dll
;extension=php_zip.dll
;
;;;;; ok, that worked, but i'll change these ;;;;;
;;;;; just to match what godaddy has ;;;;;
;session.gc_divisor = 1000
;session.hash_bits_per_character = 5
;session.save_path = "
\TEMP\PHP"