| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | NEWS update | 2002-07-18 | 1 | -0/+2 | ||
| | | ||||||
| * | ChangeLog update | 2002-07-18 | 2 | -0/+74 | ||
| | | ||||||
| * | removing tclink extension so it can be moved to pear/pecl | Dan Helfman | 2002-07-17 | 9 | -3783/+0 | |
| | | ||||||
| * | new credit card processing module for TrustCommerce | Dan Helfman | 2002-07-17 | 9 | -0/+3783 | |
| | | | | | | http://trustcommerce.com/tclink.html | |||||
| * | We have a macro for checking -R, etc. switches. (exactly same code) | foobar | 2002-07-17 | 1 | -26/+3 | |
| | | ||||||
| * | Fix DL entry point. | Andrei Zmievski | 2002-07-17 | 1 | -0/+6 | |
| | | ||||||
| * | - Remove code which wasn't supposed to go into the patch. | Andi Gutmans | 2002-07-17 | 1 | -3/+0 | |
| | | ||||||
| * | - Rejuggle some code. | Andi Gutmans | 2002-07-17 | 2 | -5/+11 | |
| | | ||||||
| * | Remove evil quotes | foobar | 2002-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | even more items on the TODO list | Christian Stocker | 2002-07-17 | 1 | -2/+2 | |
| | | ||||||
| * | nodename is not always set, check if it really is. | Christian Stocker | 2002-07-17 | 1 | -1/+3 | |
| | | ||||||
| * | Zend Engine behaviour is affected by setlocale() due to use of | Hartmut Holzgraefe | 2002-07-17 | 2 | -0/+35 | |
| | | | | | | locale aware functions like strtod(), atof(), tolower(), toupper() :( | |||||
| * | - set_time_limit() now returns whether it succeeded in changing the time | Derick Rethans | 2002-07-17 | 1 | -2/+6 | |
| | | | | | | limit. | |||||
| * | Fixed build. | Yasuo Ohgaki | 2002-07-17 | 1 | -2/+2 | |
| | | ||||||
| * | unbreak the shared build..again | foobar | 2002-07-17 | 1 | -6/+7 | |
| | | ||||||
| * | Accoding to safe_mode.h, php_checkuid() has six modes. | Yasuo Ohgaki | 2002-07-17 | 1 | -1/+3 | |
| | | ||||||
| * | Added safe_mode & open_basedir checks for pg_lo_export() | Yasuo Ohgaki | 2002-07-17 | 1 | -0/+8 | |
| | | | | | | @Added safe_mode & open_basedir checks for pg_lo_export() (Yasuo) | |||||
| * | Added open_basedir check. | Yasuo Ohgaki | 2002-07-17 | 1 | -0/+4 | |
| | | | | | | @ Added open_basedir check for pg_lo_import() (Yasuo) | |||||
| * | Fixed open_basedir note - thanks to Sander. I also notice I have to modify ↵ | Yasuo Ohgaki | 2002-07-17 | 2 | -2/+2 | |
| | | | | | pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard. | |||||
| * | This was mentioned already above (with an example too :) | foobar | 2002-07-17 | 1 | -1/+0 | |
| | | ||||||
| * | NEWS update | 2002-07-17 | 1 | -0/+1 | ||
| | | ||||||
| * | ChangeLog update | 2002-07-17 | 2 | -0/+67 | ||
| | | ||||||
| * | Changed configure option order to make it clear option dependecy to users. | Yasuo Ohgaki | 2002-07-17 | 1 | -8/+9 | |
| | | ||||||
| * | Disable input encoding tranlation by default. | Yasuo Ohgaki | 2002-07-17 | 1 | -2/+2 | |
| | | ||||||
| * | Added note for open_basedir | Yasuo Ohgaki | 2002-07-17 | 2 | -0/+2 | |
| | | ||||||
| * | This is the real world.. | foobar | 2002-07-16 | 1 | -15/+8 | |
| | | ||||||
| * | fix protos | foobar | 2002-07-16 | 1 | -2/+2 | |
| | | ||||||
| * | - Before I forget to list it, this was also added. | Andi Gutmans | 2002-07-16 | 1 | -0/+1 | |
| | | ||||||
| * | - Syntactic sugar - Add "public" as a synonym for "var". | Andi Gutmans | 2002-07-16 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | - Now we have the three P's. You can do: <? class MyClass { public $a; private $b; protected $c; } ?> | |||||
| * | refine | Sascha Schumann | 2002-07-16 | 1 | -0/+3 | |
| | | ||||||
| * | added mysql changes: | Georg Richter | 2002-07-16 | 1 | -0/+7 | |
| | | | | | | | | - php.ini option mysql.connect_timeout - optional parameter client_flags (mysql_connect, mysql_pconnect) - automatic rollback for non commited transactions | |||||
| * | @Fixed infinite recursion crash bug in ticks (Jason) | Jason Greene | 2002-07-16 | 1 | -20/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Prevent reenterant calls to a user tick function by flagging the function entry during call. This prevents code like the following from infinitely recursing until a crash occurs: <?php register_tick_function(a); declare(ticks=1) { function a() { print "blah\n"; } ; ; ; ; } ?> | |||||
| * | Added support for php.ini parameter "mysql.connect_timeout" | Georg Richter | 2002-07-16 | 2 | -0/+13 | |
| | | ||||||
| * | Added php.ini option "mysql_connection.timeout" | Georg Richter | 2002-07-16 | 2 | -0/+6 | |
| | | ||||||
| * | ChangeLog update | 2002-07-16 | 2 | -0/+49 | ||
| | | ||||||
| * | - MFH of the crap removal | Derick Rethans | 2002-07-15 | 1 | -6/+0 | |
| | | ||||||
| * | - Commit patch to support protected member variables (by Timm Friebe w/ | Andi Gutmans | 2002-07-15 | 8 | -31/+101 | |
| | | | | | | | | | | - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protected member from your ancestors you need to declare the - member as protected in the class you want to use it in. You can't - redeclare a protected variable as private nor the other way around. | |||||
| * | Fix bug #16985 (wrong count of GET/POST variables). | Edin Kadribasic | 2002-07-15 | 1 | -8/+11 | |
| | | ||||||
| * | use Zend API to access llist count | Stefan Esser | 2002-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | mysql_create_db and mysql_drop_db disabled for NetWare | Anantha Kesari H Y | 2002-07-15 | 1 | -0/+6 | |
| | | ||||||
| * | Clean up code a little (Remove a use of magic number) | Yasuo Ohgaki | 2002-07-15 | 1 | -12/+12 | |
| | | | | | | Change/add appropriate comments. | |||||
| * | - Really implement bool increment/decrement as flip-flop. | Andi Gutmans | 2002-07-15 | 1 | -8/+2 | |
| | | ||||||
| * | Fixed news | Yasuo Ohgaki | 2002-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | header sounds like http header. header -> header file | Yasuo Ohgaki | 2002-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | NEWS update | 2002-07-15 | 1 | -0/+8 | ||
| | | ||||||
| * | ChangeLog update | 2002-07-15 | 2 | -0/+107 | ||
| | | ||||||
| * | make this work with wsdl also | Shane Caraveo | 2002-07-14 | 1 | -3/+12 | |
| | | ||||||
| * | Fix Bug #18341. | Andrei Zmievski | 2002-07-14 | 1 | -2/+3 | |
| | | | | | | | @- Fixed cases where preg_split() incorrectly terminated final element if @ it contained null byte. (Andrei) | |||||
| * | a few fixes | Shane Caraveo | 2002-07-14 | 4 | -38/+49 | |
| | | | | | | | | | fix __isfault fix decimal encoding fix a couple crashers in release builds by initializing variables set http to 1.0 since 1.1 features are not really supported | |||||
| * | A start towards porting interop tests to php-soap | Shane Caraveo | 2002-07-14 | 21 | -0/+2647 | |
| | | ||||||
