summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp-4.3.0dev_zend2_alpha3SVN Migration2002-09-0847-10472/+17
| | | | 'php_4_3_0_dev_zend2_alpha3'.
* Silence a compiler warning, and returns the SUCCESS value on PHP_MINITDan Kalowsky2002-08-161-0/+1
|
* - Use tabs instead of spaces for indentation!Andi Gutmans2002-08-161-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 Alshanetsky2002-08-161-2/+14
| | | | | Changed else statement to comply with PHP coding standards.
* Nuke warnings on strict compilersJason Greene2002-08-161-6/+8
|
* Added a handler for php -r '' for SAFE_MODEIlia Alshanetsky2002-08-161-0/+5
|
* clean this up a bitSterling Hughes2002-08-161-18/+17
|
* More on the way to W3C coformance:Christian Stocker2002-08-161-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 optionsIlia Alshanetsky2002-08-161-0/+32
| | | | | that specify file system paths. Fixes bug #17168.
* Make unset($_SESSION['foo']) actually remove the variable from the session,Zeev Suraski2002-08-151-9/+19
| | | | | if register_globals is off.
* Update email addressZeev Suraski2002-08-152-2/+2
|
* Correcting some english in the comment...Dan Kalowsky2002-08-151-1/+1
|
* Fix for bug #18401, makes shuffle() properly generate all possibilities.Dan Kalowsky2002-08-151-6/+5
| | | | | Patch provided by Adam Trachtenberg <adam@trachtenberg.com>
* include libxml/xinclude.h to make some compilers happyChristian Stocker2002-08-151-0/+1
|
* A fix suggested by chregu (who doesn't have karma) to re-enable older javaDan Kalowsky2002-08-152-2/+2
| | | | | JDKs to work.
* proto fixesChristian Stocker2002-08-151-2/+2
|
* @ - Added DomNode->set_namespace(uri[,prefix]) (chregu)Christian Stocker2002-08-152-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 valueAlan Knowles2002-08-151-2/+2
|
* changed default stop bitsAlan Knowles2002-08-151-1/+1
|
* adding dio_tcsetattr and ASYNC supportAlan Knowles2002-08-152-0/+183
|
* coming to think of it, it shouldn't be necessary at all (thanks Jani :)Zeev Suraski2002-08-151-1/+0
|
* Fix buildZeev Suraski2002-08-151-1/+1
|
* do not include "php_have_iconv.h"Marcus Boerger2002-08-141-3/+0
|
* Forgot to update source default.Yasuo Ohgaki2002-08-141-1/+1
|
* Comming a fix for a compile error found in Bug #15630Dan Kalowsky2002-08-141-4/+10
| | | | | # NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode
* Silencing a compilier warning on windowsDan Kalowsky2002-08-141-1/+1
|
* Updating the error message to state a difference between libraries andDan Kalowsky2002-08-142-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 Stocker2002-08-141-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 Kalowsky2002-08-142-4/+4
|
* DomNode->replace_node moves instead of copies node.Christian Stocker2002-08-141-17/+3
|
* JavaC doesn't take flags like this, Java jar does, pay attention kalowskyDan Kalowsky2002-08-142-2/+2
|
* cleaning up the displayed path (removing the ./ in the middle)Dan Kalowsky2002-08-142-2/+2
|
* correcting these to be only docref's not docref1'sDan Kalowsky2002-08-141-2/+2
|
* Adding in MSG_RESULT check and \n for configure output viewingDan Kalowsky2002-08-144-6/+26
|
* - fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.))Christian Stocker2002-08-141-8/+3
| | | | | | @ - DomNode->insert_before behaves now according to W3C spec @ ie. new_child is moved, not copied. (chregu)
* Correcting mis-versioned commentDan Kalowsky2002-08-142-2/+2
|
* JAVA_INCLUDE, not JAVE_INCLUDEDan Kalowsky2002-08-142-2/+2
|
* A little more clean up on the error messages, with a sample JDK 1.3 path to ↵Dan Kalowsky2002-08-142-32/+12
| | | | libjava.so
* correcting the AC_MSG_RESULT lineDan Kalowsky2002-08-142-2/+2
|
* adding in PATH check for JavaJar as well...Dan Kalowsky2002-08-142-4/+20
|
* @ - Added some namespace support with DomNode->add_namespace(uri, prefix)Christian Stocker2002-08-142-0/+73
| | | | | @ and DomDocument->create_element_ns(uri, nodename) (chregu)
* Fix a bug for a user provided path as eru.Dan Kalowsky2002-08-142-0/+28
|
* bump up api version numberChristian Stocker2002-08-141-1/+1
|
* fix for bug #18196Christian Stocker2002-08-141-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 Stocker2002-08-141-1/+12
|
* @ - DomNode->child_nodes() returns empty array instead of false, if noChristian Stocker2002-08-141-9/+8
| | | | | @ - child nodes are found (chregu)
* Revert from patch added mb_guess_encoding to previous versionDen V. Tsopa2002-08-145-334/+36
|
* Add warning... It seems posting message to php-dev/php-cvs does not work!Yasuo Ohgaki2002-08-141-0/+17
|
* Added new function mb_guess_encoding, based on symbols ratingDen V. Tsopa2002-08-145-36/+334
|
* some more doc/lit stuffBrad LaFountain2002-08-147-96/+154
| | | | | some more wsdl stuff