ca4005f6 | 09-Sep-1999 |
Uwe Steinmann |
forgot to change prototype |
6bcb8eb1 | 09-Sep-1999 |
Uwe Steinmann |
pdf_setfont got optional parameter to embed fonts |
67daaa7a | 08-Sep-1999 |
Andi Gutmans |
- Fix for floating point array offsets. Same behaviour as in PHP 3.0. We casted to (long). |
42e39d47 | 08-Sep-1999 |
Andrey Hristov |
Remove extraneous debug dlerror() call which results in the subsequent dlerror() returning NULL. |
afecff3a | 08-Sep-1999 |
Andi Gutmans |
- Add -b option to flex++ |
d4b10839 | 08-Sep-1999 |
Gergely Madarász |
remove -Wl,--version-script from RPATHS, put it into a separate variable |
558d287a | 08-Sep-1999 |
Danny Heijl |
Be consistent. |
66a636a6 | 08-Sep-1999 |
Uwe Steinmann |
- add posibility to specify how objrec to objarr conversion is performed (not ready yet) |
b43cf1a5 | 08-Sep-1999 |
Sascha Schumann |
add versioning support |
bb4bc40c | 08-Sep-1999 |
Jakub Skopal |
Correct compiler warning. |
e4e39b82 | 07-Sep-1999 |
Andi Gutmans |
- Update non-threadsafe project file |
48ab0fb5 | 07-Sep-1999 |
Andi Gutmans |
- Fix warnings and win32 compile |
6101d108 | 07-Sep-1999 |
Andrey Hristov |
Here you go, Egon. |
06362129 | 07-Sep-1999 |
Stefan Roehrich |
Fixed behavior with empty doc_root. gzgetss() now uses _php3_strip_tags. |
5c40e7c4 | 07-Sep-1999 |
Stig Bakken |
Add thread-safety notice here. The solution is using gethostbyname_r, but it seems that it takes different parameters on Solaris and Linux. ;-P We should probably make a wrapper function, an
Add thread-safety notice here. The solution is using gethostbyname_r, but it seems that it takes different parameters on Solaris and Linux. ;-P We should probably make a wrapper function, and make a configure test that checks if there is a reentrant version available, and if not protect gethostbyname and similar calls with a mutex until the results have been copied. Ugly.
show more ...
|
7aacff63 | 07-Sep-1999 |
Andrey Hristov |
Added second parameter to array_keys() which allows returning keys only for a specific value in an array. |
cff218cf | 07-Sep-1999 |
Andrey Hristov |
Kill compiler warning. |
209fe717 | 07-Sep-1999 |
Andrey Hristov |
Kill warnings. |
51b01ca9 | 07-Sep-1999 |
Uwe Steinmann |
- uniqid() used the additional parameter even if it was not provided this caused an segm fault. fixed it. |
928863f8 | 07-Sep-1999 |
Stig S. Bakken |
define tests first, use after. |
959ad0e9 | 06-Sep-1999 |
Zeev Suraski |
A couple of BoundsChecker fixes |
4bc3097e | 06-Sep-1999 |
Andi Gutmans |
- Fix win32 compile |
f1afd579 | 06-Sep-1999 |
Andi Gutmans |
- Should fix Win32 compile |
a0bad70b | 06-Sep-1999 |
Andi Gutmans |
- Make zend compile again in Win32. |
f0f7b9de | 06-Sep-1999 |
Egon Schmid |
File should here be string. |