[PHP-DEV] Bug #15244: array_splice acts like array_splice

2002-01-27 Thread tobias
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Arrays related Bug description: array_splice acts like array_splice both functions give back the same result: array_slice($array,1,5); is eaqual to: array_splice($array,1,5); but my phpDoc

[PHP-DEV] Bug #15244 Updated: array_splice acts like array_splice

2002-01-27 Thread tobias
ID: 15244 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Arrays related Operating System: Linux PHP Version: 4.0.5 New Comment: it's like this one : $array = array( [0] => firstentry,[1] => secondtentry,[2] => thirdentry,[...etc...])

[PHP-DEV] Bug #14213 Updated: compiling problem

2001-11-25 Thread tobias
ID: 14213 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: ucd-snmp-4.2.2]# ./configure ; make ; make install Apache/1.3.19 This is a slackware 7.1 dist with 2

[PHP-DEV] Bug #14213 Updated: compiling problem

2001-11-25 Thread tobias
ID: 14213 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: ucd-snmp-4.2.2]# ./configure ; make ; make install Apache/1.3.19 This is a slackware 7.1 dist with 2

[PHP-DEV] Bug #14213 Updated: compiling problem

2001-11-25 Thread tobias
ID: 14213 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: SNMP related Operating System: linux PHP Version: 4.0.6 New Comment: Same error with './configure' '--with-snmp' '--enable-ucd-snmp-hack' '--with-openssl' tried old versions of ucd-snmp to with

[PHP-DEV] Events-RSS-Parser, need MySQL-Dump from evetnts-db

2003-01-07 Thread Tobias Schlitt
Hi you all! I wanted to write some code for php.net and decided to write a parser from the events-database to an RSS-file first. Goba just gave me some helpfull information on that first (eg. the structure of the db and some csv-values). So, thanks to Goba, first!! But i think thats not enou

[PHP-DEV] [PATCH] /phpweb/include/shared-manual.inc

2003-01-19 Thread Tobias Schlitt
Hi y'all! While posting some answer to the german php-newsgroup i thought, that it would be cool to have a link to comments on the manual. I just made this little patch for realizing that. Would be cool, if you can apply it to /phpweb/include/shared-manual.inc. --- shared-manual.inc.php

[PHP-DEV] CVS Account Request: toby

2002-11-12 Thread Tobias Schlitt
We propose to write some PHP-Extensions in C. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Problems with "ftp_put()", .in.-file already exists

2002-12-15 Thread Tobias Schlitt
Hi all! I've written some small FTP-Class, which i would like to release into PEAR. The class covers a method, to recursively up- and download whole directories. But everytime i try running the method over the whole PEAR-API-Doc, i generated with phpdoc, i get the following error, even, if the upl

[PHP-DEV] XML-Presentationsystem from the Conf2002

2002-12-27 Thread Tobias Schlitt
Hi folks! I saw the nice-looking presentationsystem, written in PHP and using XML, on the PHP-Conference this year. I liked that very much and think it's must for every PHP-related presentation. So, can anyone tell me, where to download the system? Has anyone got it at home and could send me a qui

[PHP-DEV] PHP 4.3.0 (Win32, zip) not bundled with PEAR?

2002-12-31 Thread Tobias Schlitt
Hi PHP-lovers! Happy new year! I just downloaded the PHP 4.3.0 binaries (Win32, zip) and saw, that no PEAR related stuff is included... is that right or is there a mistake in it? I thought, PEAR would be integral part of PHP since some versions... Regards! Toby -- -- PHP Development Mailin

[PHP-DEV] 4.3.0, RedHat 7.3:"Fatal error: Nesting level too deep - recursive dependency? in Unknown on line 0", even with empty file

2003-01-02 Thread Tobias Schlitt
Hi everyone! Today i compiled 4.3.0 on my Laptop (Redhat 7.3). Compiling works fine. Running Scripts works (until now) fine. Except, that i'm getting the same error, with every file i parse (even with whole empty ones). The Error is: "Fatal error: Nesting level too deep - recursive dependency?

[PHP-DEV] RSS-News

2003-01-03 Thread Tobias Schlitt
Hi y'all! I wanted to distribute actual PHP-news mixed up with news from heise.de and some other locations. The problem is, that the PHP-RSS do not provide any kind of publication date for the news. Is it possible to add theese dates to the news? I think some other people will be happy about t

[PHP-DEV] [PATCH] RSS-News-Generation from php.net

2003-01-04 Thread Tobias Schlitt
Hi everyone! Because of missing the publication-date in the RSS-file from php.net, i made a little patch to the script for including theese dates. Here it is: --- php_news_rss_old.phpSat Jan 4 20:06:54 2003 +++ php_news_rss.phpSat Jan 4 20:06:52 2003 @@ -133,6 +133,9 @@ // And

[PHP-DEV] Re: Bug #15523: Line Number

2002-02-12 Thread Tobias Schenck
://www.php.net/manual/en/language.constants.predefined.php Would you please be so kind to close the Bug-Report? kind regards, Tobias <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED]... > From: [EMAIL PROTECTED] > Operating system: Linux > PHP version: 4.1.1

[PHP-DEV] Bug #11591: implode()

2001-06-20 Thread dahlberg . tobias
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: implode() When I join an array with implode() or join() and use chr(13) . chr(10) (CrLf) as delimiter I get one empty line between each line, but i

[PHP-DEV] Bug #10282: session_set_cookie_params(time()) is setting wrong time

2001-04-11 Thread tobias . fritz
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: session_set_cookie_params(time()) is setting wrong time I wrote the following small script : if I do a telnet to port 80 on the machine where

[PHP-DEV] Bug #14081:

2001-11-16 Thread tobias . bartels
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: Compile Warning Bug description: ./configure: flex: command not found checking lex output file root... ./configure: lex: command not found cannot find output from lex; giving up Can

[PHP-DEV] Re: 4.1.0 Final RC

2001-11-20 Thread Tobias Schenck
Runs on SuSE 7.3 with File-Upload and IE 5.5 kind regards, tobias schenck "Joshua Eichorn" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've tried this on multiple machines as well as using other people's > upl

[PHP-DEV] Re: [PHP-QA] PHP 4.1.0RC4

2001-11-29 Thread Tobias Schenck
sites) but quite a couple of people not tracking php.dev might have downloaded it. >From the sight of marketing I would favor 4.1.1 but I'm neither a developer nor on the QA-team. kind regards Tobias Schenck "Jim Winstead" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [

[PHP-DEV] Re: html tidy

2002-06-18 Thread Tobias Schenck
"Electroteque" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi guys is it possible to pass a string through html tidy and output the > cleaned up content ? yes > i dont really want to have to create temporary files alover the place let us > know > > ht

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Tobias Schenck
Sorry for posting as a non-developer, we store an md5-hash in a unique key which does the trick. Tobias "Sander Roobol" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 003201c158a8$9096da80$01e3a8c0@grotepc">news:003201c158a8$9096da80$01e3a8c0@grotepc... > > Actually

[PHP-DEV] CVS Account Request: tobsn

2002-07-11 Thread Tobias Johann Georg Orterer
Have time, have knowledge, want work. Want to make the german translation, bugfixing and additions in the php manual. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php