Re: [PHP-DEV] ext/curl/interface.c and CURLOPT_FTP_CREATE_MISSING_DIRS

2007-04-21 Thread Tijnema !
issing a lot CURLOPT_ constants. The libcurl library has a lot more constants. I would be happy to create a patch that adds all currently supported CURLOPT_ constants by the library, but i don't want to waste my time on creating things that never get implemented :) Tijnema -- PHP Internals - PHP

Re: [PHP-DEV] require_once

2007-04-24 Thread Tijnema !
0.9448 There's really no improvement on both platforms. But it's more interesting that my 1.1Ghz PC running linux is triple as fast as my 2.2Ghz PC running Windows. (when using require_once) Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: access to variables

2007-04-24 Thread Tijnema !
correct, then it is a problem with your zend_hash_find function, but as i noted already, i don't know a lot of the PHP core, so i can't help further with it. Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: access to variables

2007-04-24 Thread Tijnema !
ults to file. I used: FILE *log; log = fopen("/var/log/mail_spam", "w"); fprintf(log, "data: %s", buffer); It writes any data I want but only when I don't execute strlcpy (or strcpy) function. What could be the problem? I believe that the source string needs to be 0 terminated (\0). Don't ask me how to fix it ;) Tijnema

Re: [PHP-DEV] Re: access to variables

2007-04-24 Thread Tijnema !
On 4/24/07, Ci <[EMAIL PROTECTED]> wrote: Tijnema ! napisał(a): > I believe that the source string needs to be 0 terminated (\0). > Don't ask me how to fix it ;) Thanks all of You. I solve all problems. Hmmm, maybe there are some things to make better, but the main ide

Re: [PHP-DEV] [patch] Dynamic access of static members/methods, and constants

2007-04-27 Thread Tijnema !
for HEAD only. Also I can see only two tests at the moment, we'll need MUCH more. There are so much combinations to test: unicode & binary strings, numbers, arrays, objects, booleans etc. etc. -- Wbr, Antony Dovgal There are actually 3 tests Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 5.2.2RC2 Released

2007-04-28 Thread Tijnema !
02.phpt] (warn: possibly braindead libc) my gmp version is 3.4.2, so it's normal that test 3 fails here. PHP test log for 5.2.1: http://86.86.80.41/PHP/php_test_results_5.2.1.txt PHP test log for 5.2.2RC2: http://86.86.80.41/PHP/php_test_results_5.2.2RC2.txt Didn't break any code yet :) T

Re: [PHP-DEV] 5.2.2RC2 Released

2007-04-28 Thread Tijnema !
On 4/28/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 04/28/2007 03:34 PM, Tijnema ! wrote: > I don't know if it is right to reply here, but the php-5.2.2RC2 test > suite fails 5 more tests then the testsuite of php-5.2.1 The right way is to run `make test` and hit &#x

Re: [PHP-DEV] How to find a bug: is_link troubles

2007-05-03 Thread Tijnema !
a link, then it might be better to check it with is_link. Also, the is_link function is cached, so you might want to add one or more clearstatcache() in your script. I checked your strace also, but it doesn't look like there's a bug. But I've never studied on the PHP core so Wel

Re: [PHP-DEV] Re: Help with the snaps site

2007-05-03 Thread Tijnema !
d you be willing to produce the HTML needed for the redesign? Edin Else i will :) Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Trying to understand PHP6's unicode support

2007-05-03 Thread Tijnema !
ode.output_encoding : PHP_INI_ALL So yes, it can be set with ini_set. Tijnema - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To: "Alexey Zakhlestin" <[EMAIL PROTECTED]> Cc: "Rangel Reale" <[EMAIL PROTECTED]>; Sent: Thursday

Re: [PHP-DEV] CVS Account Request: siml

2007-05-03 Thread Tijnema !
On 5/3/07, Tretter Simon <[EMAIL PROTECTED]> wrote: submitting a patch for a php extension in pecl tree (spread) i made a patch for php5.2 and spread 4.0 You don't need a CVS account for submitting one patch, send it to this list and someone will submit the patch. Tijnema -- PH

[PHP-DEV] CVS Account Request: siml

2007-05-03 Thread Tijnema !
Forwarding to the list... Tijnema -- Forwarded message -- From: Simon tretter <[EMAIL PROTECTED]> Hy, i've attached my patch, it's not perfect and it's not complete.. the codebase is a little bit awful and my code isn't much better ;), however - now i

Re: [PHP-DEV] CVS Account Request: siml

2007-05-03 Thread Tijnema !
Ok, forwarding to the pecl-dev list now Tijnema On 5/3/07, David Coallier <[EMAIL PROTECTED]> wrote: On 5/3/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > Forwarding to the list... > > Tijnema > > -- Forwarded message -- > From: Simon trette

Re: [PHP-DEV] Re: Help with the snaps site

2007-05-06 Thread Tijnema !
/www.w3schools.com/browsers/browsers_stats.asp) Might be a good alternative for the snaps site, as it is never too larg :) But it should work on IE6 too of course. Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Help with the snaps site

2007-05-06 Thread Tijnema !
On 5/6/07, David Coallier <[EMAIL PROTECTED]> wrote: On 5/6/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > On 5/6/07, David Coallier <[EMAIL PROTECTED]> wrote: > > On 5/5/07, Jan Reininghaus <[EMAIL PROTECTED]> wrote: > > > I am currently working on

Re: [PHP-DEV] Re: Help with the snaps site

2007-05-06 Thread Tijnema !
On 5/6/07, M.Sokolewicz <[EMAIL PROTECTED]> wrote: Tijnema ! wrote: > On 5/6/07, David Coallier <[EMAIL PROTECTED]> wrote: >> On 5/6/07, Tijnema ! <[EMAIL PROTECTED]> wrote: >> > On 5/6/07, David Coallier <[EMAIL PROTECTED]> wrote: >> > >

Re: [PHP-DEV] notebook onarımı, veri kurtarım ve bakım ve onarım hizmetleri

2007-05-22 Thread Tijnema
urkey? And why didn't you specify the country code for Turkey for the phone and fax number? You should really note that people outside of turkey should dial +90 in front of the number. And the website of your company isn't even made in PHP, so it's a shame you come to this list...! Tijnema

Re: [PHP-DEV] notebook onarımı, veri kurtarım ve bakım ve onarım hizmetleri

2007-05-22 Thread Tijnema
On 5/22/07, Robert Cummings <[EMAIL PROTECTED]> wrote: Hi Tijnema, You're going to get yelled at by Rasmus or someone *lol*. Unlike the generals list they have a strict "ignore" policy on this list for spam and off-topic posts :) Cheers, Rob. Oh yeah, it's internals

Re: [PHP-DEV] Re: Help with the snaps site

2007-05-25 Thread Tijnema
On 5/25/07, John Mertic <[EMAIL PROTECTED]> wrote: Fixed that; IE7 and overflow: auto where the culprits, so I added special CSS just for that browser. Thanks for catching that! Yes, looks cool now, i'd say +1 :) On 5/25/07, Tijnema <[EMAIL PROTECTED]> wrote: > I l

Re: [PHP-DEV] Re: Help with the snaps site

2007-05-25 Thread Tijnema
under Firefox, but I guess you didn't check it out with IE7? It gives me a lot of scrollbars in the page ... Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Still having lstat trouble

2007-05-25 Thread Tijnema
urce for the test is here: http://86.86.80.41/fs_test.phps Tijnema Brian Moon wrote: > Works as expected on my Mac (no strace on my Mac). On my Gentoo 64-bit > server, I get the wrong data from Apache2 and CLI. On my 32-bit Gentoo > server, without Apache 2, I get the correct answer

Re: [PHP-DEV] Re: Still having lstat trouble

2007-05-25 Thread Tijnema
On 5/25/07, Oliver Block <[EMAIL PROTECTED]> wrote: Hi, how about gdb php Regards, Oliver He said that the problem only occured with the Apache 2 SAPI, so the gdb is for the PHP CLI. Tijnema Am Freitag, 25. Mai 2007 19:50 schrieb Arnold Daniels: > Hi again, > > No, th

Re: [PHP-DEV] Re: Still having lstat trouble

2007-05-25 Thread Tijnema
C2, PHP-5.2.1 and an old CVS of PHP6. No problems at all. Tijnema Rasmus Lerdorf wrote: Tijnema wrote: On 5/24/07, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: Which filesystems is /tmp on on the various boxes? tmpfs related perhaps? -Rasmus Nice idea, but I don't think it&#

Re: [PHP-DEV] Re: Still having lstat trouble

2007-05-26 Thread Tijnema
sed: file not a link same So, thank Oliver! Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread Tijnema
ng php source (.php) files. now I need to know, what are the parameter of these methods. How can I get the documenttation on parameters. If I get this I could have make a .NET wrapper. Thanks Just take a look at the PHP Source code, the functions are well described there... :) Tijnema -- P

Re: [PHP-DEV] documentation of php5ts.dll and .NET wrapper

2007-06-17 Thread Tijnema
On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote: "Tijnema" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 6/17/07, muquaddim <[EMAIL PROTECTED]> wrote: >> Hi, >> I have use dumpbin to get the method names of php5ts.dll file. I g

Re: [PHP-DEV] MySQL and SSL Connectivity

2007-06-18 Thread Tijnema
Thanks! -- Christopher Weldon President & CEO Cerberus Interactive, Inc. www.cerberusonline.com [EMAIL PROTECTED] Phone: 866.813.4603 x605 Hi, The first bug was assigned in 2004 to georg, and seems like he never fixed it, while there is already a solution posted in the first bug. You can u

[PHP-DEV] CAPTCHA program on CVS account request?

2007-06-18 Thread Tijnema
Hello, I see that there is a lot of spam coming to this list through the CVS account request form, I think it would be good to add some kind of CAPTCHA program to this form, so that there wouldn't be (so much) spam anymore. Tijnema -- PHP Internals - PHP Runtime Development Mailing Li

Re: [PHP-DEV] MySQL and SSL Connectivity

2007-06-18 Thread Tijnema
On 6/18/07, Christopher Weldon <[EMAIL PROTECTED]> wrote: Tijnema wrote: > On 6/18/07, Christopher Weldon <[EMAIL PROTECTED]> wrote: >> Georg, et al: >> >> I've been looking through the bugs system and trying to track the issue >> with regards to

Re: [PHP-DEV] CAPTCHA program on CVS account request?

2007-06-18 Thread Tijnema
On 6/18/07, Hannes Magnusson <[EMAIL PROTECTED]> wrote: Hi On 6/18/07, Gwynne Raskind <[EMAIL PROTECTED]> wrote: > On Jun 18, 2007, at 4:01 PM, Tijnema wrote: > > Hello, > > > > I see that there is a lot of spam coming to this list through the CVS > > ac

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Tijnema
On 7/6/07, Derick Rethans <[EMAIL PROTECTED]> wrote: Ladies, Gentlemen, Kings and Princesses, With the nice PHP 5 / PHP 6 unicode semantics thread under way I am trying to gauge what people feel about dropping support for PHP 4 at the end of this year. That does not mean that we will not fix sec

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Tijnema
bably going to use this for a few years, no matter if development is going on or not. Tijnema -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RIP PHP 4?

2007-07-08 Thread Tijnema
s with an end-of-life coming up. Andi But after PHP4 is dropped, people can still use it, so if people really need to use it longer then they can just continue using it, once they are done they can still move on. Tijnema > -Original Message- > From: [EMAIL PROTECTED] > [ma

Re: [PHP-DEV] RIP PHP 4?

2007-07-11 Thread Tijnema
Larry? JeffG Except for the OO, I don't see anything that can't be done in PHP4, while it can be done in PHP5. Some workarounds are maybe needed, but it mostly doesn't require more than 10 lines of PHP code extra. Tijnema -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Apache handler with Multiple PHP versions

2007-07-11 Thread Tijnema
'd like to hear all your comments and objections on this, and of course, if you have any question, feel free to ask. Regards, Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-11 Thread Tijnema
5 for files with .php5, you need to rename a hell lot of files to .php5, AND change code inside the .php5 files to point to the renamed files. Regards, Tijnema Tijnema kirjoitti: > Hello developers, > > The thread about dropping support for PHP4 gave me a new idea, having > multiple PH

Re: [PHP-DEV] RIP PHP 4?

2007-07-11 Thread Tijnema
On 7/12/07, Jeff Griffiths <[EMAIL PROTECTED]> wrote: Tijnema wrote: > On 7/11/07, Jeff Griffiths <[EMAIL PROTECTED]> wrote: ... >> - file_get_contents() > PHP 4 >= 4.3.0, PHP 5 D'oh! Thanks for the history lesson. ;) >> - simplexml / DOM parsing / l

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-12 Thread Tijnema
Hello Richard, On 7/12/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Wed, July 11, 2007 6:13 pm, Tijnema wrote: > On 7/12/07, Jani Taskinen <[EMAIL PROTECTED]> wrote: >> A lot easier (and works already) is to install PHP as CGI/FastCGI >> (one version or all of

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-12 Thread Tijnema
On 7/12/07, Guilherme Blanco <[EMAIL PROTECTED]> wrote: Hi Tijnema, I think here is something that might interest you: http://www.phpclasses.org/browse/package/3472.html Regards, Hello Guilherme, This comes quite close to my idea, except that this does only uncomment specfic section

Re: [PHP-DEV] RIP PHP 4?

2007-07-12 Thread Tijnema
On 7/12/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Wed, July 11, 2007 4:40 pm, Tijnema wrote: > Except for the OO, I don't see anything that can't be done in PHP4, > while it can be done in PHP5. Some workarounds are maybe needed, but > it mostly doesn't req

Re: [PHP-DEV] RIP PHP 4?

2007-07-12 Thread Tijnema
On 7/12/07, David Coallier <[EMAIL PROTECTED]> wrote: On 7/11/07, Tijnema <[EMAIL PROTECTED]> wrote: > On 7/11/07, Jeff Griffiths <[EMAIL PROTECTED]> wrote: > > chris# wrote: > > > On Tue, 10 Jul 2007 19:30:26 -0500, Larry Garfield <[EMAIL PROTECTED]>

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-12 Thread Tijnema
On 7/12/07, chris# <[EMAIL PROTECTED]> wrote: On Thu, 12 Jul 2007 11:38:44 +0200, Tijnema <[EMAIL PROTECTED]> wrote: > Hello Richard, > > On 7/12/07, Richard Lynch <[EMAIL PROTECTED]> wrote: >> On Wed, July 11, 2007 6:13 pm, Tijnema wrote: >> > O

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-12 Thread Tijnema
On 7/12/07, Tijnema <[EMAIL PROTECTED]> wrote: On 7/12/07, chris# <[EMAIL PROTECTED]> wrote: > > > > On Thu, 12 Jul 2007 11:38:44 +0200, Tijnema <[EMAIL PROTECTED]> wrote: > > Hello Richard, > > > > On 7/12/07, Richard Lynch <[EMAIL PROTECTED]&

Re: [PHP-DEV] RIP PHP 4?

2007-07-12 Thread Tijnema
On 7/12/07, Tijnema <[EMAIL PROTECTED]> wrote: On 7/12/07, David Coallier <[EMAIL PROTECTED]> wrote: > On 7/12/07, Tijnema <[EMAIL PROTECTED]> wrote: > > On 7/12/07, David Coallier <[EMAIL PROTECTED]> wrote: > > > On 7/11/07, Tijnema <[EMAIL PROTECTE

Re: [PHP-DEV] RIP PHP 4?

2007-07-12 Thread Tijnema
On 7/12/07, David Coallier <[EMAIL PROTECTED]> wrote: On 7/12/07, Tijnema <[EMAIL PROTECTED]> wrote: > On 7/12/07, David Coallier <[EMAIL PROTECTED]> wrote: > > On 7/11/07, Tijnema <[EMAIL PROTECTED]> wrote: > > > On 7/11/07, Jeff Griffiths <[

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-14 Thread Tijnema
7;m looking at about 2 out of 6 webhosts I've experienced. YMMV I never saw a shared host with more than one PHP version installed actually, probably becaues they were all with Apache and not with FastCGI. So, for me it would be 0 out of 9... Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-14 Thread Tijnema
ngs, we will use it to support more versions of PHP." So, that confirms what I was thinking, but other webmasters might think different about it. Tijnema The code for loading and starting up different PHP versions at once: php4.c int *par

Re: [PHP-DEV] Apache handler with Multiple PHP versions

2007-07-14 Thread Tijnema
On 7/14/07, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: Tijnema wrote: > On 7/14/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: >> > The Apache2handler SAPI should be loaded first, and read the very >> > first line of the PHP script to determine if a version is

Re: [PHP-DEV] Let blocks

2007-07-19 Thread Tijnema
7. I guess it will not be implemented before IE8, and since the migration to IE7 goes already very slow, it won't be earlier than 2009 before the biggest part of the people uses an JS 1.7 compliant browser (IE8/FF2/...) Tijnema -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-11 Thread Tijnema
if those are not namespaces, not packages, call it something else? classgroups? phpspaces? codebundles? ...? Tijnema -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-13 Thread Tijnema
and others) a lot, and I don't think it would be good to confuse people with the same name for something different. Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-13 Thread Tijnema
On 8/13/07, Larry Garfield <[EMAIL PROTECTED]> wrote: > On Monday 13 August 2007, Tijnema wrote: > > On 8/13/07, Keryx Web <[EMAIL PROTECTED]> wrote: > > > Stanislav Malyshev skrev: > > > > And they, btw, are not ashamed of calling it

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-15 Thread Tijnema
sn't have anything to do with what I do. > > No. You mentioned not only once that namespace are better for users to > understand than packages. > > Seems you are the only one until now that still want to keep "namespace". > But I already have a solution to it I alr

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-16 Thread Tijnema
va packages, problem solved, it's not packages. So for you namespaces == C namespaces. Great, since PHP does not have C packages, problem solved, it's not namespaces. ;-) Tijnema -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info -- PHP Internals - PHP Runtime

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-16 Thread Tijnema
plemented in PHP, it might come close. So PHP does also not have namespaces... neither has it packages, so I would say that it's something unique, and needs an unique name.. Tijnema -- Vote for PHP Color Coding in Gmail! -> http://gpcc.tijnema.info -- PHP Internals - PHP Runtime Dev

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-16 Thread Tijnema
_SETUP { - if (CG(current_namespace)) { - *zendlval = *CG(current_namespace); + if (CG(current_package)) { + *zendlval = *CG(current_package); zval_copy_ctor(zendlval); } else { ZVAL_EMPTY_TEXT(zendlval); } - r

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-16 Thread Tijnema
On 8/16/07, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > Hi Tijnema, > > On Thu, 2007-08-16 at 20:27 +0200, Tijnema wrote: > > On 8/10/07, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I think we reached

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-16 Thread Tijnema
On 8/16/07, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > Hi again, > > On Thu, 2007-08-16 at 20:50 +0200, Tijnema wrote: > > > Well, why does PHP compiles fine without the patch?, and why is this > > file in the snapshot package when it is generated from flex? >

Re: [PHP-DEV] GSoC

2007-03-15 Thread Tijnema !
On 3/15/07, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hello Ilia, of course we can. The question is how do we find a student for ideas we have? best regards marcus I'm a student :) I'm not sure what the requirements for this are, but i've programmed a lot in PH

Re: [PHP-DEV] segmentation fault

2007-03-15 Thread Tijnema !
ad any segfaults with PHP, but i think more info is needed. What is some_module_global? is it a var? did you define it? is it just a string? And maybe PHP version would be helpful. Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] cURL limiting upload/download speed

2007-03-16 Thread Tijnema !
e new constants are: CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE So these must also be added to the manual if you are going to implement this patch. Kind Regards, Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] cURL limiting upload/download speed

2007-03-16 Thread Tijnema !
On 3/16/07, Edin Kadribasic <[EMAIL PROTECTED]> wrote: Hi Tijnema, The mailing lists strips attachment that don't have a correct mime-type. Could you post your patch somewhere and send the link to the list? Does this patch require specific cURL version? Edin Ok, i uploaded it to

[PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
o-mysql=/usr/mysql' '--without-pdo-oci' '--without-pdo-odbc' '--with-pdo-pgsql=/usr/psql' '--with-pgsql=/usr/psql' '--without-sybase-ct' '--with-sybase' '--without-recode' '--without-informix' '--disable-mbregex' '--without-pdo-dblib' So, i don't see any reason why the mail function isn't build in... Kind Regards, Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/17/2007 07:29 PM, Tijnema ! wrote: > Hi, > > I have PHP6 installed (Snapshot:200703141130) and somehow it says now > that the mail function is undefined, i have sendmail installed in /usr > (is in $PATH) It means th

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/17/2007 07:41 PM, Tijnema ! wrote: > On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: >> On 03/17/2007 07:29 PM, Tijnema ! wrote: >> > Hi, >> > >> > I have PHP6 installed (Snapshot:200

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/17/2007 08:07 PM, Tijnema ! wrote: >> ./config.nice | grep sendmail > > hmm, it returns no > So sendmail support was not compiled into., aha, well then i can solve > myself i think. Thanks for pointing me on

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Tijnema ! <[EMAIL PROTECTED]> wrote: On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 03/17/2007 08:07 PM, Tijnema ! wrote: > >> ./config.nice | grep sendmail > > > > hmm, it returns no > > So sendmail support was not

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Tijnema ! <[EMAIL PROTECTED]> wrote: On 3/17/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: > > On 03/17/2007 08:07 PM, Tijnema ! wrote: > > >> ./config.nice | grep sendmail > > > > &g

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-18 Thread Tijnema !
On 3/18/07, Mike Robinson <[EMAIL PROTECTED]> wrote: Tijnema ! > Well, i installed sendmail 8.14.0, and it did install the > sendmail binary into /usr/sbin/sendmail, and configure could > find it, so i recompiled/reinstalled PHP and now it still > can't find the mail comma

Re: [PHP-DEV] GSoC

2007-03-20 Thread Tijnema !
On 3/15/07, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hello Tijnema, cool, have a look at the site then. If Ilia didn't update it just wait a bit - we are having network problems here during the conference. best regards marcus Hi, I read a lot of text, just for information and

Re: [PHP-DEV] GSoC

2007-03-20 Thread Tijnema !
On 3/20/07, Marcus Boerger <[EMAIL PROTECTED]> wrote: Hello Tijnema, we have a few PECL extensions that deal with audio stuff. So it is possible but that definitively requires a lot of C skills. Apply for any of the ideas as a student on the GSoC page if you like. best regards marcu

Re: [PHP-DEV] GSoC

2007-03-20 Thread Tijnema !
pen Source). But having this support for video, it would be possible to easily create a site like youtube, where they even have a "screenshot" of the movie, which is actually just a frame in the middle of the file. And of course it would be possible to resize the video files. Kind Regards, Ti

Re: [PHP-DEV] GSoC

2007-03-21 Thread Tijnema !
On 3/21/07, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote: you should look at ffmpeg and other multi-codec libraries (sdl?) ffmpeg is cool, and probably good for this, but I'm not sure what you want to do with SDL library. Tijnema On 3/21/07, Tijnema ! <[EMAIL PROTECTED]> wr

Re: [PHP-DEV] GSoC

2007-03-21 Thread Tijnema !
On 3/21/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/21/2007 10:47 AM, Tijnema ! wrote: > On 3/21/07, Richard Lynch <[EMAIL PROTECTED]> wrote: >> >> I splice the ID3 tags onto the front of an MP3 stream in PHP on this >> site: >> >> http://unc

Re: [PHP-DEV] GSoC

2007-03-21 Thread Tijnema !
On 3/21/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/21/2007 12:08 PM, Tijnema ! wrote: > Like i said, video resizing might be useful for sites like youtube. I'm sure they don't do it each time the video is viewed. Nope, they do it when uploading the video. >

Re: [PHP-DEV] GSoC

2007-03-21 Thread Tijnema !
not everyone is using PHP like me, and that's why I'm talking here with you guys about my ideas. And so if there's enough interest we could start a new project. But it seems like that there's not enough interest for this project. I also noted a PHP Compiler, I saw some to

Re: [PHP-DEV] Re: Fatal Error on pecl.php.net and bugs.php.net not responding

2007-03-25 Thread Tijnema !
On 3/26/07, David Duong <[EMAIL PROTECTED]> wrote: It seems to be working now. - David Confirmed, it's working again :) TIjnema Jakob Buchgraber wrote: > Hey! > > When using the search on pecl.php.net I get a PHP fatal error. I > actually wanted to file a bug, but

Re: [PHP-DEV] Order of parent and child classes in EG(class_table)

2007-03-26 Thread Tijnema !
will be ALWAYS like that. 99% of the time it probably is, but sometimes things aren't going the way you expected :P Tijnema -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

Re: [PHP-DEV] PHP Summer of Code

2007-03-27 Thread Tijnema !
xpose my project idea... How can I do that? TIA You can expose your idea here. But the deadline was yesterday (atleast in my timezone ). So if you're quick it might be possible, but i'm not sure. Tijnema -- Davi Vidal [EMAIL PROTECTED] [EMAIL PROTECTED] -- Agora com fortune: &q

Re: [PHP-DEV] PHP Summer of Code

2007-03-27 Thread Tijnema !
ady web 2.0 > anyway, how is it php-related? > > On 3/27/07, Davi <[EMAIL PROTECTED]> wrote: > > Em Terça 27 Março 2007 05:26, Tijnema ! escreveu: > > > On 3/27/07, Davi <[EMAIL PROTECTED]> wrote: > > > > Hi all. > > > > > > &

Re: [PHP-DEV] PHP Summer of Code

2007-03-27 Thread Tijnema !
On 3/27/07, Davi <[EMAIL PROTECTED]> wrote: Em Terça 27 Março 2007 09:40, Tijnema ! escreveu: > On 3/27/07, Davi <[EMAIL PROTECTED]> wrote: > > Em Terça 27 Março 2007 08:29, Alexey Zakhlestin escreveu: > > > Web 2.0 sites are those "that emphasize online co

[PHP-DEV] PHP general mailserver down?

2007-04-05 Thread Tijnema !
Hi, Is the mail server of the PHP general list down? It keeps bouncing my mesages with some SMTP error. Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: PHP general mailserver down?

2007-04-05 Thread Tijnema !
On 4/5/07, Tijnema ! <[EMAIL PROTECTED]> wrote: Hi, Is the mail server of the PHP general list down? It keeps bouncing my mesages with some SMTP error. Tijnema To clarify myself, the error i get is: PERM_FAILURE: SMTP Error (state 12): 550 we're manly enough already It seems t

Re: [PHP-DEV] Re: php feature

2007-04-12 Thread Tijnema !
2 columns 'key' and 'value', and so you could easily store both :) Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-13 Thread Tijnema !
I don't see why you are all against dropping the ASP tags. I see people using ASP & PHP in one script, what would that do? If ASP runs first then there isn't a problem, but if PHP runs first, it would execute the ASP code. Tijnema -- PHP Internals - PHP Runtime Development M

Re: [PHP-DEV] Re: php feature

2007-04-13 Thread Tijnema !
On 4/13/07, Andrew Hutchings <[EMAIL PROTECTED]> wrote: Tijnema ! wrote: > On 4/12/07, Oliver Block <[EMAIL PROTECTED]> wrote: >> Am Donnerstag, 12. April 2007 06:34 schrieb Andrew Hutchings: >> > Isn't that what a database is for (e.g. MySQL)? >> >

Re: [PHP-DEV] Re: php feature

2007-04-13 Thread Tijnema !
On 4/13/07, Oliver Block <[EMAIL PROTECTED]> wrote: Am Freitag, 13. April 2007 15:46 schrieb Tijnema !: > I think that will screw up some things, for example when using 2 the > same scripts, on the same apache, but on different locations. It does not screw up things with session va

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-13 Thread Tijnema !
On 4/13/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Fri, April 13, 2007 9:16 am, Tijnema ! wrote: > I don't see why you are all against dropping the ASP tags. I see > people using ASP & PHP in one script, what would that do? If ASP runs > first then there isn'

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Tijnema !
o... \n"; ?> What a mess!... What about the even shorter version: \n"; ?> That's real ugly code... Tijnema Guilherme Blanco wrote: > I really can't see a reason to mantain ASP tags. > > Ok, short tags is good because of , but it doesn't > beha

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Tijnema !
m will break 1000s of scripts. removing ASP tags would break 100? I guess no more then that. Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Tijnema !
On 4/14/07, Nicolas A. Bérard-Nault <[EMAIL PROTECTED]> wrote: On 4/14/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > > I've seen the craziest things around, i've seen > hosting providers that had ASP and PHP both parsing every file, not > only .php or .asp, but a

Re: [PHP-DEV] ZF 0.8.0 Unit Tests behaving different on PHP 5.2.1 and PHP 5.2.2-dev

2007-04-16 Thread Tijnema !
look ok". Opinions? -- Wbr, Antony Dovgal The second one "1.0E+15" is more precise, as it has the extra 0. Other than that there's no big difference between them. But because it was in 5.2.1 and before, it might be better to choose the first one. Tijnema -- PHP Internals

Re: [PHP-DEV] I make a patch, how I report?

2007-04-17 Thread Tijnema !
ow to access fd 7 to write? ex: -- Fernando Chure PSL/CE Where's the patch? Tijnema -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php