Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Convert cfunction -> function. | Andi Gutmans | 2001-04-26 | 4 | -7/+7 |
| | |||||
* | printf argnum (parameter swapping) support from Morten Poulsen | Rasmus Lerdorf | 2001-04-09 | 1 | -0/+8 |
| | |||||
* | more win32 fixes | André Langhorst | 2001-03-21 | 12 | -118/+2 |
| | |||||
* | - test script for rewritten domxml module | Uwe Steinmann | 2001-03-20 | 1 | -101/+41 |
| | |||||
* | removed LC_* warnin | Hartmut Holzgraefe | 2001-02-22 | 1 | -1/+1 |
| | |||||
* | Sync the expected output with Linux dirname output. The test passes now. | Sascha Schumann | 2000-12-24 | 1 | -6/+6 |
| | | | | | | Perhaps this should be split into two tests, because the Win32 paths don't work properly with PHP's dirname on Unix. | ||||
* | - add test for hw_insertanchors() | Uwe Steinmann | 2000-12-12 | 1 | -2/+15 |
| | |||||
* | updated with =& new syntax | Andre Langhorst | 2000-12-06 | 1 | -5/+5 |
| | |||||
* | added $this in constructor test (fails currently) | Andre Langhorst | 2000-12-06 | 1 | -0/+33 |
| | |||||
* | added OO test (will fail currently) | Andre Langhorst | 2000-12-06 | 1 | -0/+30 |
| | |||||
* | changed run-tests.php to use 'php -q' instead of 'php -f' | Hartmut Holzgraefe | 2000-12-03 | 1 | -3/+3 |
| | |||||
* | - add testing for xpath | Uwe Steinmann | 2000-11-10 | 1 | -3/+24 |
| | |||||
* | have you ever tried to run the regression tests with error_reporting=E_ALL ? | Hartmut Holzgraefe | 2000-10-23 | 3 | -12/+12 |
| | | | | | now it will run smoothly without all theese 'undefined ...' warnings | ||||
* | * changed Andi's "testdirname" into a real regression test | Stig Bakken | 2000-10-04 | 1 | -2/+16 |
| | | | | | | # Andi, could you verify that the expected output really # is correct? | ||||
* | - Add dirname() test. Don't have time to create a real regression test | Andi Gutmans | 2000-10-03 | 1 | -0/+16 |
| | |||||
* | Remove deprecated call-time reference | Stanislav Malyshev | 2000-09-03 | 1 | -1/+1 |
| | |||||
* | * all tests should pass now (expect for the interbase stuff that I haven't | Stig Bakken | 2000-08-31 | 4 | -1134/+18 |
| | | | | | had the chance to test) | ||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 54 | -0/+16638 |
| | | | | | | | | Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them. | ||||
* | test file for pfpro | David Croft | 2000-07-15 | 1 | -0/+39 |
| | |||||
* | - The pdfclock example using cpdf | Uwe Steinmann | 2000-07-12 | 1 | -0/+87 |
| | |||||
* | bonsai test | Andrei Zmievski | 2000-06-20 | 1 | -2/+2 |
| | |||||
* | - changes to handle the slightly different access to attributes | Uwe Steinmann | 2000-06-15 | 1 | -3/+5 |
| | |||||
* | test | Andrei Zmievski | 2000-06-14 | 1 | -0/+1 |
| | |||||
* | PHP code to test sscanf() | Clayton Collie | 2000-06-06 | 2 | -0/+141 |
| | |||||
* | Test scripts for ODBC added | Andreas Karajannis | 2000-05-28 | 6 | -0/+462 |
| | |||||
* | - test script to test creation of flash files | Uwe Steinmann | 2000-05-17 | 1 | -0/+120 |
| | |||||
* | Testing. | Andrei Zmievski | 2000-05-12 | 2 | -2/+2 |
| | |||||
* | test | Andrei Zmievski | 2000-05-12 | 1 | -2/+0 |
| | |||||
* | Another test. | Andrei Zmievski | 2000-05-12 | 1 | -1/+1 |
| | |||||
* | Testing. | Andrei Zmievski | 2000-05-12 | 1 | -2/+1 |
| | |||||
* | test | Andrei Zmievski | 2000-05-12 | 1 | -0/+1 |
| | |||||
* | Testing. | Andrei Zmievski | 2000-05-05 | 1 | -1/+1 |
| | |||||
* | Object overloading API changed slightly (llist is now a pointer) | Zeev Suraski | 2000-04-10 | 1 | -1/+3 |
| | |||||
* | - fixed invalid class names | Uwe Steinmann | 2000-03-14 | 1 | -1/+4 |
| | | | | | - added standalone, encoding attribute to DocDocument class | ||||
* | - bug fix, insertion of links back into HTML document | Uwe Steinmann | 2000-03-09 | 1 | -3/+13 |
| | | | | | - smarter test script | ||||
* | - several fixes and cleanups in hw module | Uwe Steinmann | 2000-03-08 | 1 | -3/+15 |
| | |||||
* | - tiny changes to testscript and domxml | Uwe Steinmann | 2000-03-03 | 2 | -11/+11 |
| | |||||
* | - dom class now distinguishes between $dom->root() and $dom->children() | Uwe Steinmann | 2000-03-02 | 1 | -1/+3 |
| | | | | | | $dom->root() returns just the element, $dom->children() all nodes e.g. comments | ||||
* | - The root node of a xml doc is now an array since it is possible | Uwe Steinmann | 2000-03-02 | 1 | -2/+3 |
| | | | | | to have a comment or pi and an element on root level. | ||||
* | - started to implement overload class for xml node | Uwe Steinmann | 2000-03-01 | 1 | -1/+6 |
| | |||||
* | - some tiny changes to the test routine | Uwe Steinmann | 2000-02-22 | 1 | -2/+19 |
| | |||||
* | - pdf_set_text_matrix() disappeared in pdflib 2.30. Put in another ifdef | Uwe Steinmann | 2000-02-21 | 1 | -1/+1 |
| | | | | | - small fix in testdom to suppress error msg. | ||||
* | - Fix some issues with the ISAPI module, made it friendlier to non Win32 ↵ | Zeev Suraski | 2000-02-18 | 2 | -0/+28 |
| | | | | | | | | platforms - Added .reg file for PWS setup - Reordered some stuff in phpinfo() | ||||
* | - fixed bug if attribute value is entity | Uwe Steinmann | 2000-02-17 | 1 | -1/+1 |
| | |||||
* | - change some function name into php style | Uwe Steinmann | 2000-02-17 | 1 | -7/+7 |
| | |||||
* | - added funktion xmltree(), renamed dom() to xmldoc() and domfile() | Uwe Steinmann | 2000-02-10 | 1 | -8/+16 |
| | | | | | | to xmldocfile(). - testdom covers most of the functionality | ||||
* | - removed stupid leftover in testdom | Uwe Steinmann | 2000-02-09 | 1 | -2/+2 |
| | | | | | - added more functions to domxml | ||||
* | - new function to read and parse xml doc from file | Uwe Steinmann | 2000-02-09 | 1 | -0/+1 |
| | |||||
* | - fixed several bugs an did some testing. Parsing and creating simple | Uwe Steinmann | 2000-02-09 | 1 | -2/+4 |
| | | | | | XML docs should work. See the script testdom. | ||||
* | - Make Win32 compile again | Andi Gutmans | 2000-02-05 | 1 | -1/+1 |
| |