Hey list,
I was curious what everyone thought of implementing the ability to
specify class members in interfaces. I've run into a couple of
circumstances where I would like to specify public member names inside
of an interface to ensure that these members are accessed in a standard
way and to
Hi,
Today while testing phar with phpMyAdmin, I was getting a really weird
error - one of the files was turning into a series of Z's, munging the
entire display. Thinking it was a phar issue, I instead tracked it down
to a major problem in an edge case of zend_stream_fixup(). For files
that are
Hi!
Should editing ANY source level file (.h, .c type files) result in a make?
Theoretically, it should. But it's as good as makefile dependencies, of
course. I'm not sure PHP configure script generates dependencies for all
files...
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROT
Richard Quadling:
> Hi.
>
> I'm new to compiling PHP on windows, so this may be a real newbie question.
>
> My expectation of make-like tools is that they describe the how to
> create targets from sources (in a nutshell).
>
> So, just for example, TSRM/readdir.h. I would expect that if I altered
Have mailed 'Wez' Furlong regarding contribution of a PHP 5.2 compatible
pdo_firebird 0.3 driver and bugfixes for the 0.3 version as appearing in php
5.3 dev builds. Also submitted fix details and a requested code verification of
his 0.3 mods/fixes to lars.westermann at zend. Am a highly qualifi
If you want to start PHP scripts in an own http server, the best way would
be to create a SAPI for it. SAPIs only have to implement callbacks for the
PHP engine to write stuff to the output stream, read input stream in POST
requests and populate variables and output headers. The embed SAPI is a
str
Hi
I'm trying to write the php processing part of a small httpd. I want to use
the SAPI Embed for interpreting php scripts. But I can't find a way to
specify the content of variables like $_COOKIE, $_REQUEST, $_SERVER etc.
Is there any function to initalize the SAPI header with all this stuff?
T
I've fixed this now, I did it locally over the weekend just never got
around to committing this now.
Scott
Matt Wilmas wrote:
Hi Derick,
- Original Message -
From: "Derick Rethans"
Sent: Monday, April 28, 2008
On Mon, 28 Apr 2008, Matt Wilmas wrote:
Yeah, was thinking the same thi
Hi Derick,
- Original Message -
From: "Derick Rethans"
Sent: Monday, April 28, 2008
> On Mon, 28 Apr 2008, Matt Wilmas wrote:
>
> > Yeah, was thinking the same thing about the logs. :-) Don't know if you
> > tried to compile yourself, but the failure is from Derick's date
additions
> > F
On Mon, 28 Apr 2008, Matt Wilmas wrote:
> Yeah, was thinking the same thing about the logs. :-) Don't know if you
> tried to compile yourself, but the failure is from Derick's date additions
> Friday (http://news.php.net/php.cvs/49738):
I guess the config.w32 files need to be updated for this -
Hi Richard,
What is happening is that the makefile has no knowledge of this header
file, so it can't be used to make anything.
Is this expected behaviour? Please don't focus on just TSRM/readdir.h
as this was one file I picked at random (as I had edited it recently).
Yes that's expected behav
PHP 6 Bug Database summary - http://bugs.php.net
Num Status Summary (56 total including feature requests)
===[*General Issues]==
26771 Suspended register_tick_funtions crash under threaded webservers
===
Hi.
I'm new to compiling PHP on windows, so this may be a real newbie question.
My expectation of make-like tools is that they describe the how to
create targets from sources (in a nutshell).
So, just for example, TSRM/readdir.h. I would expect that if I altered
this file and then ran my make pr
Hi Richard, all,
Yeah, was thinking the same thing about the logs. :-) Don't know if you
tried to compile yourself, but the failure is from Derick's date additions
Friday (http://news.php.net/php.cvs/49738):
php_date.obj : error LNK2019: unresolved external symbol _timelib_diff
referenced in fun
Hi,
I'm working with the project "Replace auto* with CMake", I'm very
proud to have a chance to collaborate in the future build system (I
expect that ;))
We created a channel #php.cmake at EFNet for this task and a wiki
page at http://wiki.php.net/internals/cmake
Thanks specia
15 matches
Mail list logo