Ask a Question related to PHP Development, Design and Development.
-
Sebastian Bergmann #1
[PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c
Ilia Alshanetsky wrote:
On my Linux laptop basic_functions.c is compiled before the> +typedef struct yy_buffer_state *YY_BUFFER_STATE;
> +
> +#include "zend.h"
> +#include "zend_language_scanner.h"
> +#include "zend_language_parser.h"
zend_language_{scanner|parser}.h files are created.
--
Sebastian Bergmann
[url]http://sebastian-bergmann.de/[/url] [url]http://phpOpenTracker.de/[/url]
Das Buch zu PHP 5: [url]http://professionelle-softwareentwicklung-mit-php5.de/[/url]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Sebastian Bergmann Guest
-
[PHP-DEV] [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c head.c head.h
> As Andi might say: "Why not call this http_headers()?" :) As you can probably guess, my answer to your first question is your second... -
[PHP-DEV] [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c config.m4 php_uuencode.h uuencode.c
> > > Please use the naming conventions using a prefix. Maybe in this case str_ I like convert_* for generality sake. -- PHP Internals - PHP... -
[PHP-DEV] [PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c
Wez Furlong wrote: Hi Wez, well maybe array_udiff_uassoc() and array_diff_uassoc() are of little need but I added them for completeness to... -
[PHP-DEV] [PHP-CVS] cvs: php-src /ext/standard basic_functions.c
On Thu, 21 Aug 2003, Jani Taskinen wrote: Yeah I know. I'll go whack Brian and learn him some English. -Rasmus -- PHP Internals - PHP... -
[PHP-DEV] [PHP-CVS] cvs: php-src /ext/standard basic_functions.c
The comment was slightly misleading. setcookie() was not changed at all. A second function (setrawcookie) which doesn't do any urlencoding of the...



Reply With Quote

