2002-05-19 |
foobar | DO NOT use C++ comments! |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Christian Stocker | - delete attributes as well in php_free_xml_node |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Christian Stocker | added "domxml API version" in phpinfo() output. |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Christian Stocker | mem leak fix for domxml_dump_node |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Christian Stocker | fixes memleak in html_dump_mem |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Christian Stocker | rename the object name for comment nodes to domcoment |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Markus Fischer | - Fix portability issues with empty results on Linux... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Christian Stocker | WS fixes |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Christian Stocker | This should fix a big bad memory leak in freeing the... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Sascha Schumann | Improve readability of the header send function |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Markus Fischer | - Stuff all Win32 mail() changes together. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Jon Parise | Credit where credit is due. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Markus Fischer | - Win32 mail() is no longer case-sensitive when it... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Preston L.... | Re-add "tests" project - this is the only change to... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Wez Furlong | proto tweak |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Wez Furlong | Add an optional flag to sem_get that specifies if the... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Joseph Tate | Reverted the last commit which moved all the projects... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Cliff Woolley | Allow the version checks for --with-apxs= and --with... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Cliff Woolley | Only the last cookie was getting set. (You can have |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Cliff Woolley | apache 2.0's apache_lookup_uri() was returning an array... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Cliff Woolley | * restore the php_flag and php_admin_flag Apache direct... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Preston L.... | Default INI file used with run-tests.php |
commit | commitdiff | tree | snapshot |
2002-05-17 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2002-05-17 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Christian Stocker | - replaced domxml_doc_document_element implementation... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | More detailed/explanatory output. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Make failed case tell you what was different. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Make test valid for either "register globals" setting. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Restrict ctype tests to POSIX portable characters ... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Remove leading "./" from include filenames as in PHP... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Add "tests" project to invoke run-tests.php (unit tests). |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Updated to run cleanly on Win32, and perform a more... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Add TEST_PHP_DETAILED usage for verbose test runs. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Fix typo in SKIP clause. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Adjust dirname() on Win32 to match CWD per drive semantics. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | dirname() checks that work for both Unix and Win32. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Rasmus Lerdorf | Grr.. I keep leaving my debug in... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Rasmus Lerdorf | Fix for #17271 |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Range check arguments to mb_strcut(). |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Preston L.... | Proper declaration to suppress compiler warning. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
foobar | - Made all is_*() functions to return only boolean... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Preston L.... | Win32 project and makefile used to invoke run-tests.php |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Frank M. Kromann | Fixing the mssql_query to handle multiple results corre... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Harald Radi | this should finally fix bug #14353 |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Frank M. Kromann | Fixing line breaks |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Frank M. Kromann | Fixing build of IMAP extension, after changes in sendmail |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Markus Fischer | - Accommodate API changes to Ack(). |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Christian Stocker | libxml2 >= 2.4.14 is needed (since quite some time... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
foobar | Cleanup |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Rui Hirokawa | Added Chinese, Korean support in mbstring. |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Rui Hirokawa | added ISO-2022-KR support in mbstring. |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Tomas V.V.Cox | make downloadHttp() detect HTTP errors |
commit | commitdiff | tree | snapshot |
2002-05-15 |
foobar | MFB |
commit | commitdiff | tree | snapshot |
2002-05-15 |
foobar | Nuke .1 |
commit | commitdiff | tree | snapshot |
2002-05-15 |
foobar | Added ctype to this list too. |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Markus Fischer | - Add support for Bcc in w32/sendmail code. |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Derick Rethans | - It's bundled, thus not experimental anymore |
commit | commitdiff | tree | snapshot |
2002-05-15 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2002-05-15 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Frank M. Kromann | Fixing hanfling of data type REAL. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Rui Hirokawa | fixed a initialization bug in euc-tw. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Sascha Schumann | some versions of autoconf pad CONFIG_FILES with a singl... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Markus Fischer | - Adjust for improved error messages from win32/sendmail.c |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Markus Fischer | - Improve code so errors returned from the server are... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Tomas V.V.Cox | Try to create the dir where the conf file resides befor... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Tomas V.V.Cox | Add "\n" after the error in usage() |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Andi Gutmans | - constructor_called is supposed to be destructor_called |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Markus Fischer | - Do not include the Cc: for the first Cc'd recipient... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Markus Fischer | - Convert unix to dos line endings. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Markus Fischer | - Try to find From: field in header, fallback to sendma... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Markus Fischer | - Fix win32 sendmail bug with Cc: in custom header... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Stig Bakken | * convert to new command setup |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Stig Bakken | * typo |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Jan Lehnardt | - fix typo, thanks to georg for spotting it. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Stig Bakken | * fall back to XML_RPC if xmlrpc-epi is not loaded |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Stig Bakken | * add command definitions, split run() into one method... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Stig Bakken | * no need for getHelp() here anymore |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Stig Bakken | * moved get{Help,Commands,Options} here |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Stig Bakken | * moved the {config xxx} help message substitution to |
commit | commitdiff | tree | snapshot |
2002-05-14 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Jason Greene | Fix fastcgi build, may need more work |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Marko Karppinen | Patch by Justin Erenkrantz <jerenkrantz@apache.org... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Rasmus Lerdorf | fix copyresampled bug in bundled gd lib |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Jim Jagielski | More verbose but more generic error message when we... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Rasmus Lerdorf | Make sure newtime is never NULL |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Jan Lehnardt | - added reference to http://cvsbook.red-bean.com/ |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Zeev Suraski | - Fix a buglet in printing of GPCSE arrays |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Andrei Zmievski | Changing email address. |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Sander Roobol | Added confdefs.h which seems to be generated by configure |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Sterling Hughes | MFZE1 |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Zeev Suraski | - Centralize html_puts() again |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Derick Rethans | - MFZE1 |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Jon Parise | Instead of calling mail_fetchheader_full() to retrieve... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
<changelog... | NEWS update |
commit | commitdiff | tree | snapshot |
2002-05-13 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Stig Bakken | * fix option parsing |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Zeev Suraski | Remove redundant code (thanks to Jani for pointing... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Stig Bakken | * refactored the command/options code: |
commit | commitdiff | tree | snapshot |
next |