Date: 10/27/99
- Next message: Kristian Köhntopp: "[PHPLIB-DEV] Table incompatibility"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- In reply to: ak <email protected>: "[PHPLIB-DEV] error in ct_sql.inc"
- Next in thread: ak <email protected>: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- Reply: ak <email protected>: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ak <email protected> wrote:
> With V1.16 I get:
> "Fatal error: Call to unsupported or undefined function () in ct_sql.inc on line 122"
> and nothing else...
Argh, there is a difference in the logic between
1.14 and 1.16. In 1.14, "base64:...." is encoded
(which is kind of useless) and in 1.16 the encoding
type is unencoded, followed by the encoded string
(which is correct, but incompatible).
Shall we break compatibility here and provide a
conversion script or shall we keep the old encoding
scheme?
Kristian
-- Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00 Using PHP3? See our web development library at http://phplib.netuse.de/ (We have moved! Update your bookmarks!) - PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in the body, not the subject, of your message.
- Next message: Kristian Köhntopp: "[PHPLIB-DEV] Table incompatibility"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- In reply to: ak <email protected>: "[PHPLIB-DEV] error in ct_sql.inc"
- Next in thread: ak <email protected>: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- Reply: ak <email protected>: "Re: [PHPLIB-DEV] error in ct_sql.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

