Re: [PHP-DEV] Validating Email using ereg

2001-04-02 Thread Sebastian Bergmann
Sharat Hegde wrote: > I am trying to validate the email address in my PHP program using the This is the list for "Developing PHP", not "Development with PHP". You should ask your question on the [EMAIL PROTECTED] list. -- sebastian bergmann[EMAIL PROTECTED]

[PHP-DEV] Validating Email using ereg

2001-04-02 Thread Sharat Hegde
Hello, I am trying to validate the email address in my PHP program using the ereg function. I have different combinations of regular expressions to get the chunks of the email substring before and after the @ symbol and the dot (.) character. However, this does not seem to work. Can anyone sugge

[PHP-DEV] PHP 4.0 Bug #10129: Bug id #8133 solved (pspell_new)

2001-04-02 Thread steve
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 PHP version: 4.0.4pl1 PHP Bug Type: Pspell related Bug description: Bug id #8133 solved (pspell_new) I experienced almost the same problems that get described in bug id #8133. To be more specific: When my program ca

[PHP-DEV] PHP 4.0 Bug #10128 Updated: Undefined Variables

2001-04-02 Thread torben
ID: 10128 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: IIS related Assigned To: Comments: No, it probably just means that you don't have the register_globals option turned on. See the manual for more information: http://www.php.net/manual/en/conf

[PHP-DEV] PHP 4.0 Bug #10128: Undefined Variables

2001-04-02 Thread gabriel_kwok
From: [EMAIL PROTECTED] Operating system: Windows NT PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: Undefined Variables On Unix, I don't need to declare variables. With IIS, I try to check if a QUERY_STRING variables exists, with "if ($x != "") { echo $x;

[PHP-DEV] CVS Account Request

2001-04-02 Thread CVS Account Request
Full name: djalma carneiro Email: [EMAIL PROTECTED] ID: virtual Purpose: I want to help to translate the manual for the Portuguese -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

[PHP-DEV] PHP 4.0 Bug #6175 Updated: XML functions no longer work in objects

2001-04-02 Thread jon
ID: 6175 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *XML functions Description: XML functions no longer work in objects Yes. If these lines are used in an object's constructor: $this->parser = xml_parser_create(); xml_set_object($this->parser, $this); xml_parser_set_option($th

[PHP-DEV] PHP 4.0 Bug #10127 Updated: odbc_errormsg documented with wrong return type

2001-04-02 Thread torben
ID: 10127 Updated by: torben Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: Thanks for the heads-up. Fixed in CVS (should show up online soon. Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #10127: odbc_errormsg documented with wrong return type

2001-04-02 Thread daniels
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Documentation problem Bug description: odbc_errormsg documented with wrong return type odbc_errormsg is shown in the docs with a return type of "int", but the description states that it returns a

[PHP-DEV] PHP 4.0 Bug #10126: ASP can't working

2001-04-02 Thread patry
From: [EMAIL PROTECTED] Operating system: windows2000 PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: ASP can't working user for win2000+php+iis+asp,if install the php4.0.4pl1-Win32 the asp can't work.if uninstall php4.0.4pl1.the asp can working. -- E

Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems

2001-04-02 Thread Alan Knowles
> > PHP and midgard is still undergoing heavy development. Actually it's stable release went out a few days ago? - the midgard team actually aimed at matching the PHP release cycle.. - all modifications at present are pure bug fixes.. > > > > Sascha complains about the stability of PHP and all o

Re: [PHP-DEV] Leaking references

2001-04-02 Thread Boian Bonev
hi, > I won't be holding my breath for it. That's the basic property of > reference-counting, so it's not easy to make it behave differently. > Anyway, unless you have very-long-running very-memory-greedy scripts, > these leaks shouldn't bother you - Zend memory manager cleans them up on > every

[PHP-DEV] Re: PHP 4.0 Bug #6342 Updated: Can't connect to Oracle DB via ODBC

2001-04-02 Thread Cameron Just
I no longer work in the company which used oracle databases so I can't test this for you. At 07:03 3/04/01, you wrote: >ID: 6342 >Updated by: kalowsky >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Feedback >Bug Type: ODBC related >Assigned To: >Comments: > >is this still a valid b

[PHP-DEV] PHP 4.0 Bug #10123 Updated: Text missing for manual functions (English)

2001-04-02 Thread ctp_one_bluelight
ID: 10123 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem Description: Text missing for manual functions (English) To sniper: Thanks for checking into this. Turns out there was a flukey problem w/my browser... Win NT, you understand. - Chris Previous Comme

[PHP-DEV] Object Accessor Chaining

2001-04-02 Thread Tim Perdue
Hello All - Just wondering what it would take to get this functionality in PHP: $this->getFooObject($bar)->getFoo() Right now, AFAICT, you have to: $var =& $this->getFooObject($bar); $var2 = $var->getFoo(); Is that a difficult thing to add in? Who do I have to bribe? Thanks, Tim -- Founde

[PHP-DEV] PHP 4.0 Bug #10125 Updated: installation fails - php doesn't run

2001-04-02 Thread phildriscoll
ID: 10125 Updated by: phildriscoll Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: IIS related Assigned To: Comments: The error is (surprise surprise) that MSCOMCTL.OCX which should be registered on your system, isn't. The installer program (and many many others) use this DLL to provid

[PHP-DEV] PHP 4.0 Bug #10110 Updated: Problem with fopen() - Bad file descriptor

2001-04-02 Thread sniper
ID: 10110 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Directory/Filesystem functions Assigned To: Comments: This should be fixed in CVS. Try latest CVS snapshot from http://snaps.php.net/ Reopen this bug report if problem still exists with lat

[PHP-DEV] PHP 4.0 Bug #10124 Updated: Cookies are being read

2001-04-02 Thread sniper
ID: 10124 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: *Web Server problem Bug Type: Apache related Assigned To: Comments: Which browser is the faulty one? Does some other version/browser work? --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #10123 Updated: Text missing for manual functions (English)

2001-04-02 Thread sniper
ID: 10123 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Old-Bug Type: *Web Server problem Bug Type: Documentation problem Assigned To: Comments: works just fine. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10121 Updated: Case Sensitive Associative Arrays

2001-04-02 Thread dranor
ID: 10121 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Description: Case Sensitive Associative Arrays Rereading that last line its a little confusing. If you want to input table or column names as mixed case you need to enclose them in quotes otherwise they are lo

[PHP-DEV] PHP 4.0 Bug #10125 Updated: installation fails - php doesn't run

2001-04-02 Thread jmoore
ID: 10125 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related Assigned To: Comments: Please contact phill driscoll, [EMAIL PROTECTED], directly. THis error is normally caused by mscomctl.ocx not being registered properly. Your second error is

[PHP-DEV] PHP 4.0 Bug #10125: installation fails - php doesn't run

2001-04-02 Thread ctek
From: [EMAIL PROTECTED] Operating system: win 2000 server PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: installation fails - php doesn't run i have a strange bug here, don't now where to search. when i install php with setup.exe on my win 2000 server, ther

[PHP-DEV] RC6 available!

2001-04-02 Thread Andi Gutmans
You can get RC6 at http://cvs.php.net/~andi/php-4.0.5RC6.tar.gz (no time to commit to phpweb cvs and wait for it to update, if someone has time then even better, I need some sleep :) In case you're testing it within the next few hours you might need to "touch *" the files in the php4/ directory

[PHP-DEV] PHP 4.0 Bug #10121 Updated: Case Sensitive Associative Arrays

2001-04-02 Thread dranor
ID: 10121 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Description: Case Sensitive Associative Arrays Rereading that last line its a little confusing. If you want to input table or column names as mixed case you need to enclose them in quotes otherwise they are lo

[PHP-DEV] PHP 4.0 Bug #10124: Cookies are being read

2001-04-02 Thread dotcomtim
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: *Web Server problem Bug description: Cookies are being read I have been running the latest version of PHP without any problems, and over the weekend I install the latest secure patch

[PHP-DEV] PHP 4.0 Bug #10123: Text missing for manual functions (English)

2001-04-02 Thread ctp_one_bluelight
From: [EMAIL PROTECTED] Operating system: NT PHP version: 4.0.4pl1 PHP Bug Type: *Web Server problem Bug description: Text missing for manual functions (English) Eg: Site could not display function manual text for , eg. /manual/en/function.odbc-fetch-row.php. Main and mirr

Re: [PHP-DEV] php_odbc.c code question

2001-04-02 Thread Adam Trachtenberg
On Mon, 2 Apr 2001, Dan Kalowsky wrote: > In the current php_odbc.c file the following lines exist: > > #ifndef HAVE_DBMAKER > if ((*pv_onoff)) { > #else > if (pv_onoff && (*pv_onoff)) { > #endif > > these can be found in the odbc_autocommit function does anyone know > why this

[PHP-DEV] RE: PHP 4.0 Bug #9284 Updated: odbc_execute , SQL state 07001 in SQLExecute

2001-04-02 Thread moisey . g . oysgelt
I've tried the same without bind variables ('?')[parameters] the statement worked ok. If I tried to bind variables into an array this did not work for me for ODBC with MS Access, the same worked with Oracle. Thanks for help Moiswy -Original Message- From:php-dev [ma

[PHP-DEV] PHP 4.0 Bug #6342 Updated: Can't connect to Oracle DB via ODBC

2001-04-02 Thread kalowsky
ID: 6342 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: is this still a valid bug, or has it been addressed in a recent release of php? Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #8941 Updated: Openlink/ODBC cannot parse complex queries

2001-04-02 Thread mnewnham
ID: 8941 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: ODBC related Description: Openlink/ODBC cannot parse complex queries According to openlink, the issue is caused by the dynamic cursors now used in the php odbc functions. remarking out the #define HAVE_SQL

[PHP-DEV] PHP 4.0 Bug #9284 Updated: odbc_execute , SQL state 07001 in SQLExecute

2001-04-02 Thread kalowsky
ID: 9284 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: you checked this without parameter? which parameter? Previous Comments: --- [200

[PHP-DEV] PHP 4.0 Bug #8941 Updated: Openlink/ODBC cannot parse complex queries

2001-04-02 Thread kalowsky
ID: 8941 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: have you tried updating to the latest OpenLink libraries? They have supposedly been better enhanced and unified with PHP. Previous Comments: ---

[PHP-DEV] php_odbc.c code question

2001-04-02 Thread Dan Kalowsky
In the current php_odbc.c file the following lines exist: #ifndef HAVE_DBMAKER if ((*pv_onoff)) { #else if (pv_onoff && (*pv_onoff)) { #endif these can be found in the odbc_autocommit function does anyone know why this has been #ifdef'ed around? >-

[PHP-DEV] PHP 4.0 Bug #10122 Updated: Structure has no member errors

2001-04-02 Thread stevecs
ID: 10122 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Compile Failure Description: Structure has no member errors Compile time warning on php. Configuration options: ./configure --prefix=/usr --with-config-file-path=/usr/local/lib --with-apache=.

[PHP-DEV] PHP 4.0 Bug #10122 Updated: Structure has no member errors

2001-04-02 Thread sbergmann
ID: 10122 Updated by: sbergmann Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: Could you please elaborate a bit what you mean exactly? Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #10122: Structure has no member errors

2001-04-02 Thread stevecs
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Structure has no member errors -- Edit Bug report at: http://bugs.php.net/?id=10122&edit=1 -- PHP Development Mailing List

Re: [PHP-DEV] pspell/aspell breaking

2001-04-02 Thread PHP development @echospace
Sorry, I couldn't answer your question earlier - I was in the java land last couple weeks, so my php inbox grew somewhat huge. I believe, this was a one-liner "fix" (hack) that I put in CVS a few weeks back, so try a recent snapshot. THe aspell/pspell creator/maintainer decided to change the A

[PHP-DEV] PHP 4.0 Bug #10121: Case Sensitive Associative Arrays

2001-04-02 Thread dranor
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: PostgreSQL related Bug description: Case Sensitive Associative Arrays The scenario is described here: mydb=> CREATE TABLE test ( U_Name char(50), U_Pass char(16) ); mydb=> INSERT

[PHP-DEV] Porting ASP code to PHP

2001-04-02 Thread Mike King
Hey all, I am an applications programmer for a mid-sized ASP. Recently, I have been given the task to take our existing e-commerce application written in ASP, and re-write it in PHP. We did a risk analysis study of the pros and cons of using PHP for this application, and everyone agrees that PHP

Re: [PHP-DEV] Can we have a "PING" function?

2001-04-02 Thread Dave Crawford
*laughs* what's involved in doing such a thing? -Dave > Maybe Dave will volunteer to implement this for 4.0.6 :) > > Andi > -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DEV] PHP 4.0 Bug #10082 Updated: curl_setopt with CURLOPT_HTTPHEADER option is broken

2001-04-02 Thread rooneg
ID: 10082 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *General Issues Description: curl_setopt with CURLOPT_HTTPHEADER option is broken And in a related problem, it seems that if you specify CURLOPT_RETURNTRANSFER, in some cases you can get a truncated response due to two off by on

[PHP-DEV] PHP 4.0 Bug #10120: implode(), if empty elements exist

2001-04-02 Thread christian . krause
From: [EMAIL PROTECTED] Operating system: Win 98se PHP version: 4.0.4pl1 PHP Bug Type: *Function Specific Bug description: implode(), if empty elements exist exploding and imploding a string (seperated by "+"): $a = "11+12+13+14+"; echo ("a befor execut

[PHP-DEV] RC6

2001-04-02 Thread Andi Gutmans
I'm going to package RC6 later today so if there are any problems scream! Andi -- 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 #10119 Updated: Cannot call the dynamic extensions php_oracle.dll. In php.ini

2001-04-02 Thread cynic
ID: 10119 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Dynamic loading Assigned To: Comments: many PHP extensions require external libraries. php_oracle.dll is among these. you need to install an Oracle client. if this is not the case (you have th

[PHP-DEV] PHP 4.0 Bug #10119: Cannot call the dynamic extensions php_oracle.dll. In php.ini

2001-04-02 Thread alexc
From: [EMAIL PROTECTED] Operating system: Windows 2000 server and advanced server PHP version: 4.0.4pl1 PHP Bug Type: Dynamic loading Bug description: Cannot call the dynamic extensions php_oracle.dll. In php.ini ; ; Paths and Directories ; ;

[PHP-DEV] PHP 4.0 Bug #10118 Updated: mysql_query() shows unwanted warnings when no result set returned.

2001-04-02 Thread cynic
ID: 10118 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: MySQL related Assigned To: Comments: can you provide an example script plus its output? Previous Comments: --- [2001-04

[PHP-DEV] PHP 4.0 Bug #10118: mysql_query() shows unwanted warnings when no result set returned.

2001-04-02 Thread jules
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql_query() shows unwanted warnings when no result set returned. -- Edit Bug report at: http://bugs.php.net/?id=10118&edit=1 -- PHP Development

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Anil Madhavapeddy
Andi Gutmans wrote: > I suggest you merge this into 4.0.5 because it seems to me > that otherwise output buffering will be quite a mess without > it. It would be a shame to release 4.0.5 without it. Ok, done. > Your fix looks OK but I'd like to hear the opinion of someone > else who is more fami

[PHP-DEV] PHP 4.0 Bug #10117: mysql_pconnect() can cause segmentation fault

2001-04-02 Thread jules
From: [EMAIL PROTECTED] Operating system: Linux 2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: mysql_pconnect() can cause segmentation fault In the process of setting up a new site on my server, I set up a MySQL database for it and a new MySQL use

[PHP-DEV] RE: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
At 03:18 PM 4/2/2001 +0100, James Moore wrote: > > > 1. The function array_flip($array) puts one extra zero byte at > > the end of > > > each element in the return array thus making the result non binary safe. > > > > I've just fixed it in CVS. > >How critical is this? does it need to also be in 4

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
At 05:37 PM 4/2/2001 +0100, Anil Madhavapeddy wrote: >Andi Gutmans wrote: > > > Does anyone else have any critical bug fixes > > which need to be in 4.0.5? (I mean critical ones and not > > huge patches). > >Zeev's output buffering fix hasn't been committed yet; it's a one-line >change, and it mak

[PHP-DEV] PHP 4.0 Bug #7451 Updated: thttpd 2.20b and php4.0.3pl1, php.ini isn't read

2001-04-02 Thread sniper
ID: 7451 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Other web server Assigned To: Comments: Previous Comments: --- [2000-10-25 11:26:27] [EMAIL PROTECTED] I installed t

[PHP-DEV] PHP 4.0 Bug #7451 Updated: thttpd 2.20b and php4.0.3pl1, php.ini isn't read

2001-04-02 Thread sniper
ID: 7451 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Other web server Assigned To: Comments: Tried with latest CVS and it works just fine. Please try the snapshot from http://snaps.php.net/ and if it doesn't work for you, reopen this bug report

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread James Moore
> Zeev's output buffering fix hasn't been committed yet; it's a one-line > change, and it makes the transparent output compression stuff work. MFH it then and we can get 4.0.5 out the door ;) James -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Anil Madhavapeddy
Andi Gutmans wrote: > Does anyone else have any critical bug fixes > which need to be in 4.0.5? (I mean critical ones and not > huge patches). Zeev's output buffering fix hasn't been committed yet; it's a one-line change, and it makes the transparent output compression stuff work. Does anyone h

Re: [PHP-DEV] Can we have a "PING" function?

2001-04-02 Thread Andi Gutmans
Maybe Dave will volunteer to implement this for 4.0.6 :) Andi At 10:42 AM 4/2/2001 +0200, Alexander Feldman wrote: > > Do most servers and OS's (for example Windows) support the sending of a > UDP > > package to the echo port? > > > > Andi > >Yeah, > >What about a new ICMP extension - ping, tra

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
Thanks! Does anyone else have any critical bug fixes which need to be in 4.0.5? (I mean critical ones and not huge patches). Andi At 11:17 AM 4/2/2001 -0500, Andrei Zmievski wrote: >It's done. > >On Mon, 02 Apr 2001, Andi Gutmans wrote: > > Andrei, > > > > Can you please merge this to 4.0.5. I

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andrei Zmievski
It's done. On Mon, 02 Apr 2001, Andi Gutmans wrote: > Andrei, > > Can you please merge this to 4.0.5. I think it should be in and we better > release a final RC6. > I think it's better to have another quick RC (I can roll it today or > tomorrow) before we get 4.0.5 out of the door. > Andi -

Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andi Gutmans
Andrei, Can you please merge this to 4.0.5. I think it should be in and we better release a final RC6. I think it's better to have another quick RC (I can roll it today or tomorrow) before we get 4.0.5 out of the door. Andi At 08:25 AM 4/2/2001 -0500, Andrei Zmievski wrote: >On Mon, 02 Apr 200

Re: [PHP-DEV] mail.c

2001-04-02 Thread Andi Gutmans
Seems to me like these lines can be erased. ext/standard is always compiled in and doesn't really need ZEND_GET_MODULE() and in any case ZEND_GET_MODULE(odbc) seems bogus :) Andi At 04:35 PM 4/2/2001 +0100, James Moore wrote: >I was just reading through mail.c and this stuck out to me as seemi

[PHP-DEV] mail.c

2001-04-02 Thread James Moore
I was just reading through mail.c and this stuck out to me as seeming a little strange.. can anyone explain it?? (lines 43-46) #ifdef COMPILE_DL_STANDARD ZEND_GET_MODULE(odbc) #endif Why is it odbc? is this a careless ctrl-c ctrl-v someone has done or should it actually be this? cheers, James

[PHP-DEV] PHP 4.0 Bug #10105 Updated: manual_en.chm causes an error in hh.exe when trying to open

2001-04-02 Thread jmoore
ID: 10105 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: They will be rebuilt and readded to the cvs asap. Seems they got corrupted when imported into our phpweb cvs. - James Previous Comments:

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Alexander Feldman
Hi Thomas, I tried to create a shared segment of size 5 megabytes in the PHP_MINIT_FUNCTION and I had no problems. The situation you described seems as you have called shmctl with IPC_RMID but not everyone had detached from the segment. Then you tried to use shmget and it failed - remove manuall

[PHP-DEV] PHP 4.0 Bug #10098 Updated: can't start php.exe

2001-04-02 Thread cynic
ID: 10098 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: *General Issues Assigned To: Comments: Just a note: some PHP extensions require external libraries. Obtaining these libraries is a user's responsibility, and AFAIK none of such extensions is en

[PHP-DEV] PHP 4.0 Bug #7713 Updated: snmp functions not returning any data

2001-04-02 Thread j . f . howlett
ID: 7713 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: SNMP related Description: snmp functions not returning any data Sorry, didn't get to you - this indeed fixed this (particular!) problem. Thanks for your assistance. Previous Comments: -

[PHP-DEV] RE: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread James Moore
> > 1. The function array_flip($array) puts one extra zero byte at > the end of > > each element in the return array thus making the result non binary safe. > > I've just fixed it in CVS. How critical is this? does it need to also be in 4.0.5 (sorry Zeev ;)) James -- PHP Development Mailing L

[PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Alexander Feldman
On Mon, 2 Apr 2001, Andrei Zmievski wrote: > On Mon, 02 Apr 2001, Alexander Feldman wrote: > Hi, > > These are the > results and questions from some tests I run yesterday on the > last > 4.0.5 release candidate. Note that all differences are from PHP > > 4.0.4pl1. > > 1. The function array_flip($

[PHP-DEV] PHP 4.0 Bug #10116: bcpow treats second argument as integer

2001-04-02 Thread dan . polansky
From: [EMAIL PROTECTED] Operating system: Windows 98 PHP version: 4.0.4pl1 PHP Bug Type: BC math related Bug description: bcpow treats second argument as integer Function bcpow is supposed to work with arbitrary precision numbers. However, it seems to treat its second argume

[PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing

2001-04-02 Thread Andrei Zmievski
On Mon, 02 Apr 2001, Alexander Feldman wrote: > Hi, > > These are the results and questions from some tests I run yesterday on the > last 4.0.5 release candidate. Note that all differences are from PHP > 4.0.4pl1. > > 1. The function array_flip($array) puts one extra zero byte at the end of > ea

[PHP-DEV] PHP 4.0 Bug #10115: segmentation fault

2001-04-02 Thread root
From: [EMAIL PROTECTED] Operating system: linux 2.4.3 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: segmentation fault got segfault using shm_attach(): 1) script started as user A creating shared memory block: shm_attach($mem_id, $mem_size, 06

[PHP-DEV] PHP 4.0 Bug #10114: Error reading LONG fields (ntext) in MSSQL (SQL Server) (bug #5237)

2001-04-02 Thread bonwon
From: [EMAIL PROTECTED] Operating system: Linux (Debian) 2.2.12 PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: Error reading LONG fields (ntext) in MSSQL (SQL Server) (bug #5237) _Reopening the case of bug 5237_ A field defined in a MSSQL-table as "ntext"

Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems

2001-04-02 Thread Andrei Zmievski
On Mon, 02 Apr 2001, Andi Gutmans wrote: > I very much liked Andrei's implementation of Smary templates. It uses the > Zend (PHP) scripting language and caches templated scripts without messing > with the core of PHP. Just nitpicking, Andi, but really, it's Zend that needs to be in parenthesis

Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems

2001-04-02 Thread Andrei Zmievski
On Mon, 02 Apr 2001, Alexander Bokovoy wrote: > Andrei didn't use C coding in Smarty simply because his team failed to produce > effective solution in reasonable time, but it does not mean that such solution > impossible (no offense for IPSI at all, just facts from Smarty documentation). > We have

Re: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems

2001-04-02 Thread Andrei Zmievski
Alex, It's a lost cause. I went through this whole thing over a year ago and I've still got burn marks to show for it. On Sun, 01 Apr 2001, Alexander Bokovoy wrote: > Not so simple because XSLT is far than complex for lot of applications and > especially when you are trying to provide content ed

[PHP-DEV] PHP 4.0 Bug #10113: allow_persistent directive doesn't work

2001-04-02 Thread martin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: PHP options/info functions Bug description: allow_persistent directive doesn't work To prevent the use of persistent connections I've put the following lines in my php.ini: mysql.allow_pers

Re: [PHP-DEV] documenting extensions

2001-04-02 Thread Egon Schmid (@work)
Stig Venaas wrote: > > On Mon, Apr 02, 2001 at 02:07:27PM +0100, Wez Furlong wrote: > Don't you have CVS access to the manual? I think the tree is called manual, > just try to check out manual instead of php4. No, the manual is in phpdoc. -Egon -- SIX Offene Systeme GmbH ·Stutt

Re: [PHP-DEV] documenting extensions

2001-04-02 Thread Stig Venaas
On Mon, Apr 02, 2001 at 02:07:27PM +0100, Wez Furlong wrote: > On 2001-04-02 13:43:18, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 02, 2001 at 01:42:40PM +0100, Wez Furlong wrote: > > > Can anyone give me some pointers on how I might go about documenting the openSSL >extension? > > >

Re: [PHP-DEV] documenting extensions

2001-04-02 Thread Wez Furlong
On 2001-04-02 13:43:18, "Stig Venaas" <[EMAIL PROTECTED]> wrote: > On Mon, Apr 02, 2001 at 01:42:40PM +0100, Wez Furlong wrote: > > Can anyone give me some pointers on how I might go about documenting the openSSL >extension? > > ATM, there is a readme, but I would like to put this stuff in the

Re: [PHP-DEV] documenting extensions

2001-04-02 Thread Stig Venaas
Hi On Mon, Apr 02, 2001 at 01:42:40PM +0100, Wez Furlong wrote: > Can anyone give me some pointers on how I might go about documenting the openSSL >extension? > > ATM, there is a readme, but I would like to put this stuff in the manual, with some >examples. There are some docs, see http://www

[PHP-DEV] PHP 4.0 Bug #10112 Updated: null pointerexception

2001-04-02 Thread hholzgra
ID: 10112 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Assigned To: Comments: not enough info ... Previous Comments: --- [2001-04-02 08:37:30] [EMAIL PROTECTED] This is

[PHP-DEV] PHP 4.0 Bug #10112 Updated: null pointerexception

2001-04-02 Thread derick
ID: 10112 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Feature/Change Request Assigned To: Comments: This is the most useless bug report I even encountered. Please read www.php.net/bugs-dos-and-donts.php before sumbitting a report. Previous Comment

[PHP-DEV] documenting extensions

2001-04-02 Thread Wez Furlong
Can anyone give me some pointers on how I might go about documenting the openSSL extension? ATM, there is a readme, but I would like to put this stuff in the manual, with some examples. Thanks, --Wez. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PRO

[PHP-DEV] PHP 4.0 Bug #10112: null pointerexception

2001-04-02 Thread prasad
From: [EMAIL PROTECTED] Operating system: windows 95 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: null pointerexception -- Edit Bug report at: http://bugs.php.net/?id=10112&edit=1 -- PHP Development Mailing List To

[PHP-DEV] PHP 4.0 Bug #10111: e modifier alters string extraction in preg_replace

2001-04-02 Thread gcousin
From: [EMAIL PROTECTED] Operating system: Linux Debian PHP version: 4.0.4pl1 PHP Bug Type: *Regular Expressions Bug description: e modifier alters string extraction in preg_replace A short example : $newsitem = preg_replace('/(<([a-zA-Z-]+) ([^>]*)analyze="[0-9]*"([^>]*)>)

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Thomas Wentzel
Hehe - sorry :) Errno is set to 43 (Identifier removed (?)) The URL is: http://www.humanfactor.com/cgi-bin/cgi-delegate/apache-ML/nh/1999/Jan/0467.html - enjoy ;) Thomas Gavin Sherry wrote: > > Thomas, > > When shmget() fails, it sets errno. It would be useful if you could > provide this inf

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Gavin Sherry
Thomas, When shmget() fails, it sets errno. It would be useful if you could provide this information (see shmget(2)). Also, do you have a URL got SHM across HTTP patch? This sounds like fun =) Gavin On Mon, 2 Apr 2001, Thomas Wentzel wrote: > shmid=shmget((key_t)5346,sizeof(dbinfo),0666|IPC_

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Thomas Wentzel
shmid=shmget((key_t)5346,sizeof(dbinfo),0666|IPC_CREAT); which returns -1 I just found something about a patch to apache, that should enable som shared memory pools across http session! Is this something I should use? It was a rather old patch (for apache 1.3.4/5)... Thanx Thomas Alexander F

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Alexander Feldman
On Mon, 2 Apr 2001, Thomas Wentzel wrote: > Linux! > > RedHat 6.2, Apache 1.3.14, PHP 4.0.4pl1 > > I forgot to mention that because shmget fails and that it does so in > PHP_MINIT_FUNCTION, apache wil not start! With what parameters are you calling shmget? What is the errno after this call?

[PHP-DEV] PHP 4.0 Bug #10109 Updated: SMIME Encrypted email

2001-04-02 Thread sniper
ID: 10109 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Mail Related Assigned To: Comments: The support for smime was just added into openssl extension in CVS. Get the latest CVS snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10110: Problem with fopen() - Bad file descriptor

2001-04-02 Thread senser
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: *Directory/Filesystem functions Bug description: Problem with fopen() - Bad file descriptor I have used and tested a script on linux machine with an apache webserver and php4 installed, i go

[PHP-DEV] PHP 4.0 Bug #10109 Updated: SMIME Encrypted email

2001-04-02 Thread jmoore
ID: 10109 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Mail Related Assigned To: Comments: This is not the place to ask support questions under any circumstances whatso ever. Please read bugs dos and donts before posting another bug report. You

[PHP-DEV] PHP 4.0 Bug #10107 Updated: imap dosn't work

2001-04-02 Thread sniper
ID: 10107 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: IMAP related Assigned To: Comments: good. Previous Comments: --- [2001-04-02 07:14:51] [EMAIL PROTECTED] I have solve

[PHP-DEV] PHP 4.0 Bug #10109: SMIME Encrypted email

2001-04-02 Thread michelle
From: [EMAIL PROTECTED] Operating system: Cobalt Linux PHP version: 4.0.3pl1 PHP Bug Type: *Mail Related Bug description: SMIME Encrypted email Sorry but this isn't really a bug, but I'm running out of people to ask. I've tried all the documentation FAQ's i can find and po

[PHP-DEV] PHP 4.0 Bug #10107 Updated: imap dosn't work

2001-04-02 Thread apurva1978
ID: 10107 User Update by: [EMAIL PROTECTED] Old-Status: Bogus Status: Closed Bug Type: IMAP related Description: imap dosn't work I have solved the problem. Previous Comments: --- [2001-04-02 07:12:05] [EMAIL PROTECTED] I g

[PHP-DEV] PHP 4.0 Bug #10107 Updated: imap dosn't work

2001-04-02 Thread sniper
ID: 10107 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: IMAP related Assigned To: Comments: I guess you figured out that you need --with-imap-ssl in your configure line? Anyway, this is no bug in PHP. Previous Comments: ---

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Thomas Wentzel
Linux! RedHat 6.2, Apache 1.3.14, PHP 4.0.4pl1 I forgot to mention that because shmget fails and that it does so in PHP_MINIT_FUNCTION, apache wil not start! Thomas I compile the module _into_ PHP due to the Alexander Feldman wrote: > > On Mon, 2 Apr 2001, Thomas Wentzel wrote: > > > Hi >

Re: [PHP-DEV] Shared memory in extensions

2001-04-02 Thread Alexander Feldman
On Mon, 2 Apr 2001, Thomas Wentzel wrote: > Hi > > Can anybody help me? > > I'm trying to allocate some shared memory in the PHP_MINIT_FUNCTION - > but it fails everytime during the shmget function. > I then did a little stand-alone C-prog, that did the same (tried to > allocate 3,5M of mem)

[PHP-DEV] PHP 4.0 Bug #10107 Updated: imap dosn't work

2001-04-02 Thread apurva1978
ID: 10107 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IMAP related Description: imap dosn't work Previous Comments: --- [2001-04-02 05:42:04] [EMAIL PROTECTED] Dear sir I have php 4.0.4pl1

[PHP-DEV] PHP 4.0 Bug #10106 Updated: Garbage files created when trying to load an extension which doesn't exist(?)

2001-04-02 Thread sniper
ID: 10106 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *Configuration Issues Assigned To: Comments: I can't reproduce this with latest CVS. Please try the latest snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10108: cc 1501:218 file XXX contains an incorrect file suffix

2001-04-02 Thread mviorney
From: [EMAIL PROTECTED] Operating system: AIX V4.3.3 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: cc 1501:218 file XXX contains an incorrect file suffix Hello, i tried to compile php-4.0.4pl1 on AIX V4.3.3 (ibm c compiler V4.4 with the lastest fixes)

  1   2   >