summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2SVN Migration2002-05-191975-588569/+0
| | | | 'php_4_3_0_dev_ZendEngine2'.
* 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
| | | | | # and probably broke it on windows :)
* * 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
| | | | | - more consistent naming in phpinfo()
* 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
| | | | | | check and simplify code. # Hartmut, what was the VCWD check for ?!
* 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 ↵Markus Fischer2002-05-172-62/+117
| | | | | | | | headers (e.g. from:, cc:, etc). # Fixed also a crash I introduced earlier, which tells me no one tested it :)
* Re-add "tests" project - this is the only change to file. For some reason ↵Preston L. Bannister2002-05-172-28/+28
| | | | MSVC chose to put "" around all the project file names. (Why? Ask Microsoft :). Perhaps different patch levels on MSVC6?). These files are not hand-edited.
* 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
| | | | | | automatically released on request shutdown. (#16986) Fix a segfault in sem_remove (#17274)
* Reverted the last commit which moved all the projects around.Joseph Tate2002-05-172-28/+28
| | | | | | #Preston, please re-add your make-test project, but this time don't move around #the other projects in the process.
* Allow the version checks for --with-apxs= and --with-apxs2= to workCliff Woolley2002-05-172-2/+2
| | | | | | | | | with development version of Apache, whose version strings end in "-dev", eg "Apache/2.0.37-dev". PR: 17233 Submitted by: Dale Ghent <daleg@elemental.org>
* Only the last cookie was getting set. (You can haveCliff Woolley2002-05-171-1/+1
| | | | | | | | | more than one Set-Cookie: header, as indicated by http://wp.netscape.com/newsref/std/cookie_spec.html.) PR: 16626 Submitted by: regina@hitel.net
* apache 2.0's apache_lookup_uri() was returning an array rather than anCliff Woolley2002-05-171-4/+13
| | | | | | | | object, which contradicted both the documentation and the behavior of the same function under apache 1.3. PR: 14999
* * restore the php_flag and php_admin_flag Apache directives which forCliff Woolley2002-05-171-2/+30
| | | | | | | | | some mysterious reason never made their way from sapi/apache to sapi/apache2filter when it was first written PR: 16629 * change the allowed locations of php_admin_value (and php_admin_flag to match) to ACCESS_CONF instead of OR_NONE to match sapi/apache. No idea why it was ever OR_NONE. PR: 16489
* 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
| | | | | | | - renamed domxml_add_root to domxml_doc_add_root (and added alias for BC) - aliased $doc->get_root to domxml_document_element @ - added domxml_doc_set_root to change the root node (Lukas Schroeder)
* 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 ↵Preston L. Bannister2002-05-161-21/+28
| | | | character tests.
* 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
| | | | | @ Fix crash bug in stripslashes() when working in sybase mode (Rasmus)
* Range check arguments to mb_strcut().Preston L. Bannister2002-05-161-0/+8
| | | | | Test ext/mbstring/013.phpt causes a hard failure w/o this.
* Proper declaration to suppress compiler warning.Preston L. Bannister2002-05-161-1/+1
|