tony2001Tue May 29 08:01:23 2007 UTC
Modified files:
/php-src/ext/standard md5.c
Log:
fix typo
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/md5.c?r1=1.50&r2=1.51&diff_format=u
Index: php-src/ext/standard/md5.c
diff -u php-src/ext/standard/
pollita Mon Oct 2 00:32:13 2006 UTC
Modified files:
/php-src/ext/standard md5.c sha1.c
Log:
Allow unicode-ascii to binary conversion and do proper path conversion for
file variants
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/md5.c?r1=1.47&r2=1.48&
pollita Sun Sep 24 17:09:46 2006 UTC
Modified files:
/php-src/ext/standard md5.c sha1.c
Log:
PHP6 Updates
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/md5.c?r1=1.46&r2=1.47&diff_format=u
Index: php-src/ext/standard/md5.c
diff -u php-src/ext/standard/
o: php-cvs@lists.php.net
Subject: [PHP-CVS] cvs: php-src /ext/standard md5.c
andrei Tue Aug 16 15:45:01 2005 EDT
Modified files:
/php-src/ext/standard md5.c
Log:
md5() and md5_file() should return binary strings when raw_output is
set.
http://cvs.php.net/diff.php/php-src/ext/stan
: Andrei Zmievski [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 16, 2005 11:45 PM
To: php-cvs@lists.php.net
Subject: [PHP-CVS] cvs: php-src /ext/standard md5.c
andrei Tue Aug 16 15:45:01 2005 EDT
Modified files:
/php-src/ext/standard md5.c
Log:
md5() and md5_file() should
Please look into "make utest TESTS=ext/standard/tests/strings/md5raw.phpt".
Dmitry.
> -Original Message-
> From: Andrei Zmievski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 16, 2005 11:45 PM
> To: php-cvs@lists.php.net
> Subject: [PHP-CVS] cvs: ph
Agree.
Dmitry.
> -Original Message-
> From: Derick Rethans [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 17, 2005 10:51 AM
> To: Dmitry Stogov
> Cc: 'Andi Gutmans'; php-cvs@lists.php.net
> Subject: RE: [PHP-CVS] cvs: php-src /ext/standard md5.c
&
On Wed, 17 Aug 2005, Dmitry Stogov wrote:
> May be nice to have, however ASCII to unicode conversion is not usual case.
> Usualy we have non ASCII but some encoding (UG(runrime_encoding)).
But we can have a macro for that too, isn't it? :)
Derick
--
Derick Rethans
http://derickrethans.nl | http
May be it should return IS_BINARY only in unicode mode, and IS_STRING in
non-unicode (as before)?
Dmitry.
> -Original Message-
> From: Andrei Zmievski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 16, 2005 11:45 PM
> To: php-cvs@lists.php.net
> Subject: [PHP-CVS] cv
coding (UG(runrime_encoding)).
Dmitry.
> -Original Message-
> From: Andi Gutmans [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 17, 2005 4:54 AM
> To: Dmitry Stogov; php-cvs@lists.php.net
> Subject: Re: [PHP-CVS] cvs: php-src /ext/standard md5.c
> /ext/standar
Stogov; php-cvs@lists.php.net
> Subject: Re: [PHP-CVS] cvs: php-src /ext/standard md5.c
> /ext/standard/tests/strings explode.phpt strcspn.phpt
> strspn.phptstrstr.phpt
>
>
> Shouldn't we have a macro that does this?
> I see lots of places that require the same code.
Shouldn't we have a macro that does this?
I see lots of places that require the same code.
- RETVAL_STRING(md5str, 1);
+ if (UG(unicode)) {
+ UChar *u_temp = zend_ascii_to_unicode(md5str, 33
ZEND_FILE_LINE_CC);
+ RETVAL_UNIC
andrei Tue Aug 16 15:45:01 2005 EDT
Modified files:
/php-src/ext/standard md5.c
Log:
md5() and md5_file() should return binary strings when raw_output is
set.
http://cvs.php.net/diff.php/php-src/ext/standard/md5.c?r1=1.40&r2=1.41&ty=u
Index: php-src/
dmitry Tue Aug 16 06:18:43 2005 EDT
Modified files:
/php-src/ext/standard md5.c
/php-src/ext/standard/tests/strings explode.phpt strcspn.phpt
strspn.phpt strstr.phpt
Log:
Unicode support
http://cvs.php.net/
Hi,
what's the reason for looking in the include path. Usually these
functions are used to verify the MD5/SHA1 hash of a specific file.
Regards,
Andrey
Uwe Schindler wrote:
thetaphiFri Apr 15 10:29:32 2005 EDT
Modified files:
/php-src/ext/standard md5.c sha1.c
thetaphiFri Apr 15 10:29:32 2005 EDT
Modified files:
/php-src/ext/standard md5.c sha1.c
Log:
use streams api for md5_file and sha1_file. Added parameter use_include_path
similar to other PHP file functions. Documentation update outstanding
http://
thetaphiFri Apr 15 05:14:38 2005 EDT
Modified files:
/php-src/ext/standard md5.c sha1.c
Log:
fix various solaris problems by replacing stdio with posix io where possible
http://cvs.php.net/diff.php/php-src/ext/standard/md5.c?r1=1.35&r2=1.36&ty=u
In
17 matches
Mail list logo