php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

Compiling for apache under Solaris
1/25/2000 6:40:46 PM

whoops, wrong URLs for 3.0.10 test
6/22/1999 12:37:30 AM

test 3.0.10 tarball and zip
6/22/1999 12:11:01 AM

that was close (or: here we go again)
6/5/1999 5:12:48 PM

Yet another 3.0.9 test
6/4/1999 8:46:41 PM

yet another 3.0.9 tarball
6/3/1999 4:59:56 PM

updated 3.0.9 tarball (again)
6/2/1999 6:52:10 PM

new 3.0.9 tarball
6/2/1999 1:36:54 AM

3.0.9 rolled, please test for showstoppers
6/1/1999 10:18:31 PM

basename() & dirname() <-- a bug?
10/6/1998 12:03:51 PM

second 3.0.10 test Reply

Group: php.beta Subscribe Posted:6/23/1999 8:48:25 PM Replies:0 Views:25 Items(0)
http://www.php.net/~jimw/php-3.0.10b2.tar.gz
http://www.php.net/~jimw/php-3.0.10b2-win32.zip

The Windows build has all of the extensions that were missing
in the first test.

I will release sometime after Friday, June 25, 7pm GMT if all
goes well.

Please do not mention specific release dates on the main PHP3 list.

Jim
j...@php.net (Jim Winstead)
6/23/1999 8:48:25 PM




Hello Jim,

On 23-Jun-99 20:48:25, you wrote:

>http://www.php.net/~jimw/php-3.0.10b2.tar.gz
>http://www.php.net/~jimw/php-3.0.10b2-win32.zip

>The Windows build has all of the extensions that were missing
>in the first test.

I have tried the latest CVS but it still gets me these mSQL errors. Shall
I submit a bug report?

gcc -g -O2 -O2 -I. -I. -I/root/apache_1.3.3/src/include -I/root/apache_1.3.3/src/os/unix -I/root/gd1.3 -I/usr/local/mysql/include -I/usr/local/Hughes/include -I/usr/local/pgsql/include -I/usr/local/include -g -Wall -c functions/msql.c -o functions/msql.o
functions/msql.c: In function `php3_msql_fetch_field':
functions/msql.c:1240: `PRI_KEY_FLAG' undeclared (first use this function)
functions/msql.c:1240: (Each undeclared identifier is reported only once
functions/msql.c:1240: for each function it appears in.)
functions/msql.c: In function `php3_msql_field_info':
functions/msql.c:1333: `PRI_KEY_FLAG' undeclared (first use this function)
/usr/local/Hughes/include/msql.h: At top level:
/usr/local/Hughes/include/msql.h:99: warning: `msqlTypeNames' defined but not used
make: *** [functions/msql.o] Error 1
[root@cohones php3]# more do-conf.module
#!/bin/sh
../configure --enable-sysvsem --enable-sysvshm --with-pdflib --with-xml --with-apache=/root/apache_1.3.3 --with-gd=/root/gd1.3 --with-mysql=/usr/local/mysql --with-zlib --enable-debug=no --enable-bcmath=yes --with-msql=/usr/local/Hughes --enable-track-vars --with-pgsql=/usr/local/pgsql --enable-debug --without-pcre-regex



Regards,
Manuel Lemos

E-mail: mlemos@acm.org
URL: http://www.mlemos.e-na.net/
PGP key: finger://mlemos@zeus.ci.ua.pt
--

mle...@acm.org ("Manuel Lemos")
6/24/1999 5:19:30 AM

please update the oci8.c! (big time sorry)

there is a bug in the oracle-oci libs which cause me major headache!
(i seem to be the only guy in the world that uses user-defined
define-callbacks! - i'm already thinking of some workaround and NOT use
this shit!)

tc

On Wed, 23 Jun 1999, Jim Winstead wrote:

> http://www.php.net/~jimw/php-3.0.10b2.tar.gz
> http://www.php.net/~jimw/php-3.0.10b2-win32.zip
>
> The Windows build has all of the extensions that were missing
> in the first test.
>
> I will release sometime after Friday, June 25, 7pm GMT if all
> goes well.
>
> Please do not mention specific release dates on the main PHP3 list.
>
> Jim
>
> --
> PHP Development Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-dev-unsubscribe@lists.php.net
> For additional commands, e-mail: php-dev-help@lists.php.net
> To contact the list administrators, e-mail: php-list-admin@lists.php.net
>
>


Thies C. Arntzen "One Big-Mac, Small Fries and a Coke!"
Digital Collections Phone +49 40 235350 Fax +49 40 23535180
Hammerbrookstr. 93 20097 Hamburg / Germany

th...@digicol.de ("Thies C. Arntzen")
6/24/1999 8:09:50 AM

On Thu, Jun 24, 1999 at 05:19:30AM +0000, Manuel Lemos wrote:
> Hello Jim,
>
> On 23-Jun-99 20:48:25, you wrote:
>
> >http://www.php.net/~jimw/php-3.0.10b2.tar.gz
> >http://www.php.net/~jimw/php-3.0.10b2-win32.zip
>
> >The Windows build has all of the extensions that were missing
> >in the first test.
>
> I have tried the latest CVS but it still gets me these mSQL errors. Shall
> I submit a bug report?

Which mSQL version?

>
> gcc -g -O2 -O2 -I. -I. -I/root/apache_1.3.3/src/include -I/root/apache_1.3.3/src/os/unix -I/root/gd1.3 -I/usr/local/mysql/include -I/usr/local/Hughes/include -I/usr/local/pgsql/include -I/usr/local/include -g -Wall -c functions/msql.c -o functions/msql.o
> functions/msql.c: In function `php3_msql_fetch_field':
> functions/msql.c:1240: `PRI_KEY_FLAG' undeclared (first use this function)
> functions/msql.c:1240: (Each undeclared identifier is reported only once
> functions/msql.c:1240: for each function it appears in.)
> functions/msql.c: In function `php3_msql_field_info':
> functions/msql.c:1333: `PRI_KEY_FLAG' undeclared (first use this function)
> /usr/local/Hughes/include/msql.h: At top level:
> /usr/local/Hughes/include/msql.h:99: warning: `msqlTypeNames' defined but not used
> make: *** [functions/msql.o] Error 1
> [root@cohones php3]# more do-conf.module
> #!/bin/sh
> ./configure --enable-sysvsem --enable-sysvshm --with-pdflib --with-xml --with-apache=/root/apache_1.3.3 --with-gd=/root/gd1.3 --with-mysql=/usr/local/mysql --with-zlib --enable-debug=no --enable-bcmath=yes --with-msql=/usr/local/Hughes --enable-track-vars --with-pgsql=/usr/local/pgsql --enable-debug --without-pcre-regex
>
>
>
> Regards,
> Manuel Lemos
>
> E-mail: mlemos@acm.org
> URL: http://www.mlemos.e-na.net/
> PGP key: finger://mlemos@zeus.ci.ua.pt
> --
>
>
> --
> PHP Beta Testers' Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-beta-unsubscribe@lists.php.net
> For additional commands, e-mail: php-beta-help@lists.php.net
> To contact the list administrators, e-mail: php-list-admin@lists.php.net
>

--

Regards,

Sascha Schumann
Consultant
sas...@schumann.2ns.de (Sascha Schumann)
6/24/1999 11:53:28 AM


Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM