Andi Gutmans wrote:
>
> You only have the module globals during requests (rinit/rshutdown). You
> can't access them in module init/module shutdown.
Yeah, I realized that moments later and removed it. But
ZEND_INIT_MODULE_GLOBALS
will call the init_globals function before the request starts, rig
Colin Viebrock wrote:
> There is also the license issue (which I know has been discussed before).
> But the first thing I read on the Midguard website is:
>
> Midgard will always implement an OS development to publishing
> solution, future releases will include APIs for implementing
>
Zeev Suraski wrote:
> >MySQL access functions were in PHP long before it went open source. I'm
> >not saying that Midgard is on the same level of general usefullness
> >but just that the fact that there's an organization behind it
> >doesn't change it's licensing.
>
> MySQL was always opensource
Sterling Hughes wrote:
> Yes. But the midgard extension doesn't really do that, it provides some
> propreitary functions and classes for use by Midgard only. The reason its
> being distributed as an extension is --
Proprietary? If you mean 'only disclose functionality to deal with' then
all
ex
Zeev Suraski wrote:
> >OK, substitute OCI8, the argument stands.
>
> That's only an interface module though. OCI8 isn't a part of PHP...
True, but as said: all elements that could possibly touch PHP
are LGPLd.
> >Not a problem for me. But how is PEAR being made available, then?
>
> PEAR is a
Jani Taskinen wrote:
> >It probably won't get finished until people start using it. The midgard
> >people may be the right people for the job :)
>
> One question about this: Could we setup a separate module for Pear in the
> CVS? As now it's also 'bundled' with php.
That's exactly what I meant
Zeev Suraski wrote:
> Not quite :) The main difference is that, unlike most other extensions,
> this extension isn't a 'glue' layer that connects PHP to some external
> resource. In this case, we're including the resource itself. It's more
> similar to including the source code of MySQL or Pos
cause the owner becomes the apache server.
I need the first method (script.php inside cgi-bin) to work.
Does anybody know the way to solve the problem?
Any help will be appreciated,
thanks,
-emiliano
--
Passa a Infostrada. ADSL e Telefono senz
wner becomes the apache server.
I need the first method (script.php inside cgi-bin) to work.
Does anybody know the way to solve the problem?
Any help will be appreciated,
thanks,
-emiliano
--
Passa a Infostrada. ADSL e Telefono senza limiti e se
Hi Richard,
sorry for bothering you, but can you please give me few more details about how
to use isset to solve my problem?
-e
> On Fri, December 15, 2006 7:39 pm, Emiliano wrote:
> > PHP Notice: Undefined index: val1 in
> > /net/people/user/public_html/cgi-b=
> > in/
oh ok, I understand that. However, my problem is different: I need those values
that instead are not found. The question is: why the POST in the chunck of code
inside the html doesn't work? Why is the php script not finding the values
posted in the html?
Thanks,
-emiliano
> &
Yes Casey, I'm using the submit button
-emiliano
> >> On Fri, December 15, 2006 7:39 pm, Emiliano wrote:
> >> > PHP Notice: Undefined index: val1 in
> >> > /net/people/user/public_html/cgi-b=
> >> > in/script.php on line 14
>
> >>
ok, this is what I get:
Array
(
)
PHP Notice: Undefined index: val1 in
/net/people/user/public_html/cgi-bin/mail.php on line 18
PHP Notice: Undefined index: val2 in
/net/people/user/public_html/cgi-bin/mail.php on line 20
-emiliano
> On your script page, add
>
> echo "
Sterling Hughes wrote:
> Hopefully without risking another lengthy thread...
>
> What does this extension allow me (the common web developer to do)?
http://www.midgard-project.org/topic/165.html
Emile
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Derick Rethans wrote:
>
> On Mon, 12 Feb 2001, Emiliano wrote:
>
> > http://www.midgard-project.org/topic/165.html
>
> Well, that's a nice project, but why does it need to be in the PHP CVS?
I don't really understand this question. It's a PHP exte
"Sean R. Bright" wrote:
>
> This is distributed as GNU and the GNU license is splattered throughout, is
> that a problem as we have seen with readline?
I'm not familiar with the problems you may have had with readline. If
there's a licencing
issue I'd love to talk about it.
Emile
--
PHP CVS M
James Moore wrote:
>
> > > http://www.midgard-project.org/topic/165.html
> >
> > Well, that's a nice project, but why does it need to be in the PHP CVS?
>
> Just too add to this.. I dont see what place midgard has in PHP CVS, If I go
> and create a totally separate project which isnt a PHP exten
Stanislav Malyshev wrote:
>
> E>> I'm not familiar with the problems you may have had with readline.
> E>> If there's a licencing issue I'd love to talk about it.
>
> Basically, PHP code is non-GPL, thus you cannot have any GPL code
> distributed with PHP (since it makes all PHP "derived work",
sure this code was working, I'm using PHP
v 4.01pl2
Anu help?
Thanks a lot
Emiliano Marmonti
-
This mail sent through IMP: http://horde.org/imp/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dear PHP-People:
Anybody knows why when I configure in my Explorer that uses a proxy, the value of
the cookie that I has set with setcookie(...) is lost. When I disable the proxy, the
cookie value is remained.
Anybody has had the same problem?
Thanks a lot.
Emiliano Marmonti
Dear PHP-People:
Anybody knows why when I configure in my Explorer that uses a proxy, the value of
the cookie that I has set with setcookie(...) is lost. When I disable the proxy, the
cookie value is remained.
Anybody has had the same problem?
Thanks a lot.
Emiliano Marmonti
like this first cookie doesn´t arrive to the navigators.
They are installing newer versions of PHP than I have. Could be a problem of the
globals variables? I have used the cookie like a global value along all the php files.
Thanks a lot.
Emiliano Marmonti
s.
Thanks.
Emiliano Marmonti
emile Wed Feb 21 14:18:55 2001 EDT
Modified files:
/php4/ext/midgard Makefile.in article.c attachment.c element.c
event.c eventmember.c file.c group.c host.c
image.c member.c mgd_oop.h midgard.c oop.c page.c
emile Sun Mar 4 13:54:00 2001 EDT
Modified files:
/php4/ext/midgard oop.c
Log:
Fetch sitegroup field if available
Index: php4/ext/midgard/oop.c
diff -u php4/ext/midgard/oop.c:1.9 php4/ext/midgard/oop.c:1.10
--- php4/ext/midgard/oop.c:1.9 Tue Feb 27 17:
emile Tue Mar 6 00:12:52 2001 EDT
Modified files:
/php4/ext/midgard sitegroup.c
Log:
Bug #123
Index: php4/ext/midgard/sitegroup.c
diff -u php4/ext/midgard/sitegroup.c:1.6 php4/ext/midgard/sitegroup.c:1.7
--- php4/ext/midgard/sitegroup.c:1.6Tue Feb 2
emile Tue Mar 6 02:35:03 2001 EDT
Modified files:
/php4/ext/midgard article.c element.c event.c eventmember.c file.c
group.c host.c page.c pageelement.c preferences.c
snippet.c snippetdir.c style.c topic.c
Log:
emile Sat Mar 10 14:43:11 2001 EDT
Modified files:
/php4/ext/midgard attachment.c element.c event.c eventmember.c
file.c group.c host.c image.c member.c
mgd_internal.h midgard.c page.c pageelement.c
emile Tue Mar 13 23:57:46 2001 EDT
Modified files:
/php4/ext/midgard article.c
Log:
Test parameter for existance before use.
Index: php4/ext/midgard/article.c
diff -u php4/ext/midgard/article.c:1.15 php4/ext/midgard/article.c:1.16
--- php4/ext/midgard/ar
emile Thu Mar 15 02:56:56 2001 EDT
Modified files:
/php4/ext/midgard midgard.c
Log:
Remove php_error for situations where Midgard is loaded but not configured
(which is valid).
Index: php4/ext/midgard/midgard.c
diff -u php4/ext/midgard/midgard.c:1.22 p
emile Thu Mar 15 13:57:49 2001 EDT
Modified files:
/php4/ext/midgard attachment.c
Log:
closing file after serving it.
Index: php4/ext/midgard/attachment.c
diff -u php4/ext/midgard/attachment.c:1.10 php4/ext/midgard/attachment.c:1.11
--- php4/ext/midgard/
emile Fri Mar 16 07:01:35 2001 EDT
Modified files:
/php4/ext/midgard article.c
Log:
String used as long.
Index: php4/ext/midgard/article.c
diff -u php4/ext/midgard/article.c:1.16 php4/ext/midgard/article.c:1.17
--- php4/ext/midgard/article.c:1.16 Tue
emile Mon Mar 19 01:49:59 2001 EDT
Modified files:
/php4/ext/midgard midgard.c
Log:
return userid from mgd_auth_midgard
Index: php4/ext/midgard/midgard.c
diff -u php4/ext/midgard/midgard.c:1.23 php4/ext/midgard/midgard.c:1.24
--- php4/ext/midgard/midgard
wn error)
It doesn´t seems too clear for me because no ODBC client should be accessing
to the database. Should I suppose that an unautorized ODBC client is
breaking the table or could be another problem?
Thanks a lot.
Emiliano.
Yes, sorry by the off-topic but I wanted to know if wnybody here could help
me because in mysql I couldn´t find any answer. Also I have seen a lot of
questions relative to mysql answered here.
But you´re right it´s a off-topic.
Emiliano.
-Original Message-
From: Sam Masiello <[EM
this problem? Can you recommend me a site with some
instructions about doing that (I never had to install gcc)? Is a hard work?
Thanks in advance
-
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de
anks a lot.
-
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de Educación de la Nación
experience?
Thanks in advance.
Emiliano.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
experience?
Thanks in advance.
Emiliano
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi people,
I´m looking for alternatives in using zip files. Our users should upload into our
server zipped files and we need to unzip this files and process it. I have read there
is a library that could be used like an extension, but I´ve tried to use it from NT
and don´t seems like the ex
emile Wed Mar 21 06:53:29 2001 EDT
Modified files:
/php4/ext/midgard article.c
Log:
Disallow duplicate article names under one parent
Index: php4/ext/midgard/article.c
diff -u php4/ext/midgard/article.c:1.17 php4/ext/midgard/article.c:1.18
--- php4/ext/m
emile Thu Mar 22 07:11:41 2001 EDT
Modified files:
/php4/ext/midgard article.c element.c page.c pageelement.c topic.c
Log:
Added update duplicate checks
Index: php4/ext/midgard/article.c
diff -u php4/ext/midgard/article.c:1.18 php4/ext/midgard/article.c:
? Any idea? What are those packages?
Thanks in advance
Emiliano
Thank you Sebastian,
but I want to know what is flex (and I don´t know where could I obtain it).
Thanks again.
Emiliano.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list
: *** [all- recursive] Error 1
I have looked at /php folder and exists a file called libtool. Anybody
knows what is the problem?
Thank you very much
Emiliano.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
ry
make[1]: *** [all- recursive] Error 1
I have looked at /php folder and exists a file called libtool. Anybody
knows what is the problem?
Thank you very much
Emiliano.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
a simple test page doesn´t work. I have looked
at httpd.conf and found some sections that define Directories where could
follow a script secuence. I must generate a section for my PHP test folder?
Is there another special configuration? I´m using Apache 1.3.9
Thank you all.
Emiliano.
--
PHP
emile Fri Mar 30 00:15:05 2001 EDT
Modified files:
/php4/ext/midgard preparser.c
Log:
Don't restat the connection, trust mod_midgard
Index: php4/ext/midgard/preparser.c
diff -u php4/ext/midgard/preparser.c:1.7 php4/ext/midgard/preparser.c:1.8
--- php4/ex
emile Sat Mar 31 16:23:56 2001 EDT
Removed files:
/php4/ext/midgard .cvsignore ChangeLog INSTALL LICENSE Makefile.in
README.session article.c attachment.c calendar.c
config.m4 config.m4.session element.c event.c
Hello!
We have had a problem trying to install as ISAPI Module PHP. Allways appears with
a down oriented red dot in Filters. The unique solution is configuring as CGI. Anybody
can help?
Thanks in advance...
Emiliano H.Marmonti
use of this function using another SMTP server (shareware) and works
OK. I have tried to echo what is returning the instruction, and no returns, only the
error message. Anybody knows what could be happening?
Thanks in advance
Emiliano Marmonti
Anybody knows a good & free PHP with Mysql code for implementing a forum?
-----
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de Educación de la Nación
a lot
-
Emiliano H.Marmonti
Informático Módulo de Bibliotecas
Programa SIU
Ministerio de Educación de la Nación
Night everyone, I did a upload page and when upload a JPG file this is not
available. Why this happens? Thanks a lot.
Emiliano Boragina | gráfico + web
desarrollos & comunicación
+ 15 33 92 6
Windows fault. How can I fix this? Thanks a
lot.
--
Emiliano Boragina | gráfico + web
desarrollos & comunicación
+ 15 33 92 60 02
» emiliano.borag...@gmail.com
--
!
Emiliano
results.
How and where I must write the IF, and how I do for the n (number of
results) appear.
Thanks a lot!
Nice weekend!
+
!
+ _
// Emiliano Boragina _
// Diseño & Comunicación //
+ _
// [EMAIL PROTECTED] /
// 15 40 58 60 02 ///
+ _
; . $clave . "";
}
}
echo "";
?>
But the result is two TR with only the first field name of the DB.
I want to see all fields name of the DB and only in one TR
how can I do
that (in code please)?
Thanks.
+
e.
Thanks.
+ _
// Emiliano Boragina _
// Diseño & Comunicación //
+ _
// [EMAIL PROTECTED] /
// 15 40 58 60 02 ///
+ _
ne 3
Why this? How can I run correctly?
Thanks.
+
+ _
// Emiliano Boragina _
// Dis
) 2000 The Midgard Project ry
* Copyright (C) 2000 Emiliano Heyns, Aurora SA
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (a
emile Tue Feb 13 08:13:34 2001 EDT
Modified files:
/php4/ext/midgard config.m4
Log:
Misplaced if spotted by Sascha
Index: php4/ext/midgard/config.m4
diff -u php4/ext/midgard/config.m4:1.2 php4/ext/midgard/config.m4:1.3
--- php4/ext/midgard/config.m4:1.2
emile Sat Feb 17 14:45:37 2001 EDT
Removed files:
/php4/ext/midgard .cvsignore
Log:
Added generated files
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To c
emile Sat Feb 17 15:01:51 2001 EDT
Added files:
/php4/ext/midgard LICENSE
Removed files:
/php4/ext/midgard ChangeLog INSTALL Makefile.in access.c article.c
attachment.c calendar.c config.m4 element.c
emile Sat Feb 17 15:21:54 2001 EDT
Modified files:
/php4/ext/midgard .cvsignore ChangeLog INSTALL Makefile.in
article.c attachment.c calendar.c config.m4
element.c event.c eventmember.c file.c group.c
emile Sun Feb 18 01:01:15 2001 EDT
Modified files:
/php4/ext/midgard .cvsignore
Log:
Simplifying .cvsignore (and losing some fat on the way)
Index: php4/ext/midgard/.cvsignore
diff -u php4/ext/midgard/.cvsignore:1.3 php4/ext/midgard/.cvsignore:1.4
--- ph
emile Tue Feb 20 02:59:56 2001 EDT
Modified files:
/php4/ext/midgard php_midgard.h preparser.c
Log:
Header files moved
Index: php4/ext/midgard/php_midgard.h
diff -u php4/ext/midgard/php_midgard.h:1.3 php4/ext/midgard/php_midgard.h:1.4
--- php4/ext/midgar
emile Tue Feb 20 03:00:25 2001 EDT
Modified files:
/php4/ext/midgard .cvsignore
Log:
ignore *.la
Index: php4/ext/midgard/.cvsignore
diff -u php4/ext/midgard/.cvsignore:1.4 php4/ext/midgard/.cvsignore:1.5
--- php4/ext/midgard/.cvsignore:1.4 Sun Feb 18
emile Tue Feb 20 03:14:55 2001 EDT
Modified files:
/php4/ext/midgard mail.c preparser-parser.y preparser.c
Log:
header file moved
Index: php4/ext/midgard/mail.c
diff -u php4/ext/midgard/mail.c:1.3 php4/ext/midgard/mail.c:1.4
--- php4/ext/midgard/mail.c:1
emile Tue Feb 20 03:29:52 2001 EDT
Modified files:
/php4/ext/midgard config.m4 mgd_access.h mgd_preparser.h
php_midgard.h
Log:
Header file moved.
Index: php4/ext/midgard/config.m4
diff -u php4/ext/midgard/config.m4:1.5 php4/ext/m
emile Tue Feb 20 15:35:35 2001 EDT
Modified files:
/php4/ext/midgard midgard.c
Log:
Initialize globals to NULL at module init
Index: php4/ext/midgard/midgard.c
diff -u php4/ext/midgard/midgard.c:1.5 php4/ext/midgard/midgard.c:1.6
--- php4/ext/midgard/mid
emile Tue Feb 20 15:54:07 2001 EDT
Modified files:
/php4/ext/midgard midgard.c
Log:
Argh, that's what init_globals does. Sorry, on auto-pilot fixing things
in both midgard-php3 and midgard-php4
Index: php4/ext/midgard/midgard.c
diff -u php4/ext/midgard
emile Tue Feb 20 16:57:28 2001 EDT
Modified files:
/php4/ext/midgard config.m4
Log:
Source files explicitly include midgard/something.h
Index: php4/ext/midgard/config.m4
diff -u php4/ext/midgard/config.m4:1.6 php4/ext/midgard/config.m4:1.7
--- php4/ext/m
74 matches
Mail list logo