Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | HASH_OF is usable enough (i hate duplicating macros all over the place) | Thies C. Arntzen | 1999-09-15 | 1 | -2/+0 | |
| | ||||||
* | - Leave this for now. | Andi Gutmans | 1999-09-15 | 1 | -1/+2 | |
| | ||||||
* | - Thread-unsafe win32 compiles again | Andi Gutmans | 1999-09-15 | 4 | -7/+6 | |
| | | | | | - Some strlcpy changes including one bug fix. | |||||
* | - gettimeofday wasn't registered. | Andi Gutmans | 1999-09-15 | 2 | -0/+2 | |
| | ||||||
* | - Another small one. I'll leave the rest for now... | Andi Gutmans | 1999-09-14 | 1 | -1/+1 | |
| | ||||||
* | - Updated bundled PCRE library to version 2.08 | Andrey Hristov | 1999-09-14 | 34 | -373/+6362 | |
| | | | | | | | | - 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.. | |||||
* | - fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark() | Uwe Steinmann | 1999-09-14 | 1 | -1/+4 | |
| | ||||||
* | is_array & friens speedups | Thies C. Arntzen | 1999-09-14 | 1 | -3/+3 | |
| | ||||||
* | Fix a warning | Rasmus Lerdorf | 1999-09-14 | 1 | -0/+2 | |
| | ||||||
* | count() now uses the new getParamertersEx API. | Thies C. Arntzen | 1999-09-14 | 1 | -4/+5 | |
| | ||||||
* | you can now position when doing lob-writes. | Thies C. Arntzen | 1999-09-14 | 1 | -17/+42 | |
| | ||||||
* | Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring | Stig Bakken | 1999-09-13 | 8 | -82/+70 | |
| | | | | | extensions. | |||||
* | added Metaphone support | Thies C. Arntzen | 1999-09-13 | 3 | -1/+503 | |
| | ||||||
* | got rid of the define-callback stuff there's a bug in oracle-oci8! | Thies C. Arntzen | 1999-09-13 | 2 | -118/+50 | |
| | ||||||
* | Per Stig's suggestion. | Andrey Hristov | 1999-09-13 | 1 | -1/+3 | |
| | ||||||
* | ported $lob->savefile($filename) method from PHP3 | Thies C. Arntzen | 1999-09-13 | 1 | -5/+103 | |
| | ||||||
* | cleanups | Thies C. Arntzen | 1999-09-13 | 1 | -89/+30 | |
| | ||||||
* | ported oci8 to use new class API | Thies C. Arntzen | 1999-09-13 | 2 | -92/+63 | |
| | | | | | var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead | |||||
* | Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[] | Zeev Suraski | 1999-09-13 | 1 | -1/+7 | |
| | ||||||
* | Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too) | Zeev Suraski | 1999-09-13 | 2 | -2/+15 | |
| | ||||||
* | - Rewrote the GET/POST/Cookie data reader to support multi-dimensional | Zeev Suraski | 1999-09-12 | 2 | -1/+145 | |
| | | | | | | | arrays! (Zeev) This still needs a lot of more testing, but it seems to work more or less. | |||||
* | That's important enough to be cached | Zeev Suraski | 1999-09-12 | 1 | -0/+4 | |
| | ||||||
* | use static buffer for URLs instead of allocating/freeing memory | Sascha Schumann | 1999-09-12 | 3 | -121/+118 | |
| | | | | | for each one | |||||
* | calculate length of cookie string correctly | Sascha Schumann | 1999-09-12 | 1 | -2/+3 | |
| | ||||||
* | - Oops | Andi Gutmans | 1999-09-12 | 1 | -2/+1 | |
| | ||||||
* | - Make it compile on Win32 | Andi Gutmans | 1999-09-12 | 1 | -1/+2 | |
| | ||||||
* | Time to do that - rename the output layer prefix | Zeev Suraski | 1999-09-12 | 1 | -4/+4 | |
| | ||||||
* | update macro | Sascha Schumann | 1999-09-12 | 1 | -1/+1 | |
| | ||||||
* | Use global symbol table instead.. | Andrey Hristov | 1999-09-12 | 1 | -2/+2 | |
| | ||||||
* | - Fixed mem leak when undefined variable was passed in for serialization | Andrey Hristov | 1999-09-12 | 1 | -29/+38 | |
| | | | | | - Made it properly serialize object properties | |||||
* | add rule for url_scanner.c | Sascha Schumann | 1999-09-12 | 1 | -0/+3 | |
| | ||||||
* | - add standard disclaimer | Sascha Schumann | 1999-09-11 | 3 | -134/+267 | |
| | | | | | - regenerate scanner with re2c -s | |||||
* | add transparent session id propagation | Sascha Schumann | 1999-09-11 | 8 | -6/+587 | |
| | | | | | | | | | this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid (normal case is not affected, since session_adapt_uris defaults to void statement. Compiler should eliminate dead code in output.c then.) | |||||
* | - Added session_unset() function | Andrey Hristov | 1999-09-11 | 2 | -2/+29 | |
| | | | | | | - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start() | |||||
* | avoid mmap overhead for small files | Sascha Schumann | 1999-09-11 | 1 | -10/+11 | |
| | ||||||
* | optimize fpassthru/readfile to use mmap instead of fread | Sascha Schumann | 1999-09-11 | 1 | -18/+56 | |
| | | | | | which especially increases speed on large files. | |||||
* | - support for external entropy sources | Sascha Schumann | 1999-09-11 | 3 | -6/+32 | |
| | | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c | |||||
* | Rename allow_builtin_links to expose_php | Zeev Suraski | 1999-09-11 | 1 | -4/+4 | |
| | ||||||
* | Except for this small bug fix - it works | Zeev Suraski | 1999-09-11 | 1 | -1/+1 | |
| | ||||||
* | - Seriously optimize and clean php_parse_gpc_data() | Zeev Suraski | 1999-09-11 | 1 | -80/+62 | |
| | | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested) | |||||
* | Cleanups & optimizations | Zeev Suraski | 1999-09-11 | 3 | -112/+11 | |
| | ||||||
* | Cleanups | Zeev Suraski | 1999-09-11 | 2 | -126/+4 | |
| | ||||||
* | Workaround for m4 weirdness. | Andrey Hristov | 1999-09-10 | 1 | -1/+1 | |
| | ||||||
* | lets not go down that road..were onyl going to use the internal event ↵ | Mark Musone | 1999-09-10 | 1 | -121/+2 | |
| | | | | structure. No passing objects | |||||
* | wrong preprocessor command | Mark Musone | 1999-09-10 | 1 | -1/+1 | |
| | ||||||
* | ported the php3 stuff to php4. This module should work intechangably between ↵ | Mark Musone | 1999-09-10 | 2 | -286/+1121 | |
| | | | | the two versions also | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-10 | 1 | -1/+1 | |
| | ||||||
* | - wrong use of php_print corrected | Uwe Steinmann | 1999-09-10 | 1 | -2/+2 | |
| | ||||||
* | Lost functionality in earlier fix... That should really work. | Zeev Suraski | 1999-09-10 | 1 | -2/+4 | |
| | ||||||
* | That should do the trick (untested) | Zeev Suraski | 1999-09-10 | 1 | -8/+3 | |
| |