c2b8a466 | 03-Jul-1999 |
Sascha Schumann |
don't wipe files for distributions |
012e1abb | 03-Jul-1999 |
Sascha Schumann |
'make dist' builds an easy distributable tarball |
c5611602 | 03-Jul-1999 |
Sascha Schumann |
add missing include |
d6169276 | 03-Jul-1999 |
Sascha Schumann |
checking for ints won't work, since they are 32 bit on both platforms |
9fbbc530 | 03-Jul-1999 |
Sascha Schumann |
ignore this |
daca9635 | 03-Jul-1999 |
Sascha Schumann |
would be logical to enable display source mode |
baa75917 | 03-Jul-1999 |
Zeev Suraski |
Support isset()/empty() for string offsets |
a010baa1 | 03-Jul-1999 |
Sascha Schumann |
ar t is a little bit noisy on Rhapsody |
063051d6 | 03-Jul-1999 |
Zeev Suraski |
Fix a crash |
22ba66b7 | 03-Jul-1999 |
Sascha Schumann |
almost no config.m4 substitutes these anymore. |
6f3b0f79 | 03-Jul-1999 |
Sascha Schumann |
work around the Apache problem that it pollutes the namespace |
7bbd4541 | 03-Jul-1999 |
Sascha Schumann |
add usual rhapsody hack |
e0fff74d | 03-Jul-1999 |
Sascha Schumann |
missing DL_HANDLE broke build |
e0818215 | 03-Jul-1999 |
Sascha Schumann |
there must be a better way |
8b51ad81 | 03-Jul-1999 |
Sascha Schumann |
typo |
081da500 | 03-Jul-1999 |
Sascha Schumann |
let's start OS X hacking |
2f92fc03 | 02-Jul-1999 |
Sascha Schumann |
.. |
73b9beff | 02-Jul-1999 |
Sascha Schumann |
... |
eef06257 | 02-Jul-1999 |
Sascha Schumann |
. |
aa485e91 | 02-Jul-1999 |
Sascha Schumann |
test commit |
72aa9e2e | 02-Jul-1999 |
Sascha Schumann |
test commit |
2a44f45c | 02-Jul-1999 |
Sascha Schumann |
workaround for 64-bit platforms |
45386d8a | 02-Jul-1999 |
Thies C. Arntzen |
added some refcount stuff |
d00b516f | 02-Jul-1999 |
Thies C. Arntzen |
losses memory like hell, but seems to work! 3 things (this is a bad hack as of now!): - xml.c uses _php3_strtoupper is #include "../standard/php3_string.h" the right way to get the
losses memory like hell, but seems to work! 3 things (this is a bad hack as of now!): - xml.c uses _php3_strtoupper is #include "../standard/php3_string.h" the right way to get the prototype? - i've copied php3i_long_pval/php3i_string_pval from the php3 tree into xml.c (this is defnetly WRONG, but where do i find those?) - as php3tls_pval_destructor is not available in zend, i've #define php3tls_pval_destructor(a) pval_destructor(a) which is maybe not what we want!
show more ...
|
c42305c5 | 02-Jul-1999 |
Sascha Schumann |
fix from php3 |