[PHP-DEV] curl multi

2003-03-17 Thread Wico de Leeuw
guys when i find things Greetz and tnx in advance Wico -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS] curl multi

2003-03-17 Thread Wico de Leeuw
At 11:15 17-3-03 -0500, Sterling Hughes wrote: On Mon, 2003-03-17 at 10:29, Wico de Leeuw wrote: sorry for writing to the wrong list should have been phpdev offcourse At 16:28 17-3-03 +0100, Wico de Leeuw wrote: Hiya, If someone has some spare time could he look at curl_multi_info_read

Re: [PHP-DEV] PHP Setup / Query

2002-12-18 Thread Wico de Leeuw
At 13:19 18-12-02 +0100, Michael A. Norweh wrote: I've installed the newest version of PHP on an ISS 5.0 based System. The problem I have at the moment: If post a variable (URL Query) e.g.: xxx.php?errormsg=error message to a site, php is unable to get these variable. On my linux server the space

[PHP-DEV] Re: Bug #3830 Updated: Function to timeout/break off a function

2002-01-28 Thread Wico de Leeuw
Hiya, thats not true... register_tcik_function is for between 2 instructions (lines?) and will not break into a long takeing mysql_select (correct me if i'm wrong) But i still think that such a function will improve php Greetz, Wico At 21:54 28-1-2002 +, Bug Database wrote: ATTENTION

[PHP-DEV] Bug #13341 Updated: Seffault in outputbuffers

2002-01-06 Thread wico
didn't segfault :) :) :); return($data); } // segfaults 2 function Segfault_Me ($data) { $data = str_replace('a', 'b', $data); return($data); } ? I segfaulted :( :( :( Greetz, Wico de Leeuw

[PHP-DEV] Bug #13341 Updated: Seffault in outputbuffers

2002-01-06 Thread wico
('a', 'b', $data); return($data); } ? I segfaulted :( :( :( Greetz, Wico de Leeuw Edit this bug report at http://bugs.php.net/?id=13341edit=1 -- PHP Development Mailing List http

[PHP-DEV] Bug #13341: Seffault in outputbuffers

2001-09-17 Thread wico
) { $data = I didn't segfault :) :) :); return($data); } // segfaults 2 function Segfault_Me ($data) { $data = str_replace('a', 'b', $data); return($data); } ? I segfaulted :( :( :( Greetz, Wico de

[PHP-DEV] Bug #13341 Updated: Segfault in outputbuffers

2001-09-17 Thread wico
segfault :) :) :); return($data); } // segfaults 2 function Segfault_Me ($data) { $data = str_replace('a', 'b', $data); return($data); } ? I segfaulted :( :( :( Greetz, Wico de Leeuw

[PHP-DEV] Bug #13225: Memmory leak in curl

2001-09-10 Thread wico
make a diff if you use it or not :) Greetz, Wico ? ob_implicit_flush(TRUE); for ($x = 0; $x 10; ++$x) { $handler = curl_init(); curl_setopt($handler, CURLOPT_URL, 'http://www.php.net/manual/en/pcre.pattern.syntax.php

[PHP-DEV] Bug #12978: Multiple isset

2001-08-27 Thread wico
if (isset($a, $b, $c)) echo isset; // TRUE if (isset($a,$b,$d)) echo isset; // FALSE you will get my point i guess Greetz, Wico -- Edit bug report at: http://bugs.php.net/?id=12978edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: Bug #12929 Updated: crash in array_map with associative arrays

2001-08-24 Thread Wico de Leeuw
are useless.. agree? Yup i agree... :) I was only interested in the keys Greetz and tnx, Wico [2001-08-23 12:38:35] [EMAIL PROTECTED] Have fun: ? $data = Array('a','b','c'); // works # $data = Array(1

[PHP-DEV] Bug #12929: crash in array_map with associative arrays

2001-08-23 Thread wico
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: crash in array_map with associative arrays Have fun: ? $data = Array('a','b','c'); // works # $data = Array(1 = 'a', 2 = 'b', 3 = 'c'); //

Re: [PHP-DEV] Bug #11651: Need something like a __LINE__ constant to show the line in *main* file.

2001-06-25 Thread Wico de Leeuw
At 08:34 25-6-2001 +, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: Linux 5.2 PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: Need something like a __LINE__ constant to show the line in *main* file. When some error happens

Re: [PHP-DEV] Re: [PHP-QA] 4.0.6 Packaged!

2001-06-22 Thread Wico de Leeuw
At 19:28 21-6-2001 +0200, Sascha Schumann wrote: On Thu, 21 Jun 2001, Wico de Leeuw wrote: Hiya i get this error when doing make under apache 1.3.20 A more interesting info would be the output of gcc -v. this error is for php-4.0.5 and php-4.0.6 for apache 1.3.17 and 1.3.20 php

[PHP-DEV] Where is : get_defined_constants() ?

2001-06-22 Thread Wico de Leeuw
Hiya there is no function (up to version php-4.0.6) get_defined_constants() the function is in the manual however :) Greetz, Wico -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] Re: [PHP-QA] 4.0.6 Packaged!

2001-06-21 Thread Wico de Leeuw
Hiya i get this error when doing make under apache 1.3.20 gcc -c -I../../os/unix -I../../include -DLINUX=22 -I/home/src/wico/php-4.0.6 -I/home/src/wico/php-4.0.6/main -I/home/src/wico/php-4.0.6/main -I/home/src/wico/php-4.0.6/Zend -I/home/src/wico/php-4.0.6/Zend -I/home/src/wico/php-4.0.6

[PHP-DEV] Bug #11535:

2001-06-18 Thread wico
From: [EMAIL PROTECTED] Operating system: linux + apache PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: -- Edit Bug report at: http://bugs.php.net/?id=11535edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe,

[PHP-DEV] Bug #11536: register_tick_function weirdness

2001-06-18 Thread wico
of times output 1st time: [tick i=1] [tick i=2] output 2nd time: [tick i=1] [tick i=2] [tick i=3] [tick i=4] output 3rd time: [tick i=1] [tick i=2] [tick i=3] [tick i=4] [tick i=5] [tick i=6] You should get the point by now I think :) Greetz, Wico -- Edit Bug

[PHP-DEV] Bug #10993: filesize on newly made/just opened file weirdness

2001-05-21 Thread wico
('file.test'); Greetz, Wico -- Edit Bug report at: http://bugs.php.net/?id=10993edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Timeout Function

2001-04-25 Thread Wico de Leeuw
=3830 Greetz, Wico -Rasmus -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Bug #10301: How can I execute an unix command?

2001-04-12 Thread Wico de Leeuw
At 13:51 12-4-2001 +, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: linux PHP version: Earlier? Upgrade first! PHP Bug Type: Filesystem function related Bug description: How can I execute an unix command? For example : 'tail -n 10 test.txt

Re: [PHP-DEV] Bug #10301: How can I execute an unix command?

2001-04-12 Thread Wico de Leeuw
At 13:51 12-4-2001 +, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: linux PHP version: Earlier? Upgrade first! PHP Bug Type: Filesystem function related Bug description: How can I execute an unix command? For example : 'tail -n 10 test.txt

Re: [PHP-DEV] Function suggestion

2001-04-11 Thread Wico de Leeuw
At 12:43 10-4-2001 -0700, Rasmus Lerdorf wrote: Hiya I have been using this (selfmade) function for ages: function String_Replace_Foreign_Chars ($data) { return(strtr($data, "", "AAaaCcDNnO0oo0YyyB")); }

[PHP-DEV] PHP 4.0 Bug #9225: Somthing is eating my cflags

2001-02-12 Thread wico
/src/wico/apache_1.3.17 \ --with-config-file-path=/usr/local/apache/conf \ --enable-sigchild \ --disable-pear \ --with-bz2 \ --with-curl=/usr/local/curl \ --enable-ftp \ --with-gd \ --with-mcrypt=/usr/local/mcrypt

Re: [PHP-DEV] PHP 4.0 Bug #9029: preg_split inconsistency

2001-01-31 Thread Wico de Leeuw
you gotta escape the escapes $b = preg_split('/([\\(\\)])/', $a); Greetz, Wico At 13:13 31-1-01 +, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: OpenBSD 2.8 PHP version: 4.0.4pl1 PHP Bug Type: PCRE related Bug description: preg_split

[PHP-DEV] PHP 4.0 Bug #8860: variable array not working

2001-01-23 Thread wico
$var = 'test[2]'; echo $$var; /* should echo "three" */ But with it doesn't Greetz, Wico -- Edit Bug report at: http://bugs.php.net/?id=8860edit=1 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

[PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread wico
ccording to Zeev this should work: $test = Array("one","two","three","four"); $var = 'test[2]'; echo $$var; /* should echo "three" */ But with it doesn't Greetz, Wico -

Re: [PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread Wico de Leeuw
, Wico Previous Comments: --- [2001-01-23 10:07:21] [EMAIL PROTECTED] changed status --- [2001-01-23 10:06:24] [EMAIL PROTECTED] ok and that isn;t

[PHP-DEV] Re: PHP 4.0 Bug #6046 Updated: preg_replace for a special pattern

2001-01-22 Thread Wico de Leeuw
Greetz, Wico Previous Comments: --- [2000-08-09 07:41:24] [EMAIL PROTECTED] hiya if you have a regex that captures more than one pattern i'd to give a argument to the function which to replace say: regex: (a)(b)(a) replace

Re: [PHP-DEV] Compile error (multiple compilations)

2001-01-12 Thread Wico de Leeuw
-01 +0100, Wico de Leeuw wrote: Hiya when changing: /bin/sh ../libtool --silent --mode=compile /home/src/php-4.0.4pl1/meta_cc -DHAVE_CONFIG_H -I. -I. -I../main s -O6 -march=pentium -c ./zend_execute.c to: /bin/sh ../libtool --silent --mode=compile /home/src/php-4.0.4pl1/meta_cc