Re: [PHP-DEV] Odd array problems

2002-08-02 Thread Chuck Hagenbuch
Quoting Brad LaFountain <[EMAIL PROTECTED]>: > Should be fixed. I swear there better not be anything else wrong with > that code chage :) I know alot more how the engine handles arrays now :) Confirming that things seem to work as expected now. -chuck -- Charles Hagenbuch, <[EMAIL PROTECTE

[PHP-DEV] REg- array_unique

2002-08-02 Thread SenthilVelavan
Hello All, I tried a program using array_unique.It shows different outputs in PHP4.06 and PHP4.22 Program: Output: PHP4.06 Index 0 Content snp PHP4.22 Index 2 Content snp Why the index is differed in two version? Whether the function array_unique is handled in a

Re: [PHP-DEV] Odd array problems

2002-08-02 Thread Brad LaFountain
Should be fixed. I swear there better not be anything else wrong with that code chage :) I know alot more how the engine handles arrays now :) - brad --- Dan Kalowsky <[EMAIL PROTECTED]> wrote: > Correction an update from a few mins ago results in the same output as > Chuck's original. > > O

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mbstring mbfilter.c mbfilter.h mbregex.c mbstring.c mbstring.h /main rfc1867.c

2002-08-02 Thread Rui Hirokawa
Thank you for tsrm fix. I think html-entities is better than html. On Fri, 02 Aug 2002 12:37:05 +0200 [EMAIL PROTECTED] (Marcus B¾­ŽÓrger) wrote: > At 12:22 02.08.2002, you wrote: > >helly Fri Aug 2 06:22:31 2002 EDT > > > > Modified files: > > /php4/ext/mbstring mbfilter.c mb

Re: [PHP-DEV] SIGALRM in Apache 2.0 on Solaris 2.8 w/PHP 4.2.2

2002-08-02 Thread Rasmus Lerdorf
I'm surprised it worked at all. Start with CVS versions of both and go from there. On Fri, 2 Aug 2002, Cody Sherr wrote: > > > We are having difficulty getting PHP 4.2.2 to play nicely with Apache > 2.0.36 configured with a prefork mpm on Solaris 2.8. The child processes > keep dying with uncau

RE: [PHP-DEV] PHP (Tutorial) Documentation

2002-08-02 Thread Joseph Tate
www.php.net Please ask questions like these on the php-general list. This list is for the development of PHP, not with PHP. > -Original Message- > From: Joshua Abbott [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 02, 2002 5:17 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] PHP (Tut

[PHP-DEV] Free Encryption Method other than paid method: Zend

2002-08-02 Thread Joshua Abbott
anyone know of a free encryption method other than Zend? == the Advanced Web Hosting Control Panel Project (Extend your life a little) == -- PHP Development Mailing List To unsubscri

[PHP-DEV] PHP (Tutorial) Documentation

2002-08-02 Thread Joshua Abbott
Hello, Might anyone know of a complete source on the internet for PHP Documentation?? J Abbott Advanced Web Hosting Control Panel Project [EMAIL PROTECTED] == the Advanced Web Hosting Control Panel Project (Extend your life a little) =

[PHP-DEV] SIGALRM in Apache 2.0 on Solaris 2.8 w/PHP 4.2.2

2002-08-02 Thread Cody Sherr
We are having difficulty getting PHP 4.2.2 to play nicely with Apache 2.0.36 configured with a prefork mpm on Solaris 2.8. The child processes keep dying with uncaught SIGALRM's. This problem disappears when php is removed from the apache configuration. I've attached a truss output. Has anyone e

Re: [PHP-DEV] share libraries from repository

2002-08-02 Thread Dan Kalowsky
please direct php help questions to the php-general mailing list. the php-dev list is for the language development itself. On Fri, 2 Aug 2002, [iso-8859-1] Ricardo Javier Aranibar León wrote: > Hi List, > I need your help. > I wrote my classes with php where I defined my objects, then I created

[PHP-DEV] share libraries from repository

2002-08-02 Thread Ricardo Javier Aranibar León
Hi List, I need your help. I wrote my classes with php where I defined my objects, then I created my repository in /usr/share/php , in this directory are my clasess. Now, from my directory web I like to call to my classes, then I modified my php.ini (/etc/php.ini) and inserted this line, in the

Re: [PHP-DEV] Odd array problems

2002-08-02 Thread Dan Kalowsky
Correction an update from a few mins ago results in the same output as Chuck's original. On Fri, 2 Aug 2002, Chuck Hagenbuch wrote: > With latest CVS (HEAD branch, checked out 10 or so minutes ago), the > following script: > > > error_reporting(E_ALL); > $text = "Before delim.\n--\nAfter delim"

Re: [PHP-DEV] Odd array problems

2002-08-02 Thread Dan Kalowsky
My output looks a lot different than yours and I'm not receiving the notices you are. Same script only on OSX debug from the CLI. array(3) { [0]=> string(10) " -- " [1]=> string(6) "" [2]=> string(11) "After delim" } End of script CVS HEAD from earlier this morning (arond 9 am

[PHP-DEV] Odd array problems

2002-08-02 Thread Chuck Hagenbuch
With latest CVS (HEAD branch, checked out 10 or so minutes ago), the following script: \n--\nAfter delim"; $parts = preg_split('|(\n--\s*()?\n)|', $text, 2, PREG_SPLIT_DELIM_CAPTURE); $text = array_shift($parts); if (count($parts)) { echo ''; var_dump($parts); $text .= $parts[0]; $te

[PHP-DEV] [PATCH] ZEND_* instead of PHP_*

2002-08-02 Thread David Viner
The CODING_STANDARDS document recommends the use of the ZEND_* macros instead of the PHP_* ones (point 7). "Use ZEND_* macros instead of PHP_* macros". This patch makes the CODING_STANDARDS, README.EXT_SKEL, and skeleton directory use the ZEND_FE and ZEND_FUNCTION in place of the PHP_ counterpart

[PHP-DEV] Socket Timeouts

2002-08-02 Thread Ilia A.
There is a problem with PHP in the way it currently handles opening of connections to remote servers via php_streams. The problem can cause a PHP script to sit a virtually forever inside a select() waiting for a response from a remote server. This in turn causes an a webserver child, to become

RE: [PHP-DEV] HELP HELP HELP

2002-08-02 Thread Joseph Tate
You have to declare the variables as globals, or set register_globals to On in you php.ini file. In any case. Please direct all newbie questions on developing with php to php-general. php-dev is for development of php itself. Joseph > -Original Message- > From: JJ [mailto:[EMAIL PROTE

[PHP-DEV] HELP HELP HELP

2002-08-02 Thread JJ
Hey kinda newbie question here. I am running apache 1.3.6 (tryed with 2 for that matter) and I can't run php scripts properly, the scripts are interpreted fine but I can't pass any vars from an html form, they just come out empty. I tried with GET and POST with no luck. All seems to be fine in

Re: [PHP-DEV] HANDLE_BLOCK_INTERRUPTIONS

2002-08-02 Thread Brad LaFountain
Thanks.. I figured it out after looking at all the places where it was being used. The biggest use was when you are changing link'd lists or arrays. So i assumed it did something to that affect. - brad --- "Thies C. Arntzen" <[EMAIL PROTECTED]> wrote: > On Thu, Aug 01, 2002 at 10:10:10AM -0700,

RE: [PHP-DEV] 0 size snaps?

2002-08-02 Thread James Cox
This should be fixed. -- James > Sebastian Nohn schrieb: > > > http://snaps.php.net/php4-200207311500.tar.gz > > http://snaps.php.net/php4-200207311500.tar.bz2 > > > > And alle the -latested + the last STABLE Files have 0 > > size. > > The snaps are still broken and the last one is still fro

Re: [PHP-DEV] HANDLE_BLOCK_INTERRUPTIONS

2002-08-02 Thread Thies C. Arntzen
On Thu, Aug 01, 2002 at 10:10:10AM -0700, Brad LaFountain wrote: > HANDLE_BLOCK_INTERRUPTIONS(); > HANDLE_UNBLOCK_INTERRUPTIONS(); > > what exactly does these do? this is an apache thingie. you can tell apache that you don't want to be "killed" during certain operations. i doubt very

Re: [PHP-DEV] oci8 extension

2002-08-02 Thread Thies C. Arntzen
On Fri, Aug 02, 2002 at 11:21:10AM +0200, Abdul-Kareem Abo-Namous wrote: > thanks thies > > i was expecting this answer and i'm glad you see it this way, too. > > > there is no oci9 AFAIK the interface is called OCI and was > > introduced with oracle8. as were just talking about adding >

[PHP-DEV] Re: cvs: php4 /ext/mbstring mbfilter.c mbfilter.h mbregex.c mbstring.cmbstring.h /main rfc1867.c

2002-08-02 Thread Yasuo Ohgaki
Marcus BöRger wrote: > helly Fri Aug 2 06:22:31 2002 EDT > > Modified files: > /php4/ext/mbstringmbfilter.c mbfilter.h mbregex.c mbstring.c > mbstring.h > /php4/mainrfc1867.c > Log: > -use const to clarify code

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mbstring mbfilter.c mbfilter.h mbregex.c mbstring.c mbstring.h /main rfc1867.c

2002-08-02 Thread Marcus Börger
At 12:22 02.08.2002, you wrote: >helly Fri Aug 2 06:22:31 2002 EDT > > Modified files: > /php4/ext/mbstring mbfilter.c mbfilter.h mbregex.c mbstring.c > mbstring.h > /php4/main rfc1867.c > Log: > -use const to clarify code > -fix tsrmls build (t

Re: [PHP-DEV] oci8 extension

2002-08-02 Thread Abdul-Kareem Abo-Namous
thanks thies i was expecting this answer and i'm glad you see it this way, too. > there is no oci9 AFAIK the interface is called OCI and was > introduced with oracle8. as were just talking about adding > some calls (is it that easy?) there is no reason to fork. i *hope* it's easy. i

Re: [PHP-DEV] oci8 extension

2002-08-02 Thread Thies C. Arntzen
On Thu, Aug 01, 2002 at 12:59:31PM +0200, Abdul-Kareem Abo-Namous wrote: > hi everyone > > i'm new to this list so please be patient with me (but not too patient ;-)). > > i am currently a contractor for a pretty big it company that is migrating > all its php sites to oracle 9i. since we ran int

Re: [PHP-DEV] 0 size snaps?

2002-08-02 Thread Sebastian Nohn
Sebastian Nohn schrieb: > http://snaps.php.net/php4-200207311500.tar.gz > http://snaps.php.net/php4-200207311500.tar.bz2 > > And alle the -latested + the last STABLE Files have 0 > size. The snaps are still broken and the last one is still from 07/31/2002 Regards, Sebastian Nohn -- [EMAIL PRO