Re: [PHP] Writing IPTC tags

2002-06-04 Thread Ulf Wendel
Dirk Bonenkamp - Bean IT wrote: > Just wanted to know if it's possible to write iptc tags with php, and, > if so, how? http://www.php.net/manual/en/function.iptcembed.php Ulf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Template class

2001-12-14 Thread Ulf Wendel
Wolfram Kriesing wrote: > i just wanted to say what i had to write, because i didnt see any of > the existing template classes/engines provide me with that Go for Smarty or use PHP. Ulf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

php-general@lists.php.net

2001-12-13 Thread Ulf Wendel
Hi, is there a way to access the calling smarty object from withing a modifier callback function? Regular smarty callback functions get passed a list of "parameters" of the function call as a first argument and a reference to the calling smarty object as a second argument. function my_smary_

Re: [PHP] Standalone PHP Application

2001-11-19 Thread Ulf Wendel
Ulf Wendel wrote: > > Dirty windows hack: http://www.deskcode.com/phpcompiler/ > > Uuups, that one is broken. But there's somethink like that. I once > downloaded it. It's integrating the PHP script and the PHP interpreting > into one .exe-File. H

Re: [PHP] Standalone PHP Application

2001-11-19 Thread Ulf Wendel
Ulf Wendel wrote: > > Shane Wright wrote: > > > > mm, thats true - there is no compiler as such. PHP probably isnt the right > > language for you in this case :( > > Dirty windows hack: http://www.deskcode.com/phpcompiler/ Uuups, that one is broken. But there

Re: [PHP] Standalone PHP Application

2001-11-19 Thread Ulf Wendel
Shane Wright wrote: > > mm, thats true - there is no compiler as such. PHP probably isnt the right > language for you in this case :( Dirty windows hack: http://www.deskcode.com/phpcompiler/ Ulf -- NetUSE AG Dr.-Hell-Straße Fon: +49 431 386 436 00 http://www.netuse.de/ D-2

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Ulf Wendel
Yasuo Ohgaki schrieb: > I don't use GDB, but it seems it supports traceback. > How about Zend Debugger? Does it support? Anyone? http://dd.cron.ru/dbg/ ? Ulf -- Neu: PEAR Cache Erweiterung OutputCompression http://www.ulf-wendel.de/php/show_source.php?file=out_cache_com http://www.phpdoc.de

Re: [PHP] OOP and Future of PHP

2001-04-25 Thread Ulf Wendel
Rasmus Lerdorf schrieb: > > If anyone has any idea, or tricks to hide information in a variables or > > method in a class, or in other words, make a variable or method a private, > > I would really like to know. Thanks for any comments. > > PHP also doesn't have introspection, so there isn't a

Re: [PHP] Global variables

2001-04-19 Thread Ulf Wendel
Aaron Tuller schrieb: > > At 1:16 AM + 4/19/01, Philip Olson wrote: > > > > > > > > don't do that, at least I think it will recursively traverse the > $GLOBALS arrary (since $GLOBALS itself is $GLOBAL) and you will never > end. print_r() does have that bug, not var_dump(). http

Re: [PHP] Variable variable

2001-04-17 Thread Ulf Wendel
Jacky schrieb: > > > > and when I submit the form to page foo.php4, at that page, I use Variable variable >to call the value of the check box to see if it checked like this > > $quey = "select id from table"; > $result = .. ( assumeing it is done and i got value for $id for all records

Re: [PHP] variables empty

2001-04-17 Thread Ulf Wendel
Dennis Haller schrieb: > I've got this problem with variables. In the code below I've got the > variables: $jaar and $vak, if I echo them they r displayed correctly, but if > the function unlink is called it doesnt seem to know what $jaar and $vak > are. If I do $the_path = "/home/H0RNET/ftp/jaa

Re: [PHP] Time needed for a SQL-statement

2001-04-17 Thread Ulf Wendel
"B. Tenhumberg" schrieb: > Is there a way to get the time the database needed for execution a statement? > I use MySQL and PHP... Hmm, how about metering the overall time required by mysql_query() using microtime(), http://www.php.net/manual/en/function.microtime.php. As long as there's no netw

Re: [PHP] Link to a html in PHP Code

2001-04-16 Thread Ulf Wendel
Johannes Rumpf schrieb: > I'm a pretty newby, so I have a question: How can I make a link to html > or php or any other page in the internet in my PHP code? should be like > Command ( "Http://www.xyz.com") Just like a link in a html site would be > clicked. print 'http://www.circle.ch">The enga

Re: [PHP] PEAR_Error

2001-04-16 Thread Ulf Wendel
"Boget, Chris" schrieb: > > Is there any sample code for the above PEAR > class around anywhere? You should ask this on the dedicated pear-general list. Examples are all over in the PEAR source. I preferr to use a simple wrapper for it like http://cvs.php.net/viewcvs.cgi/php4/pear/Cache/Error.

Re: [PHP] Variables not getting passed when I post info

2001-04-16 Thread Ulf Wendel
Brandon Orther schrieb: > I made a GD script that made an image with the name of whatever page I was > in in my web site. I would post info to it like this: > http://www.domain.com/jpeg-out.php?title=FrontPage what ever I put for > title it would make the image. After reinstalling php4 on my

Re: [PHP] Want a Good Book for Ref on PHP

2001-04-16 Thread Ulf Wendel
Christian Reiniger schrieb: > > On Monday 16 April 2001 08:23, you wrote: > > Personally, I never even bought a PHP book. I learned from the web > > only...hehe. > > Same here. > Well, actually I *did* buy a book - "Core PHP programming". I started > reading it, saw that it basically only cove

Re: [PHP] include path per script

2001-04-16 Thread Ulf Wendel
Martín Marqués schrieb: > Is it posible to change the value of include_path in a php script without > changing it in php.ini? Try ini_set() & friends, http://www.php.net/manual/en/function.ini-set.php . Ulf -- Neu: PEAR Menu 3 - Navigationsstrukturen dynamisch dargestellt http://www.ulf-wen

Re: [PHP] PEAR

2001-04-16 Thread Ulf Wendel
"Boget, Chris" schrieb: > > > > Unless I'm missing something, I've looked all over the > > > PHP site for a link to PEAR but have been unable to find > > > one (including in the PEAR section of the manual, where > > > you would think it would be...). > > > Could someone please provide a link? >

Re: [PHP] resource id #2

2001-04-16 Thread Ulf Wendel
Greg K schrieb: > I am trying to run a query and in my log I am getting a message the message > resource id #2. > > $query=mysql_query("Select pass from members where uname='$username'"); > $result = mysql_query($query) > or die("You are not authorized to be here."); > > Can someone tell me w

Re: [PHP] PEAR

2001-04-16 Thread Ulf Wendel
Boget, Chris" schrieb: > Unless I'm missing something, I've looked all over the > PHP site for a link to PEAR but have been unable to find > one (including in the PEAR section of the manual, where > you would think it would be...). > Could someone please provide a link? http://pear.php.net/ Don'

[PHP-CVS] cvs: php4 /pear ITX.xml IT[X].xml

2001-03-30 Thread Ulf Wendel
) allowed to make a mistake without beeing kicked - cool, thanks! Index: php4/pear/ITX.xml +++ php4/pear/ITX.xml IT[X] Template Easy to use preg_* based template system. uw Ulf Wendel [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /pear package.dtd

2001-03-29 Thread Ulf Wendel
uw Thu Mar 29 14:01:52 2001 EDT Modified files: /php4/pear package.dtd Log: - uuups, modified the package.dtd, undo Index: php4/pear/package.dtd diff -u php4/pear/package.dtd:1.3 php4/pear/package.dtd:1.4 --- php4/pear/package.dtd:1.3 Thu Mar 29 13:5

[PHP-CVS] cvs: php4 /pear IT[X].xml package.dtd

2001-03-29 Thread Ulf Wendel
@@ + - - + - - + - - + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - - + + - - + + Index: php4/pear/IT[X].xml +++ php4/pear/IT[X].xml IT[X] Template Easy to use preg_* based template system. uw Ulf Wendel [EMAIL PROTECTED] 1.1

[PHP-CVS] cvs: php4 /pear/HTML IT.php ITX.php IT_Error.php

2001-03-29 Thread Ulf Wendel
:1.4 php4/pear/HTML/IT.php:1.5 --- php4/pear/HTML/IT.php:1.4 Thu Feb 8 14:19:59 2001 +++ php4/pear/HTML/IT.php Thu Mar 29 13:49:15 2001 @@ -16,8 +16,11 @@ // | Authors: Ulf Wendel <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/Experimental/XML fo2pdf.php sql2xml.php sql2xml_ext.php

2001-03-29 Thread Ulf Wendel
uw Thu Mar 29 13:26:53 2001 EDT Modified files: /php4/pear/Experimental/XML fo2pdf.php sql2xml.php sql2xml_ext.php Log: - added basic phpdoc doc comments - lots of whitespaces - renamed functions from get_xy to the PEAR getXY Chregu, sorry for this c

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu_Browser.php

2001-03-29 Thread Ulf Wendel
/Menu_Browser.php:1.2 php4/pear/Experimental/HTML/Menu_Browser.php:1.3 --- php4/pear/Experimental/HTML/Menu_Browser.php:1.2Thu Mar 22 10:38:32 2001 +++ php4/pear/Experimental/HTML/Menu_Browser.phpThu Mar 29 12:58:37 2001 @@ -16,7 +16,7 @@ // | Authors: Ulf Wendel <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear Cache.xml

2001-03-29 Thread Ulf Wendel
uw Thu Mar 29 07:01:16 2001 EDT Added files: /php4/pear Cache.xml Log: - package XML for the Cache I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling

[PHP-CVS] cvs: php4 /pear Cache.php

2001-03-28 Thread Ulf Wendel
data); +* print "Cache miss."; +* } +* * WARNING: No File/DB-Table-Row locking is implemented yet, * it's possible, that you get corrupted data-entries under * bad circumstances (especially with the file container) * * @author Ulf Wendel <[EMAIL PRO

[PHP-CVS] cvs: php4 /pear/Experimental/Image gtext.php

2001-03-28 Thread Ulf Wendel
/Experimental/Image/gtext.php:1.2 --- php4/pear/Experimental/Image/gtext.php:1.1 Wed Mar 28 04:48:36 2001 +++ php4/pear/Experimental/Image/gtext.php Wed Mar 28 05:56:33 2001 @@ -23,7 +23,7 @@ * FIXME - Usage example missing - FIXME * * @author Ulf Wendel <[EMAIL PROTECTED]> -* @versio

[PHP-CVS] cvs: php4 /pear/Experimental/Image color_helper.php /pear/HTML Menu.php

2001-03-28 Thread Ulf Wendel
. | +// +--+ +// | Authors: Ulf Wendel <[EMAIL PROTECTED]| +// +--+ +// +// $Id: color_helper.php,v 1.2 2001/03/28 13:08:11 uw Exp $ +// + /** * Widget stuff: color translat

[PHP-CVS] cvs: php4 /pear/Experimental/Image gbutton.php

2001-03-28 Thread Ulf Wendel
copy immediately. | // +--+ // | Authors: Ulf Wendel <[EMAIL PROTECTED]| // +--+ // // $Id: gbutton.php,v 1.1 2001/03/28

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-28 Thread Ulf Wendel
uw Wed Mar 28 04:58:58 2001 EDT Removed files: /php4/pear/Experimental/HTMLMenu.php Log: Moved it to the stable code. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[PHP-CVS] cvs: php4 /pear/HTML Menu.php

2001-03-28 Thread Ulf Wendel
ately. | // +--+ // | Authors: Ulf Wendel <[EMAIL PROTECTED]| // +--+ // // $Id: Menu.php,v 1.1 2001/03/28 12:58:23 uw Exp $$ // /** * Generates a H

[PHP-CVS] cvs: php4 /pear/Cache/Container file.php

2001-03-28 Thread Ulf Wendel
TED]> | // +--+ // -// $Id: file.php,v 1.9 2001/03/17 16:07:42 chregu Exp $ +// $Id: file.php,v 1.10 2001/03/28 12:51:33 uw Exp $ require_once 'Cache/Container.php'; @@ -24,7 +24,7 @@ * Stores cache contents in a file. * * @author Ulf Wendel &

[PHP-CVS] cvs: php4 /pear/Cache Graphics.php

2001-03-28 Thread Ulf Wendel
php4/pear/Cache/Graphics.php:1.6 --- php4/pear/Cache/Graphics.php:1.5Tue Mar 6 07:27:30 2001 +++ php4/pear/Cache/Graphics.phpWed Mar 28 04:50:19 2001 @@ -15,7 +15,7 @@ // | Authors: Ulf Wendel <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/Experimental/Image gtext.php

2001-03-28 Thread Ulf Wendel
send a note to | // | [EMAIL PROTECTED] so we can mail you a copy immediately. | // +--+ // | Authors: Ulf Wendel <[EMAIL P

[PHP-CVS] cvs: php4 /pear/Experimental/Image color_helper.php

2001-03-28 Thread Ulf Wendel
uw Wed Mar 28 01:51:11 2001 EDT Added files: /php4/pear/Experimental/Image color_helper.php Log: Widget functions to deal with colors when creating images. I'm not sure where I should place this, lets wait for the next classes (gtext, gbutton)

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu_Browser.php

2001-03-22 Thread Ulf Wendel
/Experimental/HTML/Menu_Browser.php:1.2 --- php4/pear/Experimental/HTML/Menu_Browser.php:1.1Tue Mar 20 15:45:31 2001 +++ php4/pear/Experimental/HTML/Menu_Browser.phpThu Mar 22 10:38:32 2001 @@ -16,16 +16,36 @@ // | Authors: Ulf Wendel <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/Cache/Container dbx.php

2001-03-22 Thread Ulf Wendel
uw Thu Mar 22 07:09:22 2001 EDT Modified files: /php4/pear/Cache/Container dbx.php Log: - added support for persistent connections Index: php4/pear/Cache/Container/dbx.php diff -u php4/pear/Cache/Container/dbx.php:1.2 php4/pear/Cache/Container/dbx.php:

[PHP-CVS] cvs: php4 /pear/Cache/Container dbx.php

2001-03-22 Thread Ulf Wendel
uw Thu Mar 22 06:57:45 2001 EDT Modified files: /php4/pear/Cache/Container dbx.php Log: - connection data typo - whitespaces Index: php4/pear/Cache/Container/dbx.php diff -u php4/pear/Cache/Container/dbx.php:1.1 php4/pear/Cache/Container/dbx.php:1.2

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu_Browser.php

2001-03-20 Thread Ulf Wendel
license and are unable to | // | obtain it through the world-wide-web, please send a note to | // | [EMAIL PROTECTED] so we can mail you a copy immediately. | // +--+ // | Authors: Ulf Wendel <[EM

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-16 Thread Ulf Wendel
/www.ulf-wendel.de/php/show_source.php?file=append +* +* Don't know how to use it or you need profiling informations?` +* Ask Christian he was patient with me and he'll be so with your questions ;). * -* Have fun! +* Have fun! * * @authors Ulf Wendel <[EMAIL PROTECTED]> *

[PHP-CVS] cvs: php4 /pear/XML Parser.php

2001-03-15 Thread Ulf Wendel
uw Thu Mar 15 12:39:14 2001 EDT Modified files: /php4/pear/XML Parser.php Log: - put the todo list into the inline docs Index: php4/pear/XML/Parser.php diff -u php4/pear/XML/Parser.php:1.9 php4/pear/XML/Parser.php:1.10 --- php4/pear/XML/Parser.php:

[PHP-CVS] cvs: php4 /pear/XML Render.php

2001-03-15 Thread Ulf Wendel
uw Thu Mar 15 11:44:47 2001 EDT Modified files: /php4/pear/XML Render.php Log: - removed all methods that did the same like the (parent) methods in XML/Parse.php - added todo to the inline docs After this there's only one method left at all which

[PHP-CVS] cvs: php4 /pear/XML Parser.php

2001-03-15 Thread Ulf Wendel
uw Thu Mar 15 11:34:13 2001 EDT Modified files: /php4/pear/XML Parser.php Log: - made it work without warnings - handler methods are now configurable - added startHandler() and endHandler() "event" is the default handling mode and calls these met

[PHP-CVS] cvs: php4 /pear/XML Parser.php

2001-03-15 Thread Ulf Wendel
uw Thu Mar 15 10:39:17 2001 EDT Modified files: /php4/pear/XML Parser.php Log: Cleanup on parse (fclose()). Index: php4/pear/XML/Parser.php diff -u php4/pear/XML/Parser.php:1.7 php4/pear/XML/Parser.php:1.8 --- php4/pear/XML/Parser.php:1.7Th

[PHP-CVS] cvs: php4 /pear/XML Parser.php

2001-03-15 Thread Ulf Wendel
uw Thu Mar 15 09:34:07 2001 EDT Modified files: /php4/pear/XML Parser.php Log: If the creation of the parser fails, the constructor "throws" an error by returning a XML_Parser_Error object. That means the user will get an object of the type XML_Parser_

[PHP-CVS] cvs: php4 /pear/XML Parser.php

2001-03-15 Thread Ulf Wendel
uw Thu Mar 15 09:30:02 2001 EDT Modified files: /php4/pear/XML Parser.php Log: - lots of whitespace (tabs vs. spaces) - added basic inline docs - added error handling to the constructor Index: php4/pear/XML/Parser.php diff -u php4/pear/XML/

Re: [PHP] JavaDoc?

2001-03-15 Thread Ulf Wendel
Jonathan Sharp schrieb: > > So i've heard bits and pieces that JavaDoc can parse out comments about > php... That's wrong. JavaDoc utilizes the Java Compiler. Check the PEAR repository there's a JavaDoc like tool in it. Ulf -- Ulf Wendel, NetUSE AG Siemenswall, D

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-14 Thread Ulf Wendel
uw Wed Mar 14 14:33:58 2001 EDT Modified files: /php4/pear/Experimental/HTMLMenu.php Log: - code beatifiying - minor inline doc update Index: php4/pear/Experimental/HTML/Menu.php diff -u php4/pear/Experimental/HTML/Menu.php:1.8 php4/pear/Expe

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-13 Thread Ulf Wendel
uw Tue Mar 13 14:03:29 2001 EDT Modified files: /php4/pear/Experimental/HTMLMenu.php Log: API change: replaced getSitemap() with get("sitemap") Index: php4/pear/Experimental/HTML/Menu.php diff -u php4/pear/Experimental/HTML/Menu.php:1.7 php4/pe

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-13 Thread Ulf Wendel
license and are unable to | -// | obtain it through the world-wide-web, please send a note to | -// | [EMAIL PROTECTED] so we can mail you a copy immediately. | -// +--+ -// | Authors: Ulf Wendel <[EM

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
EMAIL PROTECTED] so we can mail you a copy immediately. | +// +--+ +// | Authors: Ulf Wendel <[EMAIL PROTECTED]> | +// +--+

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
uw Mon Mar 12 15:26:16 2001 EDT Modified files: /php4/pear/Experimental/HTMLMenu.php Log: - extended "prevnext" mode to show the previous, up and next item (up is new) Index: php4/pear/Experimental/HTML/Menu.php diff -u php4/pear/Experimental/HT

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
uw Mon Mar 12 14:03:51 2001 EDT Modified files: /php4/pear/Experimental/HTMLMenu.php Log: - removed a typo - added the Isomenu feature "use which fits best" for the search of the selected item Index: php4/pear/Experimental/HTML/Menu.php dif

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
uw Mon Mar 12 12:30:44 2001 EDT Modified files: /php4/pear/Experimental/HTMLMenu.php Log: - made 'tree' the default redering type Index: php4/pear/Experimental/HTML/Menu.php diff -u php4/pear/Experimental/HTML/Menu.php:1.2 php4/pear/Experimenta

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
uw Mon Mar 12 12:22:13 2001 EDT Modified files: /php4/pear/Experimental/HTMLMenu.php Log: - made the URL check independend from $PHP_SELF - removed homepage specific code Index: php4/pear/Experimental/HTML/Menu.php diff -u php4/pear/Experim

[PHP-CVS] cvs: php4 /pear/Experimental README /pear/Experimental/HTML Menu.php

2001-03-09 Thread Ulf Wendel
nc rewrite - added a README for the directory with a policy for Experimental/ Index: php4/pear/Experimental/HTML/Menu.php +++ php4/pear/Experimental/HTML/Menu.php * * @version $id: $ * @author Ulf Wendel <[EMAIL PROTECTED]> * @access public * @package HTML */ class menu {

[PHP-CVS] cvs: php4 /pear Cache.php /pear/Cache Container.php

2001-03-08 Thread Ulf Wendel
/03/08 20:39:15 uw Exp $ +// $Id: Cache.php,v 1.7 2001/03/08 20:41:39 uw Exp $ require_once "Cache/Error.php"; @@ -26,7 +26,7 @@ * TODO: Simple usage example goes here. * * @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: Cache.php,v 1.6 2001/03/08 20:39:15 uw

[PHP-CVS] cvs: php4 /pear Cache.php /pear/Cache Container.php Error.php /pear/Cache/Container db.php file.php phplib.php

2001-03-08 Thread Ulf Wendel
implementations. * * TODO: Simple usage example goes here. * * @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: Cache.php,v 1.5 2001/03/06 15:27:30 sbergmann Exp $ +* @version $Id: Cache.php,v 1.6 2001/03/08 20:39:15 uw Exp $ * @package Cache * @access public */ @@ -136,7 +

[PHP-CVS] cvs: php4 /pear Cache.php

2001-03-03 Thread Ulf Wendel
TED]> | // +--+ // -// $Id: Cache.php,v 1.2 2001/03/02 10:29:34 sbergmann Exp $ +// $Id: Cache.php,v 1.3 2001/03/03 19:21:49 uw Exp $ /** * Cache is a base class for cache implementations. @@ -24,7 +24,7 @@ * TODO: Simple usage example goes here. * * @author

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-03 Thread Ulf Wendel
uw Sat Mar 3 11:19:25 2001 EDT Modified files: /php4/pear/CacheOutput.php Log: Made Output use the new features. Index: php4/pear/Cache/Output.php diff -u php4/pear/Cache/Output.php:1.7 php4/pear/Cache/Output.php:1.8 --- php4/pear/Cache/Output.php:

[PHP-CVS] cvs: php4 /pear/Cache Graphics.php

2001-03-03 Thread Ulf Wendel
/pear/Cache/Graphics.php:1.3Fri Mar 2 08:16:00 2001 +++ php4/pear/Cache/Graphics.phpSat Mar 3 11:18:31 2001 @@ -15,7 +15,7 @@ // | Authors: Ulf Wendel <[EMAIL PROTECTED]> | // +--+

[PHP-CVS] cvs: php4 /pear/Cache Function.php

2001-03-03 Thread Ulf Wendel
uw Sat Mar 3 11:17:20 2001 EDT Modified files: /php4/pear/CacheFunction.php Log: Changed the order of the inline module comment and the copyright stuff. Ok, I know this will lead to some discussion. But please let me change it so that PHPDoc wor

[PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-03 Thread Ulf Wendel
(255)] to a dataset in the cache More explanations will follow on the PEAR list. Submitted by: Ulf Wendel <[EMAIL PROTECTED]> Reviewed by: myself ;-) works on my development system and my homepage Index: php4/pear/Cache/Container.php diff -u php

[PHP-CVS] cvs: php4 /pear/Cache/Container shm.php

2001-03-03 Thread Ulf Wendel
uw Sat Mar 3 11:05:55 2001 EDT Modified files: /php4/pear/Cache/Container shm.php Log: Updates for the new structure/featues Index: php4/pear/Cache/Container/shm.php diff -u php4/pear/Cache/Container/shm.php:1.2 php4/pear/Cache/Container/shm.php:1.3 -

[PHP-CVS] cvs: php4 /pear/Cache/Container phplib.php

2001-03-03 Thread Ulf Wendel
BLOB NOT NULL DEFAULT '', +* userdataVARCHAR(255) NOT NULL DEFAUL '', +* expires INT(9) NOT NULL DEFAULT 0, * -* changed TIMSTAMP(14) NOT NULL, +* changed TIMESTAMP(14) NOT NULL, * * INDEX (expires), -* PRIMARY KEY (id) +* PRIMARY KEY (id, cachegroup) * )

[PHP-CVS] cvs: php4 /pear/Cache/Container file.php

2001-03-03 Thread Ulf Wendel
he contents in a file. * * @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: file.php,v 1.3 2001/03/02 14:00:43 uw Exp $ +* @version $Id: file.php,v 1.4 2001/03/03 19:02:54 uw Exp $ */ class Cache_Container_file extends Cache_Container { @@ -64,17 +64,19 @@

[PHP-CVS] cvs: php4 /pear/Cache/Container db.php

2001-03-03 Thread Ulf Wendel
uw Sat Mar 3 11:01:03 2001 EDT Modified files: /php4/pear/Cache/Container db.php Log: Changes for the new cache structure - extended inline docs - extended calls to the still not existant call CacheError - several changed for the new cache structur

[PHP-CVS] cvs: php4 /pear/Cache/Container phplib.php

2001-03-03 Thread Ulf Wendel
EATE TABLE cache ( +* idCHAR(32) NOT NULL DEFAULT '', +* content BLOB NOT NULL DEFAULT '', +* expires INT(9) NOT NULL DEFAULT 0, +* +* changed TIMSTAMP(14) NOT NULL, +* +* INDEX (expires), +* PRIMARY KEY (id) +* ) +* * * @author Ulf Wendel <[EMAIL

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-02 Thread Ulf Wendel
uw Fri Mar 2 07:18:39 2001 EDT Modified files: /php4/pear/CacheOutput.php Log: Sorry, removed my local settings. Will take some sleep before commiting again! Index: php4/pear/Cache/Output.php diff -u php4/pear/Cache/Output.php:1.5 php4/pear/Cache/O

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-02 Thread Ulf Wendel
uw Fri Mar 2 07:17:23 2001 EDT Modified files: /php4/pear/CacheOutput.php Log: ... must forgot this commit - endGet(), $cache_id => $output_id - added endGet() which returns the output buffering content - changed $cache_id to $output_id seems t

[PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-02 Thread Ulf Wendel
TED]> | // +--+ // -// $Id: Container.php,v 1.2 2001/03/01 17:18:22 sbergmann Exp $ +// $Id: Container.php,v 1.3 2001/03/02 14:30:03 uw Exp $ /** * Common base class of all cache storage container. @@ -36,7 +36,7 @@ * not recommended! * * @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: Con

[PHP-CVS] cvs: php4 /pear/Cache/Container db.php phplib.php

2001-03-02 Thread Ulf Wendel
phplib.php,v 1.3 2001/03/02 14:10:29 uw Exp $ +// $Id: phplib.php,v 1.4 2001/03/02 14:16:38 uw Exp $ require_once 'Cache/Container.php'; @@ -37,7 +37,7 @@ * Stores cache data into a database table. * * @author Ulf Wendel <[EMAIL PROTECTED]>, Sebastian Bergmann <[EMAIL PR

[PHP-CVS] cvs: php4 /pear/Cache/Container phplib.php

2001-03-02 Thread Ulf Wendel
), @@ -37,7 +37,7 @@ * Stores cache data into a database table. * * @author Ulf Wendel <[EMAIL PROTECTED]>, Sebastian Bergmann <[EMAIL PROTECTED]> -* @version $Id: phplib.php,v 1.2 2001/03/01 17:18:23 sbergmann Exp $ +* @version $Id: phplib.php,v 1.3 2001/03/02 14:10:29 uw

[PHP-CVS] cvs: php4 /pear/Cache/Container file.php

2001-03-02 Thread Ulf Wendel
TED]> | // +--+ // -// $Id: file.php,v 1.2 2001/03/01 17:18:23 sbergmann Exp $ +// $Id: file.php,v 1.3 2001/03/02 14:00:43 uw Exp $ require_once 'Cache/Container.php'; @@ -24,7 +24,7 @@ * Stores cache contents in a file. * * @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: file.p

[PHP-CVS] cvs: php4 /pear/Cache/Container db.php

2001-03-02 Thread Ulf Wendel
uw Fri Mar 2 05:58:47 2001 EDT Modified files: /php4/pear/Cache/Container db.php Log: Bugfixes: expire, encode()/decode(), MySQL data - the expire date should be saved as a timestamp with ($expire) ? $expire + time() : 0 - always use encod

[PHP-CVS] cvs: php4 /pear/PHPDoc/xmlwriter PhpdocXMLWriter.php

2001-02-18 Thread Ulf Wendel
@@ * not much what this class can do but it provides some simple * functions to handle attributes and hides file handling tasks. * -* @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: PhpdocXMLWriter.php,v 1.3 2000/12/03 22:37:39 uw Exp $ +* @version$Id: PhpdocXMLWriter

[PHP-CVS] cvs: php4 /pear/PHPDoc/xmlreader PhpdocXMLReader.php

2001-02-18 Thread Ulf Wendel
uw Sun Feb 18 08:56:18 2001 EDT Modified files: /php4/pear/PHPDoc/xmlreader PhpdocXMLReader.php Log: Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs with spaces. Index: php4/pear/PHPDoc/xmlreader/PhpdocXMLReader.php

[PHP-CVS] cvs: php4 /pear/PHPDoc/xmlexporter PhpdocXMLClassExporter.php PhpdocXMLDocumentExporter.php PhpdocXMLExporter.php PhpdocXMLIndexExporter.php PhpdocXMLModuleExporter.php PhpdocXMLWarningExporter.php

2001-02-18 Thread Ulf Wendel
uw Sun Feb 18 08:53:01 2001 EDT Modified files: /php4/pear/PHPDoc/xmlexporter PhpdocXMLClassExporter.php PhpdocXMLDocumentExporter.php PhpdocXMLExporter.php

[PHP-CVS] cvs: php4 /pear/PHPDoc/warning PhpdocWarning.php

2001-02-18 Thread Ulf Wendel
uw Sun Feb 18 08:31:09 2001 EDT Modified files: /php4/pear/PHPDoc/warning PhpdocWarning.php Log: Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs with spaces. Index: php4/pear/PHPDoc/warning/PhpdocWarning.php diff -

[PHP-CVS] cvs: php4 /pear/PHPDoc/renderer PhpdocRendererObject.php /pear/PHPDoc/renderer/html PhpdocHTMLClassRenderer.php PhpdocHTMLDocumentRenderer.php PhpdocHTMLIndexRenderer.php PhpdocHTMLModuleRenderer.php PhpdocHTMLRenderer.php PhpdocHTMLRendererManager.php PhpdocHTMLWarningRenderer.php

2001-02-18 Thread Ulf Wendel
uw Sun Feb 18 08:29:22 2001 EDT Modified files: /php4/pear/PHPDoc/renderer PhpdocRendererObject.php /php4/pear/PHPDoc/renderer/html PhpdocHTMLClassRenderer.php PhpdocHTMLDocumentRenderer.php

[PHP-CVS] cvs: php4 /pear/PHPDoc/indexer PhpdocIndexer.php

2001-02-18 Thread Ulf Wendel
with the result from the * -* @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: PhpdocIndexer.php,v 1.2 2000/12/03 22:37:37 uw Exp $ +* @author Ulf Wendel <[EMAIL PROTECTED]> +* @version $Id: PhpdocIndexer.php,v 1.3 2001/02/18 15:48:48 uw Exp

[PHP-CVS] cvs: php4 /pear/PHPDoc/filehandler PhpdocFileHandler.php

2001-02-18 Thread Ulf Wendel
2001 @@ -2,208 +2,207 @@ /** * File handling functions in phpdoc. * -* @version $Id $ -* @author Ulf Wendel <[EMAIL PROTECTED]> +* @version $Id: PhpdocFileHandler.php,v 1.3 2001/02/18 15:40:33 uw Exp $ +* @author Ulf Wendel <[EMAIL PROTECTED]> */ class Phpdo

[PHP-CVS] cvs: php4 /pear/PHPDoc/exceptions PhpdocError.php

2001-02-18 Thread Ulf Wendel
@@ * * The class is widely equal to the PEAR error handling class PEAR_ERROR. * -* @author Ulf Wendel <[EMAIL PROTECTED]> -* @version $Id: PhpdocError.php,v 1.2 2000/12/03 22:37:36 uw Exp $ -* @package PHPDoc +* @author Ulf Wendel <[EMAIL PROTECTED]> +* @versio

[PHP-CVS] cvs: php4 /pear/PHPDoc/core Phpdoc.php PhpdocArgvHandler.php PhpdocObject.php PhpdocSetupHandler.php

2001-02-18 Thread Ulf Wendel
t; == substr($file, $len, 9)) { +} else if ("warnings_" == substr($file, $len, 9)) { - $renderer->render(substr($file, $len), "warning"); +$renderer->render(substr($file, $len), "warning"); -

[PHP-CVS] cvs: php4 /pear/PHPDoc/analyser PhpdocAnalyser.php PhpdocClassAnalyser.php PhpdocModuleAnalyser.php

2001-02-18 Thread Ulf Wendel
uw Sun Feb 18 07:19:15 2001 EDT Modified files: /php4/pear/PHPDoc/analyser PhpdocAnalyser.php PhpdocClassAnalyser.php PhpdocModuleAnalyser.php Log: Sorry, whitespace only changes to follow the

[PHP-CVS] cvs: php4 /pear/PHPDoc/accessor PhpdocAccessor.php PhpdocClassAccessor.php PhpdocDocumentAccessor.php PhpdocIndexAccessor.php PhpdocModuleAccessor.php PhpdocWarningAccessor.php

2001-02-18 Thread Ulf Wendel
8 +2,245 @@ /** * Provides functions to access phpdoc xml documents that contain classes. * -* @author Ulf Wendel <[EMAIL PROTECTED]> -* @version 1.0 -* @package PHPDoc +* @author Ulf Wendel <[EMAIL PROTECTED]> +* @version$Id: PhpdocClassAccessor.php,v

[PHP-CVS] cvs: php4 /pear/PHPDoc/parser PhpdocClassParser.php PhpdocConstantParser.php PhpdocFunctionParser.php PhpdocModuleParser.php PhpdocParser.php PhpdocParserCore.php PhpdocParserRegExp.php PhpdocParserTags.php PhpdocUseParser.php PhpdocVariableParser.php

2001-02-18 Thread Ulf Wendel
+"version" => true, +"since" => true, + + "deprecated"=> true, +"

[PHP-CVS] cvs: php4 /pear/HTML ITX.php

2001-01-18 Thread Ulf Wendel
. | // +--+ -// | Authors: Ulf Wendel <[EMAIL PROTECTED]> | +// | Authors: Ulf Wendel <[EMAIL

[PHP-CVS] cvs: php4 /pear/HTML IT.php

2001-01-18 Thread Ulf Wendel
in it through the world-wide-web, please send a note to | // | [EMAIL PROTECTED] so we can mail you a copy immediately. | // +--+ -// | Authors: Ulf Wendel <[EMAIL P

[PHP] Layout Manager

2001-01-12 Thread Ulf Wendel
Hi, has anybody of you ever thought of a Layout Manager for PHP, somewhat like Java's Swing Layout Managers? If so, design hints are very much welcome. Thanks in advice! Ulf -- Ulf Wendel, NetUSE AG Siemenswall, D-24107 Kiel Tel: +49 431 386 436 00, Fax: +49 431 386 435 99 -- PHP Ge