Jump to content

robohelp

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

robohelp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Problem in installing Zend Optimizer 3.0.0 with php 4.3.10 in Solaris 10 Hi, I am trying to install the Zend Optimizer 3.0.0 with php 4.3.10 and installation is successful. But the problem is when I executed the phpinfo.php from browser (Apache 2 web server is restarted), no entry came in the output for Optimizer. I also tried to get this working by Zend Optimizer 2.6.2 and 2.5.7. I faced the same problem. I am using Zend compiled php scripts. Also , I made some changes in php.ini and restarted  Web server, some of then got reflected but some not. [b]Reflected changes: [/b] 1. output_buffering becomes on. 2. session.save_path was reflected. 3. extension_dir was reflected. [b]No effect of changes made in php.ini: [/b] 1. doc_root value was not updated. 2. register_globals was on in php.ini but was not up in phpinfo.php output. Please suggest if any one has faced such problem.
  2. Hi I am making a enhancement to our helpdesk product. So we are using JSON for saving the Language defaults. Now I am Using PHP as a server based language. Now here is the logic of the program. Whenever our product is installed then a parser will create a HTML file which will have all the defaults from the JSON file. Now when a user changes the language then the parser will again Run and make the required changes in the JSON file and again create the HTML file and Replace it in that folder. I am not able to find a good solution for this. Can someone help me building it. I am not able to get how to Open a file, Read it, make the changes and Replace that file. I hope someone can help me in this regard. Thanks Lalit
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.