|
Posted by IchBin on 08/18/06 00:12
IchBin wrote:
> Sonia Covarrubias wrote:
>>> I am running Windoze XP SP 2, PHP 5.2, Apache 2.0.59
>>>
>>> Not to add complexity to this problem but when I run you script under
>>> these IDE's I get different results:
>>>
>>> - PHP Designer 2006:(PHP 5.2)
>>> (in debug mode) I get the error you get
>>> (off localhost) It runs with no problem.
>>> - PHPEdit: (PHP 5.1.4) It runs with no problem.
>>> - Eclipse PHP IDE: (PHP 5.1.4) It runs with no problem.
>>>
>>>
>>> Thanks in Advance...
>>> IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
>>> 'If there is one, Knowledge is the "Fountain of Youth"'
>>> -William E. Taylor, Regular Guy (1952-)
>>
>> When I showed my php.ini there was a small problem, not sure if this
>> has anything to do with the error you got also, but my php.ini
>> session.save_path was wrong.
>>
>> before:
>> session.save_path = "C:\WINDOWS\Temp\Sessions"
>>
>> after:
>> session.save_path = "C:\WINDOWS\Temp\Sessions\"
>>
>> I created a folder in my Win temp folder called Sessions in order to
>> view my session files there easily.. so if you try my php.ini then you
>> need this, or get rid of the "sessions" additional folder and don't
>> forget to close with a trailing slash '\' as I did.. lol.
>>
>> Anyway, this correction doesn't solve my problem.. which I am stumped
>> on.. :(
>>
> Here is my php.ini striped of all comments and sorted in ascending order
>
> allow_call_time_pass_reference = Off
> allow_url_fopen = On
> asp_tags = Off
> auto_append_file =
> auto_globals_jit = On
> auto_prepend_file =
> bcmath.scale = 0
> default_mimetype = "text/html"
> default_socket_timeout = 60
> define_syslog_variables = Off
> disable_classes =
> disable_functions =
> display_errors = Off
> display_startup_errors = Off
> doc_root =
> enable_dl = On
> engine = On
> error_reporting = E_ALL
> expose_php = On
> extension_dir = "C:/php/ext"
> Extension=php_curl.dll
> Extension=php_mysql.dll
> Extension=php_mysqli.dll
> Extension=php_tidy.dll
> Extension=php_xsl.dll
> file_uploads = On
> ifx.allow_persistent = On
> ifx.blobinfile = 0
> ifx.byteasvarchar = 0
> ifx.charasvarchar = 0
> ifx.default_host =
> ifx.default_password =
> ifx.default_user =
> ifx.max_links = -1
> ifx.max_persistent = -1
> ifx.nullformat = 0
> ifx.textasvarchar = 0
> ignore_repeated_errors = Off
> ignore_repeated_source = Off
> implicit_flush = Off
> include_path =".;C:\php\PEAR\pear;C:\Program Files\smarty\libs;"
> java.class.path = "C:\php\ext\php_java.jar"
> java.home = "C:\Program Files\Java\jdk1.5.0_07\bin"
> java.library = "C:\Program
> Files\Java\jdk1.5.0_07\jre\bin\server\jvm.dll"
> java.library.path = "C:\php\ext"
> log_errors = On
> log_errors_max_len = 1024
> magic_quotes_gpc = Off
> magic_quotes_runtime = Off
> magic_quotes_sybase = Off
> max_execution_time = 30 ; Maximum execution time of each script, in
> seconds
> "max_input_time = 60 ; Maximum amount of time each script may spend
> parsing request data"
> memory_limit = 8M ; Maximum amount of memory a script may consume
> (8MB)
> msql.allow_persistent = On
> msql.max_links = -1
> msql.max_persistent = -1
> mssql.allow_persistent = On
> mssql.compatability_mode = Off
> mssql.max_links = -1
> mssql.max_persistent = -1
> mssql.min_error_severity = 10
> mssql.min_message_severity = 10
> mssql.secure_connection = Off
> mysql.allow_persistent = On
> mysql.connect_timeout = 60
> mysql.default_host =
> mysql.default_password =
> mysql.default_port =
> mysql.default_socket =
> mysql.default_user =
> mysql.max_links = -1
> mysql.max_persistent = -1
> mysql.trace_mode = Off
> mysqli.default_host =
> mysqli.default_port = 3306
> mysqli.default_pw =
> mysqli.default_socket =
> mysqli.default_user =
> mysqli.max_links = -1
> mysqli.reconnect = Off
> odbc.allow_persistent = On
> odbc.check_persistent = On
> odbc.defaultbinmode = 1
> odbc.defaultlrl = 4096
> odbc.max_links = -1
> odbc.max_persistent = -1
> output_buffering = 4096
> pfpro.defaulthost = "test-payflow.verisign.com"
> pfpro.defaultport = 443
> pfpro.defaulttimeout = 30
> pgsql.allow_persistent = On
> pgsql.auto_reset_persistent = Off
> pgsql.ignore_notice = 0
> pgsql.log_notice = 0
> pgsql.max_links = -1
> pgsql.max_persistent = -1
> post_max_size = 8M
> precision = 14
> register_argc_argv = Off
> register_globals = Off
> register_long_arrays = Off
> report_memleaks = On
> safe_mode = Off
> safe_mode_allowed_env_vars = PHP_
> safe_mode_exec_dir =
> safe_mode_gid = Off
> safe_mode_include_dir =
> safe_mode_protected_env_vars = LD_LIBRARY_PATH
> sendmail_from = weconsul@ptd.net
> serialize_precision = 100
> session.auto_start = 0
> session.bug_compat_42 = 0
> session.bug_compat_warn = 1
> session.cache_expire = 180
> session.cache_limiter = nocache
> session.cookie_domain =
> session.cookie_lifetime = 0
> session.cookie_path = /
> session.entropy_file =
> session.entropy_length = 0
> session.gc_divisor = 1000
> session.gc_maxlifetime = 1440
> session.gc_probability = 1
> session.hash_bits_per_character = 5
> session.hash_function = 0
> session.name = PHPSESSID
> session.referer_check =
> session.save_handler = files
> session.serialize_handler = php
> session.use_cookies = 1
> session.use_trans_sid = 0
> short_open_tag = Off
> SMTP = localhost
> smtp_port = 25
> soap.wsdl_cache_dir="/tmp"
> soap.wsdl_cache_enabled=1
> soap.wsdl_cache_ttl=86400
> sql.safe_mode = Off
> sybase.allow_persistent = On
> sybase.compatability_mode = Off
> sybase.max_links = -1
> sybase.max_persistent = -1
> sybase.min_error_severity = 10
> sybase.min_message_severity = 10
> sybct.allow_persistent = On
> sybct.max_links = -1
> sybct.max_persistent = -1
> sybct.min_client_severity = 10
> sybct.min_server_severity = 10
> tidy.clean_output = Off
> track_errors = Off
> unserialize_callback_func=
> upload_max_filesize = 2M
> url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
> user_dir =
> variables_order = "GPCS"
> y2k_compliance = On
> zend.ze1_compatibility_mode = Off
> zlib.output_compression = Off
>
>
Sorry forgot to mention. The problem that I have with your code for PHP
Designer 200 while debugging is not as problem for me. I was trying to
show you what was happening when I ran your code on three different
IDE's. Same for me giving you a look at my php.ini, even though I did
get rid of all unnecessary comments and options not used. I can not do
that for my Apache.
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Navigation:
[Reply to this message]
|