I was creating a ComboBox in an Excel spreadsheet, however when loading the spreadsheet from a file and creating dynamically the ComboBox was really slow.
Two things were added to increase performance:
Still slow but it changed.
I was creating a ComboBox in an Excel spreadsheet, however when loading the spreadsheet from a file and creating dynamically the ComboBox was really slow.
Two things were added to increase performance:
Still slow but it changed.
These are things to verify when the installation of PHP is done in a Windows server using Apache.
Verify the following lines are in IfModule dir_module
DirectoryIndex index.html index.php
Verify the following exists, usually these lines are added when php is installed
PHPIniDir “C:\\PHP\\”
LoadModule php5_module “C:\\PHP\\php5apache2_2.dll”
Verify that the php extension was added
application/x-httpd-php php
application/x-httpd-php-source phps
application/x-httpd-php php
application/x-httpd-php-source phps
I’m trying to install Trac on Win2008 server but so far it has been a pain. Let’s see how it goes tonight.
These are the instructions to follow: TracOnWindows
TODO Next
I’m done for tonight.