[PHP-DEV] curl multi

2003-03-17 Thread Wico de Leeuw
Hiya, If someone has some spare time could he look at curl_multi_info_read() i'd like to use (test) the curl_multi functions, but without the curl_multi_info_read it isn't really usefull (and when i look at the source i thing it's almost finished) P.S. when i test them i'll report back to you

[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] Re: Bug #12929 Updated: crash in array_map with associative arrays

2001-08-24 Thread Wico de Leeuw
At 02:00 24-8-01 +, you wrote: ID: 12929 Updated by: andrei Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Reproducible crash Operating System: linux PHP Version: 4.0.6 Assigned To: andrei New Comment: Fixed in CVS. Previous Comments:

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 the

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

Re: [PHP-DEV] Timeout Function

2001-04-25 Thread Wico de Leeuw
At 13:53 24-4-2001 -0700, Rasmus Lerdorf wrote: I would like to see a timeout function implemented in PHP (something like Perl's alarm function would be perfect). I notice there is a set_time_limit() function in PHP, but it cannot be applied to a specified block of code (it applies to the

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")); } Greetz, Wico Using

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

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

2001-01-23 Thread Wico de Leeuw
At 15:20 23-1-01 +, [EMAIL PROTECTED] wrote: ID: 8860 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Assigned To: Comments: ah, sorry, should've read the report more carefully. So what should it echo? three or Grrr? i think three Greetz,

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

2001-01-22 Thread Wico de Leeuw
At 08:18 21-1-01 +, Bug Database wrote: ID: 6046 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: use non-capturing patterns. Sometimes you can't like ([0-9]?(?(1))[a-z]) Now you need to capture

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