Re: [PHP-DEV] RE: [PHP-DOC] #20822 [Com]: getimagesize() returning null instead of false

2002-12-05 Thread Tit \"Black\" Petric
> > From my point of view accessing a file should result in an > > error if the file cannot be opened or in case of > > GetImageSize() a file operation cannot be executed. For > > example i would expect GetImageSize() to show an error if the > > information cannot be retrieved due to file corrupti

[PHP-DEV] testing

2002-10-18 Thread Tit \"Black\" Petric
ignore this mail -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> imho, GIF format is dead, still used but dead ;) Providing read functions is > enough. > I prefer to see a mng support in futur versions (http://www.libmng.com/) backwards compatibility is still backwards compatibility.. either you support it full, or you dont support it at all. as for having

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> > i didnt know patents can expire.. and it would be logical to assume there > is > > some way to extend the ownership/validation - like domains etc > > Yes, they do. Once it expires, it becomes "public domain", of sorts. IANAL, > but I do know that this is a big intellectual property issue here

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> > gif support is not likely to be re-added, correct? > > I added GIF Read-only support already. We cannot add Gif-write support > until the Unisys patent expires next year. whats the status on the IMG_* constants then, i dont know about IMG_GIF_READ and/or IMG_GIF_WRITE, there is only IMG_GIF.

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> > > hmm.. any case that could be added perhaps in a more > > > "imagecreatetruecolor" friendly way, a patch is better than no > > > patch, even if it doesnt allways work :/ or atleast a function which > > > would convert a gd resource created with imagecreate() to a > > > truecolor one, the oppo

Re: [PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
> >if it is not then http://www.coupin.net/gd-freetype/ has the diff/source for > >gd2.0.1 which i believe is the latest one > > (snip cvs log) > > It was added and then removed.. hmm.. any case that could be added perhaps in a more "imagecreatetruecolor" friendly way, a patch is better than

[PHP-DEV] bundled gd

2002-10-10 Thread Tit \"Black\" Petric
since gd is supposed to be bundled and packed together with php4.3 i just wanted to know if the patch for imagettftext for the truecolor rendering will be applied to its source, or if its allready has been - i wouldnt want it to be missed by accident if it is not then http://www.coupin.net/gd-fre

Re: [PHP-DEV] REVIEW: Imminent session patch

2002-10-02 Thread Tit \"Black\" Petric
> (snip).. There is however another problem, which I > believe should be addressed. The problem being that session_register() > function does not work unless the user has register_globals enabled. > This particular problem causes problems for anyone using php software that was > written before thi

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Tit \"Black\" Petric
> > 1. Does adding the ?HIGHLIGHT_FORMAT switch to the .phps file format > >reduce or degregate current / existing functionality in any way? {if yes, > >please expand) > > No, but since no one has given any reason why line numbers should not > be on all the time, why bother with it? Just turn t

Re: [PHP-DEV] trans-sid warning?

2002-08-20 Thread Tit \"Black\" Petric
> IP match makes no sense. Someone's ip can change dramatically from one > click to the next due to dhcp leases timing out, roaming from one wireless > gateway to the next, coming through a round-robin dns batch of proxy > servers, etc. i quote myself: p.s. storing "IP/USERAGENT/whatnot" on the

Re: [PHP-DEV] strange bug in bugs.php.net

2002-08-20 Thread Tit \"Black\" Petric
$status gets escaped (' to \') causing it not to find the right status anywhere -> no results. i'dd fix it if i could ;] - Original Message - From: "Sebastian Nohn" <[EMAIL PROTECTED]> To: "PHP Developers Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 2:22 PM Subject: [

Re: [PHP-DEV] trans-sid warning?

2002-08-19 Thread Tit \&quot;Black\&quot; Petric
maybe you should implement a "dynamic_sid" flag, which would make SID behave in the following way page.php?sid=sidvaluekey after you would visit that page, you would get all url's in the page encoded with page.php?sid=newvaluekey so basically, the SID value expires (or should i say "mutates")

[PHP-DEV] CVS Account Request: black

2002-07-23 Thread Tit \&quot;Black\&quot; Petric
translating the manual to the slovene language & occasional bug smashing/tracking | feature requests

Re: [PHP-DEV] W3C html validation issue

2002-07-22 Thread Tit \&quot;Black\&quot; Petric
(snip) on the & subject.. i pressume this is a html only thing, if i try a header("Location ".$url), where $url has &'s in them php failed to recognise variables from that.. if the link is made inside an tag in the same way i didnt experience this problem (using IE5.0 5.5 and 6.0), so i pressum

[PHP-DEV] $GLOBALS

2002-07-08 Thread Tit \&quot;Black\&quot; Petric
is there an alias to $GLOBALS .. seems kinda long to type.. if not, can i suggest "$_" or is it taken anywhere? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bugpack 13

2002-07-03 Thread Tit \&quot;Black\&quot; Petric
(warning) note that you cannot convert a partition back to fat32 in case you might want to. meaning, when youre on nfs you stay on nfs.. unless you reinstall. other than that nfs is for the better imo :) - Original Message - From: "Magnus M" <[EMAIL PROTECTED]> To: "Michael Dransfield" <[

[PHP-DEV] zend2 design "arhitecture"

2002-06-27 Thread Tit \&quot;Black\&quot; Petric
[quote ZEND_CHANGES.txt] * Forced deletion of objects. .. yadda .. Note that if you have a user-defined function delete() in an old script, this script will yield a parser error with the Zend Engine 2.0, since 'delete' is now a reserved word. [/quote] if you chose intern

[PHP-DEV] code profiler

2002-06-25 Thread Tit \&quot;Black\&quot; Petric
ok this may be a bit offtopic, but here goes i am searching for a PHP code profiler, something to measure key components of the PHP scripts, tracking how many function calls are preformed in the code, the cost of each of the functions in terms of cpu cycles and memory usage, minimal, maximum, a

Re: [PHP-DEV] Switching zlib.output_compression, bug #16109

2002-06-24 Thread Tit \&quot;Black\&quot; Petric
let me get this straight.. you can turn off output_buffering = on inside php? then whats the problem with zlib, just make it output_buffer, and AFTER that check the ini value, weather to compress that data or not.. so it could be turned off runtime, or am i wrong? - Original Message - Fr

Re: [PHP-DEV] Switching zlib.output_compression, bug #16109

2002-06-24 Thread Tit \&quot;Black\&quot; Petric
imo its not really a bug, but its nice to have a workaround,.. php is very developer-user friendly, and people get used to it by seeing it work from the start, and having support/manual if it doesnt.. also, output compression should be only achieved by ob_start("ob_gzhandler"); since then people