Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
222 views

Logging fatal/parse errors in PHP5

I'm writing an error logging service that will be integrated into websites running on my server, that will email me error batches, etc. So I've been trying to find out if there's a way to handle ...
3
votes
4answers
1k views

Documenting a PHP extension with PHPdoc

I've written a PHP extension in C, and I want to create PHPdoc documentation so that my users will get inline docs in their PHP IDE (in this case, Netbeans) when calling my extension. Ideally I'd ...
2
votes
2answers
126 views

How do I find out what PHP library module is required for a function?

I wonder, how am I supposed to know which libraries I should include in my php.ini file when using a certain function. For instance, I just looked up pg_connect(), and I wonder which libraries I ...
1
vote
2answers
352 views

how to write PHP module in C

how can i write my own module in C ? is it possible ?
1
vote
3answers
190 views

ionCube PHP module gets error

i have uploaded my site on a sharing host.i use ionCube PHP in my site. the index page of site gives this error: " index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed ...
0
votes
0answers
67 views

I installed php-soap with rpm file on Centos but doesn't work [closed]

I installed php-soap on my Centos server from RPM file. Then I restarted httpd service but doesn't work SOAP client. When I get: yum list installed php-soap listed here: php.i386 ...
0
votes
1answer
74 views

ImageMagick installed, but not working

I'm an ImageMagick noob, so bear that in mind. My host says ImageMagick is installed, and they're right. convert -version returns the version and everything when SSH'd into the server. But I can't ...
0
votes
2answers
46 views

Convert PHP Class in apache module

I have write a sophisticate system in php5 (many classes that use static method and include other files) Now I want to distribuite that ant i would choose the module way, so i like to create a module ...
-1
votes
1answer
142 views

PHP Scheduled Task [closed]

I have read for the past 3 hours on scheduled tasks, but cannot seem to find the correct syntax. Basically, I have a .bat file which calls a php file. Have a look: I got this litle snippet from ...