Optimize some regex's

2002-07-11 Thread Jackson, Harry
Can anyone make this a bit faster for me. I am loading a database from Oracle into mysql (dont ask). These conversions are taking a long time and are making the browser time out. The $table_name[7] is a worklog that can be 2000 characters long and $table_name[2] is an epoch date. while

RE: Optimize some regex's

2002-07-11 Thread Shishir K. Singh
: Optimize some regex's Can anyone make this a bit faster for me. I am loading a database from Oracle into mysql (dont ask). These conversions are taking a long time and are making the browser time out. The $table_name[7] is a worklog that can be 2000 characters long and $table_name[2] is an epoch

Re: Optimize some regex's

2002-07-11 Thread Jenda Krynicky
From: Jackson, Harry [EMAIL PROTECTED] Can anyone make this a bit faster for me. I am loading a database from Oracle into mysql (dont ask). These conversions are taking a long time and are making the browser time out. The $table_name[7] is a worklog that can be 2000

Re: Optimize some regex's

2002-07-11 Thread John W. Krahn
Jenda Krynicky wrote: From: Jackson, Harry [EMAIL PROTECTED] Can anyone make this a bit faster for me. I am loading a database from Oracle into mysql (dont ask). These conversions are taking a long time and are making the browser time out. The $table_name[7] is a