ID: 11703
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Scripting Engine problem
Operating system: Solaris 8
PHP Version: 4.0.6
Description: Failed opening prepend.php3

Here is the prepend.php3 file. It comes from the phplib distributed with HORDE

<?php
/*
 * Session Management for PHP3
 *
 * Copyright (c) 1998,1999 SH Online Dienst GmbH
 *                    Boris Erdmann, Kristian Koehntopp
 *
 * $Id: prepend.php3,v 1.1.2.4 2000/09/08 20:55:27 bjn Exp $
 *
 */ 

if (empty($_PHPLIB) || !is_array($_PHPLIB)) {
# Aren't we nice? We are prepending this everywhere 
# we require or include something so you can fake
# include_path  when hosted at provider that sucks.
  $_PHPLIB["libdir"] = ""; 
}

require($_PHPLIB["libdir"] . "db_mysql.inc");  /* Change this to match your database. 
*/
require($_PHPLIB["libdir"] . "ct_sql.inc");    /* Change this to match your data 
storage container */
require($_PHPLIB["libdir"] . "session.inc");   /* Required for everything below.      
*/

/* Additional require statements go below this line */
/* Additional require statements go before this line */

require($_PHPLIB["libdir"] . "local.inc");     /* Required, contains your local 
configuration. */
require($_PHPLIB["libdir"] . "page.inc");      /* Required, contains the page 
management functions. */

?>

Previous Comments:
---------------------------------------------------------------------------

[2001-06-29 23:51:51] [EMAIL PROTECTED]

I don't see it here. You have to attach it to this bug report..


---------------------------------------------------------------------------

[2001-06-29 18:41:42] [EMAIL PROTECTED]

Sniper - I sent my prepend.php3 file. Did you get it?

---------------------------------------------------------------------------

[2001-06-27 09:00:19] [EMAIL PROTECTED]

What is in the file prepend.php3 ??


---------------------------------------------------------------------------

[2001-06-26 14:54:23] [EMAIL PROTECTED]

The comment should read "I commented out the auto-prepend-file directive in php.ini 
and got a 'test.php' file to run phpinfo."

---------------------------------------------------------------------------

[2001-06-26 14:52:25] [EMAIL PROTECTED]

I commented out the auto-prepend-file directive and a 'test.php' file to run phpinfo.

---------------------------------------------------------------------------

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=11703


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to