[PHP-DEV] PHP 4.0 Bug #9501 Updated: variable sapi_module defined multiple places

2001-03-09 Thread amra
ID: 9501 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Description: variable sapi_module defined multiple places Just wondering what the status of this is... Previous Comments: --- [2001-02-28 16:

[PHP-DEV] PHP 4.0 Bug #9505 Updated: Pointer not set exception on a realloc

2001-03-09 Thread amra
ID: 9505 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: Pointer not set exception on a realloc Just wondering what the status of this is... Previous Comments: --- [2001-02-28 19:14

[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked

2001-03-09 Thread amra
ID: 9469 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: HAVE_REALPATH not being checked Just wondering what the status of this is... Previous Comments: --- [2001-02-26 17:52:34] [EMAIL

[PHP-DEV] Plans for Apache Portable Runtime?

2001-03-07 Thread Nadir Amra
Just wondering if there are any plans for the use of the APR in PHP? I would think it would make the code cleaner and more portable. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP-DEV] PHP 4.0 Bug #9501 Updated: variable sapi_module defined multiple places

2001-03-02 Thread amra
ID: 9501 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Problem Description: variable sapi_module defined multiple places Previous Comments: --- [2001-02-28 16:12:17] [EMAIL PROTECTED] I am attempting to

[PHP-DEV] PHP 4.0 Bug #9505 Updated: Pointer not set exception on a realloc

2001-03-02 Thread amra
ID: 9505 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: Pointer not set exception on a realloc Previous Comments: --- [2001-02-28 19:14:57] [EMAIL PROTECTED] Got the PHP to compil

[PHP-DEV] PHP 4.0 Bug #9505: Pointer not set exception on a realloc

2001-02-28 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Pointer not set exception on a realloc Got the PHP to compile and build, now I am doing some simple tests. On initial invocation to PHP, I get the follo

[PHP-DEV] PHP 4.0 Bug #9501: variable sapi_module defined multiple places

2001-02-28 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Problem Bug description: variable sapi_module defined multiple places I am attempting to create PHP CGI. What I cannot understand is how one is suppose to create PHP when sapi_modul

[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked

2001-02-27 Thread amra
ID: 9469 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: HAVE_REALPATH not being checked Previous Comments: --- [2001-02-26 14:41:14] [EMAIL PROTECTED] Get a compile error in ex/standa

[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked

2001-02-26 Thread amra
ID: 9469 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: HAVE_REALPATH not being checked In addition, TSRM/tsrm_virtual_cwd.c uses realpath without checking HAVE_REALPATH. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9469: HAVE_REALPATH not being checked

2001-02-26 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: HAVE_REALPATH not being checked Get a compile error in ex/standard/basic_functions.c because realpath() is not available. The current code does not check

[PHP-DEV] PHP 4.0 Bug #9465: HAVE_INT_8_16_32 not being defined anywhere

2001-02-26 Thread amra
. -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/ext/mysql/libmysql -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/main -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1 -I/afs/rchland.ibm.com/usr3/amra/private/php-4.0.4pl1/Zend -I/afs/rchland.ibm.com/usr3/amra/private/php

[PHP-DEV] PHP 4.0 Bug #9389 Updated: File names with '-' causes problems

2001-02-23 Thread amra
ID: 9389 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Compile Failure Description: File names with '-' causes problems FYI...it seems that header files with dashes are ok, it is just the C files that are a poblem. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #9412: no support for syslog.h causes errors

2001-02-22 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: no support for syslog.h causes errors If a platform does not have syslog support, get compile errors: "ext/standard/basic_functions.c", line 494.9: 1506-045

[PHP-DEV] PHP 4.0 Bug #9389 Updated: File names with '-' causes problems

2001-02-22 Thread amra
ID: 9389 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: File names with '-' causes problems Previous Comments: --- [2001-02-21 20:35:54] [EMAIL PROTECTED] File names that contain a da

[PHP-DEV] PHP 4.0 Bug #9382 Updated: inet_aton prototype not used

2001-02-22 Thread amra
ID: 9382 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: inet_aton prototype not used Previous Comments: --- [2001-02-21 15:19:43] [EMAIL PROTECTED] OS/400 does not support inet_aton,

[PHP-DEV] PHP 4.0 Bug #9380 Updated: HAVE_TZNAME not being checked

2001-02-22 Thread amra
ID: 9380 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: HAVE_TZNAME not being checked Previous Comments: --- [2001-02-21 14:22:35] [EMAIL PROTECTED] OS/400 does not have tzname. Code

[PHP-DEV] PHP 4.0 Bug #9362 Updated: When sendmail not available, get compile errors

2001-02-22 Thread amra
ID: 9362 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Compile Failure Description: When sendmail not available, get compile errors You still need to put the ifdefs in basic_functions.c, no? Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9389: File names with '-' causes problems

2001-02-21 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: File names with '-' causes problems File names that contain a dash (-) in the name causes problems. A request to rename all files that have dashes in the na

[PHP-DEV] PHP 4.0 Bug #9382: inet_aton prototype not used

2001-02-21 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: inet_aton prototype not used OS/400 does not support inet_aton, and thus an error occurs when trying to compile main/network.c. I did notice that ext/stan

[PHP-DEV] PHP 4.0 Bug #9380: HAVE_TZNAME not being checked

2001-02-21 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: HAVE_TZNAME not being checked OS/400 does not have tzname. Code in ext/standard/datetime.c does not check to see if HAVE_TZNAME is defined before accessing

[PHP-DEV] PHP 4.0 Bug #9364: Redeclaration cannot specify a different storage class

2001-02-20 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Redeclaration cannot specify a different storage class When trying to compile sapi/cgi/getopt.c and sapi/cgi/cgi_main.c, I get the following errors: ---

[PHP-DEV] PHP 4.0 Bug #9362: When sendmail not available, get compile errors

2001-02-20 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: When sendmail not available, get compile errors When sendmail is not available on a system, get compiler errors: "basic_functions.c", line 486.9: 1506-045 (S

[PHP-DEV] PHP 4.0 Bug #9361: C++ compiler causes failures

2001-02-20 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: C++ compiler causes failures When using a C++ compiler on OS/400, a lot of files fail to compile. (Note that my other bug reports was using a C compiler.)

[PHP-DEV] PHP 4.0 Bug #9360: Type of the parameter conflicts with previous declaration of function

2001-02-20 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Type of the parameter conflicts with previous declaration of function When compiling using a C compiler, it does not allow parameters that are defined as con

[PHP-DEV] PHP 4.0 Bug #9359: inline not defined in zend_static_allocator.c

2001-02-20 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: inline not defined in zend_static_allocator.c Zend/zend_static_allocator.c does not include the proper include file that defines inline. Thus, file fails to

[PHP-DEV] PHP 4.0 Bug #9358: HAVE_RDEV not being checked before accessing field st_rdev

2001-02-20 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: HAVE_RDEV not being checked before accessing field st_rdev st_rdev in struct stat is being access without any regards to HAVE_RDEV in the following files: e