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

2007-08-16 Thread Tijnema
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 Development Mailing List To unsubscribe, visit: http

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

2007-08-16 Thread Tijnema
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 Development Mailing List To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-16 Thread Tijnema
)) { + *zendlval = *CG(current_package); zval_copy_ctor(zendlval); } else { ZVAL_EMPTY_TEXT(zendlval); } - return T_NS_C; + return T_PKG_C; } YY_BREAK case 119: -- Tijnema -- Vote for PHP Color Coding

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 the consensus to rename namespaces to packages as our implementation is more package

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? Since snaps are for users, CVS versions

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

2007-08-15 Thread Tijnema
zendspace or stanspace +1 zendspace 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
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 namespaces just because it's not c++ ;) Exactly. That was my main

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-11 Thread Tijnema
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: [PHP-DEV] Let blocks

2007-07-19 Thread Tijnema
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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

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

2007-07-14 Thread Tijnema
, 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 *parse_php_code(char *file) { return 4; } int php_startup() { return 1

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 specified there. If not, the handler needs

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 them, one can be module of course

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 sections

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] wrote: ... The claim that is still repeated

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: On 7/12/07, Jani Taskinen [EMAIL PROTECTED] wrote: A lot

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 [EMAIL PROTECTED] wrote: chris# wrote: On Tue, 10 Jul 2007

Re: [PHP-DEV] RIP PHP 4?

2007-07-11 Thread Tijnema
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
if *) it is possible? *) it is not yet done *) it is wanted *) it will have any negative effect on something? I'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

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

2007-07-11 Thread Tijnema
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 PHP versions to be loaded

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 / libxml2 - json_encode|decode JSON PECL

Re: [PHP-DEV] RIP PHP 4?

2007-07-08 Thread Tijnema
-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] [mailto:[EMAIL PROTECTED] On Behalf

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

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Tijnema
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] MySQL and SSL Connectivity

2007-06-18 Thread Tijnema
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 use it too I think. Tijnema -- PHP

[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 List

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 MySQL and SSL connectivity through PHP. Bugs 28075 and 39699

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 account request form, I think it would be good to add

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

2007-06-17 Thread Tijnema
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 -- PHP Internals - PHP Runtime Development

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 get many names. 2 of these methods are, php_execute_script

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

2007-05-26 Thread Tijnema
same So, thank Oliver! 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-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 like the design under Firefox

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
/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 from apache and cli. On my 32-bit Gentoo server with Apache 2

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, the symlinks work fine

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

2007-05-22 Thread Tijnema
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] Re: Help with the snaps site

2007-05-06 Thread Tijnema !
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 my second draw for the page, but I have a question. For my

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: On 5/5/07, Jan Reininghaus [EMAIL PROTECTED] wrote: I am currently

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

2007-05-03 Thread Tijnema !
look like there's a bug. But I've never studied on the PHP core so Well, if above doesn't help you, then one of the real experts needs to look at it :) 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-03 Thread Tijnema !
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 !
be set with ini_set. Tijnema - Original Message - From: Derick Rethans [EMAIL PROTECTED] To: Alexey Zakhlestin [EMAIL PROTECTED] Cc: Rangel Reale [EMAIL PROTECTED]; internals@lists.php.net Sent: Thursday, May 03, 2007 5:58 AM Subject: Re: [PHP-DEV] Trying to understand PHP6's unicode

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 -- PHP Internals

[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 it works with php 5.2.1

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 tretter [EMAIL PROTECTED] Hy, i've attached my

Re: [PHP-DEV] 5.2.2RC2 Released

2007-04-28 Thread Tijnema !
: 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 :) Tijnema -- PHP Internals - PHP

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 'Y' when it asks you whether

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

2007-04-27 Thread Tijnema !
. 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] require_once

2007-04-24 Thread Tijnema !
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 !
, 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 !
, 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 idea is solved. BTW

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

2007-04-21 Thread Tijnema !
. 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 Runtime Development Mailing List

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

2007-04-17 Thread Tijnema !
: ? $fd = fopen(php://fd/7,'w'); fwrite($fd,test of write\n); fclose($fd); ? -- 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

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 !
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 - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Tijnema !
=\1.0\ encoding=\UTF-8\ ?\n; ? What a mess!... What about the even shorter version: ?=?xml version=\1.0\ encoding=\UTF-8\ ?\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 ?=$something

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-14 Thread Tijnema !
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 also .html etc. But they also had ASP tags

Re: [PHP-DEV] Re: php feature

2007-04-13 Thread Tijnema !
' 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 Mailing List

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)? No. - It's that what a symbol table is for.:-) Best

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 variables

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't a problem, but if PHP runs first

[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 that it only

Re: [PHP-DEV] PHP Summer of Code

2007-03-27 Thread Tijnema !
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: Actor Real Name

Re: [PHP-DEV] PHP Summer of Code

2007-03-27 Thread Tijnema !
-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. According to: The PHP team is once again proud to participate in the Google Summer of Code, and we are still looking

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 collaboration and sharing among users (c) http

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

2007-03-26 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 http://bugs.php.net

Re: [PHP-DEV] GSoC

2007-03-21 Thread Tijnema !
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, Tijnema On Tue, March 20

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] wrote: On 3/21/07

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://uncommonground.com/ The id3 library in PHP is quite good

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. And what i'm trying to do

Re: [PHP-DEV] GSoC

2007-03-21 Thread Tijnema !
project. But it seems like that there's not enough interest for this project. I also noted a PHP Compiler, I saw some tools on the net about this, but found that it was only for creating windows applications, anyone saw a PHP compiler for linux? Regards, Tijnema -- PHP Internals - PHP Runtime

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 i like

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 marcus Hi

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 compiled into., aha, well then i can solve myself i think

Re: [PHP-DEV] segmentation fault

2007-03-16 Thread Tijnema !
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

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

2007-03-16 Thread Tijnema !
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 rapidshare