summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-25117-2792/+2792
* Added REQ_RANDSTR to support msession_randstrMark L. Woodward2001-09-251-0/+1
* Changed config.m4 to a better default, updated README.Mark L. Woodward2001-09-252-9/+8
* Added msession_randstr, creates a random string from a singleMark L. Woodward2001-09-252-0/+33
* add a 7.9 version checkSterling Hughes2001-09-251-3/+3
* fix constantSterling Hughes2001-09-241-3/+3
* removed VARIANT module and put the VARIANT class intoHarald Radi2001-09-2412-200/+176
* - Fix crash bug (patch by <chocolateboy@lunomail.com>)Derick Rethans2001-09-241-0/+5
* Make chop the alias and rtrim the main function, in order to get automagicallyJeroen van Wolffelaar2001-09-234-8/+8
* - Don't return from the function, so that mcrypt get properly initializedDerick Rethans2001-09-231-2/+1
* - Added mcrypt_generic_deinit and added a warning about mcrypt_generic_endDerick Rethans2001-09-232-19/+52
* mbstring is no more in experimental status.Rui Hirokawa2001-09-231-5/+0
* Moved the check for mcrypt_generic_deinit to the right place.foobar2001-09-221-7/+8
* Check if mcrypt lib has mcrypt_generic_deinitfoobar2001-09-221-0/+8
* fix compileSterling Hughes2001-09-222-2/+3
* removed autogenerated file from cvsfoobar2001-09-222-14/+0
* Let settype also accept 'int', 'bool', 'float' and 'null'Jeroen van Wolffelaar2001-09-221-1/+9
* update to curl 7.9 (when it comes out :)Sterling Hughes2001-09-221-165/+205
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-2112-178/+178
* local resource fixHartmut Holzgraefe2001-09-211-0/+2
* renamed doubleval to floatval and made doubleval an alias to floatvalHartmut Holzgraefe2001-09-212-12/+13
* Fix warning on Win32 (thanks to Sebastian)Sascha Schumann2001-09-211-1/+3
* don't use boyer_str_to_str. It is experimentalSascha Schumann2001-09-211-1/+1
* Always seed the LCG from the request-init hook, otherwise the seedSascha Schumann2001-09-214-22/+41
* indentation fixSascha Schumann2001-09-213-3/+3
* (Removed Makefile, added accidentally.)Mark L. Woodward2001-09-203-23/+81
* Rework some string-to-number and vice-versa functions to work smarterSascha Schumann2001-09-201-66/+38
* Not using _free_ldap_result destructor for le_result_entry, leads toStig Venaas2001-09-191-1/+1
* Collections core-dump fix. ocicollgetelem was using OCIInd insteadAndy Sautins2001-09-191-2/+2
* Added IPv6 support to gethostbyaddr()Stig Venaas2001-09-191-0/+17
* Fixing debug build on Win32Frank M. Kromann2001-09-192-3/+3
* argument count fix plus beginning local query supportHartmut Holzgraefe2001-09-191-4/+14
* The extension should not be GPL.Mark L. Woodward2001-09-191-21/+17
* doh\!Wez Furlong2001-09-191-1/+1
* AddedMark L. Woodward2001-09-1910-0/+1098
* quickly fix newly introdued off-by-oneSascha Schumann2001-09-191-1/+1
* Fix silly bugsWez Furlong2001-09-191-5/+9
* Rewrite _php_match_basetozval to need only one multiplicationSascha Schumann2001-09-191-31/+27
* Fix indentation of ./configure --helpSascha Schumann2001-09-192-3/+2
* Don't manually register the resource, let php_domobject_new do it for us.Joey Smith2001-09-191-1/+0
* Fixing win32 debug buildFrank M. Kromann2001-09-181-2/+2
* argument count fixHartmut Holzgraefe2001-09-181-1/+1
* another attempt at fixing compile warnings...Sterling Hughes2001-09-181-3/+3
* hopefully fix win32 compile warningsSterling Hughes2001-09-182-3/+3
* yet another ncurses 4.x fixHartmut Holzgraefe2001-09-172-0/+6
* editor hints addedHartmut Holzgraefe2001-09-173-0/+26
* whitespaceHartmut Holzgraefe2001-09-176-689/+689
* some keyboard constantsHartmut Holzgraefe2001-09-171-0/+8
* some more function implementationsHartmut Holzgraefe2001-09-175-125/+723
* Merge in qsort changesSterling Hughes2001-09-174-56/+51