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 php4

[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 gain?

[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 echo \hi\; ? | php [EMAIL PROTECTED] moshe]$ Dan

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 the

[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 message

[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 made a

[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: 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

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 prefix

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] wrote in message [EMAIL PROTECTED]">news:

[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:

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, what are these functions? * {{{ proto mixed

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 http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[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 http://www.php.net/

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 preflight a

[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,

[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, I was

[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

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

2002-10-31 Thread moshe doron
, 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 you also write some tests for the test suite, so that we can trace bugs with it? (Please

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

2002-10-30 Thread moshe doron
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 parameter. could some1 commit that please? thnxs moshe. begin 666 1.txt M26YD97@Z

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 Oct 2002, moshe doron wrote

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 the

[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 M26YD97Z(5X=]C86QE;F1AB]C86QE;F1ABYC#0H]/3T]/3T]/3T]/3T]

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, moshe doron wrote: i patched the jdtojewish

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 attachment but everything inline. Your mailer

[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 return

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

Re: [PHP-DEV] ActivePHP behavior

2002-06-16 Thread moshe doron
I'm not sure if a href=ActivePHP:kkk(); 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: script language=ActivePHP

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

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 http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ActivePHP behavior

2002-06-10 Thread moshe doron
='Javascript:kkk();'); /pre that code doesn't work: pre // this code print link that click on it do nothing function kkk(){ //Do some code } /pre $document-write(a href='ActivePHP:kkk();'); moshe doron[EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe

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

2001-01-27 Thread moshe doron
essary. James -- James Moore PHP Quality Assurance Team [EMAIL PROTECTED] -Original Message----- From: moshe doron [mailto:[EMAIL PROTECTED]] Sent: 27 January 2001 19:30 To: [EMAIL PROTECTED] Subject: [PHP-DEV] ooops, i thought it new one but: in debian, they say