[PHP-DOC] Migrate PowerBuilder, Centura and Oracle Forms to Java or .NET

2004-05-12 Thread Bruce Crawley
Are you still putting off migrating your Centura, PowerBuilder or Oracle Forms 
application to Java or .NET? You should know about the Metex Migrator Solution, a 
proven way to move your legacy 4GL applications to the modern languages of Java or 
.NET. Metex is the leader in 4GL Migrations and has a wide spectrum of clients that 
range from fast growing software companies to Fortune 500 corporations and government 
clients. 

A Complete Turnkey Migration Solution 
Using the combination of the Metex Migrator Automated Tool and our Professional 
Services, Metex delivers a 100% migrated application to you ready for testing. Our 
unique process is a no risk, cost-effective and fast way to migrate your legacy 
PowerBuilder, Centura or Oracle Forms applications to Java or .NET. 

High Quality Code 
At the heart of the Metex Migration Solution is The Metex Migrator, the world's 
leading migration tool. It produces very high quality code using native datatypes and 
architecture so you can easily maintain and support the application going forward. 
Plus, the business logic of the original application is migrated intact into the new 
language so your current investment is protected. And because the Metex Migrator 
Solution uses an automated tool, it's over 75% faster than a manual migration. Best 
quality, faster, cost-effective and with automated accuracy -- the Metex Migrator 
Solution is the best way to migrate your PowerBuilder, Centura or Oracle Forms 
applications to Java or .NET! 

Reap the Benefits of a Thin-client Web Enabled Solution 
For many companies the key requirement driving the move away from their aging 4GL 
platform to Java or .NET is the mandate to switch to a more modern Multi-Tier or 
Web-Enabled environment. Metex has the expertise to take your Client Server 
application directly into J2EE/JSP or into ASP.NET. 

How Can You Learn More? 
To learn about the latest migration technology, go to www.metex.com to get our latest 
white paper and register for a web seminar. In the seminar you'll see a live 
demonstration of the exciting new Metex Migrator technology and have a chance to ask 
questions to our migration experts. 

Sincerely, 

Bruce Crawley 
Metex Inc. 
25 Adelaide Street East 
Toronto, Canada 
416.203.8730 x232 

Note: If you do not want to receive any further messages from Metex, please send a 
note to [EMAIL PROTECTED] with the word "stop" in the subject line. Thank you. 


[PHP-DOC] #28379 [NEW]: The for and foreach control structures are not contained

2004-05-12 Thread daemonj at akoza dot com
From: daemonj at akoza dot com
Operating system: Windows
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  The for and foreach control structures are not contained

Description:

The for and foreach control structures are not contained in the Windows
CHM (dated 18 Apr 2004) version of the manual.



-- 
Edit bug report at http://bugs.php.net/?id=28379&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28379&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28379&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=28379&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=28379&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=28379&r=needtrace
Need Reproduce Script:  http://bugs.php.net/fix.php?id=28379&r=needscript
Try newer version:  http://bugs.php.net/fix.php?id=28379&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=28379&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=28379&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=28379&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=28379&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=28379&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28379&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=28379&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=28379&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=28379&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28379&r=float


RE: [PHP-DOC] New patch

2004-05-12 Thread Wez Furlong
Hey Nuno,

I saw it, but haven't had a chance to go through it properly;
I'll try to do this in the next couple of days (busy busy busy here!)

--Wez. 

> -Original Message-
> From: Nuno Lopes [mailto:[EMAIL PROTECTED] 
> Sent: 12 May 2004 20:07
> To: PHPdoc
> Subject: Re: [PHP-DOC] New patch
> 
> > I haven't had a chance to look through your patch yet Nuno; 
> hopefully I
> > will get some time tonight.
> >
> > --Wez.
> 
> Hi Wez,
> 
> Did you already reviewed my patch? What do you think of it?...
> 
> Today I was playing to do a fetch-all script and I already 
> have a simple
> version. With this program I've discovered a small bug in 
> livedocs, which I
> haven't fixed yet. I'll wait untill you commit this patch, 
> just to avoid CVS
> colisions.
> 
> About persistent cache, I've made a script to allow this. 
> I'll benchmark
> livedocs with cache and without it and then I will report you of my
> research.
> 
> Nuno
> 


Re: [PHP-DOC] New patch

2004-05-12 Thread Derick Rethans
On Wed, 12 May 2004, Nuno Lopes wrote:

> > I haven't had a chance to look through your patch yet Nuno; hopefully I
> > will get some time tonight.
> >
> > --Wez.
>
> Hi Wez,
>
> Did you already reviewed my patch? What do you think of it?...
>
> Today I was playing to do a fetch-all script and I already have a simple
> version. With this program I've discovered a small bug in livedocs, which I
> haven't fixed yet. I'll wait untill you commit this patch, just to avoid CVS
> colisions.
>
> About persistent cache, I've made a script to allow this. I'll benchmark

Huh? We already HAVE a persistent cache in the form of HTML files. What
are you talking about?

Derick


Re: [PHP-DOC] New patch

2004-05-12 Thread Nuno Lopes
> I haven't had a chance to look through your patch yet Nuno; hopefully I
> will get some time tonight.
>
> --Wez.

Hi Wez,

Did you already reviewed my patch? What do you think of it?...

Today I was playing to do a fetch-all script and I already have a simple
version. With this program I've discovered a small bug in livedocs, which I
haven't fixed yet. I'll wait untill you commit this patch, just to avoid CVS
colisions.

About persistent cache, I've made a script to allow this. I'll benchmark
livedocs with cache and without it and then I will report you of my
research.

Nuno


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-sqlstate.xml mysqli-stat.xml mysqli-store-result.xml mysqli-thread-id.xml mysqli-thread-safe.xml mysqli-use-result.xml

2004-05-12 Thread Enrique Garcia Briones
baoengb Wed May 12 13:02:31 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysqli/functions   mysqli-sqlstate.xml 
mysqli-stat.xml 
mysqli-store-result.xml 
mysqli-thread-id.xml 
mysqli-thread-safe.xml 
mysqli-use-result.xml 
  Log:
  
  Minor typos.
  in mysqli_sqlstate document OO style description
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml:1.2 
phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml:1.3
--- phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml:1.2Thu Feb 26 
13:32:30 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xmlWed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_sqlstate
@@ -8,10 +8,16 @@


 Description
+Procedural style:
 
  stringmysqli_sqlstate
  objectlink
 
+Object oriented style (property):
+
+ mysqli
+ stringsqlstate
+
 
  Returns a string containing the SQLSTATE error code for the last error. 
  The error code consists of five characters. '0' means no 
error.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stat.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stat.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stat.xml:1.4 
phpdoc/en/reference/mysqli/functions/mysqli-stat.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-stat.xml:1.4Fri Feb 27 04:22:17 
2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stat.xmlWed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_stat
@@ -18,7 +18,7 @@
  mysqli
  
   mixedmysqli->stat
-  void
+  
  
 
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml:1.6 
phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-store-result.xml:1.6Fri Feb 27 
04:22:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-store-result.xmlWed May 12 
13:02:31 2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_store_result
@@ -19,7 +19,7 @@
  
   object
   store_result
-  void
+  
  
 
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml:1.5 
phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml:1.6
--- phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml:1.5   Fri Feb 27 
04:22:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-thread-id.xml   Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_thread_id
@@ -32,7 +32,7 @@
   will be assigned.
  
  
-  To kill a running query you can use the SQL command KILL QUERY 
processid].
+  To kill a running query you can use the SQL command KILL QUERY 
processid.
  
 

http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml:1.3 
phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml:1.4
--- phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml:1.3 Wed Jan 28 
18:18:42 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-thread-safe.xml Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_thread_safe
@@ -10,7 +10,7 @@
 Procedural style:
 
  boolmysqli_thread_safe
- void
+ 
 
 
  mysqli_thread_safe indicates whether the
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.7 
phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.8
--- phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml:1.7  Fri Feb 27 
04:22:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-use-result.xml  Wed May 12 13:02:31 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 mysqli_use_result
@@ -19,7 +19,7 @@
  
   mixed
   use_result
-  void
+  
  
 
 


Re: [PHP-DOC] Account Suspended

2004-05-12 Thread John Coggeshall

The really stupid part is this moron didn't even provide a link to steal
our passwords that worked ;)

Coogle
-- 
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-
John Coggeshall   http://www.coggeshall.org/
The PHP Developer's Handbookhttp://www.php-handbook.com/
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-


[PHP-DOC] Account Suspended

2004-05-12 Thread Stephen Lance
Title: PayPal - Log In

























  
   
  Sign Up | Help





	

		

			
  


















  




		

	









































You were apparently reported
of PayPal fraud, to insure your safety we de-Activated your account
Please re-Activate it by clicking the link below. 

Stephen Lance from the Paypal Fraud Protection Team.

















 

 Reactivate here


 

	

		




		


		

	


Copyright © 1999-2004 PayPal. All rights reserved.

Information about FDIC pass-through insurance
 

an eBay company
 

  








[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/pcntl/functions pcntl-wexitstatus.xml pcntl-wifexited.xml pcntl-wifsignaled.xml pcntl-wifstopped.xml pcntl-wstopsig.xml pcntl-wtermsig.xml

2004-05-12 Thread Mehdi Achour
didou   Wed May 12 03:43:53 2004 EDT

  Modified files:  
/phpdoc/en  language-snippets.ent 
/phpdoc/en/reference/pcntl/functionspcntl-wexitstatus.xml 
pcntl-wifexited.xml 
pcntl-wifsignaled.xml 
pcntl-wifstopped.xml 
pcntl-wstopsig.xml 
pcntl-wtermsig.xml 
  Log:
  added an entity for pcntl functions
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.85&r2=1.86&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.85 phpdoc/en/language-snippets.ent:1.86
--- phpdoc/en/language-snippets.ent:1.85Mon May 10 08:11:59 2004
+++ phpdoc/en/language-snippets.ent Wed May 12 03:43:52 2004
@@ -1,4 +1,4 @@
-
+
 
 This extension is
 EXPERIMENTAL. The behaviour of this extension --
@@ -120,6 +120,11 @@
 it is inserted with e.g. DOMNode->appendChild().'>
 
+
+The parameter 
+status is the status parameter supplied to a successfull
+call to pcntl_waitpid.'>
+
 
 As of PHP 4.2.0, there is no need 
 to seed the random number generator with srand or 
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml:1.2 
phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml:1.2   Wed Apr 17 
02:42:46 2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wexitstatus.xml   Wed May 12 03:43:53 
2004
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -19,11 +19,7 @@
 only useful if pcntl_wifexited returned
 &true;.

-   
-The parameter status is the status
-parameter supplied to a successfull call to
-pcntl_waitpid.
-   
+   &pcntl.parameter.status;

 See also pcntl_waitpid and
 pcntl_wifexited.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml:1.2 
phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml:1.2 Wed Apr 17 02:42:46 
2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wifexited.xml Wed May 12 03:43:53 
2004
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -18,11 +18,7 @@
 Returns &true; if the child status code represents a successful
 exit.

-   
-The parameter status is the status
-parameter supplied to a successfull call to
-pcntl_waitpid.
-   
+   &pcntl.parameter.status;

 See also pcntl_waitpid and
 pcntl_wexitstatus.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml:1.2 
phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml:1.2   Wed Apr 17 
02:42:46 2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wifsignaled.xml   Wed May 12 03:43:53 
2004
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -19,11 +19,7 @@
 Returns &true; if the child process exited because of a signal
 which was not caught.

-   
-The parameter status is the status
-parameter supplied to a successfull call to
-pcntl_waitpid.
-   
+   &pcntl.parameter.status;

 See also pcntl_waitpid and
 pcntl_signal.
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml:1.2 
phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xml:1.2Wed Apr 17 
02:42:46 2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wifstopped.xmlWed May 12 03:43:53 
2004
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -20,11 +20,7 @@
 pcntl_waitpid was done using the option
 WUNTRACED.

-   
-The parameter status is the status
-parameter supplied to a successfull call to
-pcntl_waitpid.
-   
+   &pcntl.parameter.status;

 See also pcntl_waitpid.

http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml:1.2 
phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml:1.3
--- phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml:1.2  Wed Apr 17 02:42:46 
2002
+++ phpdoc/en/reference/pcntl/functions/pcntl-wstopsig.xml  Wed May

Re: [PHP-DOC] Re: translation to dutch

2004-05-12 Thread Derick Rethans
On Wed, 12 May 2004, Sander Hartveld wrote:

> Thank you for your reply.
> Is it useful if i strart translating the files in /phpdoc/en/ faq/ to dutch?
> I will send you each file as soon as I am done.

It's better to discuss those things on the [EMAIL PROTECTED]
mailinglist, but it seems ok to me :)

Derick