summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2SVN Migration2002-05-191975-588569/+0
* Fix temporary filename problems, and update .cvsignores with new extensionsSander Roobol2002-05-191-5/+5
* Fix make test and remove a warningSander Roobol2002-05-192-2/+6
* Cleaned up run-tests.php, and fixed it on linux/unixSander Roobol2002-05-192-177/+107
* * new command setupStig Bakken2002-05-191-268/+311
* * support platform-specific filesStig Bakken2002-05-191-0/+13
* * take uname as optional constructor parameterStig Bakken2002-05-191-2/+4
* ChangeLog update2002-05-191-0/+33
* Typo fixesfoobar2002-05-191-2/+2
* DO NOT use C++ comments!foobar2002-05-192-3/+7
* - delete attributes as well in php_free_xml_nodeChristian Stocker2002-05-181-2/+4
* added "domxml API version" in phpinfo() output.Christian Stocker2002-05-181-1/+9
* mem leak fix for domxml_dump_nodeChristian Stocker2002-05-181-2/+2
* fixes memleak in html_dump_memChristian Stocker2002-05-181-1/+1
* rename the object name for comment nodes to domcomentChristian Stocker2002-05-181-1/+1
* - Fix portability issues with empty results on Linux and FreeBSD, add safe_modeMarkus Fischer2002-05-181-14/+22
* WS fixesChristian Stocker2002-05-181-3/+3
* This should fix a big bad memory leak in freeing the nodes at script end.Christian Stocker2002-05-181-9/+19
* ChangeLog update2002-05-181-0/+78
* Improve readability of the header send functionSascha Schumann2002-05-171-34/+33
* - Stuff all Win32 mail() changes together.Markus Fischer2002-05-171-2/+2
* Credit where credit is due.Jon Parise2002-05-171-2/+2
* - Win32 mail() is no longer case-sensitive when it comes to match for any hea...Markus Fischer2002-05-172-62/+117
* Re-add "tests" project - this is the only change to file. For some reason MS...Preston L. Bannister2002-05-172-28/+28
* proto tweakWez Furlong2002-05-171-1/+1
* Add an optional flag to sem_get that specifies if the semaphore should beWez Furlong2002-05-172-60/+37
* Reverted the last commit which moved all the projects around.Joseph Tate2002-05-172-28/+28
* Allow the version checks for --with-apxs= and --with-apxs2= to workCliff Woolley2002-05-172-2/+2
* Only the last cookie was getting set. (You can haveCliff Woolley2002-05-171-1/+1
* apache 2.0's apache_lookup_uri() was returning an array rather than anCliff Woolley2002-05-171-4/+13
* * restore the php_flag and php_admin_flag Apache directives which forCliff Woolley2002-05-171-2/+30
* Default INI file used with run-tests.phpPreston L. Bannister2002-05-171-0/+3
* NEWS update2002-05-171-0/+2
* ChangeLog update2002-05-171-0/+77
* - replaced domxml_doc_document_element implementation do use libxml2 methodChristian Stocker2002-05-162-34/+47
* More detailed/explanatory output.Preston L. Bannister2002-05-161-6/+56
* Make failed case tell you what was different.Preston L. Bannister2002-05-161-1/+9
* Make test valid for either "register globals" setting.Preston L. Bannister2002-05-161-9/+10
* Restrict ctype tests to POSIX portable characters (0..127) and add numeric ch...Preston L. Bannister2002-05-161-21/+28
* Remove leading "./" from include filenames as in PHP this defeats include_path.Preston L. Bannister2002-05-169-11/+10
* Add "tests" project to invoke run-tests.php (unit tests).Preston L. Bannister2002-05-162-28/+28
* Updated to run cleanly on Win32, and perform a more controlled test.Preston L. Bannister2002-05-161-526/+374
* Add TEST_PHP_DETAILED usage for verbose test runs.Preston L. Bannister2002-05-161-2/+10
* Fix typo in SKIP clause.Preston L. Bannister2002-05-164-6/+6
* Adjust dirname() on Win32 to match CWD per drive semantics.Preston L. Bannister2002-05-161-4/+18
* dirname() checks that work for both Unix and Win32.Preston L. Bannister2002-05-161-23/+51
* Grr.. I keep leaving my debug in...Rasmus Lerdorf2002-05-161-1/+0
* Fix for #17271Rasmus Lerdorf2002-05-161-1/+3
* Range check arguments to mb_strcut().Preston L. Bannister2002-05-161-0/+8
* Proper declaration to suppress compiler warning.Preston L. Bannister2002-05-161-1/+1