Perhaps not, but Freetype2 won't compile either on those platforms then
and without this patch we don't build at all.
-Rasmus
On Sat, 22 Nov 2003, Jani Taskinen wrote:
>
> Are you absolutely sure this will work within any platform?
> For example, see this bug report:
>
> http://bug
What exactly is that compile error? And on what platform?
This has been like this for a long time, funny that nobody
hasn't complained before?
And it works just fine for me on RH9. :)
--Jani
On Tue, 25 Nov 2003, Rasmus Lerdorf wrote:
>Perhaps not, but Freetype2 won
On Wed, 26 Nov 2003, Jani Taskinen wrote:
> What exactly is that compile error? And on what platform?
> This has been like this for a long time, funny that nobody
> hasn't complained before?
>
> And it works just fine for me on RH9. :)
i386 Fedora (ie latest freetype2)
--
PHP CVS
I guess to answer your question a bit better. Have a look at the top of
freetype.h (this time from my Debian box - it's not just Fedora):
#ifndef FT_FREETYPE_H
#error "`ft2build.h' hasn't been included yet!"
#error "Please always use macros to include FreeType header files."
#error "Examp
helly Wed Nov 26 03:18:27 2003 EDT
Modified files:
/splphp_spl.c spl_array.c spl_array.h
Log:
Remove interfaces implemented in engine now
Index: spl/php_spl.c
diff -u spl/php_spl.c:1.18 spl/php_spl.c:1.19
--- spl/php_spl.c:1.18 Mon Nov 17 00:32:42 200
helly Wed Nov 26 03:45:43 2003 EDT
Modified files:
/php-src/tests/lang bug21820.phpt
Log:
Errro message has changed
Index: php-src/tests/lang/bug21820.phpt
diff -u php-src/tests/lang/bug21820.phpt:1.2 php-src/tests/lang/bug21820.phpt:1.3
--- php-src/tests/lang
helly Wed Nov 26 03:47:58 2003 EDT
Modified files:
/php-src/tests/lang bug26182.phpt
Log:
In PHP5 this will create an implicit public property
Index: php-src/tests/lang/bug26182.phpt
diff -u php-src/tests/lang/bug26182.phpt:1.1 php-src/tests/lang/bug26182.phpt
derick Wed Nov 26 04:53:23 2003 EDT
Modified files:
/php-src/main php_variables.c rfc1867.c
Log:
- Prevent registration of the variable when a zero-length is returned
from the sapi_input_filter.
Index: php-src/main/php_variables.c
diff -u php-src/m
abies Wed Nov 26 09:04:57 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/interbase interbase.c
Log:
Fix crash bug reported by jani/ilia
Index: php-src/ext/interbase/interbase.c
diff -u php-src/ext/interbase/interbase.c:1.91.2.24
php-src/ext/inter
Are you sure this is a good idea? An empty string value in a POST has
always caused the variable to be created and set to an empty string. With
this patch you are changing that behaviour.
-Rasmus
On Wed, 26 Nov 2003, Derick Rethans wrote:
> derickWed Nov 26 04:53:23 2003 EDT
On Wed, 26 Nov 2003, Rasmus Lerdorf wrote:
> Are you sure this is a good idea? An empty string value in a POST has
> always caused the variable to be created and set to an empty string. With
> this patch you are changing that behaviour.
Ah, I thought they wouldn't be set. I'll cook up another p
helly Wed Nov 26 18:28:36 2003 EDT
Added files:
/spl/tests array_object.phpt
Removed files:
/spl/tests array.phpt array_access_001.phpt array_access_002.phpt
array_read.phpt foreach.phpt foreach_break.phpt
iliaa Wed Nov 26 20:08:47 2003 EDT
Modified files:
/php-src/ext/standard string.c
Log:
Removed dead code.
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.400 php-src/ext/standard/string.c:1.401
--- php-src/ext/standard/str
iliaa Wed Nov 26 20:08:53 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard string.c
Log:
MFH: Removed dead code.
# This fixes memory corruption reported by valgrind.
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard
14 matches
Mail list logo