Re: [PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-22 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Emiliano
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 >

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Emiliano
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

[PHP] POST in Apache server

2006-12-15 Thread Emiliano
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

[PHP] POST in Apache server

2006-12-15 Thread Emiliano
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

Re: [PHP] POST in Apache server

2006-12-15 Thread Emiliano
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/

Re: [PHP] POST in Apache server

2006-12-15 Thread Emiliano
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 > &

Re: [PHP] POST in Apache server

2006-12-15 Thread 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 > > >>

Re: [PHP] POST in Apache server

2006-12-15 Thread Emiliano
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 "

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry.pl group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mg

2001-02-12 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.cevent.c eventmember.c file.c fudge genentry.pl group.c ho

2001-02-12 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry.pl group.c host.c image.c mail.c member.c mgd_access.h mgd_article.

2001-02-12 Thread Emiliano
"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

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry.pl group.c ho

2001-02-12 Thread Emiliano
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

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.cevent.c eventmember.c file.c fudge genentry.pl group.c

2001-02-13 Thread Emiliano
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",

[PHP] Error uploading a file

2002-11-14 Thread Emiliano Marmonti
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

[PHP] proxy looses cookie

2002-06-04 Thread 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

[PHP] Cookies?

2002-06-04 Thread 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

[PHP] A question

2002-07-02 Thread 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

[PHP] A little problem

2001-01-17 Thread Emiliano Marmonti
s. Thanks. Emiliano Marmonti

[PHP-CVS] cvs: 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 pageelement.c pagelink.c person.c preferences.c sitegroup.c snippet.c snippetdir.c style.c topic.c

2001-02-21 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard oop.c

2001-03-04 Thread Emiliano Heyns
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:

[PHP-CVS] cvs: php4 /ext/midgard sitegroup.c

2001-03-05 Thread Emiliano Heyns
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

[PHP-CVS] cvs: 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

2001-03-06 Thread Emiliano Heyns
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:

[PHP-CVS] cvs: 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 pagelink.c php_midgard.h preferences.c snippet.c snippetdir.c style.c topic.c

2001-03-10 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard article.c

2001-03-13 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-03-15 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard attachment.c

2001-03-15 Thread Emiliano Heyns
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/

[PHP-CVS] cvs: php4 /ext/midgard article.c

2001-03-16 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-03-19 Thread Emiliano Heyns
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

[PHP] Mysql question

2002-02-06 Thread Emiliano Marmonti
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.

Re: [PHP] Mysql question

2002-02-06 Thread Emiliano Marmonti
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

[PHP] newbie problem under Solaris

2002-04-30 Thread Emiliano Marmonti
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

[PHP] Another doubt in Solaris-PHP install

2002-05-03 Thread Emiliano Marmonti
anks a lot. - Emiliano H.Marmonti Informático Módulo de Bibliotecas Programa SIU Ministerio de Educación de la Nación

[PHP] Using zip files

2001-11-24 Thread Emiliano Marmonti
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]

[PHP] ZIP Files?

2001-11-25 Thread Emiliano Marmonti
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]

[PHP] ZIp files? Help needed...

2001-11-28 Thread Emiliano Marmonti
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

[PHP-CVS] cvs: php4 /ext/midgard article.c

2001-03-21 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard article.c element.c page.c pageelement.c topic.c

2001-03-22 Thread Emiliano Heyns
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:

[PHP] A problem under Solaris

2001-03-22 Thread Emiliano Marmonti
? Any idea? What are those packages? Thanks in advance Emiliano

Re: [PHP] A problem under Solaris

2001-03-22 Thread Emiliano Marmonti
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

[PHP] Another problem installing PHP under Solaris 8.0

2001-03-23 Thread Emiliano Marmonti
: *** [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

[PHP] Another problem installing PHP under Solaris 8.0

2001-03-26 Thread Emiliano Marmonti
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

[PHP] Again and again problem installing under Solaris

2001-03-27 Thread Emiliano Marmonti
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

[PHP-CVS] cvs: php4 /ext/midgard preparser.c

2001-03-30 Thread Emiliano Heyns
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

[PHP-CVS] cvs: 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 eventmember.c file.c group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_session.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c session.c session.modules.c session.sql sitegroup.c snippet.c snippetdir.c style.c topic.c

2001-03-31 Thread Emiliano Heyns
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

[PHP] Problem installing PHP under NT service Pack 4

2001-07-20 Thread Emiliano Marmonti
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

[PHP] mail function problem

2001-07-27 Thread Emiliano 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

[PHP] Urgent!!! Forum code

2001-08-22 Thread 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

[PHP] More about forums

2001-08-22 Thread Emiliano Marmonti
a lot - Emiliano H.Marmonti Informático Módulo de Bibliotecas Programa SIU Ministerio de Educación de la Nación

[PHP] windows files and folders permission

2013-08-22 Thread Emiliano Boragina
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

[PHP] files and folders windows permission

2013-08-23 Thread Emiliano Boragina
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 --

[PHP] FINDER

2007-10-24 Thread Emiliano Boragina
! Emiliano

[PHP] while

2008-02-23 Thread Emiliano Boragina
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! +

[PHP] validate + if

2008-02-23 Thread Emiliano Boragina
! + _ // Emiliano Boragina _ // Diseño & Comunicación // + _ // [EMAIL PROTECTED] / // 15 40 58 60 02 /// + _

[PHP] mysql_field_name

2008-02-23 Thread Emiliano Boragina
; . $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. +

[PHP] dont print echo

2008-02-28 Thread Emiliano Boragina
e. Thanks. + _ // Emiliano Boragina _ // Diseño & Comunicación // + _ // [EMAIL PROTECTED] / // 15 40 58 60 02 /// + _

[PHP] php + copy file

2008-04-02 Thread Emiliano Boragina
ne 3 Why this? How can I run correctly? Thanks. + + _ // Emiliano Boragina _ // Dis

[PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry.pl group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.c mgd_errno.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard-logo.h midgard-root.php midgard-team.h midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php4_porting.txt php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c sitegroup.c snippet.c snippetdir.c style.c test-db.tar.gz topic.c /ext/midgard/logo midgard-logo.gif mklogo.c

2001-02-12 Thread Emiliano Heyns
) 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

[PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-02-13 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard .cvsignore

2001-02-17 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard ChangeLog INSTALL LICENSE Makefile.in access.c article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c fudge genentry.pl group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.c mgd_errno.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard-root.php midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php4_porting.txt php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c sitegroup.c snippet.c snippetdir.c style.c topic.c /ext/midgard/logo mklogo.c

2001-02-17 Thread Emiliano Heyns
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

[PHP-CVS] cvs: 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 host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c sitegroup.c snippet.c snippetdir.c style.c topic.c

2001-02-17 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard .cvsignore

2001-02-18 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard php_midgard.h preparser.c

2001-02-20 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard .cvsignore

2001-02-20 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard mail.c preparser-parser.y preparser.c

2001-02-20 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard config.m4 mgd_access.h mgd_preparser.h php_midgard.h

2001-02-20 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-20 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard midgard.c

2001-02-20 Thread Emiliano Heyns
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

[PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-02-20 Thread Emiliano Heyns
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