summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - At last I've had some time to move all execute() locals into one struct.experimental/namespacesAndi Gutmans2001-09-302-417/+425
| | | | | | - No immediate gain but it makes it more clear what variables are temps - and which ones are execute() locals.
* - Increase API numberAndi Gutmans2001-09-271-1/+1
|
* - Good catch by SterlingAndi Gutmans2001-09-264-8/+8
|
* - More namespaces workAndi Gutmans2001-09-243-4/+13
|
* - Fix build on Win32Andi Gutmans2001-09-202-2/+1
|
* - Create a branch for namespaces. This isn't even remotely close toAndi Gutmans2001-09-208-0/+95
| | | | | - working.
* This commit was manufactured by cvs2svn to create branchSVN Migration2001-09-201755-438821/+0
| | | | 'NAMESPACES_BRANCH'.
* - Nuke unused enumAndi Gutmans2001-09-201-4/+0
|
* (Removed Makefile, added accidentally.)Mark L. Woodward2001-09-203-23/+81
| | | | | Eliminated mod_msession in ext/session, and moved that code into msesion.c
* Rework some string-to-number and vice-versa functions to work smarterSascha Schumann2001-09-201-66/+38
| | | | | | (e.g. without using functions that use slow locales, without allocating extra memory and with fewer integer/float operations)
* ChangeLog update2001-09-201-0/+77
|
* NEWS update2001-09-201-0/+2
|
* MFZE1Zeev Suraski2001-09-195-35/+46
|
* Not using _free_ldap_result destructor for le_result_entry, leads toStig Venaas2001-09-191-1/+1
| | | | | crashes due to freeing same memory several times in some cases
* Collections core-dump fix. ocicollgetelem was using OCIInd insteadAndy Sautins2001-09-191-2/+2
| | | | | of OCIInd * in call to OCICollGetElem
* Added IPv6 support to gethostbyaddr()Stig Venaas2001-09-191-0/+17
| | | | | | @- Added IPv6 support to gethostbyaddr() @ (Patch by Matthias Wimmer <matthias@charente.de> and venaas)
* 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
| | | | | per iteration and avoid the U?LONG_MAX hassle.
* - MFZE1Andi Gutmans2001-09-191-1/+1
|
* MFZE1Sebastian Bergmann2001-09-198-18/+152
|
* MFZE1Sebastian Bergmann2001-09-192-0/+16
|
* Fix indentation of ./configure --helpSascha Schumann2001-09-192-3/+2
|
* Kill unnecessary quoting, and set host_alias to host, if only the latterSascha Schumann2001-09-191-24/+27
| | | | | is defined.
* add missing dependencySascha Schumann2001-09-191-1/+1
|
* Don't manually register the resource, let php_domobject_new do it for us.Joey Smith2001-09-191-1/+0
| | | | | | | | This fixes and elusive SIGSEGV. Bug id'd and fixed by Ivo Hulinsky <huld@fido.cz>. This fixes #13322.
* ChangeLog update2001-09-191-0/+30
|
* 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
| | | | | # I really wish i had a box to compile php with win32 on
* ChangeLog update2001-09-181-0/+83
|
* 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-176-79/+75
|
* Change duration of temporary lobs to avoid leakage of temporary lobDavid Benson2001-09-171-4/+25
| | | | | space (dbenson).
* some proto fixes (not all done yet)Hartmut Holzgraefe2001-09-171-16/+22
|
* got rid of strtok and added some commentsHartmut Holzgraefe2001-09-171-37/+84
|
* will now configure out functions not available in ncurses 4.2Hartmut Holzgraefe2001-09-172-0/+20
|
* adding RFC for loose type requirements for functionsBrian Moon2001-09-171-0/+72
|
* fix macrosDaniel Beulshausen2001-09-173-3/+3
|
* fix fcntlDaniel Beulshausen2001-09-171-5/+7
|