Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagphp-4.3.0dev-ZendEngine2 | SVN Migration | 2002-05-19 | 1975 | -588569/+0 |
| | | | | 'php_4_3_0_dev_ZendEngine2'. | ||||
* | Fix temporary filename problems, and update .cvsignores with new extensions | Sander Roobol | 2002-05-19 | 1 | -5/+5 |
| | |||||
* | Fix make test and remove a warning | Sander Roobol | 2002-05-19 | 2 | -2/+6 |
| | |||||
* | Cleaned up run-tests.php, and fixed it on linux/unix | Sander Roobol | 2002-05-19 | 2 | -177/+107 |
| | | | | | # and probably broke it on windows :) | ||||
* | * new command setup | Stig Bakken | 2002-05-19 | 1 | -268/+311 |
| | |||||
* | * support platform-specific files | Stig Bakken | 2002-05-19 | 1 | -0/+13 |
| | |||||
* | * take uname as optional constructor parameter | Stig Bakken | 2002-05-19 | 1 | -2/+4 |
| | |||||
* | ChangeLog update | 2002-05-19 | 1 | -0/+33 | |
| | |||||
* | Typo fixes | foobar | 2002-05-19 | 1 | -2/+2 |
| | |||||
* | DO NOT use C++ comments! | foobar | 2002-05-19 | 2 | -3/+7 |
| | |||||
* | - delete attributes as well in php_free_xml_node | Christian Stocker | 2002-05-18 | 1 | -2/+4 |
| | | | | | - more consistent naming in phpinfo() | ||||
* | added "domxml API version" in phpinfo() output. | Christian Stocker | 2002-05-18 | 1 | -1/+9 |
| | |||||
* | mem leak fix for domxml_dump_node | Christian Stocker | 2002-05-18 | 1 | -2/+2 |
| | |||||
* | fixes memleak in html_dump_mem | Christian Stocker | 2002-05-18 | 1 | -1/+1 |
| | |||||
* | rename the object name for comment nodes to domcoment | Christian Stocker | 2002-05-18 | 1 | -1/+1 |
| | |||||
* | - Fix portability issues with empty results on Linux and FreeBSD, add safe_mode | Markus Fischer | 2002-05-18 | 1 | -14/+22 |
| | | | | | | check and simplify code. # Hartmut, what was the VCWD check for ?! | ||||
* | WS fixes | Christian Stocker | 2002-05-18 | 1 | -3/+3 |
| | |||||
* | This should fix a big bad memory leak in freeing the nodes at script end. | Christian Stocker | 2002-05-18 | 1 | -9/+19 |
| | |||||
* | ChangeLog update | 2002-05-18 | 1 | -0/+78 | |
| | |||||
* | Improve readability of the header send function | Sascha Schumann | 2002-05-17 | 1 | -34/+33 |
| | |||||
* | - Stuff all Win32 mail() changes together. | Markus Fischer | 2002-05-17 | 1 | -2/+2 |
| | |||||
* | Credit where credit is due. | Jon Parise | 2002-05-17 | 1 | -2/+2 |
| | |||||
* | - Win32 mail() is no longer case-sensitive when it comes to match for any ↵ | Markus Fischer | 2002-05-17 | 2 | -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. Bannister | 2002-05-17 | 2 | -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 tweak | Wez Furlong | 2002-05-17 | 1 | -1/+1 |
| | |||||
* | Add an optional flag to sem_get that specifies if the semaphore should be | Wez Furlong | 2002-05-17 | 2 | -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 Tate | 2002-05-17 | 2 | -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 work | Cliff Woolley | 2002-05-17 | 2 | -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 have | Cliff Woolley | 2002-05-17 | 1 | -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 an | Cliff Woolley | 2002-05-17 | 1 | -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 for | Cliff Woolley | 2002-05-17 | 1 | -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.php | Preston L. Bannister | 2002-05-17 | 1 | -0/+3 |
| | |||||
* | NEWS update | 2002-05-17 | 1 | -0/+2 | |
| | |||||
* | ChangeLog update | 2002-05-17 | 1 | -0/+77 | |
| | |||||
* | - replaced domxml_doc_document_element implementation do use libxml2 method | Christian Stocker | 2002-05-16 | 2 | -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. Bannister | 2002-05-16 | 1 | -6/+56 |
| | |||||
* | Make failed case tell you what was different. | Preston L. Bannister | 2002-05-16 | 1 | -1/+9 |
| | |||||
* | Make test valid for either "register globals" setting. | Preston L. Bannister | 2002-05-16 | 1 | -9/+10 |
| | |||||
* | Restrict ctype tests to POSIX portable characters (0..127) and add numeric ↵ | Preston L. Bannister | 2002-05-16 | 1 | -21/+28 |
| | | | | character tests. | ||||
* | Remove leading "./" from include filenames as in PHP this defeats include_path. | Preston L. Bannister | 2002-05-16 | 9 | -11/+10 |
| | |||||
* | Add "tests" project to invoke run-tests.php (unit tests). | Preston L. Bannister | 2002-05-16 | 2 | -28/+28 |
| | |||||
* | Updated to run cleanly on Win32, and perform a more controlled test. | Preston L. Bannister | 2002-05-16 | 1 | -526/+374 |
| | |||||
* | Add TEST_PHP_DETAILED usage for verbose test runs. | Preston L. Bannister | 2002-05-16 | 1 | -2/+10 |
| | |||||
* | Fix typo in SKIP clause. | Preston L. Bannister | 2002-05-16 | 4 | -6/+6 |
| | |||||
* | Adjust dirname() on Win32 to match CWD per drive semantics. | Preston L. Bannister | 2002-05-16 | 1 | -4/+18 |
| | |||||
* | dirname() checks that work for both Unix and Win32. | Preston L. Bannister | 2002-05-16 | 1 | -23/+51 |
| | |||||
* | Grr.. I keep leaving my debug in... | Rasmus Lerdorf | 2002-05-16 | 1 | -1/+0 |
| | |||||
* | Fix for #17271 | Rasmus Lerdorf | 2002-05-16 | 1 | -1/+3 |
| | | | | | @ Fix crash bug in stripslashes() when working in sybase mode (Rasmus) | ||||
* | Range check arguments to mb_strcut(). | Preston L. Bannister | 2002-05-16 | 1 | -0/+8 |
| | | | | | Test ext/mbstring/013.phpt causes a hard failure w/o this. | ||||
* | Proper declaration to suppress compiler warning. | Preston L. Bannister | 2002-05-16 | 1 | -1/+1 |
| |