Wez Furlong wrote:
If you can make that change and then either put the diff online, or as
a regular MIME plain text attachment and not inlined, so that it is
easy to get at without it being mangled in the email, I will apply it
to CVS.
Done. It actually didn't come out mangled for me at all (mo
Wez Furlong wrote:
Two or three comments:
- You leak the dynamically allocated buffer returned by X509_NAME_oneline()
- X509_NAME_oneline() man page says that its use is discouraged in
favour of smarter functions. Is there a possibility that someone will
need that functionality?
- if you can solve
CSR. Uses the same CSR handling routines as
openssl_csr_sign() etc, so it can take a string in PEM format, a file,
whatever.
Prototype: string openssl_csr_subject(mixed csr)
Sample return value:
string(99) "/C=CA/ST=Ontario/L=Kingston/O=Greg MacLellan/OU=PHP/CN=CSR
Test/[EMAIL PROTECTED]"
(99) "/C=CA/ST=Ontario/L=Kingston/O=Greg MacLellan/OU=PHP/CN=CSR
Test/[EMAIL PROTECTED]"
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
nd it's totally unfeasable to remove the
array() syntax.
Also, the fact that [] are used for array indexes means it's more
confusing when they're also used in a very similar context of defining
the actual array.
Marco's example
$a = [1,2,$b[11]];
I think best illustrates
erduck"
http://www.itwatchdogs.com/duckdetails.shtml
ttyl, greg
--
Greg MacLellan
Index: php-src/ext/dio/dio.c
===
RCS file: /repository/php-src/ext/dio/dio.c,v
retrieving revision 1.21.2.3
diff -u -r1.21.2.3 dio.c
--- php-src
> > That was my argument. I was saying that instead of ALWAYS creating $argv
and
> > $argc, regardless of register_global status, it should ALWAYS create
> > $_SERVER['argv'] and $_SERVER['argc'], regardless of variables_order
> > setting.
>
> My big problem with this approach is that when variable
> > > You're not breaking code (since it can always use $_SERVER) and you're
> > > not introducing any globals (which goes along with the
register_globals
> > > setting).
> >
> >Sure you are, you are creating the global $_SERVER which was specifically
> >not enabled in your scenario.
>
> I may be m
Rasmus Lerdorf wrote:
Andrei and I discussed this change and at the conceptual level at least
$_SERVER should be populated with argc and argv if variables_order
includes "S". If you have specifically configured your system to not
create $_SERVER, then of course it shouldn't be there. The chang
ded on the serial control lines). A test script is also attached.
Btw, this is my first attempt at both working on PHP itself, and
submitting a patch. If anything here is wrong, let me know! :p
ttyl, greg
--
Greg MacLellan
? autom4te-2.53.cache
? dio_modemget.patch
? dio_modemget.patch.2
Index: ext/d
10 matches
Mail list logo