summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* HASH_OF is usable enough (i hate duplicating macros all over the place)Thies C. Arntzen1999-09-151-2/+0
|
* - Leave this for now.Andi Gutmans1999-09-151-1/+2
|
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-154-7/+6
| | | | | - Some strlcpy changes including one bug fix.
* - gettimeofday wasn't registered.Andi Gutmans1999-09-152-0/+2
|
* - Another small one. I'll leave the rest for now...Andi Gutmans1999-09-141-1/+1
|
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-1434-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 Steinmann1999-09-141-1/+4
|
* is_array & friens speedupsThies C. Arntzen1999-09-141-3/+3
|
* Fix a warningRasmus Lerdorf1999-09-141-0/+2
|
* count() now uses the new getParamertersEx API.Thies C. Arntzen1999-09-141-4/+5
|
* you can now position when doing lob-writes.Thies C. Arntzen1999-09-141-17/+42
|
* Added PHP_WITH_SHARED for checking "shared,*" prefix when configuringStig Bakken1999-09-138-82/+70
| | | | | extensions.
* added Metaphone supportThies C. Arntzen1999-09-133-1/+503
|
* got rid of the define-callback stuff there's a bug in oracle-oci8!Thies C. Arntzen1999-09-132-118/+50
|
* Per Stig's suggestion.Andrey Hristov1999-09-131-1/+3
|
* ported $lob->savefile($filename) method from PHP3Thies C. Arntzen1999-09-131-5/+103
|
* cleanupsThies C. Arntzen1999-09-131-89/+30
|
* ported oci8 to use new class APIThies C. Arntzen1999-09-132-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 Suraski1999-09-131-1/+7
|
* Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)Zeev Suraski1999-09-132-2/+15
|
* - Rewrote the GET/POST/Cookie data reader to support multi-dimensionalZeev Suraski1999-09-122-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 cachedZeev Suraski1999-09-121-0/+4
|
* use static buffer for URLs instead of allocating/freeing memorySascha Schumann1999-09-123-121/+118
| | | | | for each one
* calculate length of cookie string correctlySascha Schumann1999-09-121-2/+3
|
* - OopsAndi Gutmans1999-09-121-2/+1
|
* - Make it compile on Win32Andi Gutmans1999-09-121-1/+2
|
* Time to do that - rename the output layer prefixZeev Suraski1999-09-121-4/+4
|
* update macroSascha Schumann1999-09-121-1/+1
|
* Use global symbol table instead..Andrey Hristov1999-09-121-2/+2
|
* - Fixed mem leak when undefined variable was passed in for serializationAndrey Hristov1999-09-121-29/+38
| | | | | - Made it properly serialize object properties
* add rule for url_scanner.cSascha Schumann1999-09-121-0/+3
|
* - add standard disclaimerSascha Schumann1999-09-113-134/+267
| | | | | - regenerate scanner with re2c -s
* add transparent session id propagationSascha Schumann1999-09-118-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() functionAndrey Hristov1999-09-112-2/+29
| | | | | | - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start()
* avoid mmap overhead for small filesSascha Schumann1999-09-111-10/+11
|
* optimize fpassthru/readfile to use mmap instead of freadSascha Schumann1999-09-111-18/+56
| | | | | which especially increases speed on large files.
* - support for external entropy sourcesSascha Schumann1999-09-113-6/+32
| | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c
* Rename allow_builtin_links to expose_phpZeev Suraski1999-09-111-4/+4
|
* Except for this small bug fix - it worksZeev Suraski1999-09-111-1/+1
|
* - Seriously optimize and clean php_parse_gpc_data()Zeev Suraski1999-09-111-80/+62
| | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested)
* Cleanups & optimizationsZeev Suraski1999-09-113-112/+11
|
* CleanupsZeev Suraski1999-09-112-126/+4
|
* Workaround for m4 weirdness.Andrey Hristov1999-09-101-1/+1
|
* lets not go down that road..were onyl going to use the internal event ↵Mark Musone1999-09-101-121/+2
| | | | structure. No passing objects
* wrong preprocessor commandMark Musone1999-09-101-1/+1
|
* ported the php3 stuff to php4. This module should work intechangably between ↵Mark Musone1999-09-102-286/+1121
| | | | the two versions also
* *** empty log message ***Zeev Suraski1999-09-101-1/+1
|
* - wrong use of php_print correctedUwe Steinmann1999-09-101-2/+2
|
* Lost functionality in earlier fix... That should really work.Zeev Suraski1999-09-101-2/+4
|
* That should do the trick (untested)Zeev Suraski1999-09-101-8/+3
|