First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
reporting spam in PHP manual?
Came across this entry as a user comment in the php.net manual. http://www.php.net/manual/en/language.exceptions.php#100089 Couldn't see how to report it so it could be removed. Maybe someone that knows how can tell me, or report it themselves? Thanks, ... 29 Sep 2010 12:41
SimpleXML/array duality (like particles & waves)
I am kind of jacked here. I have a SimpleXML object that's been converted to an array. In one of the nodes, for no reason I can see, the array is populated differently if there is only one <order_item> than if there are multiple <order_item>s. If there is just one, my $order_item array looks like this: Array ( ... 29 Sep 2010 12:41
ssh2_exec line width problem
Hi, I need to get about 500 chars over ssh2_exec, but this doesnt work: $stream = ssh2_Exec($this->_connection, "system identity print;ip address print detail;system routerboard print;interface wireless print", false, NULL, 500); Where could be a problem? Its connection to Mikrotik. php5-5.3.3_1 libssh2-1.2.... 28 Sep 2010 09:47
ssh2_exec line width problem
Hi, I need to get about 500 chars over ssh2_exec, but this doesnt work: $stream = ssh2_Exec($this->_connection, "system identity print;ip address print detail;system routerboard print;interface wireless print", false, NULL, 500); Where could be a problem? Its connection to Mikrotik. php5-5.3.3_1 libssh2-1.2.... 28 Sep 2010 09:47
php - mysql tandem and multi core performance
Hi all, I have to setup a new dedicated server for my job, it will need to host some mysql databases with php accessing them, for a number of reasons it need to be a Windows server ( 2008 ) the amount of data will not be very great ( the biggest table will contain between 100.000 and 200.000 rows ), but php will ... 28 Sep 2010 09:47
Controlling Output Buffering via php.ini
I want to turn off output buffering. In the php.ini section I found this and changed it as follows: ; Note: Output buffering can also be controlled via Output Buffering Control ; functions. ; Possible Values: ; On = Enabled and buffer is unlimited. (Use with caution) ; Off = Disabled ; Integer = Enab... 28 Sep 2010 04:23
Php Newsletter script
Hello, I'm wondering if anyone could recommend a newsletter script they use and like? Some requirements I have are: 1. Free preferred 2. Can be used via a web browser 3. Can put the newsletter submission on a web page 4. Can use rss to feed that web page 5. Produce Xhtml compliant code and integrate well with ... 28 Sep 2010 09:47
Domain Controller Discovery in PHP
Hello list, Does anyone know a method in Windows Server 2003 to discover one or more domain controllers to which the machine is connected. I know as an administrator I can use dsquery and various other administrator commands, but I'm unsure how to do so within PHP from an unprivileged vantage point. Thank... 27 Sep 2010 17:38
Heredocs, print_r() and newline "\n" and fnmatch() -curiousfailures ...
Peter Lind wrote: On 23 September 2010 21:47, YAD(YetAnotherDavid) <animaz(a)mail.com> wrote: This code is 95% cut and paste from the PHP manual examples - the Types/Strings/Heredocs section and the Filesystem/fnmatch pages. There are actually two questions here - I have combined the code into one ... ... 27 Sep 2010 12:14
PHP DNS resolving in chroot-ed environment
Hello, I'm running a Gentoo-hardened box with PHP 5.2.14-pl0-gentoo (Suhosin included) and Apache 2.2.16. mod_php is running in a chroot, using mpm_peruser. Everything works OK, except the PHP DNS resolving, which I need to access HTTP resources. It fails with both the curl and http extensions. With some stra... 27 Sep 2010 06:51
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15