[PHP-DEV] Bug #10884: Cookies not set

2001-05-15 Thread mad

From: [EMAIL PROTECTED]
Operating system: HPUX 10.20
PHP version:  4.0.5
PHP Bug Type: Variables related
Bug description:  Cookies not set

Hellow,

Here's a problem with Cookies Management :

When I define several (eg. 3 ) cookies outside php (eg. in a cgi shell-script), the 
HTTP_COOKIE variable is set but not HTTP_COOKIE_VARS array in php.

Then when I define another Cookie with SetCookie with php, HTTP_COOKIE contain all 
Cookies, but HTTP_COOKIE_VARS contains only this Cookie.

An idea ?


-- 
Edit Bug report at: http://bugs.php.net/?id=10884&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #7821 Updated: Unresolved symbol with GD

2001-05-15 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: *Configuration Issues
Operating system: HP-UX 10.20
PHP Version: 4.0.5
Description: Unresolved symbol with GD

Hellow,

Here's the feedback : 

When I add --with-xpm-dir=..., the configure program failed : 

...
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
checking for libXpm (needed by gd-1.8+)... yes
checking for XpmFreeXpmImage in -lXpm... no
no
checking whether to include GD support... yes (static)
checking for gdImageString16 in -lgd... no
checking for gdImagePaletteCopy in -lgd... no
checking for gdImageColorClosestHWB in -lgd... no
checking for compress in -lz... no
checking for png_info_init in -lpng... no
checking for gdImageColorResolve in -lgd... no
checking for gdImageCreateFromPng in -lgd... no
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageWBMP in -lgd... no
checking for gdImageCreateFromJpeg in -lgd... no
checking for gdImageCreateFromXpm in -lgd... no
checking whether to include FreeType 1.x support... yes
checking for T1lib support... no
checking whether to include GNU gettext support... no
checking for gmp support... no
checking for Hyperwave support... no
checking for ICAP support... no
checking for iconv support... no
checking for Kerberos support in IMAP... no
checking for SSL support in IMAP... no
checking for IMAP support... no
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for ircg support... no
checking for Java support... no
checking whether to include LDAP support... no
checking for MCAL support... no
checking for mcrypt support... no
checking for mhash support... no
checking whether to include ming support... no
checking for mnoGoSearch support... no
checking for mSQL support... no
checking for Muscat support... no
checking for MySQL support... no
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Velocis support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for OpenLink ODBC support... no
checking for DBMaker support... no
checking for Oracle-ORACLE support... no
checking for Ovrimos SQL Server support... no
checking whether to include PCRE support... yes
checking for memmove... (cached) yes
checking whether to include PDFlib support... yes
checking for libz needed by pdflib 3.x... already zlib support
checking for jpeg_read_header in -ljpeg... (cached) yes
checking for png_create_info_struct in -lpng... no
no
checking for TIFFOpen in -ltiff... no
no
checking for PDF_show_boxed in -lpdf... no
configure: error: pdflib extension requires pdflib 3.x.

I'll become crazy :p

An idea ?
Thx :)


Previous Comments:
---

[2001-04-28 15:35:26] [EMAIL PROTECTED]
No feedback. If this problem persists with PHP 4.0.5 which
will be released next week, please reopen this report.

Derick

---

[2001-03-29 11:09:27] [EMAIL PROTECTED]
Try adding --with-xpm-dir=/path/to/libXpm/
into your configure line (without the /lib part!)

--Jani




---

[2001-03-27 11:02:30] [EMAIL PROTECTED]
Hi Jani,

I use GD 1.8.4

If I return to GD 1.8.3, I have this message when I launch apache :

/usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code)  from 
=/PKl01h01/soft/web/lib/libgd.sl


---

[2001-03-26 17:39:34] [EMAIL PROTECTED]
Which version of GD library are you using?
As I can't find such symbols in my gd libs at all.

(well, in GD 2.0.0BETA there are those gdMalloc, gdCalloc, etc. but not in 1.8.3)

--Jani


---

[2001-03-26 06:40:38] [EMAIL PROTECTED]
Okay, with the option "--with-ttf=..." it works better, but I have this when I launch 
apache : 

./apachectl start
/usr/lib/dld.sl: Unresolved symbol: gdCalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdMalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdFree (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdRealloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl

an idea ?

Thank you for your answer,
JC

---

The remainder of the comments for this report are too long.  To view the 

[PHP-DEV] Bug #7821 Updated: Unresolved symbol with GD

2001-05-16 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Operating system: HP-UX 10.20
PHP Version: php4-200105160045
Description: Unresolved symbol with GD

Okay, with the build php4-200105160045, I've this config message error :

...
checking for the location of libjpeg... yes
checking for jpeg_read_header in -ljpeg... yes
checking for the location of libpng... yes
checking for png_info_init in -lpng... yes
./configure[6]: no:  not found.
checking for the location of libXpm... yes
checking for XpmFreeXpmImage in -lXpm... no
configure: error: libXpm.(a|so) or libX11.(a|so) not found!

In config.log : 

...
configure:18240: checking for the location of libXpm
configure:18288: checking for XpmFreeXpmImage in -lXpm
configure:18309: gcc -o conftest -O2  -DHPUX10 -DMOD_SSL=208101 -DUSE_HSREGEX -DEAPI 
-DUSE_EXPAT  -L/PKl01h01/soft/web/lib -L/PKl01h01/soft/web/lib -L/PKl01h01/so
ft/web/src/php/lib -L/PKl01h01/soft/web/src/php/lib conftest.c -lXpm
  -L/PKl01h01/soft/web/lib -lX11
 -lpng -lz -ljpeg -lcrypt -lm  1>&5
/usr/ccs/bin/ld: Can't find library for -lX11
collect2: ld returned 1 exit status
configure: failed program was:
#line 18298 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char XpmFreeXpmImage();

int main() {
XpmFreeXpmImage()
; return 0; }

Any idea ?
Thx :)
JC

Previous Comments:
---

[2001-05-16 01:06:00] [EMAIL PROTECTED]
What does it say in config.log about this ?
In the end of it.

And could you please try with latest snapshot from
http://snaps.php.net/ as the configure script for
GD has gone through a face lift.

--Jani


---

[2001-05-15 15:02:31] [EMAIL PROTECTED]
Hellow,

Here's the feedback : 

When I add --with-xpm-dir=..., the configure program failed : 

...
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
checking for libXpm (needed by gd-1.8+)... yes
checking for XpmFreeXpmImage in -lXpm... no
no
checking whether to include GD support... yes (static)
checking for gdImageString16 in -lgd... no
checking for gdImagePaletteCopy in -lgd... no
checking for gdImageColorClosestHWB in -lgd... no
checking for compress in -lz... no
checking for png_info_init in -lpng... no
checking for gdImageColorResolve in -lgd... no
checking for gdImageCreateFromPng in -lgd... no
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageWBMP in -lgd... no
checking for gdImageCreateFromJpeg in -lgd... no
checking for gdImageCreateFromXpm in -lgd... no
checking whether to include FreeType 1.x support... yes
checking for T1lib support... no
checking whether to include GNU gettext support... no
checking for gmp support... no
checking for Hyperwave support... no
checking for ICAP support... no
checking for iconv support... no
checking for Kerberos support in IMAP... no
checking for SSL support in IMAP... no
checking for IMAP support... no
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for ircg support... no
checking for Java support... no
checking whether to include LDAP support... no
checking for MCAL support... no
checking for mcrypt support... no
checking for mhash support... no
checking whether to include ming support... no
checking for mnoGoSearch support... no
checking for mSQL support... no
checking for Muscat support... no
checking for MySQL support... no
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Velocis support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for OpenLink ODBC support... no
checking for DBMaker support... no
checking for Oracle-ORACLE support... no
checking for Ovrimos SQL Server support... no
checking whether to include PCRE support... yes
checking for memmove... (cached) yes
checking whether to include PDFlib support... yes
checking for libz needed by pdflib 3.x... already zlib support
checking for jpeg_read_header in -ljpeg... (cached) yes
checking for png_create_info_struct in -lpng... no
no
checking for TIFFOpen in -ltiff... no
no
checking for PDF_show_boxed in -lpdf... no
configure: error: pdflib extension requires pdflib 3.x.

I'll become crazy :p

An idea ?
Thx :)


---

[2001-04

[PHP-DEV] Bug #7821 Updated: Unresolved symbol with GD

2001-05-20 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Operating system: HP-UX 10.20
PHP Version: 4.0.5
Description: Unresolved symbol with GD

Good question :)

I've putted this library from HP-UX system in my lib directory and now it's works :)

I've just warning message...I will update this event tomorrow when I'll be at work 
with all details.

Do you have an idea for the bug #10884 ?

Thanks :)

JC



Previous Comments:
---

[2001-05-20 18:37:28] [EMAIL PROTECTED]
Is there libX11.so or libX11.a in /PKl01h01/soft/web/lib ??

--Jani


---

[2001-05-16 10:28:27] [EMAIL PROTECTED]
Okay, with the build php4-200105160045, I've this config message error :

...
checking for the location of libjpeg... yes
checking for jpeg_read_header in -ljpeg... yes
checking for the location of libpng... yes
checking for png_info_init in -lpng... yes
./configure[6]: no:  not found.
checking for the location of libXpm... yes
checking for XpmFreeXpmImage in -lXpm... no
configure: error: libXpm.(a|so) or libX11.(a|so) not found!

In config.log : 

...
configure:18240: checking for the location of libXpm
configure:18288: checking for XpmFreeXpmImage in -lXpm
configure:18309: gcc -o conftest -O2  -DHPUX10 -DMOD_SSL=208101 -DUSE_HSREGEX -DEAPI 
-DUSE_EXPAT  -L/PKl01h01/soft/web/lib -L/PKl01h01/soft/web/lib -L/PKl01h01/so
ft/web/src/php/lib -L/PKl01h01/soft/web/src/php/lib conftest.c -lXpm
  -L/PKl01h01/soft/web/lib -lX11
 -lpng -lz -ljpeg -lcrypt -lm  1>&5
/usr/ccs/bin/ld: Can't find library for -lX11
collect2: ld returned 1 exit status
configure: failed program was:
#line 18298 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char XpmFreeXpmImage();

int main() {
XpmFreeXpmImage()
; return 0; }

Any idea ?
Thx :)
JC

---

[2001-05-16 01:06:00] [EMAIL PROTECTED]
What does it say in config.log about this ?
In the end of it.

And could you please try with latest snapshot from
http://snaps.php.net/ as the configure script for
GD has gone through a face lift.

--Jani


---

[2001-05-15 15:02:31] [EMAIL PROTECTED]
Hellow,

Here's the feedback : 

When I add --with-xpm-dir=..., the configure program failed : 

...
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
checking for libXpm (needed by gd-1.8+)... yes
checking for XpmFreeXpmImage in -lXpm... no
no
checking whether to include GD support... yes (static)
checking for gdImageString16 in -lgd... no
checking for gdImagePaletteCopy in -lgd... no
checking for gdImageColorClosestHWB in -lgd... no
checking for compress in -lz... no
checking for png_info_init in -lpng... no
checking for gdImageColorResolve in -lgd... no
checking for gdImageCreateFromPng in -lgd... no
checking for gdImageCreateFromGif in -lgd... no
checking for gdImageWBMP in -lgd... no
checking for gdImageCreateFromJpeg in -lgd... no
checking for gdImageCreateFromXpm in -lgd... no
checking whether to include FreeType 1.x support... yes
checking for T1lib support... no
checking whether to include GNU gettext support... no
checking for gmp support... no
checking for Hyperwave support... no
checking for ICAP support... no
checking for iconv support... no
checking for Kerberos support in IMAP... no
checking for SSL support in IMAP... no
checking for IMAP support... no
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for ircg support... no
checking for Java support... no
checking whether to include LDAP support... no
checking for MCAL support... no
checking for mcrypt support... no
checking for mhash support... no
checking whether to include ming support... no
checking for mnoGoSearch support... no
checking for mSQL support... no
checking for Muscat support... no
checking for MySQL support... no
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Velocis support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for OpenLink ODBC support... no
checking for DBMaker support... no
checking for Oracle-ORACLE support... no
checking for Ovrimos SQL Server support... no
checking whether t

[PHP-DEV] Bug #10884 Updated: Cookies not set

2001-05-22 Thread mad

ID: 10884
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Variables related
Operating system: HPUX 10.20
PHP Version: 4.0.5
Description: Cookies not set

It's a bug or not ???

Previous Comments:
---

[2001-05-15 14:48:33] [EMAIL PROTECTED]
Hellow,

Here's a problem with Cookies Management :

When I define several (eg. 3 ) cookies outside php (eg. in a cgi shell-script), the 
HTTP_COOKIE variable is set but not HTTP_COOKIE_VARS array in php.

Then when I define another Cookie with SetCookie with php, HTTP_COOKIE contain all 
Cookies, but HTTP_COOKIE_VARS contains only this Cookie.

An idea ?

---


Full Bug description available at: http://bugs.php.net/?id=10884


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10884 Updated: Cookies not set

2001-05-23 Thread mad

ID: 10884
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Variables related
Operating system: HPUX 10.20
PHP Version: 4.0.5
Description: Cookies not set

Okay...

When we set a cookie in a shell script's cgi with echo "Set-Cookie: USER=$USER", we 
MUST replace it with echo "Set-Cookie: USER=$USER ; PATH=/"

Sorry for this false bug...

Bon...

Alors le truc c'est que quand on défini un cookie dans un cgi, on oublie souvent que 
l'on est dans /cgi-bin quand on essaie de récupérer le cookie dans un autre 
scriptajouter PATH=/ après chaque définition de cookie, et on pourra les reprendre 
d'office avec PHP

Je me suis bien arraché les cheveux mis à part ça :P

Désolé pour ce faux bug

@++
JC

Previous Comments:
---

[2001-05-23 00:15:24] [EMAIL PROTECTED]
It's a bug or not ???

---

[2001-05-15 14:48:33] [EMAIL PROTECTED]
Hellow,

Here's a problem with Cookies Management :

When I define several (eg. 3 ) cookies outside php (eg. in a cgi shell-script), the 
HTTP_COOKIE variable is set but not HTTP_COOKIE_VARS array in php.

Then when I define another Cookie with SetCookie with php, HTTP_COOKIE contain all 
Cookies, but HTTP_COOKIE_VARS contains only this Cookie.

An idea ?

---


Full Bug description available at: http://bugs.php.net/?id=10884


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11559: charset optional argument doesn't work with sybase_[p]connect

2001-06-19 Thread mad

From: [EMAIL PROTECTED]
Operating system: HP-UX 10.20
PHP version:  4.0.5
PHP Bug Type: Sybase-ct (ctlib) related
Bug description:  charset optional argument doesn't work with sybase_[p]connect

Hellow, here's a new bug for you :P

Short Script : 

Charset Sybase Bug


Result of the script : 

Warning: Wrong parameter count for sybase_connect() in 
/PKl01h01/soft/web/site/html/charset.php on line 7

Warning: Supplied argument is not a valid Sybase-Link resource in 
/PKl01h01/soft/web/site/html/charset.php on line 8


PHP configured with : 

--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase-ct=/PKl01hp4/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-png-dir=/PKl01h01/soft/web 
--with-ttf=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--with-xpm-dir=/PKl01h01/soft/web 
--with-gd 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

Hep please :)

Thanks for your answer

@++
JC



-- 
Edit Bug report at: http://bugs.php.net/?id=11559&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11559 Updated: charset optional argument doesn't work with sybase_[p]connect

2001-06-20 Thread mad

ID: 11559
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Sybase-ct (ctlib) related
Operating system: HP-UX 10.20
PHP Version: 4.0.5
Description: charset optional argument doesn't work with sybase_[p]connect

Okay, 

I've examined the php source code...and it appears that only php source for sybase 
db-lib accept the optional charset.

The modification of the source to do for ct-lib seems to be easy, but how can I create 
a patch ? it's ok if I send you the new php_sybase_ct.c ? or how must I do ?

Thanks for your answer

@++
JC

Previous Comments:
---

[2001-06-19 09:39:58] [EMAIL PROTECTED]
Hellow, here's a new bug for you :P

Short Script : 

Charset Sybase Bug


Result of the script : 

Warning: Wrong parameter count for sybase_connect() in 
/PKl01h01/soft/web/site/html/charset.php on line 7

Warning: Supplied argument is not a valid Sybase-Link resource in 
/PKl01h01/soft/web/site/html/charset.php on line 8


PHP configured with : 

--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase-ct=/PKl01hp4/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-png-dir=/PKl01h01/soft/web 
--with-ttf=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--with-xpm-dir=/PKl01h01/soft/web 
--with-gd 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

Hep please :)

Thanks for your answer

@++
JC


---


Full Bug description available at: http://bugs.php.net/?id=11559


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11559 Updated: charset optional argument doesn't work with sybase_[p]connect

2001-06-20 Thread mad

ID: 11559
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Duplicate
Bug Type: Sybase-ct (ctlib) related
Operating system: HP-UX 10.20
PHP Version: 4.0.5
Description: charset optional argument doesn't work with sybase_[p]connect

Okay, 

I've updated the c source from second patch of bug #11320
and now it works. Can you update your cvs ?

Thanks

@++
JC

Previous Comments:
---

[2001-06-20 05:02:31] [EMAIL PROTECTED]
Okay, 

I've examined the php source code...and it appears that only php source for sybase 
db-lib accept the optional charset.

The modification of the source to do for ct-lib seems to be easy, but how can I create 
a patch ? it's ok if I send you the new php_sybase_ct.c ? or how must I do ?

Thanks for your answer

@++
JC

---

[2001-06-19 09:39:58] [EMAIL PROTECTED]
Hellow, here's a new bug for you :P

Short Script : 

Charset Sybase Bug


Result of the script : 

Warning: Wrong parameter count for sybase_connect() in 
/PKl01h01/soft/web/site/html/charset.php on line 7

Warning: Supplied argument is not a valid Sybase-Link resource in 
/PKl01h01/soft/web/site/html/charset.php on line 8


PHP configured with : 

--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase-ct=/PKl01hp4/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-png-dir=/PKl01h01/soft/web 
--with-ttf=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--with-xpm-dir=/PKl01h01/soft/web 
--with-gd 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

Hep please :)

Thanks for your answer

@++
JC


---


Full Bug description available at: http://bugs.php.net/?id=11559


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11789: Apache can't start

2001-06-29 Thread mad

From: [EMAIL PROTECTED]
Operating system: Linux 2.4.5
PHP version:  4.0.6
PHP Bug Type: Sybase-ct (ctlib) related
Bug description:  Apache can't start

When I launch apache with sybase_ct, I've got following messages : 

DRK01:/soft/apache/bin# ./apachectl start
./apachectl: line 184: 15557 Segmentation fault  $HTTPD
./apachectl start: httpd could not be started

Sybase Version : 11.9.2
$SYBASE environment variable is correctly set

There's nothing in apache's logs
There's nothing in dmesg's output

Do you have any idea ?

Thanks for your answer

@++
JC


-- 
Edit Bug report at: http://bugs.php.net/?id=11789&edit=1



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11789 Updated: Apache can't start

2001-06-29 Thread mad

ID: 11789
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Sybase-ct (ctlib) related
Operating system: Linux 2.4.5
PHP Version: 4.0.6
Description: Apache can't start

PS : it's ok with sybase DB lib

Previous Comments:
---

[2001-06-28 18:44:59] [EMAIL PROTECTED]
When I launch apache with sybase_ct, I've got following messages : 

DRK01:/soft/apache/bin# ./apachectl start
./apachectl: line 184: 15557 Segmentation fault  $HTTPD
./apachectl start: httpd could not be started

Sybase Version : 11.9.2
$SYBASE environment variable is correctly set

There's nothing in apache's logs
There's nothing in dmesg's output

Do you have any idea ?

Thanks for your answer

@++
JC

---


Full Bug description available at: http://bugs.php.net/?id=11789


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11789 Updated: Apache can't start

2001-06-29 Thread mad

ID: 11789
User Update by: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Sybase-ct (ctlib) related
Bug Type: Documentation problem
Operating system: Linux 2.4.5
PHP Version: 4.0.6
Description: Apache can't start

Ok, it finally work with ct-lib if LC_ALL is set to default

Please add in documentation that
apache only start correctly with
sybase_ct lib if LC_ALL is correctly
set (sybase must be installed with
the same language, cf bug #3161)

If not, we can resolve simply the
problem with : 

export LC_ALL=default
./apachectl start (or startssl)

@++ JC


Previous Comments:
---

[2001-06-28 18:47:57] [EMAIL PROTECTED]
PS : it's ok with sybase DB lib

---

[2001-06-28 18:44:59] [EMAIL PROTECTED]
When I launch apache with sybase_ct, I've got following messages : 

DRK01:/soft/apache/bin# ./apachectl start
./apachectl: line 184: 15557 Segmentation fault  $HTTPD
./apachectl start: httpd could not be started

Sybase Version : 11.9.2
$SYBASE environment variable is correctly set

There's nothing in apache's logs
There's nothing in dmesg's output

Do you have any idea ?

Thanks for your answer

@++
JC

---


Full Bug description available at: http://bugs.php.net/?id=11789


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #7821 Updated: Unresolved symbol with GD

2001-03-26 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: *Configuration Issues
Description: Unresolved symbol with GD

Yes, GD (1.8.4) is compiled with ttf support (LIBS=-lgd -lpng -lz -ljpeg -lm -lttf in 
GD's Makefile)

For ttf, I've installled freetype available at 
http://hpux.connect.org.uk/hppd/hpux/Text/freetype-1.3.1

I need GD for graphics support in pdflib

Do you have an idea ?

Previous Comments:
---

[2000-12-15 20:00:55] [EMAIL PROTECTED]
No feedback.

---

[2000-11-15 13:18:39] [EMAIL PROTECTED]
Have you compiled GD library with TTF support enabled
in the Makefile ?

Try adding --with-ttf=/path/to/ttf
into the configure line.

--Jani

---

[2000-11-14 18:09:28] [EMAIL PROTECTED]
Helloo, 

I can't load apache with php compiled with GD 1.8.3
(without GD, apache is loadable)

Configure Option

../configure 
--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase=/PKl01hd2/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-gd=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

There's no configuring or compiling error

Here's the error messages when I launch apache : 

/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_ID (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Init_FreeType (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Face_Properties (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Close_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Transform_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_Count (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Bitmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Metrics (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_CharSize (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Pixmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Instance_Metrics (code) from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Load_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Open_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Char_Index (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_Resolutions (code)
from /PKl01h01/soft/web/lib/libgd.sl

Thank you for your answer.

JC

---


Full Bug description available at: http://bugs.php.net/?id=7821


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #7821 Updated: Unresolved symbol with GD

2001-03-26 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Description: Unresolved symbol with GD

Okay, with the option "--with-ttf=..." it works better, but I have this when I launch 
apache : 

./apachectl start
/usr/lib/dld.sl: Unresolved symbol: gdCalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdMalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdFree (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdRealloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl

an idea ?

Thank you for your answer,
JC

Previous Comments:
---

[2001-03-26 05:37:38] [EMAIL PROTECTED]
1. delete config.cache
2. add --with-ttf=/path/to/ttf into the configure line you used.
3. after configure do 'make clean ; make ; make install'

--Jani





---

[2001-03-26 05:20:05] [EMAIL PROTECTED]
Yes, GD (1.8.4) is compiled with ttf support (LIBS=-lgd -lpng -lz -ljpeg -lm -lttf in 
GD's Makefile)

For ttf, I've installled freetype available at 
http://hpux.connect.org.uk/hppd/hpux/Text/freetype-1.3.1

I need GD for graphics support in pdflib

Do you have an idea ?

---

[2000-12-15 20:00:55] [EMAIL PROTECTED]
No feedback.

---

[2000-11-15 13:18:39] [EMAIL PROTECTED]
Have you compiled GD library with TTF support enabled
in the Makefile ?

Try adding --with-ttf=/path/to/ttf
into the configure line.

--Jani

---

[2000-11-14 18:09:28] [EMAIL PROTECTED]
Helloo, 

I can't load apache with php compiled with GD 1.8.3
(without GD, apache is loadable)

Configure Option

../configure 
--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase=/PKl01hd2/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-gd=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

There's no configuring or compiling error

Here's the error messages when I launch apache : 

/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_ID (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Init_FreeType (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Done_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Face_Properties (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Close_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Transform_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap_Count (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Bitmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Outline (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Metrics (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_CharMap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_CharSize (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Glyph_Pixmap (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_New_Instance (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Get_Instance_Metrics (code) from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Load_Glyph (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Open_Face (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Char_Index (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: TT_Set_Instance_Resolutions (code)
from /PKl01h01/soft/web/lib/libgd.sl

Thank you for your answer.

JC

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=7821


-- 
PHP Developme

[PHP-DEV] PHP 4.0 Bug #7821 Updated: Unresolved symbol with GD

2001-03-27 Thread mad

ID: 7821
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Description: Unresolved symbol with GD

Hi Jani,

I use GD 1.8.4

If I return to GD 1.8.3, I have this message when I launch apache :

/usr/lib/dld.sl: Unresolved symbol: XpmReadFileToXpmImage (code)  from 
=/PKl01h01/soft/web/lib/libgd.sl


Previous Comments:
---

[2001-03-26 17:39:34] [EMAIL PROTECTED]
Which version of GD library are you using?
As I can't find such symbols in my gd libs at all.

(well, in GD 2.0.0BETA there are those gdMalloc, gdCalloc, etc. but not in 1.8.3)

--Jani


---

[2001-03-26 06:40:38] [EMAIL PROTECTED]
Okay, with the option "--with-ttf=..." it works better, but I have this when I launch 
apache : 

./apachectl start
/usr/lib/dld.sl: Unresolved symbol: gdCalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdMalloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdFree (code)  from 
/PKl01h01/soft/web/lib/libgd.sl
/usr/lib/dld.sl: Unresolved symbol: gdRealloc (code)  from 
/PKl01h01/soft/web/lib/libgd.sl

an idea ?

Thank you for your answer,
JC

---

[2001-03-26 05:37:38] [EMAIL PROTECTED]
1. delete config.cache
2. add --with-ttf=/path/to/ttf into the configure line you used.
3. after configure do 'make clean ; make ; make install'

--Jani





---

[2001-03-26 05:20:05] [EMAIL PROTECTED]
Yes, GD (1.8.4) is compiled with ttf support (LIBS=-lgd -lpng -lz -ljpeg -lm -lttf in 
GD's Makefile)

For ttf, I've installled freetype available at 
http://hpux.connect.org.uk/hppd/hpux/Text/freetype-1.3.1

I need GD for graphics support in pdflib

Do you have an idea ?

---

[2000-12-15 20:00:55] [EMAIL PROTECTED]
No feedback.

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=7821


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #13763 Updated: SQL Compute

2002-01-13 Thread mad

ID: 13763
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Sybase-ct (ctlib) related
Operating System: LINUX REDHAT 7
PHP Version: 4.0.6
New Comment:

I've the same problem. Please resolve this bug. Thanks.

for more info, see bugs #11475

and #13475, #13735, #12074

There's a lot of problem to retrieve multi-result-set from
store procedures (example : sp_help with rules or data types)

So, the solution is to develop #12074 or test/apply the patchs from
#11475 & #13735, #13475


Previous Comments:


[2001-10-25 17:45:42] [EMAIL PROTECTED]

User reported on php-dev, so adding here:
---

Here a complete example (php and sybase) with the problem of compute
sql statement.
PHP stop when he encountred the compute.
 
PHP :
 
    sybase_query=("EXEC MYPROC");
   
    $result = sybase_query($query);
    while ($row = sybase_fetch_array($result))
 {
    print $row["COLUMN1"];
        print $row["COLUMN3"];
        print $row["COLUMN3"];
     }
 
SYBASE PROC :
 

 SELECT DISTINCT doc1,";", conste+concen 
 +conqtm+conord+coni1+coni2,";", numchg,";
", rais1d,";", cpd,";", intcomd,";",
dpliv,";", tcaht, ";", qtet,";", crgro, ";"
FROM fantasio..f_mtf

WHERE datchg>=@debut
AND datchg<=@fin
AND unit='6'
ORDER BY dpliv, rais1d, intcomd, cpd
COMPUTE SUM(tcaht), SUM(qtet) 
BY dpliv, rais1d, intcomd, cpd

PHP stop on COMPUTE... Then it's a bug of PHP

This error is encountred when i try to return two select.



[2001-10-23 12:08:25] [EMAIL PROTECTED]

Here an exemple of stored procedure :

Yes, i execute this sybase stored procedure :

SELECT DISTINCT doc1,";", conste+concen 
 +conqtm+conord+coni1+coni2,";", numchg,";
", rais1d,";", cpd,";", intcomd,";", dpliv,";", tcaht, ";", qtet,";",
crgro, ";"
FROM fantasio..f_mtf

WHERE datchg>=@debut
AND datchg<=@fin
AND unit='6'
ORDER BY dpliv, rais1d, intcomd, cpd
COMPUTE SUM(tcaht), SUM(qtet) 
BY dpliv, rais1d, intcomd, cpd

PHP stop on COMPUTE... Then it's a bug of PHP




[2001-10-20 05:36:50] [EMAIL PROTECTED]

I think you're doing something wrong. I don't think it's a bug in PHP.


Ask support questions on the appropriate mailinglist (see
http://www.php.net/support.php). Hint: try print_r($row); somewhere in
the while()-loop. 



[2001-10-20 04:50:44] [EMAIL PROTECTED]

Here an exemple :

sybase_connect(SERVER,LOGIN,PASSWORD);
sybase_select_db(DATABASE);
$query = "EXEC MYPROC";
$result = sybase_query($query);

while ($row = sybase_fetch_array($result))
 {
   print $row["COLUMN1"];
   print $row["COLUMN3"];
   print $row["COLUMN3"];
 }

If in this sybase procedure there is not compute all is ok, all the
record are return. But if there is a compute all the record are return
and when php arrive in the compute line is don't display it.

This bug is encountred when the proc return more than 1 recorset like
(in the proc)

SELECT LIB1, LIB2 FROM LIBELLE
SELECT NAME, FNAME FROM PEOPLE

In this exemple this proc is use to make a delivery order, in the same
proc, whe make a select to retrive the customer information (name,
adress, phone...) and the second select to retrive information about a
command of this customer.

Thanks for your help

PS : The library is SYBASE_CT.



[2001-10-19 15:36:19] [EMAIL PROTECTED]

Can you provide a sample script?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=13763


Edit this bug report at http://bugs.php.net/?id=13763&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14167 Updated: Bug with php_sybase.c and php_sybase.h

2002-01-13 Thread mad

ID: 14167
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Sybase-ct (ctlib) related
Operating System: LINUX RED HAT 7.0
PHP Version: 4.0.6
New Comment:

see comment in bug #13763


Previous Comments:


[2001-11-21 16:39:29] [EMAIL PROTECTED]

excuse, the is are php_sybase_ct.c and php_sybase_ct.h



[2001-11-21 16:37:09] [EMAIL PROTECTED]

PHP can't retreive two or more result set. This case is produce with
sp_helptext MYPROC on sybase V 11.9 and with a proc which make a
compute inside or when proc make two SELECT at the end. COMPUTE is
return as a second result set.

Arnaud.





Edit this bug report at http://bugs.php.net/?id=14167&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12074 Updated: Enhance sybase_ct with sybasel_unbuffered_query(),

2001-12-13 Thread mad

ID: 12074
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: Linux & HP-UX
PHP Version: 4.0.6
New Comment:

Still needed with 4.1.0

Previous Comments:


[2001-07-22 19:17:12] [EMAIL PROTECTED]

Fix "null" status.



[2001-07-12 07:16:32] [EMAIL PROTECTED]

Change short description



[2001-07-11 18:43:40] [EMAIL PROTECTED]

NEW FEATURE

Enhance Sybase_ct with sybase_unbuffered_query()

(The same function mysql_unbuffered_query() but for sybase_ct (and others DB)

@++
JC





Edit this bug report at http://bugs.php.net/?id=12074&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12075 Updated: Merge all db functions

2001-12-13 Thread mad

ID: 12075
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: All
PHP Version: 4.0.6
New Comment:

Still needed with 4.1.0

Previous Comments:


[2001-08-30 14:18:10] [EMAIL PROTECTED]

Change short description from "Merge all db functions" to "Add sybase_ct support in 
dbx extension"

Change OS from "Linux & HP-UX" to "All"



[2001-07-11 19:53:53] [EMAIL PROTECTED]

PEAR can be used in module form...it is seperate from PHP.



[2001-07-11 19:43:02] [EMAIL PROTECTED]

A :))

so please add sybase_ct support in dbx :))

PEAR::DB is only for cgi no ? (I don't use php
in cgi mode now (only when apache 2.0 will be done))

@++
JC



[2001-07-11 19:18:11] [EMAIL PROTECTED]

This is what PEAR::DB does.

http://pear.php.net/

-Chris



[2001-07-11 19:11:29] [EMAIL PROTECTED]

See http://www.php.net/manual/en/ref.dbx.php :)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=12075


Edit this bug report at http://bugs.php.net/?id=12075&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11559 Updated: charset optional argument doesn't work with sybase_[p]connect

2001-12-13 Thread mad

ID: 11559
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Duplicate
Status: Closed
Bug Type: Sybase-ct (ctlib) related
Operating System: HP-UX 10.20
PHP Version: 4.0.5
New Comment:

Resolved with 4.1.0. Thanks :)

Previous Comments:


[2001-06-20 11:36:04] [EMAIL PROTECTED]

Okay, 

I've updated the c source from second patch of bug #11320
and now it works. Can you update your cvs ?

Thanks

@++
JC



[2001-06-20 05:02:31] [EMAIL PROTECTED]

Okay, 

I've examined the php source code...and it appears that only php source for sybase 
db-lib accept the optional charset.

The modification of the source to do for ct-lib seems to be easy, but how can I create 
a patch ? it's ok if I send you the new php_sybase_ct.c ? or how must I do ?

Thanks for your answer

@++
JC



[2001-06-19 09:39:58] [EMAIL PROTECTED]

Hellow, here's a new bug for you :P

Short Script : 

Charset Sybase Bug


Result of the script : 

Warning: Wrong parameter count for sybase_connect() in 
/PKl01h01/soft/web/site/html/charset.php on line 7

Warning: Supplied argument is not a valid Sybase-Link resource in 
/PKl01h01/soft/web/site/html/charset.php on line 8


PHP configured with : 

--with-config-file-path=/PKl01h01/soft/web/cfg 
--without-mysql 
--with-sybase-ct=/PKl01hp4/soft/ase11.5.1 
--with-pdflib=/PKl01h01/soft/web 
--with-png-dir=/PKl01h01/soft/web 
--with-ttf=/PKl01h01/soft/web 
--with-jpeg-dir=/PKl01h01/soft/web 
--with-xpm-dir=/PKl01h01/soft/web 
--with-gd 
--prefix=/PKl01h01/soft/web 
--with-apxs=/PKl01h01/soft/web/apache/bin/apxs

Hep please :)

Thanks for your answer

@++
JC






Edit this bug report at http://bugs.php.net/?id=11559&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11789 Updated: Apache can't start: Sybase-ct & LC_ALL

2001-12-13 Thread mad

ID: 11789
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Linux 2.4.5
PHP Version: 4.0.6
New Comment:

Still needed with 4.1.0

Previous Comments:


[2001-06-29 09:38:44] [EMAIL PROTECTED]

modified short description.




[2001-06-29 04:14:52] [EMAIL PROTECTED]

Ok, it finally work with ct-lib if LC_ALL is set to default

Please add in documentation that
apache only start correctly with
sybase_ct lib if LC_ALL is correctly
set (sybase must be installed with
the same language, cf bug #3161)

If not, we can resolve simply the
problem with : 

export LC_ALL=default
./apachectl start (or startssl)

@++ JC




[2001-06-28 18:47:57] [EMAIL PROTECTED]

PS : it's ok with sybase DB lib



[2001-06-28 18:44:59] [EMAIL PROTECTED]

When I launch apache with sybase_ct, I've got following messages : 

DRK01:/soft/apache/bin# ./apachectl start
./apachectl: line 184: 15557 Segmentation fault  $HTTPD
./apachectl start: httpd could not be started

Sybase Version : 11.9.2
$SYBASE environment variable is correctly set

There's nothing in apache's logs
There's nothing in dmesg's output

Do you have any idea ?

Thanks for your answer

@++
JC





Edit this bug report at http://bugs.php.net/?id=11789&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12074: Enhance sybase_ct with sybasel_unbuffered_query(),

2001-07-11 Thread mad

From: [EMAIL PROTECTED]
Operating system: Linux & HP-UX
PHP version:  4.0.6
PHP Bug Type: Feature/Change Request
Bug description:  Enhance sybase_ct with sybasel_unbuffered_query(),

NEW FEATURE

Enhance Sybase_ct with sybase_unbuffered_query()

(The same function mysql_unbuffered_query() but for sybase_ct (and others
DB)

@++
JC
-- 
Edit bug report at: http://bugs.php.net/?id=12074&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12075: Merge all db functions

2001-07-11 Thread mad

From: [EMAIL PROTECTED]
Operating system: Linux & HP-UX
PHP version:  4.0.6
PHP Bug Type: Feature/Change Request
Bug description:  Merge all db functions

CHANGE FEATURE

Merge all DB functions, the distinction for DB must no longer be in php
scripts but in php source.

mysql_query, sybase_query, etc.. = db_query
etc..etc..

I know it's a big work (php 5.0 ?), but after, when
you add a functionality, the synergy become more
efficient and all db who can support this feature
become ready.

@++
JC
-- 
Edit bug report at: http://bugs.php.net/?id=12075&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12075 Updated: Merge all db functions

2001-07-11 Thread mad

ID: 12075
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Open
Bug Type: Feature/Change Request
Operating System: Linux & HP-UX
PHP Version: 4.0.6
New Comment:

A :))

so please add sybase_ct support in dbx :))

PEAR::DB is only for cgi no ? (I don't use php
in cgi mode now (only when apache 2.0 will be done))

@++
JC

Previous Comments:


[2001-07-11 19:18:11] [EMAIL PROTECTED]

This is what PEAR::DB does.

http://pear.php.net/

-Chris



[2001-07-11 19:11:29] [EMAIL PROTECTED]

See http://www.php.net/manual/en/ref.dbx.php :)



[2001-07-11 18:59:18] [EMAIL PROTECTED]

CHANGE FEATURE

Merge all DB functions, the distinction for DB must no longer be in php scripts but in 
php source.

mysql_query, sybase_query, etc.. = db_query
etc..etc..

I know it's a big work (php 5.0 ?), but after, when
you add a functionality, the synergy become more
efficient and all db who can support this feature
become ready.

@++
JC





ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12075&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12074 Updated: Enhance sybase_ct with sybase_unbuffered_query(),

2001-07-12 Thread mad

ID: 12074
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: Enhance sybase_ct with sybasel_unbuffered_query(),
Status: Open
Bug Type: Feature/Change Request
Operating System: Linux & HP-UX
PHP Version: 4.0.6
New Comment:

Change short description

Previous Comments:


[2001-07-11 18:43:40] [EMAIL PROTECTED]

NEW FEATURE

Enhance Sybase_ct with sybase_unbuffered_query()

(The same function mysql_unbuffered_query() but for sybase_ct (and others DB)

@++
JC





ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12074&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12075 Updated: Add sybase_ct support in dbx extension

2001-08-30 Thread mad

ID: 12075
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: Merge all db functions
Old Status: Closed
Status: Open
Bug Type: Feature/Change Request
Old Operating System: Linux & HP-UX
Operating System: All
PHP Version: 4.0.6
New Comment:

Change short description from "Merge all db functions" to "Add sybase_ct support in 
dbx extension"

Change OS from "Linux & HP-UX" to "All"

Previous Comments:


[2001-07-11 19:53:53] [EMAIL PROTECTED]

PEAR can be used in module form...it is seperate from PHP.



[2001-07-11 19:43:02] [EMAIL PROTECTED]

A :))

so please add sybase_ct support in dbx :))

PEAR::DB is only for cgi no ? (I don't use php
in cgi mode now (only when apache 2.0 will be done))

@++
JC



[2001-07-11 19:18:11] [EMAIL PROTECTED]

This is what PEAR::DB does.

http://pear.php.net/

-Chris



[2001-07-11 19:11:29] [EMAIL PROTECTED]

See http://www.php.net/manual/en/ref.dbx.php :)



[2001-07-11 18:59:18] [EMAIL PROTECTED]

CHANGE FEATURE

Merge all DB functions, the distinction for DB must no longer be in php scripts but in 
php source.

mysql_query, sybase_query, etc.. = db_query
etc..etc..

I know it's a big work (php 5.0 ?), but after, when
you add a functionality, the synergy become more
efficient and all db who can support this feature
become ready.

@++
JC





Edit this bug report at http://bugs.php.net/?id=12075&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]