First  |  Prev |  Next  |  Last
Pages: 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
Memory profiling tools
Hi all. I have a rather large application on which I need to do some memory performance profiling and optimization. Basically it's eating up more RAM than it should and I'm not sure why. I have some suspects, but nothing concrete. Are there any (open source) tools that people can recommend for such a task? ... 24 Jun 2008 02:05
Uploading files without saving them
Hey everyone. Here's a simple question. I'd like to be able to import information from a text file located on the client without actually saving it on the server; that is, I simply want to read the data into memory on the server, without actually saving it to a file. I've been googling around to learn about ... 23 Jun 2008 23:01
php.ini and command line
Hello, within a CGI-wrapped hosting environment, we are calling PHP as command line interpreter (not cli). This works fine, except one thing: Settings from parent php.inis are not inherited. This is very annoying. Lets say, there is a script /user/123/index.php and some libraries in /user/123/include/*.php, ... 23 Jun 2008 15:50
PHP and Apache
Hello, I´m developing a PHP system that needs one of these lines in the .htaccess, depending of the server configuration: AddHandler application/x-httpd-php .xyz or AddHandler application/x-httpd-php4 .xyz or AddHandler application/x-httpd-php5 .xyz How can i detect "on the fly" which line i have to... 24 Jun 2008 06:09
Output Blank?
Having some issues with outputting my table data as an array. In the code below I am outputting the column titles of my table into an excel spreadsheet. I get the column titles just fine in Excel. if($numberFields) { // Check if we need to output anything $types = ifx_fieldtypes($query); if (isset($types)) {... 23 Jun 2008 15:50
run php file in browser with exec command or any other command
On Mon, Jun 23, 2008 at 6:14 AM, Javed Chauhan <little_heartly(a)yahoo.co.in> wrote: In other php file i have used exec('/usr/bin/php -f filepath/filename.php'); Have you ever heard of `include` or `require`? -- </Daniel P. Brown> Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just ... 23 Jun 2008 13:46
NOLOH Launches Beta Program to Developers
NOLOH (Not One Line Of HTML), a fully object-oriented development platform for PHP launched a Beta Program today for developers. More information can be found at http://www.noloh.com. A blog post detailing the release can be found here: http://www.danshafer.com/onemind/node/813 ... 23 Jun 2008 12:44
run php file in browser with exec command or any othercommand
Javed Chauhan wrote: Hello Friends, I have one php file in this file i have just use mail function to send the email for testing. In other php file i have used exec('/usr/bin/php -f filepath/filename.php'); and when i run the second file which contains exec command. But i do not get any em... 23 Jun 2008 09:39
[PHP] run php file in browser with exec command or any othercommand
Hello Friends, I have one php file in this file i have just use mail function to send the email for testing. In other php file i have used exec('/usr/bin/php -f filepath/filename.php'); and when i run the second file which contains exec command. But i do not get any email. So it is not working with browse... 23 Jun 2008 06:34
First  |  Prev |  Next  |  Last
Pages: 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153