Re: [PHP-DEV] Embedding, threads and execution of PHP

2005-03-14 Thread Alan Knowles
copy and paste alot of code from apc, srm or bcompiler. all of these do something like this. Regards Alan On Mon, 2005-03-14 at 21:22 +0300, Vadka wrote: > Hi again! > > So, I'm not so experienced... > But, what can I do with next situation: > we have compiled script, we would like to execute a

Re: [PHP-DEV] Re: CLI issue: Changing STDERR

2005-03-14 Thread Edin Kadribasic
On Mar 15, 2005, at 2:36, Davy Durham wrote: Iteresting.. but no, that won't work because the redirection is a construct of a running shell.. not the exec system function that would be interpreting that line. That got me thinking tho.. to try something like #!/bin/bash -c exec /usr/bin/php 2>

Re: [PHP-DEV] PHP array to char **

2005-03-14 Thread Rasmus Lerdorf
Christopher Kings-Lynne wrote: Hi, I'm working on some improvements to the pgsql extension and I would like to know how to convert a zval* that points to a PHP array to a char** that I can pass to the pgsql API functions. The API function takes const char** so it will not modify the string, but

[PHP-DEV] PHP array to char **

2005-03-14 Thread Christopher Kings-Lynne
Hi, I'm working on some improvements to the pgsql extension and I would like to know how to convert a zval* that points to a PHP array to a char** that I can pass to the pgsql API functions. The API function takes const char** so it will not modify the string, but the string must exist for the

Re: [PHP-DEV] Re: CLI issue: Changing STDERR

2005-03-14 Thread Davy Durham
Iteresting.. but no, that won't work because the redirection is a construct of a running shell.. not the exec system function that would be interpreting that line. That got me thinking tho.. to try something like #!/bin/bash -c exec /usr/bin/php 2>/path/filename which would seem to maybe work

Re: [PHP-DEV] something else is wrong with the PEAR sync in the windows build

2005-03-14 Thread Daniel Convissor
Hi Greg: http://cvs.php.net/php-src/pear/go-pear-list.php HEAD okay PHP_5_0 needs updating PHP_4_3 okay (as of 20:22 EST) --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.An

[PHP-DEV] Re: CLI issue: Changing STDERR

2005-03-14 Thread Christian Stadler
Davy Durham schrieb: > On Linux: I'm converting some bash scripts to php.. in the bash scripts > I sometimes do at the very top: > > " exec 2>/path/filename " > > Which changes where stderr goes because it closes and reopens file > descriptor 2 [snipp] > Is there a way of changing the actual

[PHP-DEV] something else is wrong with the PEAR sync in the windows build

2005-03-14 Thread Greg Beaver
After updating all of the go-pear-list.php, I noticed that they all had PEAR as 1.3.5, but both 5.0.4RC1 and 4.3.11RC1 use PEAR 1.3.1, so it's clear that either go-pear-list.php is completely ignored, or there is some other remote copy that is being used to generate the windows builds. Perhaps

[PHP-DEV] Class names

2005-03-14 Thread lingwitt
I would recommend that class names need not be treated as strings: doSomethingWithAClass(ClassName) instead of doSomethingWithAClass("ClassName") As it is, this produces warnings with the right logging. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.ne

Re: [PHP-DEV] what are the branches for PHP 4.3.11 and 5.0.4

2005-03-14 Thread Rasmus Lerdorf
Greg Beaver wrote: Hi, I assume 5.0.4 is HEAD, but where do I find 4.3.11? The checkout I did of PHP_4_3_11RC1 has no go-pear-list.php in it at all. Greg P.S. could there be a small effort to simplify this? I simply can't synchronize 5 different copies of the same file and get it right every

[PHP-DEV] what are the branches for PHP 4.3.11 and 5.0.4

2005-03-14 Thread Greg Beaver
Hi, I assume 5.0.4 is HEAD, but where do I find 4.3.11? The checkout I did of PHP_4_3_11RC1 has no go-pear-list.php in it at all. Greg P.S. could there be a small effort to simplify this? I simply can't synchronize 5 different copies of the same file and get it right every time. Thank you :)

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Daniel Convissor
On Tue, Mar 15, 2005 at 12:33:29AM +0100, Pierre-Alain Joye wrote: > > I mean, updated on the building host Yes, of course. But the files need to be updated in CVS, then updated on the build hosts. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data

[PHP-DEV] CLI issue: Changing STDERR

2005-03-14 Thread Davy Durham
Hey.. seeing as there is not way specified in the docs that I can find, I thought I'd email this list as there may be an undocumented way of doing it. On Linux: I'm converting some bash scripts to php.. in the bash scripts I sometimes do at the very top: " exec 2>/path/filename " Which chang

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Pierre-Alain Joye
On Mon, 14 Mar 2005 18:19:41 -0500 [EMAIL PROTECTED] (Daniel Convissor) wrote: > On Mon, Mar 14, 2005 at 11:54:54PM +0100, Pierre-Alain Joye wrote: > > > > Feel like it was not updated on the building host. PEAR should > > be 1.3.5, I do not remember the other, but the script should be > > update

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Daniel Convissor
On Mon, Mar 14, 2005 at 11:54:54PM +0100, Pierre-Alain Joye wrote: > > Feel like it was not updated on the building host. PEAR should be > 1.3.5, I do not remember the other, but the script should be > updated. "PEAR" =>"1.3.5", "XML_RPC" =>"1.2.2", "Console

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Pierre-Alain Joye
On Mon, 14 Mar 2005 14:20:36 -0500 [EMAIL PROTECTED] (Greg Beaver) wrote: > Edin Kadribasic wrote: > > Windows binaries are now available at: > > > > PHP 5.0.4RC1 > > http://downloads.php.net/edink/php-5.0.4RC1-Win32.zip > > > > PHP 4.3.11RC1 > > http://downloads.php.net/edink/php-4.3.11RC1-Win3

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Daniel Convissor
On Mon, Mar 14, 2005 at 02:20:36PM -0500, Greg Beaver wrote: > > The PEAR bundles are ridiculously out of date for both PHP 5.0.4 and > 4.3.11, where is the windows build pulling these versions from? Aren't the windows builds based on /pear-core/go-pear-list.php and the other builds from /php-sr

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Greg Beaver
Edin Kadribasic wrote: Windows binaries are now available at: PHP 5.0.4RC1 http://downloads.php.net/edink/php-5.0.4RC1-Win32.zip PHP 4.3.11RC1 http://downloads.php.net/edink/php-4.3.11RC1-Win32.zip Additional downloads for PHP 5.0.4RC1: http://downloads.php.net/edink/pecl-5.0.4RC1-Win32.zip http://

[PHP-DEV] Embedding, threads and execution of PHP

2005-03-14 Thread Vadka
Hi again! So, I'm not so experienced... But, what can I do with next situation: we have compiled script, we would like to execute a function from that script in another thread (while parent is working). So, I need the clone of compiled and executed parent script. Or, I'm not correct? I'm using zen

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Edin Kadribasic
Windows binaries are now available at: PHP 5.0.4RC1 http://downloads.php.net/edink/php-5.0.4RC1-Win32.zip PHP 4.3.11RC1 http://downloads.php.net/edink/php-4.3.11RC1-Win32.zip Additional downloads for PHP 5.0.4RC1: http://downloads.php.net/edink/pecl-5.0.4RC1-Win32.zip http://downloads.php.net/ed

Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Nuno Lopes
My test reports: PHP 4.3: = FAILED TEST SUMMARY - Bug #31213 (Sideeffects caused by bug #29493) [ext/standard/tests/array/bug31213.phpt] Bug #25665 (var_dump () h

Re: [PHP-DEV] C++ Developer Requested For fixing Java extension for $

2005-03-14 Thread Alawi Albaity
yes and its have some problems On Mon, 14 Mar 2005 13:44:16 +0100, Sönke Ruempler <[EMAIL PROTECTED]> wrote: > Alawi Albaity wrote on Monday, March 14, 2005 > 1:40 PM: > > > I am looking for C++ developer to fix php java extension > > please who have ability send me em

RE: [PHP-DEV] C++ Developer Requested For fixing Java extension for $

2005-03-14 Thread Sönke Ruempler
Alawi Albaity wrote on Monday, March 14, 2005 1:40 PM: > I am looking for C++ developer to fix php java extension > please who have ability send me email to ( albaity at gmail dot com) > with his price and I think on it .. Did you look at: http://php-java-bridge.sourcef

[PHP-DEV] C++ Developer Requested For fixing Java extension for $

2005-03-14 Thread Alawi Albaity
I am looking for C++ developer to fix php java extension please who have ability send me email to ( albaity at gmail dot com) with his price and I think on it .. Thanks Best Regards Alawi albaity -- Alawi Albaity Jeddah - KSA Mobile : +966506660442 -- PHP Internals - PHP Runtime Development

[PHP-DEV] Re: highlight_[file|string] and line numbers

2005-03-14 Thread Andrey Demenev
> The first reaction of most people > (including me) was "no" since you can't copy&paste the code but after > thinking I found out that works really fine. Not really fine, at least Mozilla 1.6 and Firefox 0.9.1 copy line numbers On Mon, 14 Mar 2005 09:29:45 +0100, Jakub Vrana <[EMAIL PROTECTED]

[PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Zeev Suraski
Everyone, We've rolled initial release candidates for PHP 5.0.4 and 4.3.11. As usual, these 3rd digit releases include a variety of bug fixes and minor updates. PHP 5.0.4RC1 source: http://downloads.php.net/zeev/php-5.0.4RC1.tar.bz2 http://downloads.php.net/zeev/php-5.0.4RC1.tar.gz PHP 4.3.11RC1

Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-14 Thread Jakub Vrana
Marcus Boerger wrote: > To make this thing work on more then the newest software out i should be > since id was introduced first with html 4.0 and prior > to this only a could become a target using the name attribute. There's a table with support of VS in particular browsers at http://blog.filo

[PHP-DEV] PHP 5 Bug Summary Report

2005-03-14 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (384 total including feature requests) ===[*Configuration Issues] 29971 Assigned variables_order behaviour ===[*General Issues

[PHP-DEV] PHP 4 Bug Summary Report

2005-03-14 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (798 total including feature requests) ===[*General Issues]== 27372 Verified parse error loading browscap.ini at apache startup (new parser required) ===