Re: [PHP-DEV] [PATCH] Namespace Patch, Alpha 3

2005-07-19 Thread Marcus Boerger
Hello Jessie, Wednesday, July 20, 2005, 6:05:30 AM, you wrote: > Private class support has been completed in the attached patch! Again, to > reiterate from my last post, the attached patch is a CVS patch, as some > requested me to do. I could not add the test files to the patch because > "cvs add

Re: [PHP-DEV] php 4.4 BC break

2005-07-19 Thread Jeremy Johnstone
Or you as a developer add the following to your code: error_reporting(error_reporting() & ~E_NOTICE); at the top of a common file and release a new release and quit f***ing bing about something which isn't likely to change anytime soon. If your clients aren't knowledgeable enough to setup th

Re: [PHP-DEV] SQlite row size

2005-07-19 Thread Andreas Ahlenstorf
Am 19.07.2005 um 22:23 schrieb Wez Furlong: Just because it is the library default; the intention is to make php generate sqlite files compatible with other applications that use sqlite. Ah, that makes sense :) To be honest, support for blob style data in sqlite 2 and below is pretty crappy

Re: [PHP-DEV] SQlite row size

2005-07-19 Thread Wez Furlong
Just because it is the library default; the intention is to make php generate sqlite files compatible with other applications that use sqlite. IIRC, you can happily exceed this "limit", it'll just be slower to access such a row. To be honest, support for blob style data in sqlite 2 and below is p

[PHP-DEV] SQlite row size

2005-07-19 Thread Andreas Ahlenstorf
Hi, I'm playing around with SQlite in PHP 5 and as far as I can see, the row size is limited to 1 MB, even it's possible to set it up to 16 MB. What's the reason for it? I know I can change it for myself when I recompile the extension, but that's quiet hard on Windows without a compiler a

Re: [PHP-DEV] > Introduction

2005-07-19 Thread Ondrej Ivanič
Weyert de Boer wrote: My first question to start my fame on this list is, does anyone on this list happen to have the grammar of PHP language? I think, you can start with zend_language_parser.y in "Zend" subdirectory in tar ball. Rules in section 'Rules' :) can be easy rewritten into BNF or

Re: [PHP-DEV] > Introduction

2005-07-19 Thread Marcus Boerger
Hello Weyert, look into Zend/*.l and Zend/*.y. Further more several things in php are done using re2c. SQLite uses its own stuff, lemon. And the engine uses a script zend_vm_gen.php to generate the engine code. Have fun by looking into all that stuff. marcus Tuesday, July 19, 2005, 8:46:19 PM,

[PHP-DEV] segv attempting to call sapi_module.treat_data()

2005-07-19 Thread Wez Furlong
(gdb) bt #0 0x in ?? () #1 0x0127626f in php_hash_environment () at /data/wez/php-HEAD/main/php_variables.c:648 #2 0x0126a2ce in php_request_startup () at /data/wez/php-HEAD/main/main.c:1064 #3 0x01310e01 in php_apache_request_ctor (r=0x8fc8200, ctx=0x8fc9a20) at /data/wez/php-HEAD/sapi

[PHP-DEV] > Introduction

2005-07-19 Thread Weyert de Boer
Hello! I would like to introduce myself on this internals list, as you can read my name is Weyert de Boer and a flying dutchman. My goal is help PHP development, and learning more about compiler development. My first question to start my fame on this list is, does anyone on this list happen t

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

2005-07-19 Thread Tobias Schlitt
Hi all! On 07/19/05 08:10 Kore Nordmann wrote: Pear package maintaining (Image_3D) http://pear.php.net/pepr/pepr-proposal-show.php?id=261 http://pear.php.net/package/Image_3D/ Just to acknowlegde this. Kore is the lead maintainer of Image_3D, please create the cvs account and grant karma to p

[PHP-DEV] CVS Account Request: kore

2005-07-19 Thread Kore Nordmann
Pear package maintaining (Image_3D) http://pear.php.net/pepr/pepr-proposal-show.php?id=261 http://pear.php.net/package/Image_3D/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php