Re: [PHP-DEV] TestFest reviewers needed

2008-06-12 Thread Scott MacVicar
I'll take the SQLite/hash ones, I'm already registered if someone would just assign me the tasks I'll get to them once I'm back from the Dutch PHP Conference. Scott On 12 Jun 2008, at 19:52, Lukas Kahwe Smith wrote: Hi, So we still have a number of unreviewed submissions in the TestFest

Re: [PHP-DEV] Re: Focus on HEAD

2008-06-10 Thread Scott MacVicar
I'm working on the patch to remove stuff from Zend/*, I've yet to change any of the macros. Will most likely leave that to last. Scott Stanislav Malyshev wrote: - Changed: - ZEND_STR_TYPE - IS_UNICODE - convert_to_text - convert_to_unicode - convert_to_text_ex

Re: [PHP-DEV] CVS Account Request: indeyets

2008-06-09 Thread Scott MacVicar
You need to list the packages you intend to maintain, if it's a new package then we really need to see the code. This might be something more appropriate for [EMAIL PROTECTED] Scott Alexey Zakhlestin wrote: maintaining pecl-packages (will request karma separately) -- PHP Internals - PHP

Re: [PHP-DEV] Algorithm Optimizations - string search

2008-06-09 Thread Scott MacVicar
Hi Michal, Everything looks fine here and it applies cleanly, do you think you could make a patch against HEAD with this as well? I suspect it will be different due to Unicode. Scott Michal Dziemianko wrote: Hello, Here: http://212.85.117.53/DIFF.txt is small patch that will speed up

Re: [PHP-DEV] Algorithm Optimizations - string search

2008-06-09 Thread Scott MacVicar
There is rabin-karp too but its worse case is O(nm) so that might not be ideal, perhaps we should try to compare all of them. Scott Nuno Lopes wrote: Hi, So some comments: - you have some problems with the indentation. We only use tabs, so please stick to that. Also, there are some lines

Re: [PHP-DEV] Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help

2008-06-03 Thread Scott MacVicar
Pierre Joye wrote: On Mon, Jun 2, 2008 at 12:34 PM, Scott MacVicar [EMAIL PROTECTED] wrote: Pierre Joye wrote: On Mon, Jun 2, 2008 at 10:21 AM, Derick Rethans [EMAIL PROTECTED] wrote: On Mon, 2 Jun 2008, Pierre Joye wrote: While working on the windows ports, I asked Sara about the mhash

Re: [PHP-DEV] Drop ext/mhash and add an emulation layer in ext/hash (5.3+), call for help

2008-06-02 Thread Scott MacVicar
, especially if it makes thigns easier to build on Windows. Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] fix building openssl shared on unix in 5.3

2008-06-01 Thread Scott MacVicar
Applied to 5_3 and head. Scott Pierre Joye wrote: On Sun, Jun 1, 2008 at 3:01 PM, Gregory Beaver [EMAIL PROTECTED] wrote: Pierre Joye wrote: hi Greg, Please commit it, thanks for the patch! Someone with ZendEngine2 karma will need to commit. Scott will do it asap. Cheers, -- PHP

[PHP-DEV] Re: I suppose I should be happy ...

2008-05-30 Thread Scott MacVicar
developers saw the bug report. Scott Richard Quadling wrote: Hi. From the recent daily cvs changelog ... +2008-05-29 Scott MacVicar [EMAIL PROTECTED] + +* (PHP_5_2) + NEWS + TSRM/tsrm_win32.c: + MFH: Fix a bug when command is quoted and parameters are quoted during call

[PHP-DEV] Removal of unicode_semantics

2008-05-04 Thread Scott MacVicar
and this would help make it simpler. If there are no serious objections I'll create a patch and get this done as soon as possible Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Removal of unicode_semantics

2008-05-04 Thread Scott MacVicar
and it was a complete failure. Before any developers decide they need to port things to PHP 6 we need to just make it Unicode only. Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Scott MacVicar
can build and test my suggestions on 2 platforms. Hopefully, my patches/suggestions will have more support! Thank you. Richard. I applied something slightly different, the define is only needed for old versions of Windows that lack it. Scott -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Recent readdir.h

2008-04-22 Thread Scott MacVicar
It's working fine here on VC6 and 2005 on XP. afaik the code was only there to deal with older versions of Windows that didn't have _WINNT32_WINNT defined. More investigation is needed to see what exactly is broken. We may just need to rebuild some of the things in zip.zip again. Scott

Re: [PHP-DEV] Win32 mail() issue and potential fix - needs better brains than me to verify solution.

2008-04-22 Thread Scott MacVicar
Jani Taskinen wrote: On Thu, 2008-04-17 at 17:59 +0100, Scott MacVicar wrote: Hi Richard, The patch would fix it in this case but there is an underlying change that needs sorted. zend_ini_string()'s behaviour was changed to fix http://bugs.php.net/bug.php?id=42657 so that if the default

Re: [PHP-DEV] Win32 mail() issue and potential fix - needs better brains than me to verify solution.

2008-04-17 Thread Scott MacVicar
/viewvc.cgi/ZendEngine2/zend_ini.c?r1=1.39.2.2.2.18.2.6r2=1.39.2.2.2.18.2.7 This broke the places that were relying on INI_STR returning the NULL? Should this fix be backed out and change ini_get and ini_set to deal with this for the userland? Scott Richard Quadling wrote: Hi. I have finally

Re: [PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-04-16 Thread Scott MacVicar
/message/7egzhpab6reff7lj I can't see any errors with valgrind. Any idea Dmitry? Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Scanner fixes and tweaks

2008-04-08 Thread Scott MacVicar
Thanks Matt, I'll review these and merge them in with my other scanner fixes. Scott Matt Wilmas wrote: Hi all, First, I just realized while going through the scanner code after the re2c changes that there's a bug with heredoc handling (from my code changes last year, oops) on something like

Re: [PHP-DEV] Re: Bug #44654: wired syntax error for #

2008-04-07 Thread Scott MacVicar
. As long as they're bugs for these issues they'll get addressed, i'm looking at the changes to the ini scanner this week. Scott Matt Wilmas wrote: Hi Xuefer, all, Yeah, the re2c patch did change (or add?) a bit for handling the # character (though I haven't investigated your example

Re: [PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-03-28 Thread Scott MacVicar
Can you try a debug build with --enable-debug to get a more detailed backtrace. Also what is the exact configure line and which apache 2 model are you using? Worker or Pre-fork? Scott On 29 Mar 2008, at 01:12, Jeremy Privett wrote: Hey list, I really /really/ hate to cause additional

Re: [PHP-DEV] re2c scanner issue

2008-03-25 Thread Scott MacVicar
The opcode cache skips out the scanning, parsing and compilation steps after the first run. So if you have an opcode cache you're only going to see benefit the first time before its stored. Scott Christian Schneider wrote: David Z|lke wrote: of course. how can you measure scanner

[PHP-DEV] CMake SoC Proposal

2008-03-19 Thread Scott MacVicar
and FreeBSD all have recent versions of CMake available. For Windows and OS X binaries are provided on the CMake site. Thanks, Scott Pierre-Joye -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [ANNOUNCE] Scanner to be based on re2c

2008-03-17 Thread Scott MacVicar
It should be fixed now. Scott Stanislav Malyshev wrote: Hi! Windows build is broken right now. When trying to build, I get: \cygwin\bin\bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ Zend/zend_ini_parser.y \cygwin\bin\re2c.exe --case-inverted -cbdFt Zend\zend_ini_scanner_defs.h

RE: [PHP-DEV] Comparison: ('*' == 0) ... True or false

2008-03-11 Thread Scott McNaught [Synergy 8]
. This would have clicked for me had it been anything else, but because it was * my thoughts were that there was some new wild-card thing going on that I hadn't heard about. Cheers guys and sorry for my dumb post! Scott -Original Message- From: Pierre Joye [mailto:[EMAIL PROTECTED] Sent

[PHP-DEV] Comparison: ('*' == 0) ... True or false

2008-03-11 Thread Scott McNaught [Synergy 8]
was unable to find any documentation as to why this would be the case. Regards, Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] register globals - PHP6 still replaces . in variables from outside

2008-02-24 Thread Scott MacVicar
The old behaviour would have to remain as well as anything new as it isn't easy to simply change your script. You'd need to track down all your input and change any references of x.y to x_y to ensure you don't break anything. Scott Sebastian wrote: hi, PHP6 still replaces

Re: [PHP-DEV] TSRM mutex return value inconsitencies

2008-02-06 Thread Scott MacVicar
Hi Dmitry, I don't have karma for TSRM only php-src. Scott Dmitry Stogov wrote: Hi Scott, I'm fine with your patch. Please commit it, or let me know if you like me to commit it. Thanks. Dmitry. Scott MacVicar wrote: Hi, While doing some threaded work I noticed that tsrm_mutex_lock

[PHP-DEV] TSRM mutex return value inconsitencies

2008-02-05 Thread Scott MacVicar
Portable Threads and the NSAPI implementations were returning incorrect values. Scott Index: TSRM/TSRM.c === RCS file: /repository/TSRM/TSRM.c,v retrieving revision 1.68.2.3.2.1.2.1 diff -u -r1.68.2.3.2.1.2.1 TSRM.c --- TSRM/TSRM.c 31

[PHP-DEV] BC break with callbacks in 5.3

2008-01-30 Thread Scott MacVicar
by a warning for call_user_func. You can resolve this by adding the static keyword to the method declaration but regardless it's inconsistent as stands. I think the strict flag needs to be removed for 5.3. Patch is attached to resolve the issue. Scott Index: ZendEngine2/zend_API.c

Re: [PHP-DEV] BC break with callbacks in 5.3

2008-01-30 Thread Scott MacVicar
or IS_CALLABLE_ACCESS_CHECK_SKIP. Scott Etienne Kneuss wrote: Hi, I planned to do some various callbacks related cleanups on 5_3. If that's ok with you, I'll come with a patch within the following days that should fix various issues, including your patch if still necessary. Regards On Jan 30, 2008 11:48 AM, Scott

Re: [PHP-DEV] BC break with callbacks in 5.3

2008-01-30 Thread Scott MacVicar
the method statically at the moment but I can't do it via a callback? Either the behaviour needs to match or revert it back to an E_STRICT message until PHP 6. Scott Marcus Boerger wrote: Hello Scott, actually it was a bug. We, sorry I, did not spot this in earlier versions. Now saying you

Re: [PHP-DEV] Asymmetric Module Init / Deinit

2008-01-18 Thread Scott MacVicar
Apache children get killed and re-spawned after the number of requests defined by MaxRequestsPerChild, the default is 10,000. Though MINI talways get called for each child spawned. Is Apache using pre-fork or worker? Scott Michael B Allen wrote: I have someone using my extension who

[PHP-DEV] PATCH: Minor method prototype doc typos in SplDoublyLinkedList

2008-01-17 Thread Dan Scott
Thanks for the new SplDoublyLinkedList class - I'm looking forward to taking it out for a spin. Here's a patch for a few minor typos in the method docs: http://scratchpad.coffeecode.net/proto_typos.diff Dan Scott

Re: [PHP-DEV] Re: [PHP-CVS] cvs: CVSROOT / avail loginfo

2007-11-30 Thread Dan Scott
. -- Dan Scott Laurentian University -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: CVSROOT / avail loginfo

2007-11-29 Thread Dan Scott
. -- Dan Scott Laurentian University -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Tainted Mode Decision

2007-11-18 Thread Dan Scott
/view/id/1526#Heading3 suggests that we've had this discussion before and almost came to agreement that taint mode would be used as a development tool. -- Dan Scott Laurentian University -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Q. zend_parse_parameters() - allow grouping of optional parameters.

2007-10-10 Thread Scott MacVicar
if (ZEND_NUM_ARGS() != 3 ZEND_NUM_ARGS() != 6 ZEND_NUM_ARGS() != 7) { WRONG_PARAM_COUNT; } Will let you check that there are 3, 6 and 7 parameters. Scott Richard Quadling wrote: Hi. From what I understand about the argument list for zend_parse_parameters(), you separate optional

Re: [PHP-DEV] substr/array_slice in []

2007-10-09 Thread Scott MacVicar
it and causing confusion. Scott Stefan Walk wrote: Antony Dovgal wrote: Right, so let's force other people to learn crappy unreadable syntax duplicating nice and clear function call Oddly, this crappy unreadable syntax doesn't lead to any confusion or complaints for newbies of languages like python

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Scott MacVicar
) Introduce concept of strict classes that do not permit dynamic property creation 1 0 -1 +1 Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: Too many extensions bundled with the Windows Installer?

2007-08-21 Thread Scott MacVicar
There is now another 3 extensions added and the broken ones have yet to see any sort of love to get them working. I'm for removing the non stable PECL extensions or at least those that don't even load, especially before 5.2.4. Scott John Mertic wrote: Hi, On 7/2/07, Antony Dovgal [EMAIL

Re: [PHP-DEV] Re: Too many extensions bundled with the Windows Installer?

2007-08-21 Thread Scott MacVicar
had a stable release: ixsfunc php_win32scheduler php_win32service There are no doubt more that could be removed but moving the PECL extensions into a separate tree in the installer with a stable and unstable branch may be an idea. Or remove the ones in beta completely. Scott John Mertic wrote

Re: [PHP-DEV] Undefined property notice

2007-08-20 Thread Scott MacVicar
I had always assumed this was down to the use of __set class foo { function __set($var, $value) { } } $o = new foo; $o-b = $o-b + 5; $o-c += 5; Displays the exact same properties. Scott Jakub Vrana wrote: PHP have the Undefined variable/property notice to inform a programmer about

Re: [PHP-DEV] 5.2.4RC2

2007-08-17 Thread Scott MacVicar
Based on the recent posts: libmysql pslib libtidy snmp Scott Edin Kadribasic wrote: I will look into this later tonight. I have very little time on my hands so a list of libraries that need updating would be very much appreciated. Edin John Mertic wrote: Edin, I noticed that I

Re: [PHP-DEV] Renaming namespaces to packages

2007-08-17 Thread scott lewis
similar keyword. scott. PGP.sig Description: This is a digitally signed message part

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-16 Thread scott lewis
will not create that false expectation, nor the subsequent confusion. My $0.02 scott. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-16 Thread scott lewis
that if they put out a feature with the same name as a C++ feature, people would assume it works the same way as the C++ feature. I would prefer that PHP's namespace feature not be overshadowed by confusion caused by it's keyword. scott. PGP.sig Description: This is a digitally signed message part

Re: [PHP-DEV] PDO Restriction ( was 5.2.4RC1 Released )

2007-08-07 Thread Dan Scott
the same as it was almost two and a half years ago: the PHP project humbly awaits that person's patch. -- Dan Scott Laurentian University -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 5.2.4RC1 Released

2007-08-03 Thread Scott MacVicar
Edin, Can you upgrade the bundled MySQL libraries so we can get #41350 fixed, the code is already there it just needs the latest libraries on Windows. Scott Edin Kadribasic wrote: The windows build is now ready and can be downloded from: http://downloads.php.net/edink/php-5.2.4RC1-Win32.zip

Re: [PHP-DEV] Mid-term Update for Cycle Collector (Google Summer of Code Project)

2007-07-12 Thread Scott MacVicar
function? zend_gc_enable/disable() in addition to an ini option to enable it at script startup? It would give developers the opportunity to start the checking mechanism if they knew they were working with acyclic objects. David Scott -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread Scott MacVicar
(It's been a long time coming.) Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RIP PHP 4?

2007-07-06 Thread scott lewis
On 6 Jul 2007, at 0832, Derick Rethans wrote: Ladies, Gentlemen, Kings and Princesses, With the nice PHP 5 / PHP 6 unicode semantics thread under way I am trying to gauge what people feel about dropping support for PHP 4 at the end of this year. That does not mean that we will not fix

[PHP-DEV] Too many extensions bundled with the Windows Installer?

2007-07-01 Thread Scott MacVicar
all experimental extensions in the installer to prevent this, some of these extensions don't even have a release listed on http://pecl.php.net Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: What is the use of unicode.semantics in PHP 6?

2007-06-14 Thread Scott MacVicar
, this may no longer be valid. Scott Jani Taskinen wrote: During Derick's talk about PHP 6 at PHP Vikinger, I started to wonder what exactly was the reasoning behind adding something like unicode.semantics option. Derick didn't remember, neither did I. Apparently it's another one

[PHP-DEV] Re: Still having lstat trouble

2007-05-23 Thread Scott MacVicar
, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 write(1, same, 4same) = 4 Scott Arnold Daniels wrote: Hi, I've posted this problem some time ago, but never got a real answer and it is still bothering me a lot. My problem is that PHP does not recognize a symlink as a symlink

Re: [PHP-DEV] Re: Still having lstat trouble

2007-05-23 Thread Scott MacVicar
|S_ISVTX|0777, st_size=4096, ...}) = 0 lstat64(/tmp/pear, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat64(/tmp/pear, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 write(1, same, 4same) = 4 SELinux is disabled on the box. Scott Rasmus Lerdorf wrote: lstat64(/tmp

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysql php_mysql.c php_mysql.h

2007-05-14 Thread Scott MacVicar
a single byte character set (latin1) which is the default to a multibyte character set. In regards to ext/mysql and ext/mysqli, most hosts don't know the difference and only enable ext/mysql, instead allow users to protect themselves or deprecate ext/mysql. Scott Antony Dovgal wrote: I believe

[PHP-DEV] CVS Account Request: scottmac

2007-04-04 Thread Scott MacVicar
Taking over maintenance of the imagick extension within PECL. Also planning to help Pierre with libGD. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [Patch] mysql_set_charset for mysql ext

2007-02-08 Thread Scott MacVicar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pretty sure the patches should still apply, I can respin them if needed. Scott Ilia Alshanetsky wrote: The patch will need to wait for 5.2.2, it is too late for it to be accepted into 5.2.1 tree. Ilia -BEGIN PGP SIGNATURE- Version

Re: [PHP-DEV] Re: [Patch] mysql_set_charset for mysql ext

2007-02-08 Thread Scott MacVicar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Appears it didn't apply to HEAD, here is a new patch that stops the character set being changed if Unicode.semantics = On plus it uses the new parameter parsing API. Scott Scott MacVicar wrote: Pretty sure the patches should still apply, I can

Re: [PHP-DEV] PHP 5.2.1RC4 Released

2007-01-26 Thread Scott MacVicar
I can confirm this on Fedora with gcc 4.1.1, pretty sure its a regression based on bug #40168 Scott Uwe Schindler wrote: Installed RC4 short time ago, works great. I found only a problem in phpinfo(): Registered PHP Streams: zip Registered Stream Socket Transports: tcp Registered

[PHP-DEV] Re: [Patch] mysql_set_charset for mysql ext

2007-01-24 Thread Scott MacVicar
the mysql extension any time soon we at least need the ability to protect ourselves. Patches are again PHP 4_4, 5_2 and HEAD. Scott Scott MacVicar wrote: Hi, Attached is a patch that adds a mysql_set_charset function to the MySQL extension, its for all branches at the moment and ideally it should

Re: [PHP-DEV] Re: [Patch] mysql_set_charset for mysql ext

2007-01-24 Thread Scott MacVicar
an exception and just patch this for 4.4.5. But even if he doesn't, maybe Ilia will apply the patches to 5_2 and HEAD. Unless there is an easy way to mass educated people about MySQLi. Regards, Scott Olivier Hill wrote: Hello Scott, I did something similar a while ago. You can see [1] why

[PHP-DEV] [Patch] mysql_set_charset for mysql ext

2006-10-18 Thread Scott MacVicar
-Statements.html I'd like this consider this a security issue and get it applied to the PHP 4 branch even though active development is more or less finished. Cheers, Scott Index: ext/mysql/php_mysql.c === RCS file: /repository/php-src/ext

Re: [PHP-DEV] pgsql patch

2006-10-04 Thread Dan Scott
Lukas: I tested your patch on Ubuntu 6.06 using PHP_5_2. The ext/pgsql tests ran 100% (with one skipped test because I hadn't built the dba extension). Dan On 04/10/06, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: Hi, I am in a bit of time trouble and I unfortunately do not have the same

Re: [PHP-DEV] Re: What's wrong with dl?

2006-09-18 Thread Dan Scott
On 18/09/06, LAUPRETRE François (P) [EMAIL PROTECTED] wrote: snip Maybe the documentation should be updated to state that dl() is not deprecated in the CLI SAPI. Good suggestion - done! Dan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] ext/filter, Final API proposal

2006-09-17 Thread Dan Scott
On 16/09/06, Pierre [EMAIL PROTECTED] wrote: Hello, On 9/17/06, Andi Gutmans [EMAIL PROTECTED] wrote: Yep I agree. I thought the idea was to go to filter_* which has been our standard for extensions. I'm sure we can find good names for the functions in this way. old name new name:

Re: [PHP-DEV] ext/filter, Final API proposal

2006-09-16 Thread Dan Scott
On 16/09/06, Pierre [EMAIL PROTECTED] wrote: snip Proposal: ** I. Availalbe functions: --- * input_get Gets variable from outside PHP or from a userland variable and optionally filters it using one filter and its options or flags. It accepts only scalar by default,

Re: [PHP-DEV] ext/filter, Final API proposal

2006-09-16 Thread Dan Scott
On 16/09/06, Ilia Alshanetsky [EMAIL PROTECTED] wrote: On 16-Sep-06, at 11:35 AM, Dan Scott wrote: Minor: the general structure of the function names are prefix_verb_noun, so it would be more consistent if this was 'input_list_filters'. Overall: +1 (with bonus points if you go

Re: [PHP-DEV] ibm_db2 documentation update.

2006-09-11 Thread Dan Scott
Hi KitMan: Anything other than a plain text attachment gets stripped from PHP mailing lists. So we can't see what you tried to send. And this is not the mailing list that you are looking for; you want the php-doc mailing list. Good luck! On 11/09/06, KitMan Cheung [EMAIL PROTECTED] wrote: Hi

[PHP-DEV] HTTP-Only Patch

2006-08-07 Thread Scott MacVicar
. Ref: http://msdn.microsoft.com/workshop/author/dhtml/httponly_cookies.asp I’ve added the flags for setcookie and setrawcookie. There is also support for the session system as well included. The attached patches are for PHP 5.2 and HEAD. Regards, Scott Index: ext/session/php_session.h

Re: [PHP-DEV] HTTP-Only Patch

2006-08-07 Thread Scott M
it. Cheers, Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: chitlins

2006-07-25 Thread Dan Scott
Hmm. Even better, [EMAIL PROTECTED] is a fake email address. I guess s/he didn't think that the core PHP devs that work at Y! would figure that out :) Dan On 25/07/06, Dan Scott [EMAIL PROTECTED] wrote: Dear fake name person: Have you tried submitting patches to the extension maintainer

Re: [PHP-DEV] CVS Account Request: chitlins

2006-07-25 Thread Dan Scott
Dear fake name person: Have you tried submitting patches to the extension maintainer listed at http://pecl.php.net/package/yaz ? Does Adam approve of you having direct commit access to the yaz extension? Apart from following proper protocol for contributing to an extension, I'm interested in

RE: [PHP-DEV] Give the Language a Rest motion

2006-03-13 Thread Scott A. Guyer
will still cling to it for some time, but the industry will move on). Give the language a rest?...aye! Focus on automation and productivity?...aye! Cheers, -Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: tessus

2006-02-09 Thread Dan Scott
I can vouch for Helmut's ibm_db2 coding prowess -- he'll need karma for pecl/ibm_db2. I would hold off on karma for phpdoc though, I'm not sure he knows what he would be getting into there :) Dan On 2/8/06, Helmut Tessarek [EMAIL PROTECTED] wrote: I'm one of the developers of the native IBM

Re: [PHP-DEV] Question about PDO::exec

2005-12-22 Thread Dan Scott
http://php.net/manual/en/function.pdostatement-rowcount.php is what you want, in that case. No reason to use PDO::exec() just to get the number of affected rows. Dan On 12/22/05, Marian Kostadinov [EMAIL PROTECTED] wrote: Sorry, I don't remember:( The text was something about that when PDO

Re: [PHP-DEV] about PECL and PHP 5.1

2005-11-26 Thread Dan Scott
Hmm. Is this expected to be a long-term change to the way we're making the binary version of PECL modules available for a given PHP release? Or did we just miss one part of the release process for 5.1.0? (I've added a comment to http://oss.backendmedia.com/ReleaseChecklist accordingly). I really

[PHP-DEV] Re: Solution to date issue in 5.1

2005-11-26 Thread Scott MacVicar
I'd also like to see the fix to ZendEngine2/zend_language_scanner.l rolled in to this release, its a very annoying regression. Scott Ilia Alshanetsky wrote: The attached patch is a possible solution to the date *crisis*, it renames the class to PhpDate to avoid any namespace conflicts

Re: [PHP-DEV] shutdown order changed again? broken dl()'d modules, again

2005-09-30 Thread Dan Scott
themselves (that, or we've managed to make a mistake in ibm_db2 that matches an ext/odbc mistake). Dan On 9/24/05, Wez Furlong [EMAIL PROTECTED] wrote: Curious; I haven't updated glibc or libstdc++ on my system, and I didn't get this problem a few weeks back. --Wez. On 9/24/05, Dan Scott

Re: [PHP-DEV] New site: http://pecl4win.php.net/

2005-09-29 Thread Dan Scott
On 9/29/05, Edin Kadribasic [EMAIL PROTECTED] wrote: Hi, For those of you that I didn't already bother with the news :) There is a new site for downloads of precompiled windows binaries of PECL extensions at http://pecl4win.php.net/ To see for which PHP branches you can download, say

Re: [PHP-DEV] shutdown order changed again? broken dl()'d modules, again

2005-09-24 Thread Dan Scott
On 9/23/05, Derick Rethans [EMAIL PROTECTED] wrote: On Thu, 22 Sep 2005, Wez Furlong wrote: Sounds like we're unloading the modules before calling the dtors again. The code says this: /* 1. Call all possible shutdown functions registered with register_shutdown_function() */ /* 2.

Re: [PHP-DEV] Re: 5.0.5

2005-09-13 Thread Scott MacVicar
Any chance of getting these applied to 5.0.x and 5.1? Scott Scott MacVicar wrote: Path for 5.0.6, it would seem odd to have a different behavior on the 5.0.x branch. Scott Derick Rethans wrote: On Thu, 8 Sep 2005, Stanislav Malyshev wrote: DRBut they can still do that.. With shutdown

Re: [PHP-DEV] Re: 5.0.5

2005-09-08 Thread Scott MacVicar
Path for 5.0.6, it would seem odd to have a different behavior on the 5.0.x branch. Scott Derick Rethans wrote: On Thu, 8 Sep 2005, Stanislav Malyshev wrote: DRBut they can still do that.. With shutdown functions I meant DRfunctions registered with register_shutdown_function(). Ah

[PHP-DEV] Re: 5.0.5

2005-09-06 Thread Scott MacVicar
the value of the step variable. Scott ?php error_reporting(E_ALL); class example { var $step; function __construct() { echo __construct\n; $this-step = '__construct'; } function execution() { echo

Re: [PHP-DEV] php_pgsql.dll

2005-07-07 Thread Dan Scott
Try http://snaps.php.net/ for the PECL extensions for the Stable 5.0 branch. Dan. On 7/6/05, Christopher Kings-Lynne [EMAIL PROTECTED] wrote: Where do you get php_pgsql.dll for the PHP for windows 5.0.4 installer? I installed the PECL package - no pgsql. I searched the PECL site - no

Re: [PHP-DEV] php_pgsql.dll

2005-07-07 Thread Dan Scott
The download page clearly states that there are no extension bundled with the installer. Edin - Original Message - From: Dan Scott [EMAIL PROTECTED] To: Christopher Kings-Lynne [EMAIL PROTECTED] Cc: php-dev internals@lists.php.net Sent: Thursday, July 07, 2005 12:48 PM Subject

Re: [PHP-DEV] In regards to E_STRICT and PHP5

2005-06-16 Thread Dan Scott
On 6/16/05, Zeev Suraski [EMAIL PROTECTED] wrote: Why would you enable it then? You have to very explicitly enable it, as it's off by default, and doesn't get enabled even if you switch to E_ALL. Well, that depends on your definition of default; php.ini-recommended in HEAD shows: ; - Show

Re: [PHP-DEV] In regards to E_STRICT and PHP5

2005-06-16 Thread Dan Scott
On 6/16/05, Zeev Suraski [EMAIL PROTECTED] wrote: At 20:39 16/06/2005, Dan Scott wrote: On 6/16/05, Zeev Suraski [EMAIL PROTECTED] wrote: Why would you enable it then? You have to very explicitly enable it, as it's off by default, and doesn't get enabled even if you switch to E_ALL

Re: [PHP-DEV] Proposal for Implementing Unicode in PHP

2005-06-03 Thread Dan Scott
Make sure you read the PHP and Unicode: A Love at Fifth Sight presentation available from http://www.gravitonic.com/talks/ from the May 2005 -- Andrei and Derick have been working towards this already. On 6/3/05, Steven Wittens [EMAIL PROTECTED] wrote: Hi, As a PHP user I'm sadly confronted

Re: [PHP-DEV] help with backtrace/debuging

2005-04-28 Thread Dan Scott
On 4/28/05, Greg Donald [EMAIL PROTECTED] wrote: On 4/28/05, Dan Scott [EMAIL PROTECTED] wrote: Does the segfault only occur when you load PDO into mod_php? If you haven't already tried it, try using PHP CLI to reproduce the problem instead; that removes one major variable (Apache) from

[PHP-DEV] PDO proposal: add PDOStatement::nextResult() method to support stored procedures

2005-04-09 Thread Dan Scott
Wez et al: I've been writing a chapter on database programming with PHP, using PDO, and ran across a scenario that has not yet been fulfilled by the PDO API. Many databases (Apache Derby, DB2, Microsoft SQL Server, MySQL 5, and PostgreSQL to a certain extent) support stored procedures that can

Re: [PHP-DEV] PDO proposal: add PDOStatement::nextResult() method to support stored procedures

2005-04-09 Thread Dan Scott
On Apr 9, 2005 11:48 AM, Christopher Kings-Lynne [EMAIL PROTECTED] wrote: PDO API. Many databases (Apache Derby, DB2, Microsoft SQL Server, MySQL 5, and PostgreSQL to a certain extent) support stored procedures PostgreSQL to a certain extent, what the...? Anyway, why do stored procs need

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Dan Scott
Try grabbing the latest CVS version of PHP or the latest 5.0.x snapshots from http://snaps.php.net/ -- there were a number of patches since 5.0.3 that helped me get further on my attempt to compile on Windows using the Microsoft Visual C++ Toolkit 2003 (for C compiler) + Platform SDK for Windows

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Dan Scott
On Wed, 30 Mar 2005 08:36:28 -0500, Dan Scott [EMAIL PROTECTED] wrote: Try grabbing the latest CVS version of PHP or the latest 5.0.x snapshots from http://snaps.php.net/ -- there were a number of patches since 5.0.3 that helped me get further on my attempt to compile on Windows using

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Dan Scott
/resolv.lib headers are in: http://ftp.emini.dk/pub/php/win32/dev/php_build/include/ Edin - Original Message - From: Dan Scott [EMAIL PROTECTED] To: internals@lists.php.net Sent: Wednesday, March 30, 2005 6:23 PM Subject: Re: [PHP-DEV] php5 win build On Wed, 30 Mar 2005 08:36:28

Re: [PHP-DEV] pdo: cannot send NULL values thru bound parameters.

2005-03-24 Thread Dan Scott
I have updated the PDOStatement::bindParam() documentation to include an explicit example of how to pass a NULL value. Thanks for the suggestion and question! Dan On Thu, 24 Mar 2005 13:33:13 +0100, Marcus Boerger [EMAIL PROTECTED] wrote: Hello Thies, thanks committed marcus

Re: [PHP-DEV] pdo_pgsql

2005-03-22 Thread Dan Scott
Hi Chris: As documented in http://www.php.net/manual/en/function.pdo-prepare.php: The SQL statement can contain zero or more named (:name) or question mark (?) parameter markers for which real values will be substituted when the statement is executed. Anything beyond this would be an extension

[PHP-DEV] AP style month names

2005-02-17 Thread Scott Holdren
a LAMP application I created to manage their articles and prepare them for press. Is this something that would be appropriate for php's date() function, or is this too specialized? Scott -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP

2005-02-15 Thread Dan Scott
On Tue, 15 Feb 2005 09:00:24 -0500, Rob Richards [EMAIL PROTECTED] wrote: snip And for RHEL customers. They can always grab the rpms from xmlsoft. I would assume - but not guarantee :) - the rpms are built against that since Daniel is an employee of RedHat. RHEL 4 (released today) ships

[PHP-DEV] Re: [PECL-DEV] Announce: PDO beta releases

2005-02-09 Thread Dan Scott
On Wed, 9 Feb 2005 00:55:46 -0500, Wez Furlong [EMAIL PROTECTED] wrote: You may have noticed my drive-by release of various different PDO packages tonight/this morning. This is stage one of the PDO push. Woo-hoo! The world rejoices (well, at least this small part of the world). snip /

Re: [PHP-DEV] Re: emalloc and friends

2004-08-05 Thread Scott MacVicar
/main.c, __zend_lineno=772, __zend_orig_filename=0x0, __zend_orig_lineno=0) at /usr/local/src/php-4.3.8/main/streams.c:2770 #5 0x0813dc62 in php_open_wrapper_for_zend (filename=0x823d050 ./global.php, fh=0xbfffc180) at /usr/local/src/php-4.3.8/main/main.c:772 regards, Scott Derick

<    1   2   3   4   5   6   >