473,385 Members | 1,218 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Forks of non-maintained projects: APD, phpDocumentor, PHPMailer & ADODB

If you're working in PHP 5 and used APD, phpDocumentor, PHPMailer &
ADODB, you might be knowing that these projects are not maintained and
the old codes are throwing bunch of errors in higher error levels.
Anyone knows of any forks for these projects or any alternatives? TIA

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Mar 21 '06 #1
4 1906
R. Rajesh Jeba Anbiah wrote:
If you're working in PHP 5 and used APD, phpDocumentor, PHPMailer &
ADODB, you might be knowing that these projects are not maintained and
the old codes are throwing bunch of errors in higher error levels.
Anyone knows of any forks for these projects or any alternatives? TIA

Hey,

Just for the record: I am using ADODB with PHP5 without ANY problems except
the ones I created. ;-)

What are your problems with ADODB in PHP5?
Did you get the latest version at www.phplens.com/adodb ?

Regards,
Erwin Moller
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/


Mar 22 '06 #2
Erwin Moller wrote:
R. Rajesh Jeba Anbiah wrote:
If you're working in PHP 5 and used APD, phpDocumentor, PHPMailer &
ADODB, you might be knowing that these projects are not maintained and
the old codes are throwing bunch of errors in higher error levels.
Anyone knows of any forks for these projects or any alternatives? TIA


Hey,

Just for the record: I am using ADODB with PHP5 without ANY problems except
the ones I created. ;-)

<snip>

Thanks for your reply. I'm having 4.8 and it's still using
deprecated var. I guess, you're under low error reporting level and or
in compatibility mode. So, this will definitely affect when you move to
real PHP 5 server, FYI.

Another thing is that ADODB's mysqli support is bogus and this is of
major concern as every other client wants the mysqli features.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Mar 22 '06 #3
R. Rajesh Jeba Anbiah wrote:
Erwin Moller wrote:
R. Rajesh Jeba Anbiah wrote:
> If you're working in PHP 5 and used APD, phpDocumentor, PHPMailer &
> ADODB, you might be knowing that these projects are not maintained and
> the old codes are throwing bunch of errors in higher error levels.
> Anyone knows of any forks for these projects or any alternatives? TIA
>
Hey,

Just for the record: I am using ADODB with PHP5 without ANY problems
except the ones I created. ;-)

<snip>

Thanks for your reply. I'm having 4.8 and it's still using
deprecated var. I guess, you're under low error reporting level and or
in compatibility mode. So, this will definitely affect when you move to
real PHP 5 server, FYI.


No, sorry: I report all errors.
Always do. Keeps me alert.
And why is my server not a 'real php5 server'?

Erwin looks really insulted because he likes his server. ;-)


Another thing is that ADODB's mysqli support is bogus and this is of
major concern as every other client wants the mysqli features.
Well, maybe you are right. I am only using ADODB for MSSQL Server access,
and it has no problems (so far), nor any errors.
My ADO package says it is for PHP4, but runs fine under PHP5.

Well, I hope this information helps.

If you cannot solve your problems/errors, maybe contact John Lim, the
author.
He answered my emails fast and polite, great guy. :-)

Regards,
Erwin Moller

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/


Mar 22 '06 #4
Erwin Moller wrote:
<snip>
Another thing is that ADODB's mysqli support is bogus and this is of
major concern as every other client wants the mysqli features.
Well, maybe you are right. I am only using ADODB for MSSQL Server access,
and it has no problems (so far), nor any errors.
My ADO package says it is for PHP4, but runs fine under PHP5.


As I said, it might be because of your error level or compatibility
mode. But, it shoudl definitely throw errors on strict mode (I always
use E_ALL | E_STRICT) as they're using deprectated var (at least for
this you should get error).
Well, I hope this information helps.

If you cannot solve your problems/errors, maybe contact John Lim, the
author.
He answered my emails fast and polite, great guy. :-)


http://phplens.com/lens/lensforum/msgs.php?id=14200&x=1 shows that
the mysqli is not maintained and the author wants contribution. But, my
concern is not only with this plug, but with other classes too.

It's quite time I was away from PHP and didn't read the blogs; and
thought there might be some forks available in the meantime (like
eAccelerator)

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Mar 22 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: klaus triendl | last post by:
hi, recently i discovered a memory leak in our code; after some investigation i could reduce it to the following problem: return objects of functions are handled as temporary objects, hence...
3
by: Mario | last post by:
Hello, I couldn't find a solution to the following problem (tried google and dejanews), maybe I'm using the wrong keywords? Is there a way to open a file (a linux fifo pipe actually) in...
25
by: Yves Glodt | last post by:
Hello, if I do this: for row in sqlsth: ________pkcolumns.append(row.strip()) ________etc without a prior:
32
by: Adrian Herscu | last post by:
Hi all, In which circumstances it is appropriate to declare methods as non-virtual? Thanx, Adrian.
8
by: Bern McCarty | last post by:
Is it at all possible to leverage mixed-mode assemblies from AppDomains other than the default AppDomain? Is there any means at all of doing this? Mixed-mode is incredibly convenient, but if I...
14
by: Patrick Kowalzick | last post by:
Dear all, I have an existing piece of code with a struct with some PODs. struct A { int x; int y; };
11
by: ypjofficial | last post by:
Hello All, So far I have been reading that in case of a polymorphic class ( having at least one virtual function in it), the virtual function call get resolved at run time and during that the...
2
by: Ian825 | last post by:
I need help writing a function for a program that is based upon the various operations of a matrix and I keep getting a "non-aggregate type" error. My guess is that I need to dereference my...
399
by: =?UTF-8?B?Ik1hcnRpbiB2LiBMw7Z3aXMi?= | last post by:
PEP 1 specifies that PEP authors need to collect feedback from the community. As the author of PEP 3131, I'd like to encourage comments to the PEP included below, either here (comp.lang.python), or...
7
by: Samuel A. Falvo II | last post by:
I have a shell script script.sh that launches a Java process in the background using the &-operator, like so: #!/bin/bash java ... arguments here ... & In my Python code, I want to invoke...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.