[PHP] New PCRE features

2003-06-28 Thread Andrei Zmievski
Some news on PCRE front: 1. I've upgraded the bundled PCRE library to version 4.3 which has some interesting new features. 2. I added new parameter to preg_match* functions that can be used to specify the starting offset of the subject string to start matching from. The offset can be

[PHP] PHP 4.3.0 released

2002-12-27 Thread Andrei Zmievski
The PHP developers are pleased to announce the immediate availability of PHP 4.3.0, the latest and greatest version of this extremely popular and widely used scripting language. This release contains a multitude of changes, bug fixes and improvements over the previous one, PHP 4.2.3. It further

[PHP] PHP 4.3.0RC3

2002-12-11 Thread Andrei Zmievski
PHP 4.3.0RC3 is out. Please download it from http://qa.php.net/ and test. This is the last release candidate before 4.3.0 final is unleashed. -Andrei http://www.gravitonic.com/ * The future is not what it used to be. * -- PHP General Mailing List

[PHP] PHP 4.3.0RC2 released

2002-11-27 Thread Andrei Zmievski
The second release candidate of the inimitably fabulous PHP version 4.3.0 is out. It can be downloaded from http://qa.php.net. Give it a good testing! -Andrei -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP-GTK 0.5.2 released

2002-10-31 Thread Andrei Zmievski
To all crazy users of PHP-GTK, Version 0.5.2 has been released (after a half a year hiatus). This release has some bug fixes and also some minor feature enhancements, mostly in the graphics area. Download the releaes from; http://gtk.php.net/download.php Version 0.5.2 Bass does a body

[PHP] PHP 4.3.0pre2

2002-10-27 Thread Andrei Zmievski
Hello, PHP 4.3.0pre2 is available for download from http://qa.php.net. This second pre-release incorporates a large number of bug fixes since the first one. Still, to help us catch as many bugs as possible, please download it and start testing. -Andrei

[PHP] PHP 4.3.0pre1

2002-10-10 Thread Andrei Zmievski
Hello, PHP 4.3.0pre1 is available for download from http://qa.php.net. PHP 4.3.0 incorporates a very large number of changes, new features, and bugfixes, and thus requires extensive testing. This preliminary release is meant to kick-start this testing while the fixes are still being performed.

[PHP] PHP 4.3.0pre1 [updated]

2002-10-10 Thread Andrei Zmievski
Apologies, the correct URL to download PHP 4.3.0pre1 from is: http://www.php.net/~andrei/php-4.3.0pre1.tar.bz2 -Andrei http://www.gravitonic.com/ * 2 + 2 = 5 for extremely large values of 2. * -- PHP General Mailing List (http://www.php.net/) To

[PHP] AllTheWeb.com design contest

2002-08-16 Thread Andrei Zmievski
I wanted to pass along the details of a contest that I thought you might find interesting. AlltheWeb is the public search engine of Fast Search Transfer and currently it is one of the largest search engines in the industry with over 2.1 billion pages in the web index. Recently, AlltheWeb.com

[PHP] PHP-GTK 0.5.1 released

2002-04-27 Thread Andrei Zmievski
Hello, fans of GUI development! PHP-GTK 0.5.1 also known as hardboiled wonderland has escaped from the CVS holding pen. Be on the lookout. The identifying features are: - changed gdkwindow::set_cursor() to allow reverting the cursor to default one. (Andrei) - fixed

[PHP] PHP-GTK version 0.5.0 released

2002-01-23 Thread Andrei Zmievski
Greetings! I have released PHP-GTK version 0.5.0, also known as monday starts on saturday. The version number was bumped from 0.1.1 to this one to indicate that PHP-GTK is now a fairly mature and stable extension and can be used for a variety of applications (just look on Freshmeat). I would

[PHP] preg_grep() and limit parameter

2001-12-18 Thread Andrei Zmievski
Does anyone see a need for a limit parameter to preg_grep() that would limit the number of array entries returned? -Andrei * My wishlist: http://www.amazon.com/exec/obidos/wishlist/2Q2DIPY7BZLSH/ * -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] Smarty: Modifiers and $smarty

2001-12-18 Thread Andrei Zmievski
I found this message on php-general list, and I'm cross-posting the reply to Smarty list. I see a couple of issues with passing Smarty object to modifiers. 1. You want to use _current_file and _current_lineno member variables, but they are only defined in Smarty_Compiler class, and what

Re: [PHP] a piece of PHP history

2001-12-12 Thread Andrei Zmievski
Google now has 20 years worth of newsgroup archives. Here is a link to what is probably the first PHP post by Rasmus. http://groups.google.com/groups?q=%22Personal+Home+Page%22+author:Rasmus+author:Lerdor \ fhl=enscoring=das_drrb=bas_mind=17as_minm=5as_miny=1981as_maxd=12as_maxm=12as \

Re: [PHP] a piece of PHP history

2001-12-12 Thread Andrei Zmievski
On Wed, 12 Dec 2001, [EMAIL PROTECTED] wrote: Argh! Stop! Having a globally unique name and 20 years of Usenet archives is a bad bad combination. A moronic sig under a stupid question. In my own defense, the Internet was a very very different place in 1989.

[PHP] Another piece of history, kind of

2001-12-12 Thread Andrei Zmievski
http://marc.theaimsgroup.com/?l=php-generalm=90719202212123w=2 -Andrei -- PHP General 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]

[PHP] PHP-GTK v0.1 released

2001-08-01 Thread Andrei Zmievski
PHP-GTK version 0.1 the void which binds has been released. It can be downloaded from http://gtk.php.net/. The changes in this version include: - added GDK keysyms constants. - fixed bug with GtkStyle::copy() that was not returning the result properly. -

[PHP] Re: [PHP-DEV] version numbers

2001-05-24 Thread Andrei Zmievski
On Wed, 23 May 2001, Dennis Gearon wrote: I wonder about the version numbers because of some of the alphanumeric values in them. Are the version numbers chosen such that ANY version higher can be checked for by the following code: if ( strcmp($ver_running_under, $min_version) 0){ use

[PHP] PHP-GTK v0.0.4 released

2001-05-04 Thread Andrei Zmievski
Heads up, new release of PHP-GTK is available from http://gtk.php.net/. The list of changes follows. The Win32 version maintainer hasn't put up a build yet, if you are capable of making one just like 0.0.3 version, please submit it and I will put it up. Version 0.0.4 indistinguishable from

[PHP-CVS] cvs: php4 /ext/standard html.c html.h /ext/wddx php_wddx_api.h wddx.c

2001-04-25 Thread Andrei Zmievski
andrei Wed Apr 25 13:14:29 2001 EDT Modified files: /php4/ext/standard html.c html.h /php4/ext/wddx php_wddx_api.h wddx.c Log: * Made ENT_* defines availabe to other functions. * The key/variable names in WDDX are now html escaped to not break

[PHP-CVS] cvs: CVSROOT / cvsusers

2001-04-25 Thread Andrei Zmievski
andrei Wed Apr 25 14:18:44 2001 EDT Modified files: /CVSROOTcvsusers Log: Per Zak's request, changing his email address. Index: CVSROOT/cvsusers diff -u CVSROOT/cvsusers:1.260 CVSROOT/cvsusers:1.261 --- CVSROOT/cvsusers:1.260 Wed Apr 25 10:45:51

Re: [PHP-CVS] Re: [PHP-QA] RE: [PHP-CVS] cvs: php4(PHP_4_0_5) /ext/ircg config.m4 ircg.c php_ircg.h

2001-04-23 Thread Andrei Zmievski
On Sun, 22 Apr 2001, [EMAIL PROTECTED] wrote: I don't think this is wise to do. Harald put in some fixes for COM support (a lot even) and Sascha's patch will fix bugs in thttpd support. I don't think it's a prob to delay the Release another week, as it's been a very long time since

Re: [PHP] WDDX Deserialisation problem/bug?

2001-04-23 Thread Andrei Zmievski
PHP WDDX doesn't support recordsets. I'm using wddx_deserialize($packet) and what I'm getting returned does not seem right in the slightest my code is: $values = wddx_deserialize($packet); Packet: wddxPacket version='1.0'header/headerdatarecordset rowCount='2'

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-04-22 Thread Andrei Zmievski
andrei Sun Apr 22 17:24:06 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Access to PHP-GTK docs for Markus. Index: CVSROOT/avail diff -u CVSROOT/avail:1.150 CVSROOT/avail:1.151 --- CVSROOT/avail:1.150 Thu Apr 19 20:34:10 2001

[PHP-CVS] cvs: php4(PHP_4_0_5) / NEWS

2001-04-20 Thread Andrei Zmievski
andrei Fri Apr 20 09:55:14 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4 NEWS Log: This actually made it in. Index: php4/NEWS diff -u php4/NEWS:1.611.2.3 php4/NEWS:1.611.2.4 --- php4/NEWS:1.611.2.3 Thu Apr 5 19:09:43 2001 +++ php4/NEWS Fri Apr

[PHP-CVS] cvs: php4 /ext/wddx config.m4 setup.stub

2001-04-20 Thread Andrei Zmievski
andrei Fri Apr 20 12:33:22 2001 EDT Removed files: /php4/ext/wddx setup.stub Modified files: /php4/ext/wddx config.m4 Log: Enabling WDDX by default. Index: php4/ext/wddx/config.m4 diff -u php4/ext/wddx/config.m4:1.6

[PHP-CVS] cvs: php4 / NEWS

2001-04-20 Thread Andrei Zmievski
andrei Fri Apr 20 13:08:24 2001 EDT Modified files: /php4 NEWS Log: Let people know what the heck I was up to. Index: php4/NEWS diff -u php4/NEWS:1.634 php4/NEWS:1.635 --- php4/NEWS:1.634 Fri Apr 20 09:56:55 2001 +++ php4/NEWS Fri Apr 20

[PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-16 Thread Andrei Zmievski
andrei Mon Apr 16 06:54:10 2001 EDT Modified files: /php4 TODO-4.1.txt Log: More todo stuff. Index: php4/TODO-4.1.txt diff -u php4/TODO-4.1.txt:1.3 php4/TODO-4.1.txt:1.4 --- php4/TODO-4.1.txt:1.3 Sat Apr 14 03:30:05 2001 +++ php4/TODO-4.1.txt

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-04-15 Thread Andrei Zmievski
andrei Sun Apr 15 21:56:31 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: @- Fixed a bug with /e modifier in preg_replace(), that would not correctly @ replace two-digit references if single digit references were present @ before them. This

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-04-12 Thread Andrei Zmievski
andrei Thu Apr 12 09:35:41 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Removing accounts for inactive people. Index: CVSROOT/avail diff -u CVSROOT/avail:1.143 CVSROOT/avail:1.144 --- CVSROOT/avail:1.143 Tue Apr 10 09:00:18 2001

Re: [PHP-CVS] cvs: pear /Science Chemistry.php /Science/Chemistry Atom.php Atom_PDB.php Coordinates.php Element.php Macromolecule.php Macromolecule_PDB.php Molecule.php Molecule_XYZ.php PDBFile.php PDBPa

2001-04-12 Thread Andrei Zmievski
On Thu, 12 Apr 2001, Jesus M. Castagnetto wrote: --- Andrei Zmievski [EMAIL PROTECTED] wrote: On Tue, 10 Apr 2001, Derick Rethans wrote: hrm, is it really needed to add 3.6MB of stuff to the PHP cvs? Grr, I agree. Maybe it can wait until PEAR is out of PHP's CVS. Ehem

Re: [PHP-CVS] cvs: pear /Science Chemistry.php /Science/Chemistry Atom.php Atom_PDB.php Coordinates.php Element.php Macromolecule.php Macromolecule_PDB.php Molecule.php Molecule_XYZ.php PDBFile.php PDBPa

2001-04-11 Thread Andrei Zmievski
On Tue, 10 Apr 2001, Derick Rethans wrote: hrm, is it really needed to add 3.6MB of stuff to the PHP cvs? Grr, I agree. Maybe it can wait until PEAR is out of PHP's CVS. -Andrei * Ethernet n.: something used to catch the etherbunny. * -- PHP CVS Mailing List (http://www.php.net/) To

Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-09 Thread Andrei Zmievski
On Sun, 08 Apr 2001, Stig Bakken wrote: ssb Sun Apr 8 15:30:18 2001 EDT Modified files: /php4 Makefile.in configure.in /php4/mainbuild-defs.h.in /php4/pearPEAR.php.in /php4/sapiMakefile.in /php4/sapi/cgi

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-04-02 Thread Andrei Zmievski
andrei Mon Apr 2 06:20:17 2001 EDT Modified files: /php4/ext/standard array.c Log: Use correct string length. Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.106 php4/ext/standard/array.c:1.107 --- php4/ext/standard/array.c:1.106

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/standard array.c

2001-04-02 Thread Andrei Zmievski
andrei Mon Apr 2 09:12:07 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/standard array.c Log: MFH Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.101 php4/ext/standard/array.c:1.101.2.1 --- php4/ext/standard/array.c:1.101

[PHP-CVS] cvs: php4 / NEWS

2001-03-26 Thread Andrei Zmievski
andrei Mon Mar 26 10:59:02 2001 EDT Modified files: /php4 NEWS Log: Zend related news update. Index: php4/NEWS diff -u php4/NEWS:1.621 php4/NEWS:1.622 --- php4/NEWS:1.621 Fri Mar 23 06:26:17 2001 +++ php4/NEWS Mon Mar 26 10:59:01 2001 @@ -2,6

Re: [PHP-CVS] cvs: php4 / NEWS

2001-03-26 Thread Andrei Zmievski
On Mon, 26 Mar 2001, Colin Viebrock wrote: Can I make a request for get_class_methods() and get_class_vars() to accept class instances as well as a string? For get_class_methods(), yes, for the other requrest, see get_object_vars(). -Andrei * Anything will fit if you push hard enough * --

[PHP-CVS] cvs: php4 / NEWS

2001-03-26 Thread Andrei Zmievski
andrei Mon Mar 26 12:10:19 2001 EDT Modified files: /php4 NEWS Log: More news. Index: php4/NEWS diff -u php4/NEWS:1.623 php4/NEWS:1.624 --- php4/NEWS:1.623 Mon Mar 26 11:03:36 2001 +++ php4/NEWS Mon Mar 26 12:10:19 2001 @@ -2,8 +2,8 @@

Re: [PHP-CVS] cvs: php4 / NEWS

2001-03-26 Thread Andrei Zmievski
Done. Can I make a request for get_class_methods() and get_class_vars() to accept class instances as well as a string? - Colin -Andrei "The time from now until the completion of the project tends to become constant." -- Douglas Hartree -- PHP CVS Mailing List (http://www.php.net/)

[PHP-CVS] cvs: php4 / NEWS

2001-03-23 Thread Andrei Zmievski
andrei Fri Mar 23 06:26:17 2001 EDT Modified files: /php4 NEWS Log: Wrap lines. Index: php4/NEWS diff -u php4/NEWS:1.620 php4/NEWS:1.621 --- php4/NEWS:1.620 Fri Mar 23 00:33:22 2001 +++ php4/NEWS Fri Mar 23 06:26:17 2001 @@ -2,7 +2,8 @@

Re: [PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_mysql.c dbx_mysql.h dbx_odbc.c dbx_odbc.h php_dbx.h

2001-03-22 Thread Andrei Zmievski
On Thu, 22 Mar 2001, Marc Boeren wrote: mboeren Thu Mar 22 07:14:35 2001 EDT Modified files: /php4/ext/dbx dbx.c dbx_mysql.c dbx_odbc.c dbx_mysql.h dbx_odbc.h php_dbx.h Log: Changed C++ style comments to C-style comments

Re: [PHP-CVS] cvs: CVSROOT / cvsusers gen_acl_file.m4

2001-03-21 Thread Andrei Zmievski
On Wed, 21 Mar 2001, Stig Bakken wrote: Index: CVSROOT/cvsusers diff -u CVSROOT/cvsusers:1.240 CVSROOT/cvsusers:1.241 --- CVSROOT/cvsusers:1.240Sat Mar 17 16:37:01 2001 +++ CVSROOT/cvsusers Tue Mar 20 22:48:06 2001 @@ -283,3 +283,4 @@ sfox Steph Fox [EMAIL

[PHP-CVS] cvs: php4 / NEWS

2001-03-21 Thread Andrei Zmievski
andrei Wed Mar 21 08:19:55 2001 EDT Modified files: /php4 NEWS Log: Fixing news. Index: php4/NEWS diff -u php4/NEWS:1.617 php4/NEWS:1.618 --- php4/NEWS:1.617 Tue Mar 20 18:09:20 2001 +++ php4/NEWS Wed Mar 21 08:19:54 2001 @@ -8,11 +8,11 @@

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Andrei Zmievski
On Mon, 19 Mar 2001, Alexander Bokovoy wrote: This fix does not work because @MIDCONFIG_FILE@ in php_midgard.h does not substituted by PHP_OUTPUT using template file php_midgard.h.in. Either fix building environment in PHP4 which does not allow output variable's value through template header

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-03-19 Thread Andrei Zmievski
On Mon, 19 Mar 2001, Alexander Bokovoy wrote: Andrei, problem is that build environment needs to be fixed, not module alone. This is really serious problem because it prevents people from using Midgard extension with, say, PHP 4.0.4pl1 (latest stable PHP4 version) though they could do it

[PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-03-19 Thread Andrei Zmievski
andrei Mon Mar 19 13:20:03 2001 EDT Modified files: /php4/ext/standard array.c basic_functions.c php_array.h Log: @- Added array_map() function that applies a callback to the elements @ of given arrays and returns the result. It can also be used with a @

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-03-16 Thread Andrei Zmievski
andrei Fri Mar 16 11:29:23 2001 EDT Modified files: /php4/ext/standard array.c Log: @- Fixed all relevant array functions to avoid moving the internal array @ pointer during operations. (Andrei) Index: php4/ext/standard/array.c diff -u

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-03-16 Thread Andrei Zmievski
andrei Fri Mar 16 11:51:08 2001 EDT Modified files: /php4/ext/standard array.c Log: All user callbacks should be to EG(function_table). Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.103 php4/ext/standard/array.c:1.104 ---

[PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-03-16 Thread Andrei Zmievski
andrei Fri Mar 16 12:46:35 2001 EDT Modified files: /php4/ext/standard array.c basic_functions.c php_array.h Log: @- Added array_filter(), which allows filtering of array elements via @ the specified callback. (Andrei) Index: php4/ext/standard/array.c

Re: [PHP-CVS] cvs: pear /PEAR pear.c

2001-03-14 Thread Andrei Zmievski
At 12:53 AM 3/15/01 +, Stig Bakken wrote: +if (options != NULL) { +zval **el0, **el1; +if (((*options)-type != IS_STRING (*options)-type != IS_ARRAY) || +((*options)-type == IS_ARRAY +

[PHP-CVS] cvs: php4 /build rules_pear.mk

2001-03-13 Thread Andrei Zmievski
andrei Tue Mar 13 09:54:38 2001 EDT Modified files: /php4/build rules_pear.mk Log: Remove config.h instead of php_config.h Index: php4/build/rules_pear.mk diff -u php4/build/rules_pear.mk:1.13 php4/build/rules_pear.mk:1.14 --- php4/build/rules_pear.mk:1.13

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-03-13 Thread Andrei Zmievski
andrei Tue Mar 13 10:11:11 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Adding Jared Skinner to PHP-GTK web. Index: CVSROOT/avail diff -u CVSROOT/avail:1.117 CVSROOT/avail:1.118 --- CVSROOT/avail:1.117 Sun Mar 11 16:30:21 2001

[PHP-CVS] cvs: CVSROOT / cvsusers

2001-03-13 Thread Andrei Zmievski
andrei Tue Mar 13 10:12:11 2001 EDT Modified files: /CVSROOTcvsusers Log: Whitespace. Index: CVSROOT/cvsusers diff -u CVSROOT/cvsusers:1.238 CVSROOT/cvsusers:1.239 --- CVSROOT/cvsusers:1.238 Tue Mar 13 10:11:11 2001 +++ CVSROOT/cvsusersTue Mar

Re: [PHP-CVS] cvs: php4(PHP_4_0_5) / configure.in /main php_version.h

2001-03-12 Thread Andrei Zmievski
On Mon, 12 Mar 2001, Zeev Suraski wrote: zeev Mon Mar 12 14:26:18 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4 configure.in /php4/mainphp_version.h Log: Start 4.0.5 release process... Did you see my message about PCRE problem?

Re: [PHP-CVS] cvs: php4(PHP_4_0_5) / configure.in /main php_version.h

2001-03-12 Thread Andrei Zmievski
[EMAIL PROTECTED] about #9712 On Tue, 13 Mar 2001, Zeev Suraski wrote: At 00:31 13/3/2001, Andrei Zmievski wrote: On Mon, 12 Mar 2001, Zeev Suraski wrote: zeev Mon Mar 12 14:26:18 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4 configure.in

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-03-11 Thread Andrei Zmievski
andrei Sun Mar 11 16:19:06 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: Put dnl in. Index: CVSROOT/avail diff -u CVSROOT/avail:1.115 CVSROOT/avail:1.116 --- CVSROOT/avail:1.115 Sun Mar 11 14:40:11 2001 +++ CVSROOT/avail Sun Mar 11

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-03-11 Thread Andrei Zmievski
andrei Sun Mar 11 16:30:22 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: PHP GTK web karma for James. Index: CVSROOT/avail diff -u CVSROOT/avail:1.116 CVSROOT/avail:1.117 --- CVSROOT/avail:1.116 Sun Mar 11 16:19:05 2001 +++ CVSROOT/avail

[PHP-CVS] cvs: php4 /pear/Console Getopt.php

2001-03-11 Thread Andrei Zmievski
:1.1Thu Jan 11 10:38:26 2001 +++ php4/pear/Console/Getopt.phpSun Mar 11 19:05:04 2001 @@ -17,7 +17,7 @@ // | Authors: Andrei Zmievski [EMAIL PROTECTED] | // +--+ // -// $Id: Getopt.php,v 1.1

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c /ext/standard array.c basic_functions.c php_array.h

2001-03-11 Thread Andrei Zmievski
andrei Sun Mar 11 19:06:59 2001 EDT Modified files: /php4/ext/pcre php_pcre.c /php4/ext/standard array.c basic_functions.c php_array.h Log: @- Added array_reduce(), which allows iterative reduction of an array @ to a single value via a callback

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-03-11 Thread Andrei Zmievski
andrei Sun Mar 11 19:10:15 2001 EDT Modified files: /php4/ext/standard array.c Log: This will have to do until the docs come along. Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.98 php4/ext/standard/array.c:1.99 ---

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-09 Thread Andrei Zmievski
andrei Fri Mar 9 13:42:27 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: @- Fixed argument checking for call_user_func* functions and allowed @ specifying array($obj, 'method') syntax for call_user_func_array. (Andrei) Index:

[PHP-CVS] cvs: php4 / NEWS

2001-03-07 Thread Andrei Zmievski
andrei Wed Mar 7 06:00:53 2001 EDT Modified files: /php4 NEWS Log: That came from php-gtk. Index: php4/NEWS diff -u php4/NEWS:1.606 php4/NEWS:1.607 --- php4/NEWS:1.606 Wed Mar 7 02:08:18 2001 +++ php4/NEWS Wed Mar 7 06:00:52 2001 @@ -5,7

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-03-07 Thread Andrei Zmievski
andrei Wed Mar 7 08:43:39 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Adding accounts for bkelly and adrianz. Index: CVSROOT/avail diff -u CVSROOT/avail:1.110 CVSROOT/avail:1.111 --- CVSROOT/avail:1.110 Sun Mar 4 09:36:30

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-03-07 Thread Andrei Zmievski
andrei Wed Mar 7 11:35:32 2001 EDT Modified files: /CVSROOTavail cvsusers gen_acl_file.m4 Log: Account for Iuri Fiedoruk to go PHP-GTK docs translation. Index: CVSROOT/avail diff -u CVSROOT/avail:1.111 CVSROOT/avail:1.112 --- CVSROOT/avail:1.111 Wed

[PHP-CVS] cvs: CVSROOT / cvswrappers

2001-03-05 Thread Andrei Zmievski
andrei Mon Mar 5 17:26:41 2001 EDT Modified files: /CVSROOTcvswrappers Log: Recognize .png as binary files. Index: CVSROOT/cvswrappers diff -u CVSROOT/cvswrappers:1.2 CVSROOT/cvswrappers:1.3 --- CVSROOT/cvswrappers:1.2 Tue Nov 2 10:01:35 1999 +++

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-03-04 Thread Andrei Zmievski
andrei Sun Mar 4 09:36:30 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: PHP-GTK docs access for James Moore. Index: CVSROOT/avail diff -u CVSROOT/avail:1.109 CVSROOT/avail:1.110 --- CVSROOT/avail:1.109 Fri Mar 2 13:48:11 2001 +++

[PHP-CVS] cvs: CVSROOT / cvsusers

2001-03-03 Thread Andrei Zmievski
andrei Sat Mar 3 21:13:09 2001 EDT Modified files: /CVSROOTcvsusers Log: Changing email for Frank. Index: CVSROOT/cvsusers diff -u CVSROOT/cvsusers:1.233 CVSROOT/cvsusers:1.234 --- CVSROOT/cvsusers:1.233 Fri Mar 2 07:05:45 2001 +++

[PHP-CVS] cvs: CVSROOT / loginfo.pl

2001-03-02 Thread Andrei Zmievski
andrei Fri Mar 2 15:47:03 2001 EDT Modified files: /CVSROOTloginfo.pl Log: Change the test a bit. Index: CVSROOT/loginfo.pl diff -u CVSROOT/loginfo.pl:1.40 CVSROOT/loginfo.pl:1.41 --- CVSROOT/loginfo.pl:1.40 Fri Mar 2 15:46:08 2001 +++

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-02 Thread Andrei Zmievski
andrei Fri Mar 2 12:22:14 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: @- Forced call_user_method() and call_user_method_array() to take the @ object argument by reference. (Andrei) * Forced call_user_method() and

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-03-02 Thread Andrei Zmievski
andrei Fri Mar 2 13:48:11 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: Allow changelog script commit access. Index: CVSROOT/avail diff -u CVSROOT/avail:1.108 CVSROOT/avail:1.109 --- CVSROOT/avail:1.108 Fri Mar 2 07:05:45 2001 +++

[PHP] Announcing PHP-GTK

2001-03-01 Thread Andrei Zmievski
The first release of PHP-GTK is now available. PHP-GTK is a PHP extension that provides an object-oriented interface to GTK+ toolkit and enables you to write client-side cross-platform GUI applications. For more information, visit http://gtk.php.net/. -Andrei UNIX is like sex: If you don't know

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4 loginfo

2001-02-27 Thread Andrei Zmievski
andrei Tue Feb 27 06:56:43 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 loginfo Log: PHP Gtk web stuff. Index: CVSROOT/avail diff -u CVSROOT/avail:1.104 CVSROOT/avail:1.105 --- CVSROOT/avail:1.104 Mon Feb 26 11:34:09 2001 +++ CVSROOT/avail

Re: [PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-02-23 Thread Andrei Zmievski
At 02:50 AM 2/24/01 +, Rasmus Lerdorf wrote: rasmus Fri Feb 23 18:50:13 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: More karma for Jesus I am sorry, but I did a double take when I read that... :) -Andrei -- PHP CVS Mailing List

[PHP-CVS] cvs: php4 /ext/standard array.c

2001-02-21 Thread Andrei Zmievski
andrei Wed Feb 21 09:22:27 2001 EDT Modified files: /php4/ext/standard array.c Log: Fix memory leak. Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.94 php4/ext/standard/array.c:1.95 --- php4/ext/standard/array.c:1.94 Tue Feb 20

Re: [PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-02-20 Thread Andrei Zmievski
On Tue, 20 Feb 2001, Jason Greene wrote: + if (behavior == 0) { + compare_func = is_equal_function; + } else { + /* Lets not return a key unless the values are exact */ + compare_func = is_identical_function; + } Why not? Why should it be

[PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-02-20 Thread Andrei Zmievski
andrei Tue Feb 20 06:23:03 2001 EDT Modified files: /php4/ext/standard array.c basic_functions.c php_array.h Log: Rename to array_search(). Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.92 php4/ext/standard/array.c:1.93 ---

Re: [PHP-CVS] cvs: php4 /ext/standard array.c basic_functions.c php_array.h

2001-02-20 Thread Andrei Zmievski
On Tue, 20 Feb 2001, Jason Greene wrote: Well, My thoughts on this one were that if you are actually grabbing a key, people are more likely to trust that the returned key does in fact reference the value that was searched. Perhaps defaulting to strict is not a good idea, but to me it

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-02-20 Thread Andrei Zmievski
andrei Tue Feb 20 10:23:17 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: Karma to phpdoc for Sam. Index: CVSROOT/avail diff -u CVSROOT/avail:1.87 CVSROOT/avail:1.88 --- CVSROOT/avail:1.87 Tue Feb 20 08:28:34 2001 +++ CVSROOT/avail

[PHP-CVS] cvs: php4 /ext/pcre/pcrelib COPYING ChangeLog INSTALL LICENCE NEWS README RunTest get.c internal.h pcre.c pcre.h pcregrep.c pcreposix.c pcreposix.h pcretest.c perltest perltest8 pgrep.c /ext/pcre/pcrelib/doc Tech.Notes pcre.3 pcre.html pcre.txt pcregrep.1 pcregrep.html pcregrep.txt pcreposix.3 pcreposix.html pcreposix.txt pcretest.txt perltest.txt pgrep.1 pgrep.html pgrep.txt /ext/pcre/pcrelib/testdata testinput1 testinput2 testinput3 testinput4 testinput5 testinput6 testoutput1 testoutput2 testoutput3 testoutput4 testoutput5 testoutput6

2001-02-20 Thread Andrei Zmievski
andrei Tue Feb 20 14:00:35 2001 EDT Added files: /php4/ext/pcre/pcrelib pcregrep.c perltest8 /php4/ext/pcre/pcrelib/doc pcregrep.1 pcregrep.html pcregrep.txt /php4/ext/pcre/pcrelib/testdata testinput5 testinput6 testoutput5

[PHP-CVS] cvs: php4 /ext/pcre/pcrelib pcre.h

2001-02-20 Thread Andrei Zmievski
andrei Tue Feb 20 14:20:47 2001 EDT Modified files: /php4/ext/pcre/pcrelib pcre.h Log: Include PHP compatibility header file. Index: php4/ext/pcre/pcrelib/pcre.h diff -u php4/ext/pcre/pcrelib/pcre.h:1.9 php4/ext/pcre/pcrelib/pcre.h:1.10 ---

[PHP-CVS] cvs: php4 / NEWS

2001-02-07 Thread Andrei Zmievski
andrei Wed Feb 7 06:10:14 2001 EDT Modified files: /php4 NEWS Log: Only one entry for mnoGoSearch is necessary. Index: php4/NEWS diff -u php4/NEWS:1.585 php4/NEWS:1.586 --- php4/NEWS:1.585 Tue Feb 6 18:09:09 2001 +++ php4/NEWS Wed Feb 7

[PHP-CVS] cvs: php4 / TODO /ext/pcre php_pcre.c

2001-02-07 Thread Andrei Zmievski
andrei Wed Feb 7 20:55:50 2001 EDT Modified files: /php4 TODO /php4/ext/pcre php_pcre.c Log: Move todo items. Index: php4/TODO diff -u php4/TODO:1.113 php4/TODO:1.114 --- php4/TODO:1.113 Mon Feb 5 06:29:21 2001 +++ php4/TODO Wed Feb

Re: [PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-06 Thread Andrei Zmievski
On Tue, 06 Feb 2001, Sergey Kartashoff wrote: On Tue, 6 Feb 2001, Sterling Hughes wrote: This extension is being released in this next version of PHP, you only need one news entry, something to the effect of "Added the UDM search extension (authors)" ok. So, i should not write any

[PHP-CVS] cvs: php4 / TODO

2001-02-05 Thread Andrei Zmievski
andrei Mon Feb 5 06:27:10 2001 EDT Modified files: /php4 TODO Log: Whitespace. Index: php4/TODO diff -u php4/TODO:1.111 php4/TODO:1.112 --- php4/TODO:1.111 Sun Feb 4 01:20:31 2001 +++ php4/TODO Mon Feb 5 06:27:10 2001 @@ -14,10 +14,10 @@

[PHP-CVS] cvs: php4 / README.CVS-RULES

2001-02-05 Thread Andrei Zmievski
andrei Mon Feb 5 09:11:32 2001 EDT Modified files: /php4 README.CVS-RULES Log: One more notice about using names with NEWS entries. Index: php4/README.CVS-RULES diff -u php4/README.CVS-RULES:1.7 php4/README.CVS-RULES:1.8 ---

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-02-05 Thread Andrei Zmievski
andrei Mon Feb 5 09:37:50 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Allow calling static methods via call_user_method_* functions. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.300

[PHP-CVS] cvs: php4 / NEWS

2001-02-05 Thread Andrei Zmievski
andrei Mon Feb 5 09:39:58 2001 EDT Modified files: /php4 NEWS Log: Index: php4/NEWS diff -u php4/NEWS:1.580 php4/NEWS:1.581 --- php4/NEWS:1.580 Sun Feb 4 18:09:08 2001 +++ php4/NEWS Mon Feb 5 09:39:58 2001 @@ -2,6 +2,9 @@

[PHP-CVS] cvs: php4 /ext/wddx wddx.c

2001-02-05 Thread Andrei Zmievski
andrei Mon Feb 5 19:57:43 2001 EDT Modified files: /php4/ext/wddx wddx.c Log: Don't use Z* macros for non-zvals. Index: php4/ext/wddx/wddx.c diff -u php4/ext/wddx/wddx.c:1.61 php4/ext/wddx/wddx.c:1.62 --- php4/ext/wddx/wddx.c:1.61 Mon Feb 5

[PHP-CVS] cvs: php4 /ext/wddx php_wddx_api.h

2001-02-05 Thread Andrei Zmievski
andrei Mon Feb 5 20:15:50 2001 EDT Modified files: /php4/ext/wddx php_wddx_api.h Log: Preserve API compatibility. Index: php4/ext/wddx/php_wddx_api.h diff -u php4/ext/wddx/php_wddx_api.h:1.11 php4/ext/wddx/php_wddx_api.h:1.12 ---

[PHP-CVS] cvs: CVSROOT / loginfo

2001-02-03 Thread Andrei Zmievski
andrei Sat Feb 3 07:40:45 2001 EDT Modified files: /CVSROOTloginfo Log: Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.38 CVSROOT/loginfo:1.39 --- CVSROOT/loginfo:1.38Wed Jan 31 20:58:04 2001 +++ CVSROOT/loginfo Sat Feb 3 07:40:45 2001

Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: cmv Fri Feb 2 12:55:27 2001 EDT Modified files: /php4/ext/sockets sockets.c Log: Fix for http://bugs.php.net/bugs.php?id=9082 I know switch() is expensive, so someone rewrite this "properly" if you

Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: Well, isn't it slower? No, not really. The goal is to make getpeername() not seg-fault and core dump when I only call it with 2 args. :) What should the value of 'port' be by default, then? -Andrei * Who is Ray and why would we want to selectively

Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: I dunno. If I call the function with: ? getpeername($fd, $host); ? I guess it doesn't matter what the port *is* ... it just won't return it. Maybe just put if statements around any of the code that references port? Ok, I fixed it.

Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Colin Viebrock wrote: Ok, I fixed it. Thanks ... although "bogus patch" is kinda harsh, don't you think? :) Well, sorry if it seemed harsh, but you tried to fix one problem and introduced another without really understanding what needed to be done. -Andrei Give a man

[PHP-CVS] cvs: php4 / NEWS /ext/pcre php_pcre.c

2001-02-02 Thread Andrei Zmievski
andrei Fri Feb 2 20:53:50 2001 EDT Modified files: /php4 NEWS /php4/ext/pcre php_pcre.c Log: Adding delimiter capturing functionality. As far as NEWS, compilation fixed don't belong here. Index: php4/NEWS diff -u php4/NEWS:1.578

[PHP-CVS] cvs: php4 / NEWS /ext/pcre php_pcre.c php_pcre.h

2001-02-01 Thread Andrei Zmievski
andrei Wed Jan 31 21:04:59 2001 EDT Modified files: /php4 NEWS /php4/ext/pcre php_pcre.c php_pcre.h Log: Modified /F handling to allow calling object methods. Index: php4/NEWS diff -u php4/NEWS:1.575 php4/NEWS:1.576 --- php4/NEWS:1.575

[PHP-CVS] cvs: php4 /build rules_pear.mk

2001-02-01 Thread Andrei Zmievski
andrei Thu Feb 1 06:11:45 2001 EDT Modified files: /php4/build rules_pear.mk Log: Add cvsclean target for standalone extensions. Index: php4/build/rules_pear.mk diff -u php4/build/rules_pear.mk:1.12 php4/build/rules_pear.mk:1.13 ---

[PHP-CVS] cvs: php4 /ext/pcre php_pcre.c

2001-02-01 Thread Andrei Zmievski
andrei Thu Feb 1 07:25:53 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: No need for CLS_FETCH(). Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.83 php4/ext/pcre/php_pcre.c:1.84 --- php4/ext/pcre/php_pcre.c:1.83 Thu

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-02-01 Thread Andrei Zmievski
andrei Wed Jan 31 12:47:48 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: qaweb Karma for PHP QA folks. Index: CVSROOT/avail diff -u CVSROOT/avail:1.66 CVSROOT/avail:1.67 --- CVSROOT/avail:1.66 Wed Jan 31 06:23:09 2001 +++ CVSROOT/avail

[PHP-CVS] cvs: CVSROOT / gen_acl_file.m4

2001-01-31 Thread Andrei Zmievski
andrei Wed Jan 31 12:46:46 2001 EDT Modified files: /CVSROOTgen_acl_file.m4 Log: More QA folks. Index: CVSROOT/gen_acl_file.m4 diff -u CVSROOT/gen_acl_file.m4:1.66 CVSROOT/gen_acl_file.m4:1.67 --- CVSROOT/gen_acl_file.m4:1.66Wed Jan 31 06:23:10

  1   2   >