6a836bee | 14-Sep-1999 |
Andi Gutmans |
- Support strlcpy/strlcat in windows. |
870a6679 | 14-Sep-1999 |
Andrey Hristov |
- Updated bundled PCRE library to version 2.08 - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully
- Updated bundled PCRE library to version 2.08 - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl..
show more ...
|
61a3c147 | 14-Sep-1999 |
Andi Gutmans |
Add strlcpy/strlcat to the build process |
4b6328e0 | 14-Sep-1999 |
Uwe Steinmann |
- fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark() |
cdd36004 | 14-Sep-1999 |
Thies C. Arntzen |
forgot |
da599af7 | 14-Sep-1999 |
Thies C. Arntzen |
is_array & friens speedups |
0fd03239 | 14-Sep-1999 |
Rasmus Lerdorf |
Fix a warning |
41da9399 | 14-Sep-1999 |
Thies C. Arntzen |
count() now uses the new getParamertersEx API. |
ac1a484c | 14-Sep-1999 |
Thies C. Arntzen |
i'm sure this was left-over debugging code! |
598aaba8 | 14-Sep-1999 |
Thies C. Arntzen |
you can now position when doing lob-writes. |
331221ee | 13-Sep-1999 |
Andi Gutmans |
- X-* is probably more standard. |
809198b9 | 13-Sep-1999 |
Stig Bakken |
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring extensions. |
95303a4b | 13-Sep-1999 |
Thies C. Arntzen |
added Metaphone support |
c2042b15 | 13-Sep-1999 |
Thies C. Arntzen |
got rid of the define-callback stuff there's a bug in oracle-oci8! |
93c35c33 | 13-Sep-1999 |
Andrey Hristov |
Per Stig's suggestion. |
c21663b3 | 13-Sep-1999 |
Thies C. Arntzen |
ported $lob->savefile($filename) method from PHP3 |
af1e5ad8 | 13-Sep-1999 |
Stig S. Bakken |
Make sure HAVE_LIBDL gets defined. Disable more C++ tests when not configured for thread safety. |
f858b689 | 13-Sep-1999 |
Thies C. Arntzen |
cleanups |
d5bafdaa | 13-Sep-1999 |
Thies C. Arntzen |
ported oci8 to use new class API var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead |
b88ef58a | 13-Sep-1999 |
Zeev Suraski |
Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[] |
3f0696da | 13-Sep-1999 |
Zeev Suraski |
Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too) |
b2c0acb9 | 12-Sep-1999 |
Zeev Suraski |
- Rewrote the GET/POST/Cookie data reader to support multi-dimensional arrays! (Zeev) This still needs a lot of more testing, but it seems to work more or less. |
ce5a09ea | 12-Sep-1999 |
Zeev Suraski |
Add PHP-Version header in IIS |
9e331579 | 12-Sep-1999 |
Zeev Suraski |
That's important enough to be cached |
5f1793e2 | 12-Sep-1999 |
Zeev Suraski |
Make this class instanciatable |