-
https://www.php.net/manual/en/ref.pdo-mysql.connection.php
- Examples need reordering or new header
-
https://bugs.php.net/bug.php?id=78677need to add info about parameter type widening on variance pagehttps://www.php.net/manual/en/language.oop5.variance.php
-
document internal PHP web server flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .bashrc | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc | |
| fi | |
| if [ -f /usr/share/git-core/contrib/completion/git-prompt.sh ]; then | |
| source /usr/share/git-core/contrib/completion/git-prompt.sh | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #include <gmp.h> | |
| char * polynomial="-74101463560860539810482394216134472786413399/404009590666424903383979388988167534591844018460526499864038804741201731572423877094984692537474105135297393596654648304117684895744000000000000000000000*x^99 + 1786563401621773217421750502452955853226339781/1943688752347061390850759947022111850270039951356484879070977067483444756705819339975871373032521468004867185688372878439054154137600000000000000000000*x^98 - 27321291157050372775340569532625689973429185264741/12024094960310264981666053243695462339042976739896622019763059664916718201560234437350734896948634081407660523709959770955883479040000000000000000000000*x^97 + 4936870031754926645682423836151042176171669450909/1336493173680525187613977630110369004256312194947800263402124063124652591386915768177479078216982141485276408003996973457735680000000000000000000000*x^96 - 24473118674386691114350902920738421254018653211816783/55093218603941649400531744530105211175454647 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 80; | |
| server_name example.com dev.example.com; | |
| root /var/www/sites/public/dev.example/; | |
| index index.html index.htm index.php; | |
| access_log /var/log/nginx/example.com_access.log; | |
| error_log /var/log/nginx/example.com_error.log; | |
| charset utf-8; |
Iterators for PHP XMLReader for Ease of Parsing
-
0.1.12maintenance release with fixes. -
0.1.11maintenance release with fixes. addedXMLReader::CDATAandXMLReader::WHITESPACEnode support forXMLWritingIteration. added