Re: [PHP] Re: 4.3.10 breaking things? Back working after reverting to 4.3.9

2004-12-18 Thread Ben
Michael Sims wrote:
Ben wrote:
Reverting back to 4.3.9 with the same build configuration options used
in 4.3.10 has fixed the problems with the various scripts.

Do you use Zend Optimizer?
No, but thanks for the suggestion!  Turning off php accelerator in my 
php.ini seems to have solved the problem for phpmyadmin and 
squirrelmail.  Many thanks!

FWIW, if you are building pdflib 6.0.1 support into php I found I had to 
use the php binding files from pdflib instead of the ones included in 
the ext/pdf directory of the php source. And you should also be aware 
that the previously optional parameters for some of the pdf functions 
are no longer optional.

- Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: 4.3.10 breaking things? Back working after reverting to 4.3.9

2004-12-17 Thread Ben
Ben wrote:
Hi All,
I just upgraded to 4.3.10 and have found a number of scripts have broken 
including:

phpMyAdmin-2.6.1-rc1
squirrelmail-1.4.3a + the xss patch
I know, bad form replying to one's own message...
Reverting back to 4.3.9 with the same build configuration options used 
in 4.3.10 has fixed the problems with the various scripts.

Because I haven't found any other mention of others having a similar 
problem (both here and on the SM and phpmyadmin lists) I'm wondering if 
this is something stupid I've done.  Any pointers would be most 
appreciated.  Here are the build configuration options I used and my 
php.ini file.

- Ben
Build Configuration Options (used for both 4.3.9 and 4.3.10):
./configure \
--with-apxs=/usr/bin/apache-1.3.33/bin/apxs \
--with-mysql \
--with-pdflib=/usr/local \
--with-gd \
--enable-ftp \
--enable-gd-imgstrttf \
--enable-calendar \
--with-png-dir=/usr/lib \
--with-zlib-dir=/usr/include \
--with-freetype-dir=/usr/local/include/freetype2 \
--with-jpeg-dir=/usr/lib \
--with-tiff-dir=/usr/lib \
--enable-track-vars \
--enable-sockets \
--enable-trans-sid \
--with-mm=/usr/lib \
--enable-gd-native-ttf \
--with-dom=/usr/lib \
--with-xslt=/usr/lib \
--with-crack=/usr/lib
php.ini (same file used for both 4.3.9 and 4.3.10 - pretty much stock):
[PHP]
engine = On
short_open_tag = On
asp_tags = Off
precision=  14
y2k_compliance = Off
output_buffering = Off
zlib.output_compression = Off
implicit_flush = Off
allow_call_time_pass_reference = On
safe_mode = Off
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =
highlight.string  = #CC
highlight.comment = #FF9900
highlight.keyword = #006600
highlight.bg  = #FF
highlight.default = #CC
highlight.html= #00
expose_php = On
max_execution_time = 30 ; Maximum execution time of each script, in 
seconds
memory_limit = 8M  ; Maximum amount of memory a script may consume (8MB)
error_reporting  =  E_ALL  ~E_NOTICE
display_errors = On
display_startup_errors = Off
log_errors = Off
track_errors = Off
warn_plus_overloading = Off
variables_order = EGPCS
register_globals = On
register_argc_argv = On
post_max_size = 8M
gpc_order = GPC
magic_quotes_gpc = On
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_prepend_file =
auto_append_file =
default_mimetype = text/html
doc_root =
user_dir =
extension_dir = ./
enable_dl = On
file_uploads = On
upload_max_filesize = 2M
allow_url_fopen = On
[Syslog]
define_syslog_variables  = Off
[mail function]
SMTP = localhost
sendmail_from =
sendmail_path = /usr/lib/sendmail -t -i
[Logging]
[Java]
[SQL]
sql.safe_mode = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQL]
mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =
mysql.default_socket =/var/lib/mysql/mysql.sock
mysql.default_host =
mysql.default_user =
mysql.default_password =
[mSQL]
msql.allow_persistent = On
msql.max_persistent = -1
msql.max_links = -1
[PostgresSQL]
pgsql.allow_persistent = On
pgsql.max_persistent = -1
pgsql.max_links = -1
[Sybase]
sybase.allow_persistent = On
sybase.max_persistent = -1
sybase.max_links = -1
sybase.min_error_severity = 10
sybase.min_message_severity = 10
sybase.compatability_mode = Off
[Sybase-CT]
sybct.allow_persistent = On
sybct.max_persistent = -1
sybct.max_links = -1
sybct.min_server_severity = 10
sybct.min_client_severity = 10
[bcmath]
bcmath.scale = 0
[browscap]
[Informix]
ifx.default_host =
ifx.default_user =
ifx.default_password =
ifx.allow_persistent = On
ifx.max_persistent = -1
ifx.max_links = -1
ifx.textasvarchar = 0
ifx.byteasvarchar = 0
ifx.charasvarchar = 0
ifx.blobinfile = 0
ifx.nullformat = 0
[Session]
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_maxlifetime = 28800
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = none
session.cache_expire = 180
session.use_trans_sid = 1
url_rewriter.tags = a=href,area=href,frame=src,input=src,form=fakeentry
[MSSQL]
mssql.allow_persistent = On
mssql.max_persistent = -1
mssql.max_links = -1
mssql.min_error_severity = 10
mssql.min_message_severity = 10
mssql.compatability_mode = Off
[Assertion]
[Ingres II]
ingres.allow_persistent = On
ingres.max_persistent = -1
ingres.max_links = -1
ingres.default_database =
ingres.default_user =
ingres.default_password =
[Verisign Payflow Pro]
pfpro.defaulthost = test.signio.com
pfpro.defaultport = 443
pfpro.defaulttimeout = 30
[Sockets]
sockets.use_system_read = On
[com]
[Printer]
zend_extension=/usr/local/lib/php_accelerator_1.3.3r2.so
[Crack]
crack.default_dictionary = /usr/local/lib/pw_dict

--
PHP General Mailing 

RE: [PHP] Re: 4.3.10 breaking things? Back working after reverting to 4.3.9

2004-12-17 Thread Michael Sims
Ben wrote:
 Reverting back to 4.3.9 with the same build configuration options used
 in 4.3.10 has fixed the problems with the various scripts.

Do you use Zend Optimizer?

If so you should upgrade to the latest version:
http://bugs.php.net/bug.php?id=31134
http://bugs.php.net/bug.php?id=31108

I don't use it personally but I figured this might be your issue.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: 4.3.10 breaking things? Back working after reverting to 4.3.9

2004-12-17 Thread The Doctor
On Fri, Dec 17, 2004 at 06:47:23PM -0600, Michael Sims wrote:
 Ben wrote:
  Reverting back to 4.3.9 with the same build configuration options used
  in 4.3.10 has fixed the problems with the various scripts.
 
 Do you use Zend Optimizer?
 
 If so you should upgrade to the latest version:
 http://bugs.php.net/bug.php?id=31134
 http://bugs.php.net/bug.php?id=31108
 
 I don't use it personally but I figured this might be your issue.
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

It broke serendipity.

-- 
Member - Liberal International  
This is [EMAIL PROTECTED]   Ici [EMAIL PROTECTED]
God Queen and country! Beware Anti-Christ rising!
Merry Christmas 2004 and Happy New Year 2005

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php