Im closing this as an SRU. No one has verified it as of yet.
chuck
** Changed in: php5 (Ubuntu Hardy)
Status: Triaged => Won't Fix
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of
removing verification-needed because there nothing to test anymore.
** Tags removed: verification-needed
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subsc
Removing from hardy-proposed due to lack of testing. Requested by zul
on irc.
** Changed in: php5 (Ubuntu Hardy)
Status: Fix Committed => Triaged
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you
Anyone who can test the proposed package? If not, the proposed update
will be removed again. Thanks!
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed
Thanks for working on this. I don't have the time to do thorough
testing right now. Sorry.
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5
** Branch linked: lp:ubuntu/hardy-proposed/php5
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
--
Ubuntu-server-bugs mailing l
Accepted php5 into hardy-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
** Changed in: php5 (Ubuntu Hardy)
S
** Branch linked: lp:~zulcss/ubuntu/hardy/php5/php5-sybase-update
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
--
Ubuntu-ser
FYI:
PHP4:
sybase_min_client_severity
sybase_min_server_severity
PHP5: (similar)
sybase_min_error_severity
sybase_min_message_severity
Maybe the functions are equivalent to each other, didn't compare them
thoroughly.
What I need is that I can prevent that Xdebug croaks on every tiny DB warning
** Branch linked: lp:ubuntu/karmic-proposed/php5
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
--
Ubuntu-server-bugs mailing
** Branch linked: lp:ubuntu/karmic/php5
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
--
Ubuntu-server-bugs mailing list
Ubun
This bug report is probably related with :
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/21995/
this comment :
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/21995/comments/15
has some informations that is valid to this bug
--
sybase_* functions missing in php5-sybase for hardy
https:
? I didn't expect any help. Thanks for mentioning the phpize trick-
Maybe I should have posted this on the ubuntu brainstorm site in the first
place. It might be too specialized, though.
I'm just saying that the mssql / sybase PHP-DB-Extension-Module issue is
more complicated than it needs to be.
Speaking with my debian php maintainer hat.
If you are able to install non-free sybase libraries, you are also
able to install php5-dev and run phpize && make && make install
in sybase_ct directory.
Ie. if you want to use non-free libraries, you cannot expect help
from package distributors.
O.
The common dependency of both sybase mad mssql Vendor Specific Database
Extensions on FreetTDS libs might be advantageous for the package developer or
maintainer, but it has disadvantages for the library users:
- if I remove the Sybase DB Extension using synaptic, I also lose the MSSQL
Serv
On Mon, Sep 29, 2008 at 12:30:01PM -, knb wrote:
> It has been true in the past that sybase and mssql server shared a
> common code base, a common api and a common transfer protocol. However
> this is no longer the case for at least 10 years.
That's irrelevant given that there's only one libra
Can't you module maintainers (ubuntu or debian) just simply release TWO
modules php5-sybase and php5-mssql that work properly ?
Please abandon putting two different functionalities into one php5
module.
It is confusing and inconsistent.
In the past php developers had to use Module sybase_ct to
Attached is the updated patch file.
** Attachment added: "119-sybase-alias.patch"
http://launchpadlibrarian.net/16869920/119-sybase-alias.patch
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a me
The reason sybase_affected_rows didn't get aliased is because this was
renamed in the mssql extension to mssql_rows_affected, so the
s/mssql/sybase/ aliases didn't catch that.
To get old sybase_ct users happy, you need to add an alias like so:
PHP_FALIAS(sybase_affected_rows, mssql_rows_affected,
Chuck, can you please have a look? Thanks!
** Changed in: php5 (Ubuntu Hardy)
Assignee: (unassigned) => Chuck Short (zulcss)
Status: Fix Released => Confirmed
** Tags removed: verification-done
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/24
To those interested. It appears that all functions have not been
aliased to sybase_* I got sybase to work but found out that
sybase_affected_rows doesn't work. Luckily I have access to a feisty
box so I grabbed the sybase_ct.so from there.
Would be great if these aliases could be added as well
Copied to hardy-updates.
** Changed in: php5 (Ubuntu Hardy)
Status: Fix Committed => Fix Released
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subsc
** Tags added: verification-done
** Tags removed: verification-needed
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
--
Ubunt
Glad to hear this, hope to see it in release version soon,
thanks for your work!
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
I successfully upgraded my php5 packages to -proposed, and everything
seems to be working fine. I'll post further updates when I have them,
but the sybase_* functions are indeed there and functioning properly.
Thanks again!
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.laun
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
** Changed in: php5 (Ubuntu Hardy)
Status: New => Fix Committed
** Tags added: verification-needed
** Attachment added: "Patch that fixes the problem."
http://launchpadlibrarian.net/15479460/119-sybase-alias.patch
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, w
Hardy introduced a regression that prevents sybase users from using
php5-sybase on hardy. This is due to a change in the packaging between
hardy and gutsy. Attached to this bug report is the patch that fixes the
issue.
TEST CASE:
1. Install php5-sybase with a sybase database.
2. Try to use php5-s
More results:
Chuck: I tried your version from you ppa, but unfortunately it looks
like that build failed.
Ondřej: I tried your patch, but the compile failed with what appeared to
be references to undefined functions in the alias declarations. So I
decided to give it a try myself. I simply coppie
This bug was fixed in the package php5 - 5.2.6-1ubuntu2
---
php5 (5.2.6-1ubuntu2) intrepid; urgency=low
* debian/patches/119-sybase-alias.patch:
- Fixes missing sybase support. (LP: #240519)
-- Chuck Short <[EMAIL PROTECTED]> Wed, 18 Jun 2008 19:53:32 +
** Changed in: p
Well,
you solution is working, but wrong one. The real reason why sybase module
installs mssql.so is they are really (almost) the same - they use same
library to access database. With one small exception - mssql module is
better maintained and provides pdo version, and works better in some cases.
Solution:
Ok... so I installed the php5 source package
apt-get source php5
I decided to just give the extension in ext/sybase a try before applying
any patches.
cd ext/sybase
phpize && configure && make && sudo make install
After that it was a simple matter of adding a sybase.ini file to
/etc/
Can you try the version from my ppa?
http://launchapd.net/~zulcss/+archive
Thanks
chuck
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in
Thanks for the help Ondřej. I didn't mean for that to sound hysterical.
I'm just trying my best not to have to find and refactor TONS of code or
install php5 from source. I know it wouldn't be that difficult to build
from the php official sources, but I don't want to deal w/ the package
maintenance
http://us3.php.net/manual/en/aliases.php
>
> That doc clearly says that the mssql_* functions are the aliases. How
> can you leave in the alias functions and remove the masters? I don't
> even understand how that's possible, much less desirable.
This document is wrong. Feel free to report bug at
Ill try to cook somehting up.
Thanks
chuck
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
--
Ubuntu-server-bugs mailing list
Thanks for your help Chuck.
I just can't believe that Ubuntu would be ok with leaving out documented
and supported features of included software. This is the 5 year
supported LTS version of the OS. Are you really saying that the php5
package will remain broken for 5 years?
http://us3.php.net/manu
Hi
Thanks for the bug report. According to the changelog that was the
intention. Since mssql functions are alias to sybase functions you can
mssql functions to access sybase databases in php. I will have a look at
breaking the package into php5-sybase and php5-mssql for intrepid.
However I dont th
Thanks for the bug report. I will look into this and get back to you.
Regards
chuck
** Changed in: php5 (Ubuntu)
Status: New => Triaged
--
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a membe
39 matches
Mail list logo