Re: [PHP-DEV] Re: php4 /ext/fam fam.c /ext/fbsql php_fbsql.c /ext/hwapi hwapi.cpp /ext/hyperwave hw.c /ext/informix ifx.ec /ext/ingres_ii ii.c /ext/interbase interbase.c /ext/ircg ircg.c /ext/ldap

2003-03-12 Thread moshe doron
"Jani Taskinen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Your cvs checkout is broken: > > # cvs -d :pserver:[EMAIL PROTECTED]:/repository co php5 while php5 and php4 PHP_4_3 works fine *php4* is broken. may i missing somthing but why not do the default php

[PHP-DEV] Re: php4 /ext/fam fam.c /ext/fbsql php_fbsql.c /ext/hwapi hwapi.cpp /ext/hyperwave hw.c /ext/informix ifx.ec /ext/ingres_ii ii.c /ext/interbase interbase.c /ext/ircg ircg.c /ext/ldap ldap.c /ext/mbstring mbstring.c /ext/mssql php_mssql.c /ext/my

2003-03-11 Thread moshe doron
> Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. > # Intentionally left out any 'alias' for it, this way 3rd party extension > # maintainers will really NOTICE the change. wl, right now the default php4 tree is broken for cygwin, is this what did u expected to gai

Re: [PHP-DEV] Re: Piping to the PHP binary

2003-02-26 Thread moshe doron
> So there is no upgrade path for the cgi - it's lost this functionality? > (please confirm, as that breaks backward compatability for alot of my > scripts) well, i'm not the right person asking him just tried helping. > version, I get the same problem... Im guessing that its caused by one of > t

[PHP-DEV] Re: Piping to the PHP binary

2003-02-26 Thread moshe doron
use the cli not cgi: [EMAIL PROTECTED] moshe]$ php -v PHP 4.3.2-dev (cli) (built: Feb 24 2003 18:43:23) Copyright (c) 1997-2003 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies [EMAIL PROTECTED] moshe]$ echo "" | php [EMAIL PROTECTED] moshe]$ "Dan Hardiker" <[EMAIL PROT

[PHP-DEV] sybase_ct batch query security issue

2003-02-18 Thread moshe doron
there is security case here e.g, allowing the cracker chain "DELETE FROM X" to "SELECT * FROM X WHERE ID=$id" where the $id is got via the url without checking (most of the cases). limiting the feature by optional parameter may needed. -- "Timm Friebe" <[EMAIL PROTECTED]> wrote in messa

[PHP-DEV] Re: php4 /ext/standard/tests/general_functions sunfuncts.phpt

2003-02-16 Thread moshe doron
looks to me unnecessary, since the sixts parameter is the offset. -- "Jani Taskinen" <[EMAIL PROTECTED]> wrote in message news:cvssniper1045461063@cvsserver... > sniper Mon Feb 17 00:51:03 2003 EDT > > Modified files: > /php4/ext/standard/tests/general_functions su

[PHP-DEV] [PATCH] make the win32 project working again after date_sun*()'s

2003-02-16 Thread moshe doron
http://212.199.221.100/moshe/win32project-sunfuncs.patch.txt --

[PHP-DEV] Re: new Date extenstion

2003-02-16 Thread moshe doron
Pierre, u catching me a moment before i'm commiting date_sunrise(), date_sunset() functions, as agreed on the list. do we have a naming conflict here? moshe. -- "Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I mad

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-07 Thread moshe doron
well, what about sun_set(), sun_rise()? moshe -- "Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 12:47 PM 2/7/2003 +0200, moshe doron wrote: > >"Andi Gutmans" <[EMAIL PROTECTED]&

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-07 Thread moshe doron
"Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I haven't been following this whole discussion. > However, the function names should follow the coding standards and be named > something like date_sunrise(), date_sunset() (or whatever other pre

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-06 Thread Moshe Doron
"David Gillies" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > In a similar itch-scratching moment I whipped up a > trivial PHP module that groks tzfile timezone files to > give you the offset from GMT at any time in the Unix > epoch. I needed this to prefl

[PHP-DEV] CVS Account Request: momo

2003-02-06 Thread Moshe Doron
short term: add, maintenance and document some features related to calendar extension i about to commit and some have already commited (by Wez,Tal). currently need access for: ext/standard (for datetime) ext/calendar phpdoc phpdoc-he -- PHP Development Mailing List

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-06 Thread moshe doron
> shouldn't be gtm_offset -> gmt_offset > yep, my mistake. moshe. -- -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-06 Thread Moshe Doron
"Zeev Suraski" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20030206161428.050f11c0@localhost">news:5.1.0.14.2.20030206161428.050f11c0@localhost... > At 13:36 06/02/2003, moshe doron wrote: > > b. sunrise() > > c. sunset() > > Hrm

[PHP-DEV] [PATCH] new idate() - sunrise() - sunset() functions

2003-02-06 Thread moshe doron
1. here is new 3 functions a. idate() the same as date but get one format and returns integer. b. sunrise() c. sunset() on the attachment, sunfuncs1.patch is diff, the sunfunc.tar one is the new source files + tests. here is the web version: http://212.199.221.100/moshe/sunfun

[PHP-DEV] more calendar functionality and and the date() function

2003-02-04 Thread moshe doron
right now, the calendar extension miss the right date for some calendars by plus\minus day depends on the calendar native. e.g, on the jewish one, the "days come by the nights" mean 4\2\2003 evening is belongs to 5\2\2003, where the evening is function of the sunset for given day, latitude, long

[PHP-DEV] Re: problems on building php_win32 release binaries

2003-02-03 Thread moshe doron
http://www.php.net/manual/en/install.windows.php follow the steps releted to win32build. anyway u always can use cygwin building the source. moshe -- "Ernani Joppert Pontes Martins" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Fellows, > >

[PHP-DEV] current ZE2 is broken on cygwin

2002-11-25 Thread moshe doron
cygwin: gcc -Imain/ -I/cygdrive/d/tmp/cvs-test/php4-ze2/main/ -DPHP_ATOM_INC -I/cygdrive/d/tmp/cvs-test/php4-ze2/include -I/cygdrive/d/tmp/cvs-test/php4-ze2/main -I/cygdrive/d/tmp/cvs-test/php4-ze2 -I/cygdrive/d/tmp/cvs-test/php4-ze2/Zend -I/cygdrive/d/tmp/cvs-test/php4-ze2/ext/xml/expat

[PHP-DEV] [PATCH]-[calendar more flexible heberw date format]

2002-11-18 Thread Moshe Doron
since Wez response, here the patch + testing file again. that patch make the return string more flexible, and improve the speed using char insteed of emaloc memory http://212.199.221.100/moshe/calendar.patch.tar.gz Tal may u'll commit that? thnxs moshe

[PHP-DEV] gd_bundled, win32build && WIN32

2002-11-02 Thread moshe doron
some1 have to take care about the win32build files since those files are out of date. (1): on libgd/gdft.c(47): #include "freetype/freetype.h" #include "freetype/ftglyph.h" but on win32 the freetype.h is on the main include and there is no ftglyph.h at all. (2) there is no linpng, zlib, libjpeg

Re: [PHP-DEV] hebrew patch for jewish calendar

2002-10-31 Thread moshe doron
> On Wed, 30 Oct 2002, moshe doron wrote: > > > i already did it. > > couldn u get the tar.gz file? > > The list manager strips them. > > > > > let do it the web way: > > http://212.199.221.100/moshe/heb-calendar-patch.tar.gz > > This worked :) Can y

Re: [PHP-DEV] hebrew patch for jewish calendar

2002-10-30 Thread moshe doron
> moshe: Your mua appears to be MS Outlook Express; you can avoid these > strange problems with attachments by setting it to send base64 encoded > MIME attachments instead of uuencoded "attachments". thnxs > As for the patch, can you explain in english what it actually does? i just returned th

Re: [PHP-DEV] hebrew patch for jewish calendar

2002-10-30 Thread moshe doron
i already did it. couldn u get the tar.gz file? let do it the web way: http://212.199.221.100/moshe/heb-calendar-patch.tar.gz thnx moshe. -- "Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:Pine.LNX.4.44.0210302118180.5024-10@;jdi.jdimedia.nl... > On Wed, 30 Oc

Re: [PHP-DEV] hebrew patch for jewish calendar

2002-10-30 Thread moshe doron
Hello, > > Can you please send the patch as attachment? > > Derick > > > On Mon, 28 Oct 2002, moshe doron wrote: > > > i patched the jdtojewish() function to return the symbolic hebrew data (i.e. > > "ëá çùåï äúùñâ") > > by second optional par

Re: [PHP-DEV] hebrew patch for jewish calendar

2002-10-28 Thread moshe doron
well... u prob like more that format... moshe -- "Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:Pine.LNX.4.44.0210281435180.30026-10@;jdi.jdimedia.nl... > On Mon, 28 Oct 2002, moshe doron wrote: > > > i did it (1.txt) > > Still no attach

Re: [PHP-DEV] hebrew patch for jewish calendar

2002-10-28 Thread moshe doron
i did it (1.txt) lets try again moshe "Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:Pine.LNX.4.44.0210281426290.30026-10@;jdi.jdimedia.nl... > Hello, > > Can you please send the patch as attachment? > > Derick > > > On Mon, 28 Oct 2002

[PHP-DEV] hebrew patch for jewish calendar

2002-10-28 Thread moshe doron
i patched the jdtojewish() function to return the symbolic hebrew data (i.e. "ëá çùåï äúùñâ") by second optional parameter. could some1 commit that please? thnxs moshe. begin 666 1.txt M26YD97@Z(&5X="]C86QE;F1A9FEL93H@+W)E<&]S:71O'0O8V%L M96YD87(O8V%L96YD87(N8RQV#0IR971R:65V:6YG(')E=FES:6]N(#

[PHP-DEV] Re: php4 /ext/dbx dbx_oci8.c

2002-10-27 Thread moshe doron
do it the ini way please, u just broken 2/3 of my apps now -- "Marc Boeren" <[EMAIL PROTECTED]> wrote in message news:cvsmboeren1035469574@;cvsserver... > mboeren Thu Oct 24 10:26:14 2002 EDT > > Modified files: > /php4/ext/dbx dbx_oci8.c > Log: > Changed the dbx_oci8 behaviour to

Re: [PHP-DEV] zend_bailout() crash.

2002-06-19 Thread moshe doron
"Markus Fischer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there somewhere a zend_try { } zend_try_catch statement > around the execution loop ? It is needed, maybe it's missing? there is no one. could u commit the needed change (i don't realy

[PHP-DEV] zend_bailout() crash.

2002-06-18 Thread moshe doron
coz Wez 2 busy i'm tring to debug ActivePHP myself but i'have no actual experience debuging php so i need some help. can some1 tell me if running into zend_bailout()? on the main extuce loop: switch(EX(opline)->opcode){ case ZEND_EXIT: have to indicating me that something got wrong? the mo

Re: [PHP-DEV] ActivePHP behavior

2002-06-16 Thread moshe doron
> I'm not sure if will work; let me know > if it does (I haven't tried that yet). well it doesn't i used 'onclick' instead. but in combination of $document->write() its crash the browser,or just not working just try that code: $GLOBALS["document"]->write(" cli

Re: [PHP-DEV] ActivePHP behavior

2002-06-11 Thread moshe doron
that line $GLOBALS["window"]->$document->write("why that alert doesn't show?"); should be: $GLOBALS["window"]->alert("why that alert doesn't showed?"); -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ActivePHP behavior

2002-06-11 Thread moshe doron
coz ActivePHP is under development, and there is no release (ie: i have to compile it by myself) && no document, i considerd the behavior i reported as bug, or maby considered missing property we *must* have to make the use of that activescript realy useable as client side web script. that behavi

[PHP-DEV] ActivePHP behavior

2002-06-10 Thread moshe doron
ot;); that code doesn't work: // this code print link that click on it do nothing function kkk(){ //Do some code } $document->write(""); moshe doron<[EMAIL PROTECTED]> -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ooops, i thought it new one but:

2001-01-27 Thread moshe doron
wing > >OPTIONS requests in your httpd.conf > > > >Doing the above will not guarantee that your system is safe but it will > >enable you check the security advisory and then make a decision on whether > >an upgrade is necessary. > > > > > >J

[PHP-DEV] ooops, i thought it new one but:

2001-01-27 Thread moshe doron
as been out for over a week and the problem is fixed > in 4.0.4pl1 > > -Rasmus > > On Sat, 27 Jan 2001, moshe doron wrote: > > > the problem here is, that i have problem to update some servers contains my > > code coz them not in my ownship, so i just have to test if this

Re: [PHP-DEV] security hole reported by freshmeet

2001-01-27 Thread moshe doron
u posted. Just upgrade to the latest > version to address it. > > On Sat, 27 Jan 2001, moshe doron wrote: > > > http://freshmeat.net/news/2001/01/27/980597363.html > > > > where can i find any references? > > > > tnx > > moshe. > > >

[PHP-DEV] security hole reported by freshmeet

2001-01-27 Thread moshe doron
http://freshmeat.net/news/2001/01/27/980597363.html where can i find any references? tnx moshe. -- -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: