Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagphp-4.3.0dev_zend2_alpha3 | SVN Migration | 2002-09-08 | 47 | -10472/+17 |
| | | | | 'php_4_3_0_dev_zend2_alpha3'. | ||||
* | Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT | Dan Kalowsky | 2002-08-16 | 1 | -0/+1 |
| | |||||
* | - Use tabs instead of spaces for indentation! | Andi Gutmans | 2002-08-16 | 1 | -158/+143 |
| | | | | | | | - Fix all sorts of ugly whitespace things. - People, please write code according to our standards even if you don't - like them. | ||||
* | Fixed a compile failure in Win32 caused by previous patch. | Ilia Alshanetsky | 2002-08-16 | 1 | -2/+14 |
| | | | | | Changed else statement to comply with PHP coding standards. | ||||
* | Nuke warnings on strict compilers | Jason Greene | 2002-08-16 | 1 | -6/+8 |
| | |||||
* | Added a handler for php -r '' for SAFE_MODE | Ilia Alshanetsky | 2002-08-16 | 1 | -0/+5 |
| | |||||
* | clean this up a bit | Sterling Hughes | 2002-08-16 | 1 | -18/+17 |
| | |||||
* | More on the way to W3C coformance: | Christian Stocker | 2002-08-16 | 1 | -34/+28 |
| | | | | | | | | @- Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL @ instead of false (W3C specs). (chregu) @- Changed DomNode->insert_before() and DomNode->append_child() to conform to @ W3C specs (moving not copying nodes, accepting NULL as 2nd param). (chregu) | ||||
* | Added safe_mode & open_basedir check when a user is chaning ini options | Ilia Alshanetsky | 2002-08-16 | 1 | -0/+32 |
| | | | | | that specify file system paths. Fixes bug #17168. | ||||
* | Make unset($_SESSION['foo']) actually remove the variable from the session, | Zeev Suraski | 2002-08-15 | 1 | -9/+19 |
| | | | | | if register_globals is off. | ||||
* | Update email address | Zeev Suraski | 2002-08-15 | 2 | -2/+2 |
| | |||||
* | Correcting some english in the comment... | Dan Kalowsky | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | Fix for bug #18401, makes shuffle() properly generate all possibilities. | Dan Kalowsky | 2002-08-15 | 1 | -6/+5 |
| | | | | | Patch provided by Adam Trachtenberg <adam@trachtenberg.com> | ||||
* | include libxml/xinclude.h to make some compilers happy | Christian Stocker | 2002-08-15 | 1 | -0/+1 |
| | |||||
* | A fix suggested by chregu (who doesn't have karma) to re-enable older java | Dan Kalowsky | 2002-08-15 | 2 | -2/+2 |
| | | | | | JDKs to work. | ||||
* | proto fixes | Christian Stocker | 2002-08-15 | 1 | -2/+2 |
| | |||||
* | @ - Added DomNode->set_namespace(uri[,prefix]) (chregu) | Christian Stocker | 2002-08-15 | 2 | -8/+70 |
| | | | | | | - Added third optional parameter (prefix) to DomDocument->create_element_ns() - generate prefix from random number, if not provided. | ||||
* | changed default stop bits to a valid value | Alan Knowles | 2002-08-15 | 1 | -2/+2 |
| | |||||
* | changed default stop bits | Alan Knowles | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | adding dio_tcsetattr and ASYNC support | Alan Knowles | 2002-08-15 | 2 | -0/+183 |
| | |||||
* | coming to think of it, it shouldn't be necessary at all (thanks Jani :) | Zeev Suraski | 2002-08-15 | 1 | -1/+0 |
| | |||||
* | Fix build | Zeev Suraski | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | do not include "php_have_iconv.h" | Marcus Boerger | 2002-08-14 | 1 | -3/+0 |
| | |||||
* | Forgot to update source default. | Yasuo Ohgaki | 2002-08-14 | 1 | -1/+1 |
| | |||||
* | Comming a fix for a compile error found in Bug #15630 | Dan Kalowsky | 2002-08-14 | 1 | -4/+10 |
| | | | | | # NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode | ||||
* | Silencing a compilier warning on windows | Dan Kalowsky | 2002-08-14 | 1 | -1/+1 |
| | |||||
* | Updating the error message to state a difference between libraries and | Dan Kalowsky | 2002-08-14 | 2 | -12/+12 |
| | | | | | include. Also restoring old for search to keep BC on configure | ||||
* | - let DomNode->replace_child always behave correctly (acc. to W3C specs) | Christian Stocker | 2002-08-14 | 1 | -13/+1 |
| | | | | | | if the newchild had the same parent as the old child, nothing happened, which seemed strange behaviout to me... | ||||
* | Adding a check for the binaries rather than just the directories. | Dan Kalowsky | 2002-08-14 | 2 | -4/+4 |
| | |||||
* | DomNode->replace_node moves instead of copies node. | Christian Stocker | 2002-08-14 | 1 | -17/+3 |
| | |||||
* | JavaC doesn't take flags like this, Java jar does, pay attention kalowsky | Dan Kalowsky | 2002-08-14 | 2 | -2/+2 |
| | |||||
* | cleaning up the displayed path (removing the ./ in the middle) | Dan Kalowsky | 2002-08-14 | 2 | -2/+2 |
| | |||||
* | correcting these to be only docref's not docref1's | Dan Kalowsky | 2002-08-14 | 1 | -2/+2 |
| | |||||
* | Adding in MSG_RESULT check and \n for configure output viewing | Dan Kalowsky | 2002-08-14 | 4 | -6/+26 |
| | |||||
* | - fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.)) | Christian Stocker | 2002-08-14 | 1 | -8/+3 |
| | | | | | | @ - DomNode->insert_before behaves now according to W3C spec @ ie. new_child is moved, not copied. (chregu) | ||||
* | Correcting mis-versioned comment | Dan Kalowsky | 2002-08-14 | 2 | -2/+2 |
| | |||||
* | JAVA_INCLUDE, not JAVE_INCLUDE | Dan Kalowsky | 2002-08-14 | 2 | -2/+2 |
| | |||||
* | A little more clean up on the error messages, with a sample JDK 1.3 path to ↵ | Dan Kalowsky | 2002-08-14 | 2 | -32/+12 |
| | | | | libjava.so | ||||
* | correcting the AC_MSG_RESULT line | Dan Kalowsky | 2002-08-14 | 2 | -2/+2 |
| | |||||
* | adding in PATH check for JavaJar as well... | Dan Kalowsky | 2002-08-14 | 2 | -4/+20 |
| | |||||
* | @ - Added some namespace support with DomNode->add_namespace(uri, prefix) | Christian Stocker | 2002-08-14 | 2 | -0/+73 |
| | | | | | @ and DomDocument->create_element_ns(uri, nodename) (chregu) | ||||
* | Fix a bug for a user provided path as eru. | Dan Kalowsky | 2002-08-14 | 2 | -0/+28 |
| | |||||
* | bump up api version number | Christian Stocker | 2002-08-14 | 1 | -1/+1 |
| | |||||
* | fix for bug #18196 | Christian Stocker | 2002-08-14 | 1 | -4/+12 |
| | | | | | | @ - DomElement->node_name() takes optional boolean argument for retrieving @ - full qualified name (ie namespace prefix) (chregu) | ||||
* | fix for bug #18395 (DOMXML crash on removing previously created attributes) | Christian Stocker | 2002-08-14 | 1 | -1/+12 |
| | |||||
* | @ - DomNode->child_nodes() returns empty array instead of false, if no | Christian Stocker | 2002-08-14 | 1 | -9/+8 |
| | | | | | @ - child nodes are found (chregu) | ||||
* | Revert from patch added mb_guess_encoding to previous version | Den V. Tsopa | 2002-08-14 | 5 | -334/+36 |
| | |||||
* | Add warning... It seems posting message to php-dev/php-cvs does not work! | Yasuo Ohgaki | 2002-08-14 | 1 | -0/+17 |
| | |||||
* | Added new function mb_guess_encoding, based on symbols rating | Den V. Tsopa | 2002-08-14 | 5 | -36/+334 |
| | |||||
* | some more doc/lit stuff | Brad LaFountain | 2002-08-14 | 7 | -96/+154 |
| | | | | | some more wsdl stuff |