[PHP-DEV] Zend Engine 2

2002-11-28 Thread electroteque
Hello i was wondering when this is becoming available with the possibilities of private and public class features ? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS 0RC2

2002-12-11 Thread electroteque
hi guys this has caused me lots of headaches , i would like to address some issues, first i have tried to compile sablot xslt into php , i had major dramas with that , as the configure script seem to ignore the path i set to sablot , and was using the predefined path, so i had to edit both the xslt

Re: [PHP-DEV] Re: PHP 4.3.0RC3

2002-12-12 Thread electroteque
firstly where can i add stuff to the cvs ? i have made a few posts before about an issue that hasnt changed , you guys still dont have it patched #if HAVE_LIBGD204 io_ctx->gd_free(io_ctx); #else io_ctx->free(io_ctx); #endif HAVE_LIBGD204 - this obviously means vers

[PHP-DEV] Re: #20972 [Opn->Csd]: make fails during gd.c

2002-12-12 Thread electroteque
i'm sorry this is not fixed , i have RC03 In file included from /usr/src/sources/php/php-4.3.0RC3/ext/gd/gd.c:89: /usr/src/sources/php/php-4.3.0RC3/ext/gd/gd_ctx.c: In function `_php_image_output_ctx': /usr/src/sources/php/php-4.3.0RC3/ext/gd/gd_ctx.c:73: structure has no member named `free' /u

Re: [PHP-DEV] Re: #20972 [Opn->Csd]: make fails during gd.c

2002-12-12 Thread electroteque
to gain from not using the bundled > library, which offers more functionality and is more stable. The problem with > free/gd_free is likely due to you having 2 sets of the GD library on your > computer. This confuses the check, because the headers do not correspond with > the library

Re: [PHP-DEV] Re: #20972 [Opn->Csd]: make fails during gd.c

2002-12-12 Thread electroteque
nality and is more stable. The problem with > free/gd_free is likely due to you having 2 sets of the GD library on your > computer. This confuses the check, because the headers do not correspond with > the library itself. > > Ilia > > On December 12, 2002 04:37 pm, electroteque

[PHP-DEV] Call to a member function on a non-object in

2002-12-14 Thread electroteque
Hi i am getting either this error or Call to undefined function: _encrypt() within my class script , it has been working previously until i compiled the latest cvs, i am referecing my functions like so $this->_encrypt(); within other functions , what seems to be the problem ?? -- PHP Developme

[PHP-DEV] Re: Call to a member function on a non-object in

2002-12-14 Thread electroteque
never mind after a headache 24hrs , i have worked out someone has added _encrypt as a php function which is why it was somehow buggering my script up , i changed it back to _crypt and it is fine now. "Electroteque" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"&

[PHP-DEV] Re: Call to a member function on a non-object in

2002-12-14 Thread electroteque
this is strange i now get the same error for _crypt but it bypassed it before, is this a bug ? "Electroteque" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > never mind after a headache 24hrs , i have worked out someone has added &

[PHP-DEV] output buffering problem

2002-12-17 Thread electroteque
hi guys i have the latest cvs , my function used to work now it doesnt function progressbar_percentage($i,$files,$newwin,$moviename,$status,$sleep=null){ if (is_array($files)) $per = $i/count($files); else $per = $i/$files; $per = $per*100; $buffer = "\n"; $buffer .= "var movie=".$newwin.".doc

[PHP-DEV] Re: output buffering problem

2002-12-17 Thread electroteque
actually i singled it out , it doesnt flush until the end of the loop, so it waits till the loop is finished and then flushes i suppose this is a bug. "Electroteque" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi guys i have t

[PHP-DEV] Re: output buffering problem

2002-12-18 Thread electroteque
sorry about the false alarm , if you go here u will see a working example http://galleries.dyndns.org:1023/progress.php i had to add both flush functions together to work , obviosuly flsuh is not emptying the buffer within a loop, is this still a bug ? flush(); ob_flush(); "Electro

[PHP-DEV] populating list menus with mysql and for statements

2002-06-09 Thread electroteque
hi i am populating a list menu with mysql , i would like to find a way to populate a form with more than one of the same list menus in a for loop fetchRow(DB_FETCHMODE_ASSOC)) { $typeID=$sample["typeID"]; $description=$sample["description"]; $sample_type[$sample['typeID

[PHP-DEV] getting a suitable server for an upload script

2002-06-15 Thread electroteque
hi i am creating a file upload script which will upload , insert into the db and then ftp the file to a suitable server , depending on the file size limit and how much space is left on the server , how could i check if the filesize is between a range of values for the servers and choose the right

[PHP-DEV] html tidy

2002-06-18 Thread electroteque
hi guys is it possible to pass a string through html tidy and output the cleaned up content ? i dont really want to have to create temporary files alover the place let us know -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: error compiling php4.2.1 with apache2.0.39

2002-07-17 Thread electroteque
i am getting this too, what is going on , i am installing on my dev server before we go and patch the updates to our cobalt server "Nora Speer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I get the following error message while running make. > I use

Re: [PHP-DEV] error compiling php4.2.1 with apache2.0.39

2002-07-17 Thread electroteque
sorry i get this in my compile In file included from sapi_apache2.c:32: /usr/local/etc/httpd/include/ap_config.h:268:16: os.h: No such file or directory In file included from /usr/local/etc/httpd/include/util_filter.h:61, from sapi_apache2.c:33: /usr/local/etc/httpd/include/httpd

[PHP-DEV] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread electroteque
hi guys i am getting this error when compiling php -g -O2 -pthread -DZTS -prefer-pic -c php_functions.c php_functions.c:93:27: missing binary operator before '!' make[3]: *** [php_functions.lo] Error 1 make[3]: Leaving directory `/usr/local/etc/php-4.2.1/sapi/apache2filter' make[2]: *** [all-rec