Re: [PHP-DEV] bugs.php.net downtime

2018-07-19 Thread marius adrian popa
Hello Rasmus, I can't access previous patches https://bugs.php.net/patch-display.php?bug_id=62300=0=latest On Tue, Jul 17, 2018 at 11:38 PM, Rasmus Lerdorf wrote: > I need to move bugs.php.net to another server sometime today. I won't be > able to do it without a little bit of downtime as I

[PHP-DEV] Boolean data type support, added in Firebird 3. Fixes #74462

2018-03-28 Thread marius adrian popa
Safe to be merged from Dorin reply https://github.com/php/php-src/pull/2522#issuecomment-364194586

Re: [PHP-DEV] Introduction and first (codebase related - FZPP - but wiki unrelated) question

2017-04-26 Thread marius adrian popa
FAST_ZPP is here to stay , see the discussion https://externals.io/thread/200 And fallback code elimination https://github.com/php/php-src/pull/2118 On Tue, Apr 25, 2017 at 6:20 PM, Martin "eto" Misuth wrote: > Username: eto > > Hello, after lot of pondering, I finally

Re: [PHP-DEV] Dorin Marcoci Added Firebrid native type mapping for integers (smallint, integer, bigint) in PDO_Firebird driver

2017-01-10 Thread marius adrian popa
sage- > From: Anatol Belski [mailto:anatol@belski.net] > Sent: Friday, January 6, 2017 9:13 PM > To: 'Adam Baratz' <adambar...@php.net>; 'marius adrian popa' < > map...@gmail.com> > Cc: 'PHP Developers Mailing List' <internals@lists.php.net>; 'Dorin > M

[PHP-DEV] Dorin Marcoci Added Firebrid native type mapping for integers (smallint, integer, bigint) in PDO_Firebird driver

2017-01-04 Thread marius adrian popa
Dorin Marcoci Added Firebrid native type mapping for integers (smallint, integer, bigint) in PDO_Firebird driver Testing is welcome! You need to compile his own branch Related PDO_Firebird feature request https://bugs.php.net/bug.php?id=72583

[PHP-DEV] merging into master question

2015-07-16 Thread marius adrian popa
I have patched pdo_firebird driver in my local branch using this patch https://bugs.php.net/bug.php?id=61183 I have an issue when merging with master git merge --no-ff --log PHP-5.6 Auto-merging ext/pdo_firebird/firebird_statement.c CONFLICT (content): Merge conflict in

Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing!

2015-06-12 Thread marius adrian popa
Firebird related extensions are missing from PHP 7 windows binaries On Fri, Jun 12, 2015 at 3:53 AM, a...@php.net wrote: Hi, The first alpha for 7.0.0 was just released and can be downloaded from: https://downloads.php.net/~ab/ The Windows binaries are available at

Re: [PHP-DEV] zend_get_parameters_ex rework

2015-02-13 Thread marius adrian popa
Thanks patch looks clean and It compiles , i will start testing it On Fri, Feb 13, 2015 at 11:55 AM, Jan Ehrhardt php...@ehrhardt.nl wrote: Lester Caine in php.internals (Wed, 11 Feb 2015 12:43:05 +): OK I've got a patch for master, but I know that the changes are not complete!

Re: [PHP-DEV] zend_get_parameters_ex rework

2015-02-12 Thread marius adrian popa
Finish the patch and i will apply , also ZEND_FETCH_RESOURCE2 must be replaced with zend_fetch_resource2 like it was done in pgsql case https://github.com/php/php-src/commit/0d4255de30314dbfa32827e044b35543b1ae5a39 On Thu, Feb 12, 2015 at 2:42 PM, Lester Caine les...@lsces.co.uk wrote: On

Re: [PHP-DEV] [RFC] Big Integer Support

2015-02-05 Thread marius adrian popa
I agree with Andrea's points , also GMP is also used in ruby 2.1 with good results https://bugs.ruby-lang.org/issues/8796 ps: LibTomMath seems to be used in firebird also On Tue, Feb 3, 2015 at 4:03 PM, Andrea Faulds a...@ajf.me wrote: Hi Lester, On 3 Feb 2015, at 08:56, Lester Caine

[PHP-DEV] master make error on ubuntu 64 14.04 : error: unknown type name ‘int64_t’

2015-01-27 Thread marius adrian popa
In file included from /home/mariuz/work/php-src/ext/date/lib/timelib.h:24:0, from /home/mariuz/work/php-src/ext/date/lib/astro.c:26: /home/mariuz/work/php-src/ext/date/lib/timelib_structs.h:125:1: error: unknown type name ‘int64_t’ typedef int64_t timelib_long; ^

Re: [PHP-DEV] [RFC][DISCUSSION] Removal of dead SAPIs and extensions

2015-01-20 Thread marius adrian popa
: array handling [ext/interbase/tests/007.phpt] InterBase: event handling [ext/interbase/tests/008.phpt] ibase_trans(): Basic test [ext/interbase/tests/ibase_trans_001.phpt] On Tue, Jan 20, 2015 at 9:33 PM, marius adrian popa map...@gmail.com wrote: interbase extension is maintained and at least i

Re: [PHP-DEV] [RFC][DISCUSSION] Removal of dead SAPIs and extensions

2015-01-20 Thread marius adrian popa
interbase extension is maintained and at least i will rename to firebird after php7 api conversion is over (a few blob/events tests don't pass after the big api changes ) Dmitry Stogov https://plus.google.com/u/0/114466583226539257267?prsrc=4 added some patches but we need to fix the zend engine

[PHP-DEV] Cases Where Bash Shellshock Does Not Apply (mod_php, php-fpm )

2014-09-26 Thread marius adrian popa
Maybe we need an official stance about shellshock I mainly use php-fpm and mod_php (I didn't used php under cgi for years) http://jaxbot.me/articles/cases-where-bash-shellshock-is-safe-09-25-2014

[PHP-DEV] RFC: Removal of dead SAPIs

2014-09-18 Thread marius adrian popa
Maybe is time to vote and implement it in php 7 with a pull request for each sapi https://wiki.php.net/rfc/removal_of_dead_sapis tux is dead for almost 10 years thttpd does have a fork that seems maintained from git log http://opensource.dyc.edu/sthttpd

[PHP-DEV] Master isssue : No suitable 16bit integer type found

2014-08-17 Thread marius adrian popa
This is on debian sid x64 date/php_date.c:21: /home/mariuz/work/php-src/main/php_stdint.h:88:4: error: #error No suitable 16bit integer type found # error No suitable 16bit integer type found -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] Re: Master isssue : No suitable 16bit integer type found

2014-08-17 Thread marius adrian popa
Sorry , make worked after ./buildconf and configure On Sun, Aug 17, 2014 at 12:35 PM, marius adrian popa map...@gmail.com wrote: This is on debian sid x64 date/php_date.c:21: /home/mariuz/work/php-src/main/php_stdint.h:88:4: error: #error No suitable 16bit integer type found # error

[PHP-DEV] patch for pdo_stmt and other pdo drivers

2013-02-09 Thread marius adrian popa
I need a review for this patch , it is correct or the right way https://bugs.php.net/bug.php?id=63356 ps: i asked to break the patch in multiple patches so it can be easier to be applied and reviewed -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] Proposal - Removing netware support in 5.5 or 5.6

2013-01-24 Thread marius adrian popa
Seems that is past it's time http://www.novell.com/support/kb/doc.php?id=7003092 I would start with netware folder https://github.com/php/php-src/tree/master/netware and then with all the NETWARE defines Migration path is clear Linux , Posix , or Windows -- PHP Internals - PHP Runtime

[PHP-DEV] Prototype PHP interpreter using the PyPy toolchain - Hippy VM

2012-07-16 Thread marius adrian popa
http://morepypy.blogspot.com/2012/07/hello-everyone.html and the comments http://news.ycombinator.com/item?id=4241921 http://en.reddit.com/r/programming/comments/wipf2/prototype_php_interpreter_using_the_pypy/

[PHP-DEV] I need more karma for ext/interbase folder

2012-03-30 Thread marius adrian popa
Hello could you add more karma for me on the following folders : ext/interbase ext/pdo_firebird git push origin remote: Welcome mariuz. remote: You have insufficient Karma! remote: I'm sorry, I cannot allow you to write to remote: php-src.git/ext/interbase/ibase_service.c remote: Have a nice

[PHP-DEV] Got a git merge conflict in main/output.c

2012-03-29 Thread marius adrian popa
I try to push a bug fix https://bugs.php.net/bug.php?id=60947 for php into 5.4 and trunk git merge --no-ff --log PHP-5.3 Auto-merging main/output.c CONFLICT (content): Merge conflict in main/output.c Automatic merge failed; fix conflicts and then commit the result. -- PHP Internals - PHP

Re: [PHP-DEV] Got a git merge conflict in main/output.c

2012-03-29 Thread marius adrian popa
On Thu, Mar 29, 2012 at 6:14 PM, Gustavo Lopes glo...@nebm.ist.utl.pt wrote: On Thu, 29 Mar 2012 17:06:57 +0200, marius adrian popa map...@gmail.com wrote: I try to push a bug fix  https://bugs.php.net/bug.php?id=60947 for php into 5.4 and trunk git merge --no-ff --log PHP-5.3 Auto-merging

Re: [PHP-DEV] bugs.php.net php 6

2012-02-26 Thread marius adrian popa
On Sun, Feb 26, 2012 at 10:03 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! Just discovered that our stock php 4 support discontinued message in bugs looks like: We are sorry, but we can not support PHP 4 related problems anymore. Momentum is gathering for PHP 6, and we think

[PHP-DEV] Warning: PDOStatement after the output

2012-02-13 Thread marius adrian popa
I have this weird bug where the warning is printed after the query is executed and printed http://gcov.php.net/viewer.php?version=PHP_5_4func=testsfile=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt Result is correct , warning is correct only the order is out of order ps: I will ask on pdo list

Re: [PHP-DEV] Suhosin patch disabled by default in Debian php5 builds

2012-02-04 Thread marius adrian popa
On Sat, Feb 4, 2012 at 11:32 AM, Pierre Joye pierre@gmail.com wrote: On Sat, Feb 4, 2012 at 10:25 AM, Stefan Esser ste...@nopiracy.de wrote: Grow up Pierre. here we go again... failed. next time See you do it again. You claim I believe EMET has been created because of Suhosin. I

Re: [PHP-DEV] Code freeze for 5.4

2012-01-09 Thread marius adrian popa
On Sun, Jan 8, 2012 at 12:40 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! As we are nearing the release of 5.4.0, I'd like to ask everybody not to commit anything to 5.4 branch without the approval of one of the RMs (myself or David) from now until release of 5.4.0. Unless something

[PHP-DEV] commit rights for ext/pdo folder

2011-12-31 Thread marius adrian popa
There are some tests that needs to be skiped for firebird driver I have made the changes in test but i can't commit them added firebird driver case for the test bug 43139 --This line, and those below, will be ignored-- Mphp-src/trunk/ext/pdo/tests/bug_43139.phpt M

[PHP-DEV] Facebook releases a PHP just-in-time compiler

2011-12-12 Thread marius adrian popa
Announcement is here http://www.facebook.com/note.php?note_id=10150415177928920 I saw via reddit http://www.reddit.com/r/programming/comments/n8xq7/facebook_releases_a_php_justintime_compiler/c3770qq -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] Patch for Bug #48877 bindValue and bindParam do not work for PDO Firebird

2011-12-10 Thread marius adrian popa
On Sat, Dec 10, 2011 at 2:23 PM, dabra...@american-appraisal.com wrote: Hi, Here is my patch for the bug 48877 (https://bugs.php.net/bug.php?id=48877) I will check and apply it -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] commit rights for NEWS

2011-12-10 Thread marius adrian popa
svn commit NEWS -m bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird WARNING: gnome-keyring:: no socket to connect to SendingNEWS Transmitting file data .svn: Commit failed (details follow): svn: Commit blocked by pre-commit hook (exit code 1) with output: ***

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-25 Thread marius adrian popa
On Tue, Aug 23, 2011 at 10:26 PM, marius adrian popa map...@gmail.com wrote: On Tue, Aug 23, 2011 at 9:51 PM, Rasmus Lerdorf ras...@lerdorf.com wrote: On 08/23/2011 09:45 AM, Daniel Convissor wrote: Hi: On Sun, Aug 21, 2011 at 03:08:09PM +0200, Reindl Harald wrote: FAIL DateTime::diff() days

Re: [PHP-DEV] Failing Autotests / Bugs

2011-08-23 Thread marius adrian popa
On Tue, Aug 23, 2011 at 9:51 PM, Rasmus Lerdorf ras...@lerdorf.com wrote: On 08/23/2011 09:45 AM, Daniel Convissor wrote: Hi: On Sun, Aug 21, 2011 at 03:08:09PM +0200, Reindl Harald wrote: FAIL DateTime::diff() days -- spring type2 type2

[PHP-DEV] removing some cruft

2011-05-28 Thread marius adrian popa
Removing some cruft from php I'm thinking that the logo should be optional --disable-logo PHPE9568F34-D428-11d2-A769-00AA001ACF42 http://www.phpsadness.com/ via combinator http://news.ycombinator.com/item?id=2591845 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] svn access and working on the firebird bugs: 54426,48447...

2011-04-14 Thread marius adrian popa
Hello , I need svn access rights : mostly on the firebird driver area, on wiki I'm : mariuz I have serveral patches in the queue and (related to null parameters http://bugs.php.net/bug.php?id=54426, new api reported on mailing list ...) One example i work on is http://bugs.php.net/48447 Tested

[PHP-DEV] #50478 should be closed

2010-01-11 Thread marius adrian popa
bug should be closed http://bugs.php.net/bug.php?id=50478 seems to be an firebirdclient freebsd port symlink issue not a php problem -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #49955 can be closed

2010-01-11 Thread marius adrian popa
Bug #49955 http://bugs.php.net/bug.php?id=49955 can be closed , i have tested with php 5.3 latest snapshot and firebird is on a remote host in fact i have tested with two remote hosts one with firebird 2.1 and one with firebird 2.5 I guess 1000 connections are enough to see if it's all ok I

[PHP-DEV] Re: Bug #49955 can be closed

2010-01-11 Thread marius adrian popa
On Mon, Jan 11, 2010 at 3:44 PM, marius adrian popa map...@gmail.com wrote: Bug  #49955 http://bugs.php.net/bug.php?id=49955 can be closed , i have tested with php 5.3 latest snapshot and firebird is on a remote host in fact i have tested with two remote hosts one with firebird 2.1 and one

Re: [PHP-DEV] GSOC Idea, RPC Server

2009-03-19 Thread marius adrian popa
On Thu, Mar 19, 2009 at 9:30 AM, Cesar D. Rodas sad...@gmail.com wrote: Hello Andrey, 2009/3/19 Andrey Hristov p...@hristov.com: http://www.vl-srm.net/ ?  I've already seen this, and it is pretty similar, but it designs it's very complex IMHO